2026-03-24 03:45:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 03:45:05 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-24 03:45:05 [ayvens.fr] INFO: Starting spider ayvens.fr
2026-03-24 03:45:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 03:45:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 03:45:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 03:45:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 03:45:05 [scrapy.extensions.telnet] INFO: Telnet Password: 5a2445ce6d35cb48
2026-03-24 03:45:05 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 03:45:05 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ayvens.fr/task_44_2026-03-24T03_45_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-24 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 03:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 03:45:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 03:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 03:45:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 03:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-24 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 03:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-24 03:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 03:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 03:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-24 03:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-24 03:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 03:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 03:45:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-24 03:45:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-24 03:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-24 03:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 03:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 03:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-24 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 03:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 03:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 03:45:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 03:45:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 03:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 03:45:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-24 03:45:12 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://carmarket.ayvens.com/en-gb/lots>
2026-03-24 03:45:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/lots> (resource type: document)
2026-03-24 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/lots>
2026-03-24 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/styles-ETA5EMQJ.css> (resource type: stylesheet, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-R5GGQAWE.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-YI6GGZZZ.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-NAGGRITV.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BBQ7R2BV.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HPL7GXW6.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ADG3G2OJ.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7JYRLYWD.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2S63FZXS.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-K7GQAXGO.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PMQRMPGY.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/polyfills-FFHMD2TL.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/main-NKPAFEH2.js> (resource type: script, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Medium.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Regular.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/Chillax-Semibold.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Medium.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Bold.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-Regular.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R5GGQAWE.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QV3UPEBS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AQBI4CYB.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EIXBRKXP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5567JMUS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-R5GGQAWE.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BBQ7R2BV.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/styles-ETA5EMQJ.css>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/styles/themes/fonts/ald/SourceSans3-SemiBold.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HPL7GXW6.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-YI6GGZZZ.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ADG3G2OJ.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NAGGRITV.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7JYRLYWD.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2S63FZXS.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-K7GQAXGO.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PMQRMPGY.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/polyfills-FFHMD2TL.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QZ2M64VL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HQZHDCQG.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-4CLCTAJ7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-BBQ7R2BV.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EVZDJ3YH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2BYH6G4C.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AHM2LY2L.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VGUEXTON.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SUQC6PCL.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7DYAUIPQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6BXXUPPN.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CQOH37XC.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HPL7GXW6.js)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/main-NKPAFEH2.js>
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2> (resource type: font, referrer: https://carmarket.ayvens.com/styles-ETA5EMQJ.css)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SALCXTDR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-K7GQAXGO.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OF6JT4KC.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-Y6LYHJ33.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ELPOVYM7.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VBU7AOHF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-SPE4D2IX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-N2FZW7V7.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPLHK2CL.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AVZZH6AV.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-KLKMSQPH.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2FANG3NP.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ABBXN5WQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-NPJHDJ36.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-MLMYZRAG.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-5D4JF6DX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7IEPAGTW.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-ZYL3EWWF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-WWYAPULQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XXARMH2T.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AYT4KML6.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CX65R3QQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XGLUMAK5.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EHSUL3RU.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7UDVUMWJ.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-WRLSZEDX.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XCHSKDZH.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QV3UPEBS.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AQBI4CYB.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EIXBRKXP.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5567JMUS.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QZ2M64VL.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-4CLCTAJ7.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EVZDJ3YH.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HQZHDCQG.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2BYH6G4C.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AHM2LY2L.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VGUEXTON.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SUQC6PCL.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6BXXUPPN.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7DYAUIPQ.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Regular-IWU2LEHA.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CQOH37XC.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Medium-NIVAGDSI.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Bold-OH3V3LEB.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-Regular-VMJBJIXS.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/Chillax-Semibold-YNVWM5XA.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/SourceSans3-SemiBold-NPKTOIJ5.woff2>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SALCXTDR.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OF6JT4KC.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y6LYHJ33.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ELPOVYM7.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-SPE4D2IX.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VBU7AOHF.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-N2FZW7V7.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPLHK2CL.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AVZZH6AV.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-KLKMSQPH.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2FANG3NP.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ABBXN5WQ.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-5D4JF6DX.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-NPJHDJ36.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-MLMYZRAG.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7IEPAGTW.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-ZYL3EWWF.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WWYAPULQ.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XXARMH2T.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AYT4KML6.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CX65R3QQ.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XGLUMAK5.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EHSUL3RU.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7UDVUMWJ.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-WRLSZEDX.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XCHSKDZH.js>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-U3DCL5KE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-7HVTDVUE.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens-white-bg_192x192.png>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/favicon/ayvens.svg>
2026-03-24 03:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-U3DCL5KE.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-7HVTDVUE.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VPZ5PCFV.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-7HVTDVUE.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VPZ5PCFV.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-R57BLUBZ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VPZ5PCFV.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-R57BLUBZ.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-XI7MA6UU.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-253AOQV4.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-Y26P6NOT.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VPZ5PCFV.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-XI7MA6UU.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-E2QM5VHP.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-QVU7EFJH.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-XI7MA6UU.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-253AOQV4.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-Y26P6NOT.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-PU5AH4GE.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-6AWK7DQQ.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-JMKQRIJX.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-OXIZJZO4.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-H7VMIGZK.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-E2QM5VHP.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-CJQ6ZMFR.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-QVU7EFJH.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-PU5AH4GE.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-JMKQRIJX.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-6AWK7DQQ.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-OXIZJZO4.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-H7VMIGZK.js>
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/loader.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/loader.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/line.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/flags/round-gb.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/line.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/logo-ayvens-carmarket.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BQLC5RJD.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-Y26P6NOT.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-HGLYMGTS.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-PU5AH4GE.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VNA57F7Z.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-EXKYPD3J.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-253AOQV4.js)
2026-03-24 03:45:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://carmarket.ayvens.com/en-gb/lots> (referer: None) ['playwright']
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BQLC5RJD.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-HGLYMGTS.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-AZBPSD4I.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-2NCM5KDW.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-HGLYMGTS.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VNA57F7Z.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/bell.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://carmarket.ayvens.com/assets/images/bell.svg>
2026-03-24 03:45:17 [ayvens.fr] INFO: Cookies from Playwright: [{'name': 'ai_user', 'value': 'PvKOkiKzeGPbRsB0UF+Smu|2026-03-24T03:45:15.636Z', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1805859915, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': -1, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ai_session', 'value': 'XvGSfc/UdmQDxDnM46vrDc|1774323917039|1774323917039', 'domain': 'carmarket.ayvens.com', 'path': '/', 'expires': 1774325717, 'httpOnly': False, 'secure': True, 'sameSite': 'None'}]
2026-03-24 03:45:17 [ayvens.fr] INFO: Scrapy-formatted cookies: [{'name': 'ai_user', 'value': 'PvKOkiKzeGPbRsB0UF+Smu|2026-03-24T03:45:15.636Z', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'user_culture', 'value': 'en-gb', 'domain': 'carmarket.ayvens.com', 'path': '/'}, {'name': 'ai_session', 'value': 'XvGSfc/UdmQDxDnM46vrDc|1774323917039|1774323917039', 'domain': 'carmarket.ayvens.com', 'path': '/'}]
2026-03-24 03:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Ayvens',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 03:45:17 [ayvens.fr] INFO: Intercepting token...
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-EXKYPD3J.js>
2026-03-24 03:45:17 [ayvens.fr] INFO: Scrolling element to trigger lazy load...
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-AZBPSD4I.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-2NCM5KDW.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api-carmarket.ayvens.com/graphql/saleevents>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/next-breadcrumb.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-VUZVFPNF.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://dc.services.visualstudio.com/v2/track> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/logo-ayvens.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-fr.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-es.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-be.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-de.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-it.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/chevron-down.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-VUZVFPNF.js>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-FX6676C7.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-VUZVFPNF.js)
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/logo-ayvens.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://dc.services.visualstudio.com/v2/track>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/down.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/chevron-down.svg>
2026-03-24 03:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-FX6676C7.js>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-fr.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-de.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-BK6NFD4R.js> (resource type: script, referrer: https://carmarket.ayvens.com/main-NKPAFEH2.js)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-it.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/reset.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/camera-icon.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/it.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/chunk-75KGV5DF.js> (resource type: script, referrer: https://carmarket.ayvens.com/chunk-OXIZJZO4.js)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-es.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/en-gb/content/trading/-/media/Project/ALD/shared/flags/Country-Sales/flag-be.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-BK6NFD4R.js>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/reset.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/camera-icon.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/it.svg>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/chunk-75KGV5DF.js>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gj6/14149de2c8884698904b9bc6c94912c9/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gh4/135d9a2ec9cd4a4b994e178ae4722ffb/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gr2/c0652df2114344aba7a10d76f9bd54c7/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/gv8/c4beadb1d9f74449a96d5c20fbe4d150/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/otSDKStub.js>
2026-03-24 03:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019908df-58e4-7710-aaa7-4d6e79279bd9.json>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gj6/14149de2c8884698904b9bc6c94912c9/images/medium/0.jpg>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gr2/c0652df2114344aba7a10d76f9bd54c7/images/medium/0.jpg>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://carmarket.ayvens.com/assets/images/flags/be.svg> (resource type: image, referrer: https://carmarket.ayvens.com/en-gb/lots)
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/2bq/aa926edc0a004ae0a7789a5c3afb2120/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://medias-carmarket.ayvens.com/lots/ald/2br/61ff9c6d79974d439eae164adafd48cc/images/medium/0.jpg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://carmarket.ayvens.com/assets/images/flags/be.svg>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gv8/c4beadb1d9f74449a96d5c20fbe4d150/images/medium/0.jpg>
2026-03-24 03:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/gh4/135d9a2ec9cd4a4b994e178ae4722ffb/images/medium/0.jpg>
2026-03-24 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/2bq/aa926edc0a004ae0a7789a5c3afb2120/images/medium/0.jpg>
2026-03-24 03:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://medias-carmarket.ayvens.com/lots/ald/2br/61ff9c6d79974d439eae164adafd48cc/images/medium/0.jpg>
2026-03-24 03:45:21 [ayvens.fr] INFO: GraphQL headers: {'host': 'api-carmarket.ayvens.com', 'user-agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0', 'accept': 'application/json, text/plain, */*', 'accept-language': 'en-US,en;q=0.5', 'accept-encoding': 'gzip, deflate, br', 'content-type': 'application/json', 'content-length': '839', 'referer': 'https://carmarket.ayvens.com/', 'x-ald-subscription-key': '3b2cc62fd26c4e29a762db3de181266b', 'x-tenant': 'ald', 'x-country': 'gb', 'origin': 'https://carmarket.ayvens.com', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'proxy-authorization': 'Basic Y3VzdG9tZXItaW5maW5pdF9zb3VyY2luZ192Ml9XQjdOUi1jYy1HQjozY35+YWdLUmM2MlZaQUw=', 'connection': 'keep-alive'}
2026-03-24 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://api-carmarket.ayvens.com/graphql/saleevents> (resource type: xhr, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/consent/019908df-58e4-7710-aaa7-4d6e79279bd9/019b4fc7-396b-7b6c-9b76-7b67f1d26cca/en.json>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCenterRounded.json>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcTab.json>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744> (resource type: script, referrer: https://carmarket.ayvens.com/)
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/14efa178-aa53-42e6-9a86-5229303798da/019908c4-f46e-7d64-b942-26aa1fec3635/2ab431a1-8f8c-4a55-9e1a-e5de23079c22/ayvens-logo.png>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/powered_by_logo.svg>
2026-03-24 03:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg>
2026-03-24 03:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-W3J7744>
2026-03-24 03:45:23 [ayvens.fr] INFO: ✅ Intercepted token: 3b2cc62fd26c4e29a762db3de181266b
2026-03-24 03:45:23 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 0
2026-03-24 03:45:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:45:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977404
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977404%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977404: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977405
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977405%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977405: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977406
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977406%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977406: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977407
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977407%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977407: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977408
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977408%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977408: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977409
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977409%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977409: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977410
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977410%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977410: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977411
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977411%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977411: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977412
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977412%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977412: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977413
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977413%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977413: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977414
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977414%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977414: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977415
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977415%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977415: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977416
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977416%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977416: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977417
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977417%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977417: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977418
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977418%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977418: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977419
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977419%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977419: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977420
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977420%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977420: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977421
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977421%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977421: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977422
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977422%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977422: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977423
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977423%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977423: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977424
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977424%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977424: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977425
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977425%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977425: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977426
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977426%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977426: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977427
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977427%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977427: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977428
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977428%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977428: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977429
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977429%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977429: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977430
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977430%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977430: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977431
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977431%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977431: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977432
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977432%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977432: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977433
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977433%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977433: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977434
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977434%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977434: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977435
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977435%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977435: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977436
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977436%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977436: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977437
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977437%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977437: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977438
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977438%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977438: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977439
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977439%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977439: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977440
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977440%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977440: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977441
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977441%27 HTTP/1.1" 200 None
2026-03-24 03:45:25 [ayvens.fr] INFO: Scrape type for 1977441: 0
2026-03-24 03:45:25 [ayvens.fr] INFO: Found listing with ID: 1977442
2026-03-24 03:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977442%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977442: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977443
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977443%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977443: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977444
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977444%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977444: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977445
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977445%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977445: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977446
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977446%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977446: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977447
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977447%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977447: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977448
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977448%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977448: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977449
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977449%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977449: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977450
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977450%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977450: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977451
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977451%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977451: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977452
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977452%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977452: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977453
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977453%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977453: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977454
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977454%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977454: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977455
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977455%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977455: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977456
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977456%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977456: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977457
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977457%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977457: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977458
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977458%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977458: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977459
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977459%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977459: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977460
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977460%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977460: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977461
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977461%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977461: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977462
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977462%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977462: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977463
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977463%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977463: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977464
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977464%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977464: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977465
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977465%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977465: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977466
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977466%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977466: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977467
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977467%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977467: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977468
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977468%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977468: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977469
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977469%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977469: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977470
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977470%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977470: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977471
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977471%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977471: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977472
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977472%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977472: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977473
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977473%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977473: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977474
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977474%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977474: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977475
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977475%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977475: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977476
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977476%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977476: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977477
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977477%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977477: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977478
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977478%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977478: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977479
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977479%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977479: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977480
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977480%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977480: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977481
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977481%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977481: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977482
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977482%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977482: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977483
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977483%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977483: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977484
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977484%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977484: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977485
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977485%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977485: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977486
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977486%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977486: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977487
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977487%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977487: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977488
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977488%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977488: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977489
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977489%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977489: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977490
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977490%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977490: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977491
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977491%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977491: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977492
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977492%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977492: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977493
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977493%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977493: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977494
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977494%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977494: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977495
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977495%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977495: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977496
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977496%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977496: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977497
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977497%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977497: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977498
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977498%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977498: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977499
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977499%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977499: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977500
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977500%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977500: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977501
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977501%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977501: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977502
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977502%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977502: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Found listing with ID: 1977503
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977503%27 HTTP/1.1" 200 None
2026-03-24 03:45:26 [ayvens.fr] INFO: Scrape type for 1977503: 0
2026-03-24 03:45:26 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 100
2026-03-24 03:45:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:45:28 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977504
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977504%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977504: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977505
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977505%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977505: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977506
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977506%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977506: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977507
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977507%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977507: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977508
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977508%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977508: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977509
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977509%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977509: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977510
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977510%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977510: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977511
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977511%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977511: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977512
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977512%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977512: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977513
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977513%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977513: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977514
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977514%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977514: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977515
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977515%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977515: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977516
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977516%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977516: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977517
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977517%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977517: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977518
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977518%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977518: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977519
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977519%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977519: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977520
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977520%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977520: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977521
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977521%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977521: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977522
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977522%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977522: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977523
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977523%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977523: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977524
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977524%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977524: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977525
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977525%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977525: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977526
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977526%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977526: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977527
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977527%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977527: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977528
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977528%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977528: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977529
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977529%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977529: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977530
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977530%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977530: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977531
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977531%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977531: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977532
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977532%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977532: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977533
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977533%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977533: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977534
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977534%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977534: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977535
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977535%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977535: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977536
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977536%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977536: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977537
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977537%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977537: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977538
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977538%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977538: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977539
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977539%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977539: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977540
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977540%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977540: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977541
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977541%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977541: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977542
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977542%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977542: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977543
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977543%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977543: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977544
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977544%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977544: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977545
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977545%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977545: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977546
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977546%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977546: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977547
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977547%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977547: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977548
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977548%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977548: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977549
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977549%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977549: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977550
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977550%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977550: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977551
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977551%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977551: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977552
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977552%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977552: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977553
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977553%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977553: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977554
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977554%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977554: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977555
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977555%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977555: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977556
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977556%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977556: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977557
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977557%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977557: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977558
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977558%27 HTTP/1.1" 200 None
2026-03-24 03:45:29 [ayvens.fr] INFO: Scrape type for 1977558: 0
2026-03-24 03:45:29 [ayvens.fr] INFO: Found listing with ID: 1977559
2026-03-24 03:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977559%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977559: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977560
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977560%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977560: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977561
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977561%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977561: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977562
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977562%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977562: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977563
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977563%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977563: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977564
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977564%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977564: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977565
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977565%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977565: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977566
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977566%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977566: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977567
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977567%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977567: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977568
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977568%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977568: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977569
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977569%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977569: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977570
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977570%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977570: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977571
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977571%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977571: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977572
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977572%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977572: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977573
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977573%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977573: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977574
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977574%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977574: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977575
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977575%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977575: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977576
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977576%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977576: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977577
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977577%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977577: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977578
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977578%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977578: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977579
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977579%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977579: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977580
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977580%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977580: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977581
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977581%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977581: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977582
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977582%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977582: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977583
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977583%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977583: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977584
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977584%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977584: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977585
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977585%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977585: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977586
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977586%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977586: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1977587
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271977587%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1977587: 0
2026-03-24 03:45:30 [ayvens.fr] INFO: Found listing with ID: 1975074
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975074%27 HTTP/1.1" 200 None
2026-03-24 03:45:30 [ayvens.fr] INFO: Scrape type for 1975074: 2
2026-03-24 03:45:30 [ayvens.fr] INFO: Extracting data for car ID: 1975074
2026-03-24 03:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with identifier: 1975074
2026-03-24 03:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with scrape type 2
2026-03-24 03:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with scrape type 2
2026-03-24 03:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a1e4c12b-1fba-5aab-9ae5-5cfa911346a0, identifier: 1975074
2026-03-24 03:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with identifier: 1975074
2026-03-24 03:45:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with identifier: 1975074
2026-03-24 03:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a1e4c12b-1fba-5aab-9ae5-5cfa911346a0 with identifier: 1975074 to the API
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'a1e4c12b-1fba-5aab-9ae5-5cfa911346a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 81465,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-06',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA Arkana 1.6 E-Tech 145ch Business',
'transmission': 'automatic',
'trim': 'Arkana 1.6 E-Tech 145ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975074%27 HTTP/1.1" 200 None
2026-03-24 03:45:31 [ayvens.fr] INFO: Saving data for 1975074: {'auction_closing_time': 1774368000.0, 'created_time': 1774025128.541317, 'last_price_update_time': 1774323931.837655}
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975074') HTTP/1.1" 204 0
2026-03-24 03:45:31 [ayvens.fr] INFO: Found listing with ID: 1975075
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975075%27 HTTP/1.1" 200 None
2026-03-24 03:45:31 [ayvens.fr] INFO: Scrape type for 1975075: 2
2026-03-24 03:45:31 [ayvens.fr] INFO: Extracting data for car ID: 1975075
2026-03-24 03:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160d24dd-8805-5c36-89e3-5864af1df87a with identifier: 1975075
2026-03-24 03:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160d24dd-8805-5c36-89e3-5864af1df87a with scrape type 2
2026-03-24 03:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160d24dd-8805-5c36-89e3-5864af1df87a with scrape type 2
2026-03-24 03:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 160d24dd-8805-5c36-89e3-5864af1df87a, identifier: 1975075
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 160d24dd-8805-5c36-89e3-5864af1df87a with identifier: 1975075
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 160d24dd-8805-5c36-89e3-5864af1df87a with identifier: 1975075
2026-03-24 03:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 160d24dd-8805-5c36-89e3-5864af1df87a with identifier: 1975075 to the API
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 160,
'color': 'METALLIC COPPER M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '160d24dd-8805-5c36-89e3-5864af1df87a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 42562,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.6 PureTech 180ch S&S GT Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.6 PureTech 180ch S&S GT Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975075%27 HTTP/1.1" 200 None
2026-03-24 03:45:32 [ayvens.fr] INFO: Saving data for 1975075: {'auction_closing_time': 1774368000.0, 'created_time': 1774025130.424063, 'last_price_update_time': 1774323932.385077}
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975075') HTTP/1.1" 204 0
2026-03-24 03:45:32 [ayvens.fr] INFO: Found listing with ID: 1975076
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975076%27 HTTP/1.1" 200 None
2026-03-24 03:45:32 [ayvens.fr] INFO: Scrape type for 1975076: 2
2026-03-24 03:45:32 [ayvens.fr] INFO: Extracting data for car ID: 1975076
2026-03-24 03:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0a35641-25da-5d4f-a44a-98f0d927addd with identifier: 1975076
2026-03-24 03:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0a35641-25da-5d4f-a44a-98f0d927addd with scrape type 2
2026-03-24 03:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0a35641-25da-5d4f-a44a-98f0d927addd with scrape type 2
2026-03-24 03:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d0a35641-25da-5d4f-a44a-98f0d927addd, identifier: 1975076
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d0a35641-25da-5d4f-a44a-98f0d927addd with identifier: 1975076
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d0a35641-25da-5d4f-a44a-98f0d927addd with identifier: 1975076
2026-03-24 03:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d0a35641-25da-5d4f-a44a-98f0d927addd with identifier: 1975076 to the API
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BOSSA NOVA WHITE',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'd0a35641-25da-5d4f-a44a-98f0d927addd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 29267,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Cult',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Cult',
'vin': None,
'year': 2022}
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975076%27 HTTP/1.1" 200 None
2026-03-24 03:45:32 [ayvens.fr] INFO: Saving data for 1975076: {'auction_closing_time': 1774368000.0, 'created_time': 1774025134.651348, 'last_price_update_time': 1774323932.805165}
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975076') HTTP/1.1" 204 0
2026-03-24 03:45:32 [ayvens.fr] INFO: Found listing with ID: 1975077
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975077%27 HTTP/1.1" 200 None
2026-03-24 03:45:32 [ayvens.fr] INFO: Scrape type for 1975077: 2
2026-03-24 03:45:32 [ayvens.fr] INFO: Extracting data for car ID: 1975077
2026-03-24 03:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7da82d-8659-5176-9ba9-a2a95edee95c with identifier: 1975077
2026-03-24 03:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7da82d-8659-5176-9ba9-a2a95edee95c with scrape type 2
2026-03-24 03:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7da82d-8659-5176-9ba9-a2a95edee95c with scrape type 2
2026-03-24 03:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5c7da82d-8659-5176-9ba9-a2a95edee95c, identifier: 1975077
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5c7da82d-8659-5176-9ba9-a2a95edee95c with identifier: 1975077
2026-03-24 03:45:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5c7da82d-8659-5176-9ba9-a2a95edee95c with identifier: 1975077
2026-03-24 03:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5c7da82d-8659-5176-9ba9-a2a95edee95c with identifier: 1975077 to the API
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '5c7da82d-8659-5176-9ba9-a2a95edee95c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 81241,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane Estate 1.6 E-Tech Plug-in 160ch Business',
'transmission': 'automatic',
'trim': 'Megane Estate 1.6 E-Tech Plug-in 160ch Business',
'vin': None,
'year': 2021}
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975077%27 HTTP/1.1" 200 None
2026-03-24 03:45:33 [ayvens.fr] INFO: Saving data for 1975077: {'auction_closing_time': 1774368000.0, 'created_time': 1774025132.668279, 'last_price_update_time': 1774323933.216134}
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975077') HTTP/1.1" 204 0
2026-03-24 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1975078
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975078%27 HTTP/1.1" 200 None
2026-03-24 03:45:33 [ayvens.fr] INFO: Scrape type for 1975078: 2
2026-03-24 03:45:33 [ayvens.fr] INFO: Extracting data for car ID: 1975078
2026-03-24 03:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with identifier: 1975078
2026-03-24 03:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with scrape type 2
2026-03-24 03:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with scrape type 2
2026-03-24 03:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a, identifier: 1975078
2026-03-24 03:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with identifier: 1975078
2026-03-24 03:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with identifier: 1975078
2026-03-24 03:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a with identifier: 1975078 to the API
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '0719cdb9-ade8-5f36-9d87-0fb8c9d5a57a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 28721,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR C-HR 122h Edition 2WD E-CVT',
'transmission': 'automatic',
'trim': 'C-HR 122h Edition 2WD E-CVT',
'vin': None,
'year': 2022}
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975078%27 HTTP/1.1" 200 None
2026-03-24 03:45:33 [ayvens.fr] INFO: Saving data for 1975078: {'auction_closing_time': 1774368000.0, 'created_time': 1774025135.920275, 'last_price_update_time': 1774323933.609144}
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975078') HTTP/1.1" 204 0
2026-03-24 03:45:33 [ayvens.fr] INFO: Found listing with ID: 1975079
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975079%27 HTTP/1.1" 200 None
2026-03-24 03:45:33 [ayvens.fr] INFO: Scrape type for 1975079: 2
2026-03-24 03:45:33 [ayvens.fr] INFO: Extracting data for car ID: 1975079
2026-03-24 03:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f680e4c-9cfb-5638-a420-12d2406c3300 with identifier: 1975079
2026-03-24 03:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f680e4c-9cfb-5638-a420-12d2406c3300 with scrape type 2
2026-03-24 03:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f680e4c-9cfb-5638-a420-12d2406c3300 with scrape type 2
2026-03-24 03:45:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0f680e4c-9cfb-5638-a420-12d2406c3300, identifier: 1975079
2026-03-24 03:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0f680e4c-9cfb-5638-a420-12d2406c3300 with identifier: 1975079
2026-03-24 03:45:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0f680e4c-9cfb-5638-a420-12d2406c3300 with identifier: 1975079
2026-03-24 03:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0f680e4c-9cfb-5638-a420-12d2406c3300 with identifier: 1975079 to the API
2026-03-24 03:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0f680e4c-9cfb-5638-a420-12d2406c3300',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 116649,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-20',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975079%27 HTTP/1.1" 200 None
2026-03-24 03:45:34 [ayvens.fr] INFO: Saving data for 1975079: {'auction_closing_time': 1774368000.0, 'created_time': 1774025137.187912, 'last_price_update_time': 1774323934.538432}
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975079') HTTP/1.1" 204 0
2026-03-24 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1975080
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975080%27 HTTP/1.1" 200 None
2026-03-24 03:45:34 [ayvens.fr] INFO: Scrape type for 1975080: 2
2026-03-24 03:45:34 [ayvens.fr] INFO: Extracting data for car ID: 1975080
2026-03-24 03:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbdf3ca2-6139-547e-8314-02eb27639a86 with identifier: 1975080
2026-03-24 03:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbdf3ca2-6139-547e-8314-02eb27639a86 with scrape type 2
2026-03-24 03:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbdf3ca2-6139-547e-8314-02eb27639a86 with scrape type 2
2026-03-24 03:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dbdf3ca2-6139-547e-8314-02eb27639a86, identifier: 1975080
2026-03-24 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dbdf3ca2-6139-547e-8314-02eb27639a86 with identifier: 1975080
2026-03-24 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dbdf3ca2-6139-547e-8314-02eb27639a86 with identifier: 1975080
2026-03-24 03:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dbdf3ca2-6139-547e-8314-02eb27639a86 with identifier: 1975080 to the API
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dbdf3ca2-6139-547e-8314-02eb27639a86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 135829,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross BlueHDi 120ch S&S Feel Pack '
'Business EAT6',
'transmission': 'automatic',
'trim': 'C3 Aircross BlueHDi 120ch S&S Feel Pack Business EAT6',
'vin': None,
'year': 2022}
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975080%27 HTTP/1.1" 200 None
2026-03-24 03:45:34 [ayvens.fr] INFO: Saving data for 1975080: {'auction_closing_time': 1774368000.0, 'created_time': 1774025138.925561, 'last_price_update_time': 1774323934.959161}
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975080') HTTP/1.1" 204 0
2026-03-24 03:45:34 [ayvens.fr] INFO: Found listing with ID: 1975081
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975081%27 HTTP/1.1" 200 None
2026-03-24 03:45:34 [ayvens.fr] INFO: Scrape type for 1975081: 2
2026-03-24 03:45:34 [ayvens.fr] INFO: Extracting data for car ID: 1975081
2026-03-24 03:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afad4593-f2de-5ad7-937a-fadb2b9afdf8 with identifier: 1975081
2026-03-24 03:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afad4593-f2de-5ad7-937a-fadb2b9afdf8 with scrape type 2
2026-03-24 03:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afad4593-f2de-5ad7-937a-fadb2b9afdf8 with scrape type 2
2026-03-24 03:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: afad4593-f2de-5ad7-937a-fadb2b9afdf8, identifier: 1975081
2026-03-24 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: afad4593-f2de-5ad7-937a-fadb2b9afdf8 with identifier: 1975081
2026-03-24 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: afad4593-f2de-5ad7-937a-fadb2b9afdf8 with identifier: 1975081
2026-03-24 03:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: afad4593-f2de-5ad7-937a-fadb2b9afdf8 with identifier: 1975081 to the API
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'NOIR METALISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'afad4593-f2de-5ad7-937a-fadb2b9afdf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 114208,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN Tiguan 1.4 eHybrid 245ch Elegance DSG6',
'transmission': 'automatic',
'trim': 'Tiguan 1.4 eHybrid 245ch Elegance DSG6',
'vin': None,
'year': 2023}
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975081%27 HTTP/1.1" 200 None
2026-03-24 03:45:35 [ayvens.fr] INFO: Saving data for 1975081: {'auction_closing_time': 1774368000.0, 'created_time': 1774025140.596968, 'last_price_update_time': 1774323935.361397}
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975081') HTTP/1.1" 204 0
2026-03-24 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1975082
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975082%27 HTTP/1.1" 200 None
2026-03-24 03:45:35 [ayvens.fr] INFO: Scrape type for 1975082: 2
2026-03-24 03:45:35 [ayvens.fr] INFO: Extracting data for car ID: 1975082
2026-03-24 03:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39552ab9-73d9-58ae-b766-55b534f12d12 with identifier: 1975082
2026-03-24 03:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39552ab9-73d9-58ae-b766-55b534f12d12 with scrape type 2
2026-03-24 03:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39552ab9-73d9-58ae-b766-55b534f12d12 with scrape type 2
2026-03-24 03:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 39552ab9-73d9-58ae-b766-55b534f12d12, identifier: 1975082
2026-03-24 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 39552ab9-73d9-58ae-b766-55b534f12d12 with identifier: 1975082
2026-03-24 03:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 39552ab9-73d9-58ae-b766-55b534f12d12 with identifier: 1975082
2026-03-24 03:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 39552ab9-73d9-58ae-b766-55b534f12d12 with identifier: 1975082 to the API
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '39552ab9-73d9-58ae-b766-55b534f12d12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 101879,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF Golf 1.0 TSI OPF 110ch Life Business',
'transmission': 'manual',
'trim': 'Golf 1.0 TSI OPF 110ch Life Business',
'vin': None,
'year': 2022}
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975082%27 HTTP/1.1" 200 None
2026-03-24 03:45:35 [ayvens.fr] INFO: Saving data for 1975082: {'auction_closing_time': 1774368000.0, 'created_time': 1774025142.520564, 'last_price_update_time': 1774323935.758623}
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975082') HTTP/1.1" 204 0
2026-03-24 03:45:35 [ayvens.fr] INFO: Found listing with ID: 1975083
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975083%27 HTTP/1.1" 200 None
2026-03-24 03:45:35 [ayvens.fr] INFO: Scrape type for 1975083: 2
2026-03-24 03:45:35 [ayvens.fr] INFO: Extracting data for car ID: 1975083
2026-03-24 03:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0111d91d-eb18-5c10-af24-4675f3f92758 with identifier: 1975083
2026-03-24 03:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0111d91d-eb18-5c10-af24-4675f3f92758 with scrape type 2
2026-03-24 03:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0111d91d-eb18-5c10-af24-4675f3f92758 with scrape type 2
2026-03-24 03:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0111d91d-eb18-5c10-af24-4675f3f92758, identifier: 1975083
2026-03-24 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0111d91d-eb18-5c10-af24-4675f3f92758 with identifier: 1975083
2026-03-24 03:45:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0111d91d-eb18-5c10-af24-4675f3f92758 with identifier: 1975083
2026-03-24 03:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0111d91d-eb18-5c10-af24-4675f3f92758 with identifier: 1975083 to the API
2026-03-24 03:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0111d91d-eb18-5c10-af24-4675f3f92758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 72934,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 100ch S&S Allure',
'transmission': 'manual',
'trim': '208 1.2 PureTech 100ch S&S Allure',
'vin': None,
'year': 2020}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975083%27 HTTP/1.1" 200 None
2026-03-24 03:45:36 [ayvens.fr] INFO: Saving data for 1975083: {'auction_closing_time': 1774368000.0, 'created_time': 1774025143.772965, 'last_price_update_time': 1774323936.164443}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975083') HTTP/1.1" 204 0
2026-03-24 03:45:36 [ayvens.fr] INFO: Found listing with ID: 1975084
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975084%27 HTTP/1.1" 200 None
2026-03-24 03:45:36 [ayvens.fr] INFO: Scrape type for 1975084: 2
2026-03-24 03:45:36 [ayvens.fr] INFO: Extracting data for car ID: 1975084
2026-03-24 03:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2a0318-d506-596b-b7bb-c3193451496f with identifier: 1975084
2026-03-24 03:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2a0318-d506-596b-b7bb-c3193451496f with scrape type 2
2026-03-24 03:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2a0318-d506-596b-b7bb-c3193451496f with scrape type 2
2026-03-24 03:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: aa2a0318-d506-596b-b7bb-c3193451496f, identifier: 1975084
2026-03-24 03:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: aa2a0318-d506-596b-b7bb-c3193451496f with identifier: 1975084
2026-03-24 03:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: aa2a0318-d506-596b-b7bb-c3193451496f with identifier: 1975084
2026-03-24 03:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: aa2a0318-d506-596b-b7bb-c3193451496f with identifier: 1975084 to the API
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'aa2a0318-d506-596b-b7bb-c3193451496f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 107032,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.5 BlueHDi 130ch S&S Active Pack',
'transmission': 'manual',
'trim': '5008 1.5 BlueHDi 130ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975084%27 HTTP/1.1" 200 None
2026-03-24 03:45:36 [ayvens.fr] INFO: Saving data for 1975084: {'auction_closing_time': 1774368000.0, 'created_time': 1774025145.280391, 'last_price_update_time': 1774323936.542203}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975084') HTTP/1.1" 204 0
2026-03-24 03:45:36 [ayvens.fr] INFO: Found listing with ID: 1975085
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975085%27 HTTP/1.1" 200 None
2026-03-24 03:45:36 [ayvens.fr] INFO: Scrape type for 1975085: 2
2026-03-24 03:45:36 [ayvens.fr] INFO: Extracting data for car ID: 1975085
2026-03-24 03:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06e20ed6-9bf3-5be8-a130-ca2379505a8b with identifier: 1975085
2026-03-24 03:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06e20ed6-9bf3-5be8-a130-ca2379505a8b with scrape type 2
2026-03-24 03:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06e20ed6-9bf3-5be8-a130-ca2379505a8b with scrape type 2
2026-03-24 03:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 06e20ed6-9bf3-5be8-a130-ca2379505a8b, identifier: 1975085
2026-03-24 03:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 06e20ed6-9bf3-5be8-a130-ca2379505a8b with identifier: 1975085
2026-03-24 03:45:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 06e20ed6-9bf3-5be8-a130-ca2379505a8b with identifier: 1975085
2026-03-24 03:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 06e20ed6-9bf3-5be8-a130-ca2379505a8b with identifier: 1975085 to the API
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '06e20ed6-9bf3-5be8-a130-ca2379505a8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 29876,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2023}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975085%27 HTTP/1.1" 200 None
2026-03-24 03:45:36 [ayvens.fr] INFO: Saving data for 1975085: {'auction_closing_time': 1774368000.0, 'created_time': 1774025146.883375, 'last_price_update_time': 1774323936.959402}
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975085') HTTP/1.1" 204 0
2026-03-24 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1975086
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975086%27 HTTP/1.1" 200 None
2026-03-24 03:45:37 [ayvens.fr] INFO: Scrape type for 1975086: 2
2026-03-24 03:45:37 [ayvens.fr] INFO: Extracting data for car ID: 1975086
2026-03-24 03:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d237928-d757-53b0-aa20-5deb44249b07 with identifier: 1975086
2026-03-24 03:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d237928-d757-53b0-aa20-5deb44249b07 with scrape type 2
2026-03-24 03:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d237928-d757-53b0-aa20-5deb44249b07 with scrape type 2
2026-03-24 03:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3d237928-d757-53b0-aa20-5deb44249b07, identifier: 1975086
2026-03-24 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3d237928-d757-53b0-aa20-5deb44249b07 with identifier: 1975086
2026-03-24 03:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3d237928-d757-53b0-aa20-5deb44249b07 with identifier: 1975086
2026-03-24 03:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3d237928-d757-53b0-aa20-5deb44249b07 with identifier: 1975086 to the API
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '3d237928-d757-53b0-aa20-5deb44249b07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 82873,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 110ch S&S Active Business',
'transmission': 'manual',
'trim': '2008 1.5 BlueHDi 110ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975086%27 HTTP/1.1" 200 None
2026-03-24 03:45:37 [ayvens.fr] INFO: Saving data for 1975086: {'auction_closing_time': 1774368000.0, 'created_time': 1774025148.307149, 'last_price_update_time': 1774323937.455331}
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975086') HTTP/1.1" 204 0
2026-03-24 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1975087
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975087%27 HTTP/1.1" 200 None
2026-03-24 03:45:37 [ayvens.fr] INFO: Scrape type for 1975087: 2
2026-03-24 03:45:37 [ayvens.fr] INFO: Extracting data for car ID: 1975087
2026-03-24 03:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c11a1b5e-beed-592d-ba30-d53efa73cb23 with identifier: 1975087
2026-03-24 03:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c11a1b5e-beed-592d-ba30-d53efa73cb23 with scrape type 2
2026-03-24 03:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c11a1b5e-beed-592d-ba30-d53efa73cb23 with scrape type 2
2026-03-24 03:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c11a1b5e-beed-592d-ba30-d53efa73cb23, identifier: 1975087
2026-03-24 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c11a1b5e-beed-592d-ba30-d53efa73cb23 with identifier: 1975087
2026-03-24 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c11a1b5e-beed-592d-ba30-d53efa73cb23 with identifier: 1975087
2026-03-24 03:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c11a1b5e-beed-592d-ba30-d53efa73cb23 with identifier: 1975087 to the API
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOIR PERLA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'c11a1b5e-beed-592d-ba30-d53efa73cb23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 22602,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 208 e-208 136ch Active Pack',
'transmission': 'automatic',
'trim': '208 e-208 136ch Active Pack',
'vin': None,
'year': 2023}
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975087%27 HTTP/1.1" 200 None
2026-03-24 03:45:37 [ayvens.fr] INFO: Saving data for 1975087: {'auction_closing_time': 1774368000.0, 'created_time': 1774025150.346463, 'last_price_update_time': 1774323937.877211}
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975087') HTTP/1.1" 204 0
2026-03-24 03:45:37 [ayvens.fr] INFO: Found listing with ID: 1975088
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975088%27 HTTP/1.1" 200 None
2026-03-24 03:45:37 [ayvens.fr] INFO: Scrape type for 1975088: 2
2026-03-24 03:45:37 [ayvens.fr] INFO: Extracting data for car ID: 1975088
2026-03-24 03:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a41c5174-f234-5622-b1d2-da978b8d91bd with identifier: 1975088
2026-03-24 03:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a41c5174-f234-5622-b1d2-da978b8d91bd with scrape type 2
2026-03-24 03:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a41c5174-f234-5622-b1d2-da978b8d91bd with scrape type 2
2026-03-24 03:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a41c5174-f234-5622-b1d2-da978b8d91bd, identifier: 1975088
2026-03-24 03:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a41c5174-f234-5622-b1d2-da978b8d91bd with identifier: 1975088
2026-03-24 03:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a41c5174-f234-5622-b1d2-da978b8d91bd with identifier: 1975088
2026-03-24 03:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a41c5174-f234-5622-b1d2-da978b8d91bd with identifier: 1975088 to the API
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'a41c5174-f234-5622-b1d2-da978b8d91bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 40627,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 145ch Plus Style Chrome Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 145ch Plus Style Chrome Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975088%27 HTTP/1.1" 200 None
2026-03-24 03:45:38 [ayvens.fr] INFO: Saving data for 1975088: {'auction_closing_time': 1774368000.0, 'created_time': 1774025151.239352, 'last_price_update_time': 1774323938.276114}
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975088') HTTP/1.1" 204 0
2026-03-24 03:45:38 [ayvens.fr] INFO: Found listing with ID: 1975089
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975089%27 HTTP/1.1" 200 None
2026-03-24 03:45:38 [ayvens.fr] INFO: Scrape type for 1975089: 2
2026-03-24 03:45:38 [ayvens.fr] INFO: Extracting data for car ID: 1975089
2026-03-24 03:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1894afdd-3e38-528e-b3df-2b3db5e1cafb with identifier: 1975089
2026-03-24 03:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1894afdd-3e38-528e-b3df-2b3db5e1cafb with scrape type 2
2026-03-24 03:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1894afdd-3e38-528e-b3df-2b3db5e1cafb with scrape type 2
2026-03-24 03:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1894afdd-3e38-528e-b3df-2b3db5e1cafb, identifier: 1975089
2026-03-24 03:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1894afdd-3e38-528e-b3df-2b3db5e1cafb with identifier: 1975089
2026-03-24 03:45:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1894afdd-3e38-528e-b3df-2b3db5e1cafb with identifier: 1975089
2026-03-24 03:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1894afdd-3e38-528e-b3df-2b3db5e1cafb with identifier: 1975089 to the API
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GRIS SQUALE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '1894afdd-3e38-528e-b3df-2b3db5e1cafb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 30334,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN X-TRAIL X-Trail e-Power 204ch N-Connecta',
'transmission': 'automatic',
'trim': 'X-Trail e-Power 204ch N-Connecta',
'vin': None,
'year': 2023}
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975089%27 HTTP/1.1" 200 None
2026-03-24 03:45:38 [ayvens.fr] INFO: Saving data for 1975089: {'auction_closing_time': 1774368000.0, 'created_time': 1774025152.767301, 'last_price_update_time': 1774323938.675594}
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975089') HTTP/1.1" 204 0
2026-03-24 03:45:38 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 200
2026-03-24 03:45:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:45:40 [ayvens.fr] INFO: Found listing with ID: 1975090
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975090%27 HTTP/1.1" 200 None
2026-03-24 03:45:40 [ayvens.fr] INFO: Scrape type for 1975090: 2
2026-03-24 03:45:40 [ayvens.fr] INFO: Extracting data for car ID: 1975090
2026-03-24 03:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with identifier: 1975090
2026-03-24 03:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with scrape type 2
2026-03-24 03:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with scrape type 2
2026-03-24 03:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8f2bd9c9-458d-5368-9f95-50eb847dddf8, identifier: 1975090
2026-03-24 03:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with identifier: 1975090
2026-03-24 03:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with identifier: 1975090
2026-03-24 03:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8f2bd9c9-458d-5368-9f95-50eb847dddf8 with identifier: 1975090 to the API
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 60,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '8f2bd9c9-458d-5368-9f95-50eb847dddf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TOUAREG',
'odometer': 131998,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TOUAREG Touareg 3.0 TSI eHybrid 381ch Elegance 4Motion '
'BVA8',
'transmission': 'automatic',
'trim': 'Touareg 3.0 TSI eHybrid 381ch Elegance 4Motion BVA8',
'vin': None,
'year': 2021}
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975090%27 HTTP/1.1" 200 None
2026-03-24 03:45:40 [ayvens.fr] INFO: Saving data for 1975090: {'auction_closing_time': 1774368000.0, 'created_time': 1774025155.373422, 'last_price_update_time': 1774323940.913299}
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975090') HTTP/1.1" 204 0
2026-03-24 03:45:40 [ayvens.fr] INFO: Found listing with ID: 1975091
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975091%27 HTTP/1.1" 200 None
2026-03-24 03:45:40 [ayvens.fr] INFO: Scrape type for 1975091: 2
2026-03-24 03:45:40 [ayvens.fr] INFO: Extracting data for car ID: 1975091
2026-03-24 03:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with identifier: 1975091
2026-03-24 03:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with scrape type 2
2026-03-24 03:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with scrape type 2
2026-03-24 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e686ad7d-57b6-5add-a1c2-7877d3fe4ecc, identifier: 1975091
2026-03-24 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with identifier: 1975091
2026-03-24 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with identifier: 1975091
2026-03-24 03:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e686ad7d-57b6-5add-a1c2-7877d3fe4ecc with identifier: 1975091 to the API
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e686ad7d-57b6-5add-a1c2-7877d3fe4ecc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 42606,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975091%27 HTTP/1.1" 200 None
2026-03-24 03:45:41 [ayvens.fr] INFO: Saving data for 1975091: {'auction_closing_time': 1774368000.0, 'created_time': 1774025157.247953, 'last_price_update_time': 1774323941.311405}
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975091') HTTP/1.1" 204 0
2026-03-24 03:45:41 [ayvens.fr] INFO: Found listing with ID: 1975092
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975092%27 HTTP/1.1" 200 None
2026-03-24 03:45:41 [ayvens.fr] INFO: Scrape type for 1975092: 2
2026-03-24 03:45:41 [ayvens.fr] INFO: Extracting data for car ID: 1975092
2026-03-24 03:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with identifier: 1975092
2026-03-24 03:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with scrape type 2
2026-03-24 03:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with scrape type 2
2026-03-24 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 59bd26ee-4dcb-57c5-8e26-1d9e9b870287, identifier: 1975092
2026-03-24 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with identifier: 1975092
2026-03-24 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with identifier: 1975092
2026-03-24 03:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 59bd26ee-4dcb-57c5-8e26-1d9e9b870287 with identifier: 1975092 to the API
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '59bd26ee-4dcb-57c5-8e26-1d9e9b870287',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 131417,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975092%27 HTTP/1.1" 200 None
2026-03-24 03:45:41 [ayvens.fr] INFO: Saving data for 1975092: {'auction_closing_time': 1774368000.0, 'created_time': 1774025158.770975, 'last_price_update_time': 1774323941.717533}
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975092') HTTP/1.1" 204 0
2026-03-24 03:45:41 [ayvens.fr] INFO: Found listing with ID: 1975093
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975093%27 HTTP/1.1" 200 None
2026-03-24 03:45:41 [ayvens.fr] INFO: Scrape type for 1975093: 2
2026-03-24 03:45:41 [ayvens.fr] INFO: Extracting data for car ID: 1975093
2026-03-24 03:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30ed4079-2875-5717-a07e-39435221d608 with identifier: 1975093
2026-03-24 03:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30ed4079-2875-5717-a07e-39435221d608 with scrape type 2
2026-03-24 03:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30ed4079-2875-5717-a07e-39435221d608 with scrape type 2
2026-03-24 03:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 30ed4079-2875-5717-a07e-39435221d608, identifier: 1975093
2026-03-24 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 30ed4079-2875-5717-a07e-39435221d608 with identifier: 1975093
2026-03-24 03:45:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 30ed4079-2875-5717-a07e-39435221d608 with identifier: 1975093
2026-03-24 03:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 30ed4079-2875-5717-a07e-39435221d608 with identifier: 1975093 to the API
2026-03-24 03:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GRIS LUNAIRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '30ed4079-2875-5717-a07e-39435221d608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FIESTA',
'odometer': 83411,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-17',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FIESTA Fiesta 1.1 70ch Business Nav',
'transmission': 'manual',
'trim': 'Fiesta 1.1 70ch Business Nav',
'vin': None,
'year': 2019}
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975093%27 HTTP/1.1" 200 None
2026-03-24 03:45:42 [ayvens.fr] INFO: Saving data for 1975093: {'auction_closing_time': 1774368000.0, 'created_time': 1774025160.280756, 'last_price_update_time': 1774323942.131448}
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975093') HTTP/1.1" 204 0
2026-03-24 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1975094
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975094%27 HTTP/1.1" 200 None
2026-03-24 03:45:42 [ayvens.fr] INFO: Scrape type for 1975094: 2
2026-03-24 03:45:42 [ayvens.fr] INFO: Extracting data for car ID: 1975094
2026-03-24 03:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f2649af-45d9-550b-a77d-1257e302ccdd with identifier: 1975094
2026-03-24 03:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f2649af-45d9-550b-a77d-1257e302ccdd with scrape type 2
2026-03-24 03:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f2649af-45d9-550b-a77d-1257e302ccdd with scrape type 2
2026-03-24 03:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5f2649af-45d9-550b-a77d-1257e302ccdd, identifier: 1975094
2026-03-24 03:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5f2649af-45d9-550b-a77d-1257e302ccdd with identifier: 1975094
2026-03-24 03:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5f2649af-45d9-550b-a77d-1257e302ccdd with identifier: 1975094
2026-03-24 03:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5f2649af-45d9-550b-a77d-1257e302ccdd with identifier: 1975094 to the API
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5f2649af-45d9-550b-a77d-1257e302ccdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 93369,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business',
'transmission': 'manual',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975094%27 HTTP/1.1" 200 None
2026-03-24 03:45:42 [ayvens.fr] INFO: Saving data for 1975094: {'auction_closing_time': 1774368000.0, 'created_time': 1774025161.161275, 'last_price_update_time': 1774323942.617857}
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975094') HTTP/1.1" 204 0
2026-03-24 03:45:42 [ayvens.fr] INFO: Found listing with ID: 1975095
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975095%27 HTTP/1.1" 200 None
2026-03-24 03:45:42 [ayvens.fr] INFO: Scrape type for 1975095: 2
2026-03-24 03:45:42 [ayvens.fr] INFO: Extracting data for car ID: 1975095
2026-03-24 03:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19112057-27e1-5d66-be3a-5a06a3a68e0f with identifier: 1975095
2026-03-24 03:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19112057-27e1-5d66-be3a-5a06a3a68e0f with scrape type 2
2026-03-24 03:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19112057-27e1-5d66-be3a-5a06a3a68e0f with scrape type 2
2026-03-24 03:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 19112057-27e1-5d66-be3a-5a06a3a68e0f, identifier: 1975095
2026-03-24 03:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 19112057-27e1-5d66-be3a-5a06a3a68e0f with identifier: 1975095
2026-03-24 03:45:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 19112057-27e1-5d66-be3a-5a06a3a68e0f with identifier: 1975095
2026-03-24 03:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 19112057-27e1-5d66-be3a-5a06a3a68e0f with identifier: 1975095 to the API
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'NOIR METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '19112057-27e1-5d66-be3a-5a06a3a68e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'CEED',
'odometer': 79596,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-07',
'seats_number': 5,
'seller_name': None,
'title': 'KIA CEED Ceed 1.5 T-GDI 160ch GT Line Premium DCT7',
'transmission': 'automatic',
'trim': 'Ceed 1.5 T-GDI 160ch GT Line Premium DCT7',
'vin': None,
'year': 2023}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975095%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Saving data for 1975095: {'auction_closing_time': 1774368000.0, 'created_time': 1774025162.349119, 'last_price_update_time': 1774323943.028908}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975095') HTTP/1.1" 204 0
2026-03-24 03:45:43 [ayvens.fr] INFO: Found listing with ID: 1975096
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975096%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Scrape type for 1975096: 2
2026-03-24 03:45:43 [ayvens.fr] INFO: Extracting data for car ID: 1975096
2026-03-24 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2054bb13-55e2-5da4-8057-a1383dcec138 with identifier: 1975096
2026-03-24 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2054bb13-55e2-5da4-8057-a1383dcec138 with scrape type 2
2026-03-24 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2054bb13-55e2-5da4-8057-a1383dcec138 with scrape type 2
2026-03-24 03:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2054bb13-55e2-5da4-8057-a1383dcec138, identifier: 1975096
2026-03-24 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2054bb13-55e2-5da4-8057-a1383dcec138 with identifier: 1975096
2026-03-24 03:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2054bb13-55e2-5da4-8057-a1383dcec138 with identifier: 1975096
2026-03-24 03:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2054bb13-55e2-5da4-8057-a1383dcec138 with identifier: 1975096 to the API
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '2054bb13-55e2-5da4-8057-a1383dcec138',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'I30',
'odometer': 87755,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI I30 i30 1.0 T-GDi 120ch Hybrid 48V Creative DCT-7',
'transmission': 'automatic',
'trim': 'i30 1.0 T-GDi 120ch Hybrid 48V Creative DCT-7',
'vin': None,
'year': 2023}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975096%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Saving data for 1975096: {'auction_closing_time': 1774368000.0, 'created_time': 1774025163.92239, 'last_price_update_time': 1774323943.43033}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975096') HTTP/1.1" 204 0
2026-03-24 03:45:43 [ayvens.fr] INFO: Found listing with ID: 1975097
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975097%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Scrape type for 1975097: 2
2026-03-24 03:45:43 [ayvens.fr] INFO: Extracting data for car ID: 1975097
2026-03-24 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677f8d72-03e1-5040-8aa9-702a3b02402d with identifier: 1975097
2026-03-24 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677f8d72-03e1-5040-8aa9-702a3b02402d with scrape type 2
2026-03-24 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677f8d72-03e1-5040-8aa9-702a3b02402d with scrape type 2
2026-03-24 03:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 677f8d72-03e1-5040-8aa9-702a3b02402d, identifier: 1975097
2026-03-24 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 677f8d72-03e1-5040-8aa9-702a3b02402d with identifier: 1975097
2026-03-24 03:45:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 677f8d72-03e1-5040-8aa9-702a3b02402d with identifier: 1975097
2026-03-24 03:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 677f8d72-03e1-5040-8aa9-702a3b02402d with identifier: 1975097 to the API
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'NOIR INTENSE NACR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '677f8d72-03e1-5040-8aa9-702a3b02402d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 112313,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 110ch R-Line DSG7',
'transmission': 'automatic',
'trim': 'Polo 1.0 TSI 110ch R-Line DSG7',
'vin': None,
'year': 2022}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975097%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Saving data for 1975097: {'auction_closing_time': 1774368000.0, 'created_time': 1774025165.841796, 'last_price_update_time': 1774323943.927965}
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975097') HTTP/1.1" 204 0
2026-03-24 03:45:43 [ayvens.fr] INFO: Found listing with ID: 1975098
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975098%27 HTTP/1.1" 200 None
2026-03-24 03:45:43 [ayvens.fr] INFO: Scrape type for 1975098: 2
2026-03-24 03:45:43 [ayvens.fr] INFO: Extracting data for car ID: 1975098
2026-03-24 03:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e0ab29-c6b1-5471-a63a-d71b258317dc with identifier: 1975098
2026-03-24 03:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e0ab29-c6b1-5471-a63a-d71b258317dc with scrape type 2
2026-03-24 03:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e0ab29-c6b1-5471-a63a-d71b258317dc with scrape type 2
2026-03-24 03:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 63e0ab29-c6b1-5471-a63a-d71b258317dc, identifier: 1975098
2026-03-24 03:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 63e0ab29-c6b1-5471-a63a-d71b258317dc with identifier: 1975098
2026-03-24 03:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 63e0ab29-c6b1-5471-a63a-d71b258317dc with identifier: 1975098
2026-03-24 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 63e0ab29-c6b1-5471-a63a-d71b258317dc with identifier: 1975098 to the API
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '63e0ab29-c6b1-5471-a63a-d71b258317dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 84728,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.2 PureTech 110ch S&S Active Pack',
'transmission': 'manual',
'trim': '308 SW 1.2 PureTech 110ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975098%27 HTTP/1.1" 200 None
2026-03-24 03:45:44 [ayvens.fr] INFO: Saving data for 1975098: {'auction_closing_time': 1774368000.0, 'created_time': 1774025167.974079, 'last_price_update_time': 1774323944.320688}
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975098') HTTP/1.1" 204 0
2026-03-24 03:45:44 [ayvens.fr] INFO: Found listing with ID: 1975099
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975099%27 HTTP/1.1" 200 None
2026-03-24 03:45:44 [ayvens.fr] INFO: Scrape type for 1975099: 2
2026-03-24 03:45:44 [ayvens.fr] INFO: Extracting data for car ID: 1975099
2026-03-24 03:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f87ffe82-c572-5489-bf84-08bb6ef77085 with identifier: 1975099
2026-03-24 03:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f87ffe82-c572-5489-bf84-08bb6ef77085 with scrape type 2
2026-03-24 03:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f87ffe82-c572-5489-bf84-08bb6ef77085 with scrape type 2
2026-03-24 03:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f87ffe82-c572-5489-bf84-08bb6ef77085, identifier: 1975099
2026-03-24 03:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f87ffe82-c572-5489-bf84-08bb6ef77085 with identifier: 1975099
2026-03-24 03:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f87ffe82-c572-5489-bf84-08bb6ef77085 with identifier: 1975099
2026-03-24 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f87ffe82-c572-5489-bf84-08bb6ef77085 with identifier: 1975099 to the API
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'f87ffe82-c572-5489-bf84-08bb6ef77085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 101779,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France Business 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France Business 5p',
'vin': None,
'year': 2020}
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975099%27 HTTP/1.1" 200 None
2026-03-24 03:45:44 [ayvens.fr] INFO: Saving data for 1975099: {'auction_closing_time': 1774368000.0, 'created_time': 1774025169.166821, 'last_price_update_time': 1774323944.708513}
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975099') HTTP/1.1" 204 0
2026-03-24 03:45:44 [ayvens.fr] INFO: Found listing with ID: 1975100
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975100%27 HTTP/1.1" 200 None
2026-03-24 03:45:44 [ayvens.fr] INFO: Scrape type for 1975100: 2
2026-03-24 03:45:44 [ayvens.fr] INFO: Extracting data for car ID: 1975100
2026-03-24 03:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dffb6630-3685-5a38-86f1-6255d3840fc5 with identifier: 1975100
2026-03-24 03:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dffb6630-3685-5a38-86f1-6255d3840fc5 with scrape type 2
2026-03-24 03:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dffb6630-3685-5a38-86f1-6255d3840fc5 with scrape type 2
2026-03-24 03:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dffb6630-3685-5a38-86f1-6255d3840fc5, identifier: 1975100
2026-03-24 03:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dffb6630-3685-5a38-86f1-6255d3840fc5 with identifier: 1975100
2026-03-24 03:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dffb6630-3685-5a38-86f1-6255d3840fc5 with identifier: 1975100
2026-03-24 03:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dffb6630-3685-5a38-86f1-6255d3840fc5 with identifier: 1975100 to the API
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'dffb6630-3685-5a38-86f1-6255d3840fc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-2008',
'odometer': 45408,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-2008 2008 e-2008 136ch Active Pack',
'transmission': 'automatic',
'trim': '2008 e-2008 136ch Active Pack',
'vin': None,
'year': 2023}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975100%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Saving data for 1975100: {'auction_closing_time': 1774368000.0, 'created_time': 1774025172.06066, 'last_price_update_time': 1774323945.101183}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975100') HTTP/1.1" 204 0
2026-03-24 03:45:45 [ayvens.fr] INFO: Found listing with ID: 1975101
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975101%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Scrape type for 1975101: 2
2026-03-24 03:45:45 [ayvens.fr] INFO: Extracting data for car ID: 1975101
2026-03-24 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with identifier: 1975101
2026-03-24 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with scrape type 2
2026-03-24 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with scrape type 2
2026-03-24 03:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03, identifier: 1975101
2026-03-24 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with identifier: 1975101
2026-03-24 03:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with identifier: 1975101
2026-03-24 03:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2dd21a83-c68b-5913-b8a7-acd5ed2c5b03 with identifier: 1975101 to the API
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '2dd21a83-c68b-5913-b8a7-acd5ed2c5b03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 123130,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW PHEV 180ch Allure e-EAT8',
'transmission': 'automatic',
'trim': '308 SW PHEV 180ch Allure e-EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975101%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Saving data for 1975101: {'auction_closing_time': 1774368000.0, 'created_time': 1774025174.325697, 'last_price_update_time': 1774323945.501}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975101') HTTP/1.1" 204 0
2026-03-24 03:45:45 [ayvens.fr] INFO: Found listing with ID: 1975102
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975102%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Scrape type for 1975102: 2
2026-03-24 03:45:45 [ayvens.fr] INFO: Extracting data for car ID: 1975102
2026-03-24 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00197a28-2298-51ee-a336-08cee8b1838e with identifier: 1975102
2026-03-24 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00197a28-2298-51ee-a336-08cee8b1838e with scrape type 2
2026-03-24 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00197a28-2298-51ee-a336-08cee8b1838e with scrape type 2
2026-03-24 03:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 00197a28-2298-51ee-a336-08cee8b1838e, identifier: 1975102
2026-03-24 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 00197a28-2298-51ee-a336-08cee8b1838e with identifier: 1975102
2026-03-24 03:45:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 00197a28-2298-51ee-a336-08cee8b1838e with identifier: 1975102
2026-03-24 03:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 00197a28-2298-51ee-a336-08cee8b1838e with identifier: 1975102 to the API
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'NOIR MINUIT',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '00197a28-2298-51ee-a336-08cee8b1838e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ARONA',
'odometer': 92284,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA Arona 1.0 EcoTSI 115ch Start/Stop Xcellence DSG',
'transmission': 'automatic',
'trim': 'Arona 1.0 EcoTSI 115ch Start/Stop Xcellence DSG',
'vin': None,
'year': 2018}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975102%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Saving data for 1975102: {'auction_closing_time': 1774368000.0, 'created_time': 1774025175.412827, 'last_price_update_time': 1774323945.908713}
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975102') HTTP/1.1" 204 0
2026-03-24 03:45:45 [ayvens.fr] INFO: Found listing with ID: 1975103
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975103%27 HTTP/1.1" 200 None
2026-03-24 03:45:45 [ayvens.fr] INFO: Scrape type for 1975103: 2
2026-03-24 03:45:45 [ayvens.fr] INFO: Extracting data for car ID: 1975103
2026-03-24 03:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 424d7c58-f295-537c-a020-ad4d1881dd7c with identifier: 1975103
2026-03-24 03:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 424d7c58-f295-537c-a020-ad4d1881dd7c with scrape type 2
2026-03-24 03:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 424d7c58-f295-537c-a020-ad4d1881dd7c with scrape type 2
2026-03-24 03:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 424d7c58-f295-537c-a020-ad4d1881dd7c, identifier: 1975103
2026-03-24 03:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 424d7c58-f295-537c-a020-ad4d1881dd7c with identifier: 1975103
2026-03-24 03:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 424d7c58-f295-537c-a020-ad4d1881dd7c with identifier: 1975103
2026-03-24 03:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 424d7c58-f295-537c-a020-ad4d1881dd7c with identifier: 1975103 to the API
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '424d7c58-f295-537c-a020-ad4d1881dd7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'STONIC',
'odometer': 76179,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'KIA STONIC Stonic 1.0 T-GDi 100ch Active Business',
'transmission': 'manual',
'trim': 'Stonic 1.0 T-GDi 100ch Active Business',
'vin': None,
'year': 2022}
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975103%27 HTTP/1.1" 200 None
2026-03-24 03:45:46 [ayvens.fr] INFO: Saving data for 1975103: {'auction_closing_time': 1774368000.0, 'created_time': 1774025177.250641, 'last_price_update_time': 1774323946.34476}
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975103') HTTP/1.1" 204 0
2026-03-24 03:45:46 [ayvens.fr] INFO: Found listing with ID: 1975104
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975104%27 HTTP/1.1" 200 None
2026-03-24 03:45:46 [ayvens.fr] INFO: Scrape type for 1975104: 2
2026-03-24 03:45:46 [ayvens.fr] INFO: Extracting data for car ID: 1975104
2026-03-24 03:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa929ca-4e2c-5a71-8db0-085a7f73517c with identifier: 1975104
2026-03-24 03:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa929ca-4e2c-5a71-8db0-085a7f73517c with scrape type 2
2026-03-24 03:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa929ca-4e2c-5a71-8db0-085a7f73517c with scrape type 2
2026-03-24 03:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bfa929ca-4e2c-5a71-8db0-085a7f73517c, identifier: 1975104
2026-03-24 03:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bfa929ca-4e2c-5a71-8db0-085a7f73517c with identifier: 1975104
2026-03-24 03:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bfa929ca-4e2c-5a71-8db0-085a7f73517c with identifier: 1975104
2026-03-24 03:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bfa929ca-4e2c-5a71-8db0-085a7f73517c with identifier: 1975104 to the API
2026-03-24 03:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'bfa929ca-4e2c-5a71-8db0-085a7f73517c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 84256,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975104%27 HTTP/1.1" 200 None
2026-03-24 03:45:47 [ayvens.fr] INFO: Saving data for 1975104: {'auction_closing_time': 1774368000.0, 'created_time': 1774025178.797086, 'last_price_update_time': 1774323947.529296}
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975104') HTTP/1.1" 204 0
2026-03-24 03:45:47 [ayvens.fr] INFO: Found listing with ID: 1975105
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975105%27 HTTP/1.1" 200 None
2026-03-24 03:45:47 [ayvens.fr] INFO: Scrape type for 1975105: 2
2026-03-24 03:45:47 [ayvens.fr] INFO: Extracting data for car ID: 1975105
2026-03-24 03:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3654b66f-75e5-52a9-8911-9065c6e64004 with identifier: 1975105
2026-03-24 03:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3654b66f-75e5-52a9-8911-9065c6e64004 with scrape type 2
2026-03-24 03:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3654b66f-75e5-52a9-8911-9065c6e64004 with scrape type 2
2026-03-24 03:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3654b66f-75e5-52a9-8911-9065c6e64004, identifier: 1975105
2026-03-24 03:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3654b66f-75e5-52a9-8911-9065c6e64004 with identifier: 1975105
2026-03-24 03:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3654b66f-75e5-52a9-8911-9065c6e64004 with identifier: 1975105
2026-03-24 03:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3654b66f-75e5-52a9-8911-9065c6e64004 with identifier: 1975105 to the API
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '3654b66f-75e5-52a9-8911-9065c6e64004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 29840,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-11',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo BlueHDi 100ch Shine S&S',
'transmission': 'manual',
'trim': 'Berlingo BlueHDi 100ch Shine S&S',
'vin': None,
'year': 2018}
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975105%27 HTTP/1.1" 200 None
2026-03-24 03:45:47 [ayvens.fr] INFO: Saving data for 1975105: {'auction_closing_time': 1774368000.0, 'created_time': 1774025180.77943, 'last_price_update_time': 1774323947.937603}
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975105') HTTP/1.1" 204 0
2026-03-24 03:45:47 [ayvens.fr] INFO: Found listing with ID: 1975106
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975106%27 HTTP/1.1" 200 None
2026-03-24 03:45:47 [ayvens.fr] INFO: Scrape type for 1975106: 2
2026-03-24 03:45:47 [ayvens.fr] INFO: Extracting data for car ID: 1975106
2026-03-24 03:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with identifier: 1975106
2026-03-24 03:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with scrape type 2
2026-03-24 03:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with scrape type 2
2026-03-24 03:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b3cdb68e-420b-5ac2-9fec-f8235a98fda2, identifier: 1975106
2026-03-24 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with identifier: 1975106
2026-03-24 03:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with identifier: 1975106
2026-03-24 03:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b3cdb68e-420b-5ac2-9fec-f8235a98fda2 with identifier: 1975106 to the API
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b3cdb68e-420b-5ac2-9fec-f8235a98fda2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 95844,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-17',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 110ch S&S Allure Business',
'transmission': 'manual',
'trim': '2008 1.5 BlueHDi 110ch S&S Allure Business',
'vin': None,
'year': 2021}
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975106%27 HTTP/1.1" 200 None
2026-03-24 03:45:48 [ayvens.fr] INFO: Saving data for 1975106: {'auction_closing_time': 1774368000.0, 'created_time': 1774025182.358496, 'last_price_update_time': 1774323948.361265}
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975106') HTTP/1.1" 204 0
2026-03-24 03:45:48 [ayvens.fr] INFO: Found listing with ID: 1975107
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975107%27 HTTP/1.1" 200 None
2026-03-24 03:45:48 [ayvens.fr] INFO: Scrape type for 1975107: 2
2026-03-24 03:45:48 [ayvens.fr] INFO: Extracting data for car ID: 1975107
2026-03-24 03:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6905536-071e-595d-94fd-fcafc0a528b2 with identifier: 1975107
2026-03-24 03:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6905536-071e-595d-94fd-fcafc0a528b2 with scrape type 2
2026-03-24 03:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6905536-071e-595d-94fd-fcafc0a528b2 with scrape type 2
2026-03-24 03:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b6905536-071e-595d-94fd-fcafc0a528b2, identifier: 1975107
2026-03-24 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b6905536-071e-595d-94fd-fcafc0a528b2 with identifier: 1975107
2026-03-24 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b6905536-071e-595d-94fd-fcafc0a528b2 with identifier: 1975107
2026-03-24 03:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b6905536-071e-595d-94fd-fcafc0a528b2 with identifier: 1975107 to the API
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'GRIS ELECTROCLASH',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'b6905536-071e-595d-94fd-fcafc0a528b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 49648,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-23',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Dolcevita',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Dolcevita',
'vin': None,
'year': 2022}
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975107%27 HTTP/1.1" 200 None
2026-03-24 03:45:48 [ayvens.fr] INFO: Saving data for 1975107: {'auction_closing_time': 1774368000.0, 'created_time': 1774025182.715685, 'last_price_update_time': 1774323948.765036}
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975107') HTTP/1.1" 204 0
2026-03-24 03:45:48 [ayvens.fr] INFO: Found listing with ID: 1975108
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975108%27 HTTP/1.1" 200 None
2026-03-24 03:45:48 [ayvens.fr] INFO: Scrape type for 1975108: 2
2026-03-24 03:45:48 [ayvens.fr] INFO: Extracting data for car ID: 1975108
2026-03-24 03:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 067069f9-b830-520a-bf65-1c15b592c878 with identifier: 1975108
2026-03-24 03:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 067069f9-b830-520a-bf65-1c15b592c878 with scrape type 2
2026-03-24 03:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 067069f9-b830-520a-bf65-1c15b592c878 with scrape type 2
2026-03-24 03:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 067069f9-b830-520a-bf65-1c15b592c878, identifier: 1975108
2026-03-24 03:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 067069f9-b830-520a-bf65-1c15b592c878 with identifier: 1975108
2026-03-24 03:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 067069f9-b830-520a-bf65-1c15b592c878 with identifier: 1975108
2026-03-24 03:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 067069f9-b830-520a-bf65-1c15b592c878 with identifier: 1975108 to the API
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '067069f9-b830-520a-bf65-1c15b592c878',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 13447,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2024}
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975108%27 HTTP/1.1" 200 None
2026-03-24 03:45:49 [ayvens.fr] INFO: Saving data for 1975108: {'auction_closing_time': 1774368000.0, 'created_time': 1774025184.857169, 'last_price_update_time': 1774323949.234493}
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975108') HTTP/1.1" 204 0
2026-03-24 03:45:49 [ayvens.fr] INFO: Found listing with ID: 1975109
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975109%27 HTTP/1.1" 200 None
2026-03-24 03:45:49 [ayvens.fr] INFO: Scrape type for 1975109: 2
2026-03-24 03:45:49 [ayvens.fr] INFO: Extracting data for car ID: 1975109
2026-03-24 03:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86359807-5a84-5289-b9da-a14044736b7a with identifier: 1975109
2026-03-24 03:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86359807-5a84-5289-b9da-a14044736b7a with scrape type 2
2026-03-24 03:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86359807-5a84-5289-b9da-a14044736b7a with scrape type 2
2026-03-24 03:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 86359807-5a84-5289-b9da-a14044736b7a, identifier: 1975109
2026-03-24 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 86359807-5a84-5289-b9da-a14044736b7a with identifier: 1975109
2026-03-24 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 86359807-5a84-5289-b9da-a14044736b7a with identifier: 1975109
2026-03-24 03:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 86359807-5a84-5289-b9da-a14044736b7a with identifier: 1975109 to the API
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SKYCRAPERGRAU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '86359807-5a84-5289-b9da-a14044736b7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 40748,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch M Sport DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch M Sport DKG7',
'vin': None,
'year': 2022}
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975109%27 HTTP/1.1" 200 None
2026-03-24 03:45:49 [ayvens.fr] INFO: Saving data for 1975109: {'auction_closing_time': 1774368000.0, 'created_time': 1774025185.85206, 'last_price_update_time': 1774323949.725117}
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975109') HTTP/1.1" 204 0
2026-03-24 03:45:49 [ayvens.fr] INFO: Found listing with ID: 1975110
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975110%27 HTTP/1.1" 200 None
2026-03-24 03:45:49 [ayvens.fr] INFO: Scrape type for 1975110: 2
2026-03-24 03:45:49 [ayvens.fr] INFO: Extracting data for car ID: 1975110
2026-03-24 03:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d061e0d8-048b-5258-b805-a533e1974dd8 with identifier: 1975110
2026-03-24 03:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d061e0d8-048b-5258-b805-a533e1974dd8 with scrape type 2
2026-03-24 03:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d061e0d8-048b-5258-b805-a533e1974dd8 with scrape type 2
2026-03-24 03:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d061e0d8-048b-5258-b805-a533e1974dd8, identifier: 1975110
2026-03-24 03:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d061e0d8-048b-5258-b805-a533e1974dd8 with identifier: 1975110
2026-03-24 03:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d061e0d8-048b-5258-b805-a533e1974dd8 with identifier: 1975110
2026-03-24 03:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d061e0d8-048b-5258-b805-a533e1974dd8 with identifier: 1975110 to the API
2026-03-24 03:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ELECTROCLASH',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'd061e0d8-048b-5258-b805-a533e1974dd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 18354,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-04',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Lounge',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Lounge',
'vin': None,
'year': 2020}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975110%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Saving data for 1975110: {'auction_closing_time': 1774368000.0, 'created_time': 1774025187.653892, 'last_price_update_time': 1774323950.128721}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975110') HTTP/1.1" 204 0
2026-03-24 03:45:50 [ayvens.fr] INFO: Found listing with ID: 1975111
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975111%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Scrape type for 1975111: 2
2026-03-24 03:45:50 [ayvens.fr] INFO: Extracting data for car ID: 1975111
2026-03-24 03:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa352578-26a0-5a23-ac6c-a1f632c8d09b with identifier: 1975111
2026-03-24 03:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa352578-26a0-5a23-ac6c-a1f632c8d09b with scrape type 2
2026-03-24 03:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa352578-26a0-5a23-ac6c-a1f632c8d09b with scrape type 2
2026-03-24 03:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fa352578-26a0-5a23-ac6c-a1f632c8d09b, identifier: 1975111
2026-03-24 03:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fa352578-26a0-5a23-ac6c-a1f632c8d09b with identifier: 1975111
2026-03-24 03:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fa352578-26a0-5a23-ac6c-a1f632c8d09b with identifier: 1975111
2026-03-24 03:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fa352578-26a0-5a23-ac6c-a1f632c8d09b with identifier: 1975111 to the API
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'fa352578-26a0-5a23-ac6c-a1f632c8d09b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 120641,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Allure',
'transmission': 'manual',
'trim': '308 1.5 BlueHDi 130ch S&S Allure',
'vin': None,
'year': 2022}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975111%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Saving data for 1975111: {'auction_closing_time': 1774368000.0, 'created_time': 1774025188.64535, 'last_price_update_time': 1774323950.533374}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975111') HTTP/1.1" 204 0
2026-03-24 03:45:50 [ayvens.fr] INFO: Found listing with ID: 1975112
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975112%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Scrape type for 1975112: 2
2026-03-24 03:45:50 [ayvens.fr] INFO: Extracting data for car ID: 1975112
2026-03-24 03:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with identifier: 1975112
2026-03-24 03:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with scrape type 2
2026-03-24 03:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with scrape type 2
2026-03-24 03:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 16ebf664-4f0f-57b0-8009-56ab649d6eb2, identifier: 1975112
2026-03-24 03:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with identifier: 1975112
2026-03-24 03:45:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with identifier: 1975112
2026-03-24 03:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 16ebf664-4f0f-57b0-8009-56ab649d6eb2 with identifier: 1975112 to the API
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '16ebf664-4f0f-57b0-8009-56ab649d6eb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 17852,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.2 Turbo 110ch Elegance',
'transmission': 'manual',
'trim': 'Crossland 1.2 Turbo 110ch Elegance',
'vin': None,
'year': 2023}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975112%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Saving data for 1975112: {'auction_closing_time': 1774368000.0, 'created_time': 1774025190.064442, 'last_price_update_time': 1774323950.939181}
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975112') HTTP/1.1" 204 0
2026-03-24 03:45:50 [ayvens.fr] INFO: Found listing with ID: 1975113
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975113%27 HTTP/1.1" 200 None
2026-03-24 03:45:50 [ayvens.fr] INFO: Scrape type for 1975113: 2
2026-03-24 03:45:50 [ayvens.fr] INFO: Extracting data for car ID: 1975113
2026-03-24 03:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6a61d4-6133-556e-b447-790e6e7a25b4 with identifier: 1975113
2026-03-24 03:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6a61d4-6133-556e-b447-790e6e7a25b4 with scrape type 2
2026-03-24 03:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6a61d4-6133-556e-b447-790e6e7a25b4 with scrape type 2
2026-03-24 03:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dc6a61d4-6133-556e-b447-790e6e7a25b4, identifier: 1975113
2026-03-24 03:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dc6a61d4-6133-556e-b447-790e6e7a25b4 with identifier: 1975113
2026-03-24 03:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dc6a61d4-6133-556e-b447-790e6e7a25b4 with identifier: 1975113
2026-03-24 03:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dc6a61d4-6133-556e-b447-790e6e7a25b4 with identifier: 1975113 to the API
2026-03-24 03:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'dc6a61d4-6133-556e-b447-790e6e7a25b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 35937,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.2 Turbo 130ch Elegance Business BVA',
'transmission': 'automatic',
'trim': 'Crossland 1.2 Turbo 130ch Elegance Business BVA',
'vin': None,
'year': 2023}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975113%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Saving data for 1975113: {'auction_closing_time': 1774368000.0, 'created_time': 1774025191.843453, 'last_price_update_time': 1774323952.017108}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975113') HTTP/1.1" 204 0
2026-03-24 03:45:52 [ayvens.fr] INFO: Found listing with ID: 1975114
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975114%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Scrape type for 1975114: 2
2026-03-24 03:45:52 [ayvens.fr] INFO: Extracting data for car ID: 1975114
2026-03-24 03:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with identifier: 1975114
2026-03-24 03:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb, identifier: 1975114
2026-03-24 03:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with identifier: 1975114
2026-03-24 03:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with identifier: 1975114
2026-03-24 03:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb with identifier: 1975114 to the API
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'cec471b2-a7fb-507e-9ad3-8cb3a2bf4deb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 80130,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 265ch PHEV Design BVA6 4x4',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 265ch PHEV Design BVA6 4x4',
'vin': None,
'year': 2022}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975114%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Saving data for 1975114: {'auction_closing_time': 1774368000.0, 'created_time': 1774025193.201356, 'last_price_update_time': 1774323952.41027}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975114') HTTP/1.1" 204 0
2026-03-24 03:45:52 [ayvens.fr] INFO: Found listing with ID: 1975115
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975115%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Scrape type for 1975115: 2
2026-03-24 03:45:52 [ayvens.fr] INFO: Extracting data for car ID: 1975115
2026-03-24 03:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 576fb62e-e732-597f-b415-f82db00796c8 with identifier: 1975115
2026-03-24 03:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 576fb62e-e732-597f-b415-f82db00796c8 with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 576fb62e-e732-597f-b415-f82db00796c8 with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 576fb62e-e732-597f-b415-f82db00796c8, identifier: 1975115
2026-03-24 03:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 576fb62e-e732-597f-b415-f82db00796c8 with identifier: 1975115
2026-03-24 03:45:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 576fb62e-e732-597f-b415-f82db00796c8 with identifier: 1975115
2026-03-24 03:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 576fb62e-e732-597f-b415-f82db00796c8 with identifier: 1975115 to the API
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS RAFALE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '576fb62e-e732-597f-b415-f82db00796c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE E-TECH',
'odometer': 48927,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH Megane E-Tech Electric EV60 220ch Equilibre '
'optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric EV60 220ch Equilibre optimum charge',
'vin': None,
'year': 2022}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975115%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Saving data for 1975115: {'auction_closing_time': 1774368000.0, 'created_time': 1774025194.763927, 'last_price_update_time': 1774323952.83346}
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975115') HTTP/1.1" 204 0
2026-03-24 03:45:52 [ayvens.fr] INFO: Found listing with ID: 1975116
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975116%27 HTTP/1.1" 200 None
2026-03-24 03:45:52 [ayvens.fr] INFO: Scrape type for 1975116: 2
2026-03-24 03:45:52 [ayvens.fr] INFO: Extracting data for car ID: 1975116
2026-03-24 03:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73549da-4ce0-5056-9073-4607564e0919 with identifier: 1975116
2026-03-24 03:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73549da-4ce0-5056-9073-4607564e0919 with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c73549da-4ce0-5056-9073-4607564e0919 with scrape type 2
2026-03-24 03:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c73549da-4ce0-5056-9073-4607564e0919, identifier: 1975116
2026-03-24 03:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c73549da-4ce0-5056-9073-4607564e0919 with identifier: 1975116
2026-03-24 03:45:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c73549da-4ce0-5056-9073-4607564e0919 with identifier: 1975116
2026-03-24 03:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c73549da-4ce0-5056-9073-4607564e0919 with identifier: 1975116 to the API
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'c73549da-4ce0-5056-9073-4607564e0919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE E-TECH',
'odometer': 69021,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH Megane E-Tech Electric EV60 130ch Evolution '
'ER optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric EV60 130ch Evolution ER optimum charge',
'vin': None,
'year': 2023}
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975116%27 HTTP/1.1" 200 None
2026-03-24 03:45:53 [ayvens.fr] INFO: Saving data for 1975116: {'auction_closing_time': 1774368000.0, 'created_time': 1774025196.854716, 'last_price_update_time': 1774323953.247728}
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975116') HTTP/1.1" 204 0
2026-03-24 03:45:53 [ayvens.fr] INFO: Found listing with ID: 1975117
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975117%27 HTTP/1.1" 200 None
2026-03-24 03:45:53 [ayvens.fr] INFO: Scrape type for 1975117: 2
2026-03-24 03:45:53 [ayvens.fr] INFO: Extracting data for car ID: 1975117
2026-03-24 03:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with identifier: 1975117
2026-03-24 03:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with scrape type 2
2026-03-24 03:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with scrape type 2
2026-03-24 03:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4ef09b4b-16b6-516d-af1e-ae19e44638a3, identifier: 1975117
2026-03-24 03:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with identifier: 1975117
2026-03-24 03:45:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with identifier: 1975117
2026-03-24 03:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4ef09b4b-16b6-516d-af1e-ae19e44638a3 with identifier: 1975117 to the API
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'NOIR INTENSE NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '4ef09b4b-16b6-516d-af1e-ae19e44638a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 140776,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN Tiguan 1.4 eHybrid 245ch Life Business DSG6',
'transmission': 'automatic',
'trim': 'Tiguan 1.4 eHybrid 245ch Life Business DSG6',
'vin': None,
'year': 2023}
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975117%27 HTTP/1.1" 200 None
2026-03-24 03:45:53 [ayvens.fr] INFO: Saving data for 1975117: {'auction_closing_time': 1774368000.0, 'created_time': 1774025198.445784, 'last_price_update_time': 1774323953.659046}
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975117') HTTP/1.1" 204 0
2026-03-24 03:45:53 [ayvens.fr] INFO: Found listing with ID: 1975118
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975118%27 HTTP/1.1" 200 None
2026-03-24 03:45:53 [ayvens.fr] INFO: Scrape type for 1975118: 2
2026-03-24 03:45:53 [ayvens.fr] INFO: Extracting data for car ID: 1975118
2026-03-24 03:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a16bc54-5b57-578a-844c-53ddab1e944d with identifier: 1975118
2026-03-24 03:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a16bc54-5b57-578a-844c-53ddab1e944d with scrape type 2
2026-03-24 03:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a16bc54-5b57-578a-844c-53ddab1e944d with scrape type 2
2026-03-24 03:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8a16bc54-5b57-578a-844c-53ddab1e944d, identifier: 1975118
2026-03-24 03:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8a16bc54-5b57-578a-844c-53ddab1e944d with identifier: 1975118
2026-03-24 03:45:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8a16bc54-5b57-578a-844c-53ddab1e944d with identifier: 1975118
2026-03-24 03:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8a16bc54-5b57-578a-844c-53ddab1e944d with identifier: 1975118 to the API
2026-03-24 03:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'BLEU FUSION',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '8a16bc54-5b57-578a-844c-53ddab1e944d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 41987,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 265ch PHEV Active BVA6 4x4',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 265ch PHEV Active BVA6 4x4',
'vin': None,
'year': 2024}
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975118%27 HTTP/1.1" 200 None
2026-03-24 03:45:54 [ayvens.fr] INFO: Saving data for 1975118: {'auction_closing_time': 1774368000.0, 'created_time': 1774025200.893148, 'last_price_update_time': 1774323954.182193}
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975118') HTTP/1.1" 204 0
2026-03-24 03:45:54 [ayvens.fr] INFO: Found listing with ID: 1975119
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975119%27 HTTP/1.1" 200 None
2026-03-24 03:45:54 [ayvens.fr] INFO: Scrape type for 1975119: 2
2026-03-24 03:45:54 [ayvens.fr] INFO: Extracting data for car ID: 1975119
2026-03-24 03:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2354717f-bef4-57ce-a629-1a90fdef0e3b with identifier: 1975119
2026-03-24 03:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2354717f-bef4-57ce-a629-1a90fdef0e3b with scrape type 2
2026-03-24 03:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2354717f-bef4-57ce-a629-1a90fdef0e3b with scrape type 2
2026-03-24 03:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2354717f-bef4-57ce-a629-1a90fdef0e3b, identifier: 1975119
2026-03-24 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2354717f-bef4-57ce-a629-1a90fdef0e3b with identifier: 1975119
2026-03-24 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2354717f-bef4-57ce-a629-1a90fdef0e3b with identifier: 1975119
2026-03-24 03:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2354717f-bef4-57ce-a629-1a90fdef0e3b with identifier: 1975119 to the API
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'BLEU ECLIPSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '2354717f-bef4-57ce-a629-1a90fdef0e3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 84605,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross Hybrid rechargeable 225ch Feel Pack '
'e-EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross Hybrid rechargeable 225ch Feel Pack e-EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975119%27 HTTP/1.1" 200 None
2026-03-24 03:45:54 [ayvens.fr] INFO: Saving data for 1975119: {'auction_closing_time': 1774368000.0, 'created_time': 1774025201.453508, 'last_price_update_time': 1774323954.695889}
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975119') HTTP/1.1" 204 0
2026-03-24 03:45:54 [ayvens.fr] INFO: Found listing with ID: 1975120
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975120%27 HTTP/1.1" 200 None
2026-03-24 03:45:54 [ayvens.fr] INFO: Scrape type for 1975120: 2
2026-03-24 03:45:54 [ayvens.fr] INFO: Extracting data for car ID: 1975120
2026-03-24 03:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with identifier: 1975120
2026-03-24 03:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with scrape type 2
2026-03-24 03:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with scrape type 2
2026-03-24 03:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4, identifier: 1975120
2026-03-24 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with identifier: 1975120
2026-03-24 03:45:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with identifier: 1975120
2026-03-24 03:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4 with identifier: 1975120 to the API
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 30,
'color': 'GRIS PLATINUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'c5e149d7-e64a-5ef8-a0dd-e6000d30c5f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 90077,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 HYBRID4 300ch GT e-EAT8',
'transmission': 'automatic',
'trim': '3008 HYBRID4 300ch GT e-EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975120%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Saving data for 1975120: {'auction_closing_time': 1774368000.0, 'created_time': 1774025202.673499, 'last_price_update_time': 1774323955.099472}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975120') HTTP/1.1" 204 0
2026-03-24 03:45:55 [ayvens.fr] INFO: Found listing with ID: 1975121
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975121%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Scrape type for 1975121: 2
2026-03-24 03:45:55 [ayvens.fr] INFO: Extracting data for car ID: 1975121
2026-03-24 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with identifier: 1975121
2026-03-24 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with scrape type 2
2026-03-24 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with scrape type 2
2026-03-24 03:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29, identifier: 1975121
2026-03-24 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with identifier: 1975121
2026-03-24 03:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with identifier: 1975121
2026-03-24 03:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5f5b0b64-c161-5a90-b7bf-e7d1925f8b29 with identifier: 1975121 to the API
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '5f5b0b64-c161-5a90-b7bf-e7d1925f8b29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 103903,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 HYBRID 225ch Allure Pack e-EAT8',
'transmission': 'automatic',
'trim': '3008 HYBRID 225ch Allure Pack e-EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975121%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Saving data for 1975121: {'auction_closing_time': 1774368000.0, 'created_time': 1774025204.33364, 'last_price_update_time': 1774323955.509435}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975121') HTTP/1.1" 204 0
2026-03-24 03:45:55 [ayvens.fr] INFO: Found listing with ID: 1975122
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975122%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Scrape type for 1975122: 2
2026-03-24 03:45:55 [ayvens.fr] INFO: Extracting data for car ID: 1975122
2026-03-24 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with identifier: 1975122
2026-03-24 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with scrape type 2
2026-03-24 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with scrape type 2
2026-03-24 03:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5c6d9901-6a61-5a9f-9760-0f1a96f45eda, identifier: 1975122
2026-03-24 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with identifier: 1975122
2026-03-24 03:45:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with identifier: 1975122
2026-03-24 03:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5c6d9901-6a61-5a9f-9760-0f1a96f45eda with identifier: 1975122 to the API
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'ALPINEWEISS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5c6d9901-6a61-5a9f-9760-0f1a96f45eda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 88969,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 X2 sDrive18dA 150ch M Sport DKG7',
'transmission': 'automatic',
'trim': 'X2 sDrive18dA 150ch M Sport DKG7',
'vin': None,
'year': 2024}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975122%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Saving data for 1975122: {'auction_closing_time': 1774368000.0, 'created_time': 1774025205.44508, 'last_price_update_time': 1774323955.905757}
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975122') HTTP/1.1" 204 0
2026-03-24 03:45:55 [ayvens.fr] INFO: Found listing with ID: 1975123
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975123%27 HTTP/1.1" 200 None
2026-03-24 03:45:55 [ayvens.fr] INFO: Scrape type for 1975123: 2
2026-03-24 03:45:55 [ayvens.fr] INFO: Extracting data for car ID: 1975123
2026-03-24 03:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3820c578-c6b9-5d84-881c-f277aae5491b with identifier: 1975123
2026-03-24 03:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3820c578-c6b9-5d84-881c-f277aae5491b with scrape type 2
2026-03-24 03:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3820c578-c6b9-5d84-881c-f277aae5491b with scrape type 2
2026-03-24 03:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3820c578-c6b9-5d84-881c-f277aae5491b, identifier: 1975123
2026-03-24 03:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3820c578-c6b9-5d84-881c-f277aae5491b with identifier: 1975123
2026-03-24 03:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3820c578-c6b9-5d84-881c-f277aae5491b with identifier: 1975123
2026-03-24 03:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3820c578-c6b9-5d84-881c-f277aae5491b with identifier: 1975123 to the API
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3820c578-c6b9-5d84-881c-f277aae5491b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 80319,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975123%27 HTTP/1.1" 200 None
2026-03-24 03:45:56 [ayvens.fr] INFO: Saving data for 1975123: {'auction_closing_time': 1774368000.0, 'created_time': 1774025207.261521, 'last_price_update_time': 1774323956.307238}
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975123') HTTP/1.1" 204 0
2026-03-24 03:45:56 [ayvens.fr] INFO: Found listing with ID: 1975124
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975124%27 HTTP/1.1" 200 None
2026-03-24 03:45:56 [ayvens.fr] INFO: Scrape type for 1975124: 2
2026-03-24 03:45:56 [ayvens.fr] INFO: Extracting data for car ID: 1975124
2026-03-24 03:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d9ce98-e454-5643-aae3-e98484522e93 with identifier: 1975124
2026-03-24 03:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d9ce98-e454-5643-aae3-e98484522e93 with scrape type 2
2026-03-24 03:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d9ce98-e454-5643-aae3-e98484522e93 with scrape type 2
2026-03-24 03:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 12d9ce98-e454-5643-aae3-e98484522e93, identifier: 1975124
2026-03-24 03:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 12d9ce98-e454-5643-aae3-e98484522e93 with identifier: 1975124
2026-03-24 03:45:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 12d9ce98-e454-5643-aae3-e98484522e93 with identifier: 1975124
2026-03-24 03:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 12d9ce98-e454-5643-aae3-e98484522e93 with identifier: 1975124 to the API
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45: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-24 03:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'SKYSCRAPER GRAU',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '12d9ce98-e454-5643-aae3-e98484522e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 2 GC',
'odometer': 93054,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 2 GC Serie 2 Gran Coupe 218i 136ch M Sport',
'transmission': 'manual',
'trim': 'Serie 2 Gran Coupe 218i 136ch M Sport',
'vin': None,
'year': 2022}
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975124%27 HTTP/1.1" 200 None
2026-03-24 03:45:56 [ayvens.fr] INFO: Saving data for 1975124: {'auction_closing_time': 1774368000.0, 'created_time': 1774025209.00883, 'last_price_update_time': 1774323956.714835}
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975124') HTTP/1.1" 204 0
2026-03-24 03:45:56 [ayvens.fr] INFO: Found listing with ID: 1975125
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975125%27 HTTP/1.1" 200 None
2026-03-24 03:45:56 [ayvens.fr] INFO: Scrape type for 1975125: 2
2026-03-24 03:45:56 [ayvens.fr] INFO: Extracting data for car ID: 1975125
2026-03-24 03:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with identifier: 1975125
2026-03-24 03:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with scrape type 2
2026-03-24 03:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with scrape type 2
2026-03-24 03:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2e27cf2f-0f15-5991-a43b-fa946d783fe0, identifier: 1975125
2026-03-24 03:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with identifier: 1975125
2026-03-24 03:45:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with identifier: 1975125
2026-03-24 03:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2e27cf2f-0f15-5991-a43b-fa946d783fe0 with identifier: 1975125 to the API
2026-03-24 03:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLEU C',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2e27cf2f-0f15-5991-a43b-fa946d783fe0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 44137,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-20',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975125%27 HTTP/1.1" 200 None
2026-03-24 03:45:57 [ayvens.fr] INFO: Saving data for 1975125: {'auction_closing_time': 1774368000.0, 'created_time': 1774025210.731258, 'last_price_update_time': 1774323957.116707}
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975125') HTTP/1.1" 204 0
2026-03-24 03:45:57 [ayvens.fr] INFO: Found listing with ID: 1975126
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975126%27 HTTP/1.1" 200 None
2026-03-24 03:45:57 [ayvens.fr] INFO: Scrape type for 1975126: 2
2026-03-24 03:45:57 [ayvens.fr] INFO: Extracting data for car ID: 1975126
2026-03-24 03:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce497159-60d1-5343-9ee1-76c8a3015544 with identifier: 1975126
2026-03-24 03:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce497159-60d1-5343-9ee1-76c8a3015544 with scrape type 2
2026-03-24 03:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce497159-60d1-5343-9ee1-76c8a3015544 with scrape type 2
2026-03-24 03:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ce497159-60d1-5343-9ee1-76c8a3015544, identifier: 1975126
2026-03-24 03:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ce497159-60d1-5343-9ee1-76c8a3015544 with identifier: 1975126
2026-03-24 03:45:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ce497159-60d1-5343-9ee1-76c8a3015544 with identifier: 1975126
2026-03-24 03:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ce497159-60d1-5343-9ee1-76c8a3015544 with identifier: 1975126 to the API
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 50,
'color': 'GRIS GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'ce497159-60d1-5343-9ee1-76c8a3015544',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 78095,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T5 Recharge 180 + 82ch Inscription Luxe DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T5 Recharge 180 + 82ch Inscription Luxe DCT 7',
'vin': None,
'year': 2022}
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975126%27 HTTP/1.1" 200 None
2026-03-24 03:45:57 [ayvens.fr] INFO: Saving data for 1975126: {'auction_closing_time': 1774368000.0, 'created_time': 1774025212.218215, 'last_price_update_time': 1774323957.521122}
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975126') HTTP/1.1" 204 0
2026-03-24 03:45:57 [ayvens.fr] INFO: Found listing with ID: 1975127
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975127%27 HTTP/1.1" 200 None
2026-03-24 03:45:57 [ayvens.fr] INFO: Scrape type for 1975127: 2
2026-03-24 03:45:57 [ayvens.fr] INFO: Extracting data for car ID: 1975127
2026-03-24 03:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 345ef868-41ba-5e13-b9ec-906cae2b5f86 with identifier: 1975127
2026-03-24 03:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 345ef868-41ba-5e13-b9ec-906cae2b5f86 with scrape type 2
2026-03-24 03:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 345ef868-41ba-5e13-b9ec-906cae2b5f86 with scrape type 2
2026-03-24 03:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 345ef868-41ba-5e13-b9ec-906cae2b5f86, identifier: 1975127
2026-03-24 03:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 345ef868-41ba-5e13-b9ec-906cae2b5f86 with identifier: 1975127
2026-03-24 03:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 345ef868-41ba-5e13-b9ec-906cae2b5f86 with identifier: 1975127
2026-03-24 03:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 345ef868-41ba-5e13-b9ec-906cae2b5f86 with identifier: 1975127 to the API
2026-03-24 03:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'SKYCRAPERGRAU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '345ef868-41ba-5e13-b9ec-906cae2b5f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 61169,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch Edition Sport DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch Edition Sport DKG7',
'vin': None,
'year': 2023}
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975127%27 HTTP/1.1" 200 None
2026-03-24 03:45:58 [ayvens.fr] INFO: Saving data for 1975127: {'auction_closing_time': 1774368000.0, 'created_time': 1774025214.073031, 'last_price_update_time': 1774323958.534296}
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975127') HTTP/1.1" 204 0
2026-03-24 03:45:58 [ayvens.fr] INFO: Found listing with ID: 1975128
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975128%27 HTTP/1.1" 200 None
2026-03-24 03:45:58 [ayvens.fr] INFO: Scrape type for 1975128: 2
2026-03-24 03:45:58 [ayvens.fr] INFO: Extracting data for car ID: 1975128
2026-03-24 03:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e4adfc-1226-5bc0-848d-e5f6116556c3 with identifier: 1975128
2026-03-24 03:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e4adfc-1226-5bc0-848d-e5f6116556c3 with scrape type 2
2026-03-24 03:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89e4adfc-1226-5bc0-848d-e5f6116556c3 with scrape type 2
2026-03-24 03:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 89e4adfc-1226-5bc0-848d-e5f6116556c3, identifier: 1975128
2026-03-24 03:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 89e4adfc-1226-5bc0-848d-e5f6116556c3 with identifier: 1975128
2026-03-24 03:45:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 89e4adfc-1226-5bc0-848d-e5f6116556c3 with identifier: 1975128
2026-03-24 03:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 89e4adfc-1226-5bc0-848d-e5f6116556c3 with identifier: 1975128 to the API
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GRIS PLATINUM METALLISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '89e4adfc-1226-5bc0-848d-e5f6116556c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 X',
'odometer': 14487,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 X C5 X PureTech 130ch S&S Shine EAT8',
'transmission': 'automatic',
'trim': 'C5 X PureTech 130ch S&S Shine EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975128%27 HTTP/1.1" 200 None
2026-03-24 03:45:58 [ayvens.fr] INFO: Saving data for 1975128: {'auction_closing_time': 1774368000.0, 'created_time': 1774025215.467568, 'last_price_update_time': 1774323958.930338}
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975128') HTTP/1.1" 204 0
2026-03-24 03:45:58 [ayvens.fr] INFO: Found listing with ID: 1975129
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975129%27 HTTP/1.1" 200 None
2026-03-24 03:45:58 [ayvens.fr] INFO: Scrape type for 1975129: 2
2026-03-24 03:45:58 [ayvens.fr] INFO: Extracting data for car ID: 1975129
2026-03-24 03:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c8a0392-8041-5ca2-b80d-646712d5ec5f with identifier: 1975129
2026-03-24 03:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c8a0392-8041-5ca2-b80d-646712d5ec5f with scrape type 2
2026-03-24 03:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c8a0392-8041-5ca2-b80d-646712d5ec5f with scrape type 2
2026-03-24 03:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8c8a0392-8041-5ca2-b80d-646712d5ec5f, identifier: 1975129
2026-03-24 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8c8a0392-8041-5ca2-b80d-646712d5ec5f with identifier: 1975129
2026-03-24 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8c8a0392-8041-5ca2-b80d-646712d5ec5f with identifier: 1975129
2026-03-24 03:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8c8a0392-8041-5ca2-b80d-646712d5ec5f with identifier: 1975129 to the API
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '8c8a0392-8041-5ca2-b80d-646712d5ec5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 58268,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France 5p',
'vin': None,
'year': 2019}
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975129%27 HTTP/1.1" 200 None
2026-03-24 03:45:59 [ayvens.fr] INFO: Saving data for 1975129: {'auction_closing_time': 1774368000.0, 'created_time': 1774025216.852971, 'last_price_update_time': 1774323959.346662}
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975129') HTTP/1.1" 204 0
2026-03-24 03:45:59 [ayvens.fr] INFO: Found listing with ID: 1975130
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975130%27 HTTP/1.1" 200 None
2026-03-24 03:45:59 [ayvens.fr] INFO: Scrape type for 1975130: 2
2026-03-24 03:45:59 [ayvens.fr] INFO: Extracting data for car ID: 1975130
2026-03-24 03:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7296733b-5f44-5813-ae0a-3185c2c3f9fa with identifier: 1975130
2026-03-24 03:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7296733b-5f44-5813-ae0a-3185c2c3f9fa with scrape type 2
2026-03-24 03:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7296733b-5f44-5813-ae0a-3185c2c3f9fa with scrape type 2
2026-03-24 03:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7296733b-5f44-5813-ae0a-3185c2c3f9fa, identifier: 1975130
2026-03-24 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7296733b-5f44-5813-ae0a-3185c2c3f9fa with identifier: 1975130
2026-03-24 03:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7296733b-5f44-5813-ae0a-3185c2c3f9fa with identifier: 1975130
2026-03-24 03:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7296733b-5f44-5813-ae0a-3185c2c3f9fa with identifier: 1975130 to the API
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '7296733b-5f44-5813-ae0a-3185c2c3f9fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 111261,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975130%27 HTTP/1.1" 200 None
2026-03-24 03:45:59 [ayvens.fr] INFO: Saving data for 1975130: {'auction_closing_time': 1774368000.0, 'created_time': 1774025218.093621, 'last_price_update_time': 1774323959.831694}
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975130') HTTP/1.1" 204 0
2026-03-24 03:45:59 [ayvens.fr] INFO: Found listing with ID: 1975131
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975131%27 HTTP/1.1" 200 None
2026-03-24 03:45:59 [ayvens.fr] INFO: Scrape type for 1975131: 2
2026-03-24 03:45:59 [ayvens.fr] INFO: Extracting data for car ID: 1975131
2026-03-24 03:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with identifier: 1975131
2026-03-24 03:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with scrape type 2
2026-03-24 03:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with scrape type 2
2026-03-24 03:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a, identifier: 1975131
2026-03-24 03:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with identifier: 1975131
2026-03-24 03:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with identifier: 1975131
2026-03-24 03:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5b1d713f-a9c2-5137-a32c-e9c79d9edc9a with identifier: 1975131 to the API
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '5b1d713f-a9c2-5137-a32c-e9c79d9edc9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 39957,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 110ch S&S Shine',
'transmission': 'manual',
'trim': 'C3 1.2 PureTech 110ch S&S Shine',
'vin': None,
'year': 2023}
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975131%27 HTTP/1.1" 200 None
2026-03-24 03:46:00 [ayvens.fr] INFO: Saving data for 1975131: {'auction_closing_time': 1774368000.0, 'created_time': 1774025219.719573, 'last_price_update_time': 1774323960.273633}
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975131') HTTP/1.1" 204 0
2026-03-24 03:46:00 [ayvens.fr] INFO: Found listing with ID: 1975132
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975132%27 HTTP/1.1" 200 None
2026-03-24 03:46:00 [ayvens.fr] INFO: Scrape type for 1975132: 2
2026-03-24 03:46:00 [ayvens.fr] INFO: Extracting data for car ID: 1975132
2026-03-24 03:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with identifier: 1975132
2026-03-24 03:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with scrape type 2
2026-03-24 03:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with scrape type 2
2026-03-24 03:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3, identifier: 1975132
2026-03-24 03:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with identifier: 1975132
2026-03-24 03:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with identifier: 1975132
2026-03-24 03:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3 with identifier: 1975132 to the API
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'cb1e9f4f-317d-5ab9-9d49-11f5b5e796e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 97641,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975132%27 HTTP/1.1" 200 None
2026-03-24 03:46:00 [ayvens.fr] INFO: Saving data for 1975132: {'auction_closing_time': 1774368000.0, 'created_time': 1774025220.874551, 'last_price_update_time': 1774323960.682736}
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975132') HTTP/1.1" 204 0
2026-03-24 03:46:00 [ayvens.fr] INFO: Found listing with ID: 1975133
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975133%27 HTTP/1.1" 200 None
2026-03-24 03:46:00 [ayvens.fr] INFO: Scrape type for 1975133: 2
2026-03-24 03:46:00 [ayvens.fr] INFO: Extracting data for car ID: 1975133
2026-03-24 03:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0daad010-cc91-5802-8045-5acf604a12ee with identifier: 1975133
2026-03-24 03:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0daad010-cc91-5802-8045-5acf604a12ee with scrape type 2
2026-03-24 03:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0daad010-cc91-5802-8045-5acf604a12ee with scrape type 2
2026-03-24 03:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0daad010-cc91-5802-8045-5acf604a12ee, identifier: 1975133
2026-03-24 03:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0daad010-cc91-5802-8045-5acf604a12ee with identifier: 1975133
2026-03-24 03:46:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0daad010-cc91-5802-8045-5acf604a12ee with identifier: 1975133
2026-03-24 03:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0daad010-cc91-5802-8045-5acf604a12ee with identifier: 1975133 to the API
2026-03-24 03:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'WHITE SILVER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0daad010-cc91-5802-8045-5acf604a12ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI',
'odometer': 55890,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI Mini 5 Portes Cooper 136ch Edition Premium Plus BVA7',
'transmission': 'automatic',
'trim': 'Mini 5 Portes Cooper 136ch Edition Premium Plus BVA7',
'vin': None,
'year': 2022}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975133%27 HTTP/1.1" 200 None
2026-03-24 03:46:01 [ayvens.fr] INFO: Saving data for 1975133: {'auction_closing_time': 1774368000.0, 'created_time': 1774025222.376978, 'last_price_update_time': 1774323961.153073}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975133') HTTP/1.1" 204 0
2026-03-24 03:46:01 [ayvens.fr] INFO: Found listing with ID: 1975134
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975134%27 HTTP/1.1" 200 None
2026-03-24 03:46:01 [ayvens.fr] INFO: Scrape type for 1975134: 2
2026-03-24 03:46:01 [ayvens.fr] INFO: Extracting data for car ID: 1975134
2026-03-24 03:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with identifier: 1975134
2026-03-24 03:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with scrape type 2
2026-03-24 03:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with scrape type 2
2026-03-24 03:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2, identifier: 1975134
2026-03-24 03:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with identifier: 1975134
2026-03-24 03:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with identifier: 1975134
2026-03-24 03:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8a855d0e-08a3-57d3-ab1a-3568a80bf6a2 with identifier: 1975134 to the API
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '8a855d0e-08a3-57d3-ab1a-3568a80bf6a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 17311,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2024}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975134%27 HTTP/1.1" 200 None
2026-03-24 03:46:01 [ayvens.fr] INFO: Saving data for 1975134: {'auction_closing_time': 1774368000.0, 'created_time': 1774025224.051028, 'last_price_update_time': 1774323961.559273}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975134') HTTP/1.1" 204 0
2026-03-24 03:46:01 [ayvens.fr] INFO: Found listing with ID: 1975135
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975135%27 HTTP/1.1" 200 None
2026-03-24 03:46:01 [ayvens.fr] INFO: Scrape type for 1975135: 2
2026-03-24 03:46:01 [ayvens.fr] INFO: Extracting data for car ID: 1975135
2026-03-24 03:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24216aca-e666-53e1-8e0f-d846b1d0b5df with identifier: 1975135
2026-03-24 03:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24216aca-e666-53e1-8e0f-d846b1d0b5df with scrape type 2
2026-03-24 03:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24216aca-e666-53e1-8e0f-d846b1d0b5df with scrape type 2
2026-03-24 03:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 24216aca-e666-53e1-8e0f-d846b1d0b5df, identifier: 1975135
2026-03-24 03:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 24216aca-e666-53e1-8e0f-d846b1d0b5df with identifier: 1975135
2026-03-24 03:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 24216aca-e666-53e1-8e0f-d846b1d0b5df with identifier: 1975135
2026-03-24 03:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 24216aca-e666-53e1-8e0f-d846b1d0b5df with identifier: 1975135 to the API
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '24216aca-e666-53e1-8e0f-d846b1d0b5df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 107146,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.5 BlueHDi 130ch S&S GT Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S GT Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975135%27 HTTP/1.1" 200 None
2026-03-24 03:46:01 [ayvens.fr] INFO: Saving data for 1975135: {'auction_closing_time': 1774368000.0, 'created_time': 1774025225.707601, 'last_price_update_time': 1774323961.991243}
2026-03-24 03:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975135') HTTP/1.1" 204 0
2026-03-24 03:46:02 [ayvens.fr] INFO: Found listing with ID: 1975136
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975136%27 HTTP/1.1" 200 None
2026-03-24 03:46:02 [ayvens.fr] INFO: Scrape type for 1975136: 2
2026-03-24 03:46:02 [ayvens.fr] INFO: Extracting data for car ID: 1975136
2026-03-24 03:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c7e393e-ce5c-582f-986d-d482bf309634 with identifier: 1975136
2026-03-24 03:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c7e393e-ce5c-582f-986d-d482bf309634 with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c7e393e-ce5c-582f-986d-d482bf309634 with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3c7e393e-ce5c-582f-986d-d482bf309634, identifier: 1975136
2026-03-24 03:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3c7e393e-ce5c-582f-986d-d482bf309634 with identifier: 1975136
2026-03-24 03:46:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3c7e393e-ce5c-582f-986d-d482bf309634 with identifier: 1975136
2026-03-24 03:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3c7e393e-ce5c-582f-986d-d482bf309634 with identifier: 1975136 to the API
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'ROUGE ULTIMATE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3c7e393e-ce5c-582f-986d-d482bf309634',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 118887,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Style EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Style EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975136%27 HTTP/1.1" 200 None
2026-03-24 03:46:02 [ayvens.fr] INFO: Saving data for 1975136: {'auction_closing_time': 1774368000.0, 'created_time': 1774025226.911041, 'last_price_update_time': 1774323962.398168}
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975136') HTTP/1.1" 204 0
2026-03-24 03:46:02 [ayvens.fr] INFO: Found listing with ID: 1975137
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975137%27 HTTP/1.1" 200 None
2026-03-24 03:46:02 [ayvens.fr] INFO: Scrape type for 1975137: 2
2026-03-24 03:46:02 [ayvens.fr] INFO: Extracting data for car ID: 1975137
2026-03-24 03:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c82559e-802b-5b22-8d1f-eada60862fa0 with identifier: 1975137
2026-03-24 03:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c82559e-802b-5b22-8d1f-eada60862fa0 with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c82559e-802b-5b22-8d1f-eada60862fa0 with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4c82559e-802b-5b22-8d1f-eada60862fa0, identifier: 1975137
2026-03-24 03:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4c82559e-802b-5b22-8d1f-eada60862fa0 with identifier: 1975137
2026-03-24 03:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4c82559e-802b-5b22-8d1f-eada60862fa0 with identifier: 1975137
2026-03-24 03:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4c82559e-802b-5b22-8d1f-eada60862fa0 with identifier: 1975137 to the API
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '4c82559e-802b-5b22-8d1f-eada60862fa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 57512,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 208 e-208 136ch Active Business',
'transmission': 'automatic',
'trim': '208 e-208 136ch Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975137%27 HTTP/1.1" 200 None
2026-03-24 03:46:02 [ayvens.fr] INFO: Saving data for 1975137: {'auction_closing_time': 1774368000.0, 'created_time': 1774025229.024709, 'last_price_update_time': 1774323962.819325}
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975137') HTTP/1.1" 204 0
2026-03-24 03:46:02 [ayvens.fr] INFO: Found listing with ID: 1975138
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975138%27 HTTP/1.1" 200 None
2026-03-24 03:46:02 [ayvens.fr] INFO: Scrape type for 1975138: 2
2026-03-24 03:46:02 [ayvens.fr] INFO: Extracting data for car ID: 1975138
2026-03-24 03:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9173474-c2f7-527e-9560-ac63a2c890bf with identifier: 1975138
2026-03-24 03:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9173474-c2f7-527e-9560-ac63a2c890bf with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9173474-c2f7-527e-9560-ac63a2c890bf with scrape type 2
2026-03-24 03:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f9173474-c2f7-527e-9560-ac63a2c890bf, identifier: 1975138
2026-03-24 03:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f9173474-c2f7-527e-9560-ac63a2c890bf with identifier: 1975138
2026-03-24 03:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f9173474-c2f7-527e-9560-ac63a2c890bf with identifier: 1975138
2026-03-24 03:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f9173474-c2f7-527e-9560-ac63a2c890bf with identifier: 1975138 to the API
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f9173474-c2f7-527e-9560-ac63a2c890bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 48796,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 SCe 75ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 SCe 75ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975138%27 HTTP/1.1" 200 None
2026-03-24 03:46:03 [ayvens.fr] INFO: Saving data for 1975138: {'auction_closing_time': 1774368000.0, 'created_time': 1774025229.789933, 'last_price_update_time': 1774323963.219571}
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975138') HTTP/1.1" 204 0
2026-03-24 03:46:03 [ayvens.fr] INFO: Found listing with ID: 1975139
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975139%27 HTTP/1.1" 200 None
2026-03-24 03:46:03 [ayvens.fr] INFO: Scrape type for 1975139: 2
2026-03-24 03:46:03 [ayvens.fr] INFO: Extracting data for car ID: 1975139
2026-03-24 03:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with identifier: 1975139
2026-03-24 03:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with scrape type 2
2026-03-24 03:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with scrape type 2
2026-03-24 03:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5c8c16f8-1d31-53e8-8a50-a84ca62bca57, identifier: 1975139
2026-03-24 03:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with identifier: 1975139
2026-03-24 03:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with identifier: 1975139
2026-03-24 03:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5c8c16f8-1d31-53e8-8a50-a84ca62bca57 with identifier: 1975139 to the API
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '5c8c16f8-1d31-53e8-8a50-a84ca62bca57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 28024,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.3 TCe mild hybrid 160ch Techno EDC',
'transmission': 'automatic',
'trim': 'Captur 1.3 TCe mild hybrid 160ch Techno EDC',
'vin': None,
'year': 2023}
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975139%27 HTTP/1.1" 200 None
2026-03-24 03:46:03 [ayvens.fr] INFO: Saving data for 1975139: {'auction_closing_time': 1774368000.0, 'created_time': 1774025231.023966, 'last_price_update_time': 1774323963.613312}
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975139') HTTP/1.1" 204 0
2026-03-24 03:46:03 [ayvens.fr] INFO: Found listing with ID: 1975140
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975140%27 HTTP/1.1" 200 None
2026-03-24 03:46:03 [ayvens.fr] INFO: Scrape type for 1975140: 2
2026-03-24 03:46:03 [ayvens.fr] INFO: Extracting data for car ID: 1975140
2026-03-24 03:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce02d89a-33b4-53ca-913f-5958ec98242f with identifier: 1975140
2026-03-24 03:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce02d89a-33b4-53ca-913f-5958ec98242f with scrape type 2
2026-03-24 03:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce02d89a-33b4-53ca-913f-5958ec98242f with scrape type 2
2026-03-24 03:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ce02d89a-33b4-53ca-913f-5958ec98242f, identifier: 1975140
2026-03-24 03:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ce02d89a-33b4-53ca-913f-5958ec98242f with identifier: 1975140
2026-03-24 03:46:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ce02d89a-33b4-53ca-913f-5958ec98242f with identifier: 1975140
2026-03-24 03:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ce02d89a-33b4-53ca-913f-5958ec98242f with identifier: 1975140 to the API
2026-03-24 03:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC OK',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ce02d89a-33b4-53ca-913f-5958ec98242f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 43537,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Allure',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Allure',
'vin': None,
'year': 2023}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975140%27 HTTP/1.1" 200 None
2026-03-24 03:46:04 [ayvens.fr] INFO: Saving data for 1975140: {'auction_closing_time': 1774368000.0, 'created_time': 1774025232.678706, 'last_price_update_time': 1774323964.019581}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975140') HTTP/1.1" 204 0
2026-03-24 03:46:04 [ayvens.fr] INFO: Found listing with ID: 1975141
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975141%27 HTTP/1.1" 200 None
2026-03-24 03:46:04 [ayvens.fr] INFO: Scrape type for 1975141: 2
2026-03-24 03:46:04 [ayvens.fr] INFO: Extracting data for car ID: 1975141
2026-03-24 03:46:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56880fd4-9135-57ff-bcc5-760b8bc98eda with identifier: 1975141
2026-03-24 03:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56880fd4-9135-57ff-bcc5-760b8bc98eda with scrape type 2
2026-03-24 03:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56880fd4-9135-57ff-bcc5-760b8bc98eda with scrape type 2
2026-03-24 03:46:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 56880fd4-9135-57ff-bcc5-760b8bc98eda, identifier: 1975141
2026-03-24 03:46:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 56880fd4-9135-57ff-bcc5-760b8bc98eda with identifier: 1975141
2026-03-24 03:46:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 56880fd4-9135-57ff-bcc5-760b8bc98eda with identifier: 1975141
2026-03-24 03:46:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 56880fd4-9135-57ff-bcc5-760b8bc98eda with identifier: 1975141 to the API
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '56880fd4-9135-57ff-bcc5-760b8bc98eda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 128512,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975141%27 HTTP/1.1" 200 None
2026-03-24 03:46:04 [ayvens.fr] INFO: Saving data for 1975141: {'auction_closing_time': 1774368000.0, 'created_time': 1774025234.057019, 'last_price_update_time': 1774323964.551701}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975141') HTTP/1.1" 204 0
2026-03-24 03:46:04 [ayvens.fr] INFO: Found listing with ID: 1975142
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975142%27 HTTP/1.1" 200 None
2026-03-24 03:46:04 [ayvens.fr] INFO: Scrape type for 1975142: 2
2026-03-24 03:46:04 [ayvens.fr] INFO: Extracting data for car ID: 1975142
2026-03-24 03:46:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bbfe8c6-3d64-57d4-b04b-491391609b82 with identifier: 1975142
2026-03-24 03:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bbfe8c6-3d64-57d4-b04b-491391609b82 with scrape type 2
2026-03-24 03:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bbfe8c6-3d64-57d4-b04b-491391609b82 with scrape type 2
2026-03-24 03:46:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2bbfe8c6-3d64-57d4-b04b-491391609b82, identifier: 1975142
2026-03-24 03:46:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2bbfe8c6-3d64-57d4-b04b-491391609b82 with identifier: 1975142
2026-03-24 03:46:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2bbfe8c6-3d64-57d4-b04b-491391609b82 with identifier: 1975142
2026-03-24 03:46:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2bbfe8c6-3d64-57d4-b04b-491391609b82 with identifier: 1975142 to the API
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2bbfe8c6-3d64-57d4-b04b-491391609b82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT SW',
'odometer': 97468,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT SW Passat SW 2.0 TDI EVO 150ch Business DSG7',
'transmission': 'automatic',
'trim': 'Passat SW 2.0 TDI EVO 150ch Business DSG7',
'vin': None,
'year': 2021}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975142%27 HTTP/1.1" 200 None
2026-03-24 03:46:04 [ayvens.fr] INFO: Saving data for 1975142: {'auction_closing_time': 1774368000.0, 'created_time': 1774025235.485401, 'last_price_update_time': 1774323964.96921}
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975142') HTTP/1.1" 204 0
2026-03-24 03:46:04 [ayvens.fr] INFO: Found listing with ID: 1975143
2026-03-24 03:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975143%27 HTTP/1.1" 200 None
2026-03-24 03:46:05 [ayvens.fr] INFO: Scrape type for 1975143: 2
2026-03-24 03:46:05 [ayvens.fr] INFO: Extracting data for car ID: 1975143
2026-03-24 03:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with identifier: 1975143
2026-03-24 03:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb, identifier: 1975143
2026-03-24 03:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with identifier: 1975143
2026-03-24 03:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with identifier: 1975143
2026-03-24 03:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb with identifier: 1975143 to the API
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'dca1a3ed-dcbf-51ef-81a6-aaae138ea6eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 62634,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 SCe 75ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 SCe 75ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975143%27 HTTP/1.1" 200 None
2026-03-24 03:46:05 [ayvens.fr] INFO: Saving data for 1975143: {'auction_closing_time': 1774368000.0, 'created_time': 1774025236.743287, 'last_price_update_time': 1774323965.367541}
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975143') HTTP/1.1" 204 0
2026-03-24 03:46:05 [ayvens.fr] INFO: Found listing with ID: 1975144
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975144%27 HTTP/1.1" 200 None
2026-03-24 03:46:05 [ayvens.fr] INFO: Scrape type for 1975144: 2
2026-03-24 03:46:05 [ayvens.fr] INFO: Extracting data for car ID: 1975144
2026-03-24 03:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc55453-de29-5a7a-9f79-d123095ee0a1 with identifier: 1975144
2026-03-24 03:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc55453-de29-5a7a-9f79-d123095ee0a1 with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc55453-de29-5a7a-9f79-d123095ee0a1 with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8dc55453-de29-5a7a-9f79-d123095ee0a1, identifier: 1975144
2026-03-24 03:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8dc55453-de29-5a7a-9f79-d123095ee0a1 with identifier: 1975144
2026-03-24 03:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8dc55453-de29-5a7a-9f79-d123095ee0a1 with identifier: 1975144
2026-03-24 03:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8dc55453-de29-5a7a-9f79-d123095ee0a1 with identifier: 1975144 to the API
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8dc55453-de29-5a7a-9f79-d123095ee0a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 86091,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 110ch S&S Allure Pack',
'transmission': 'manual',
'trim': '2008 1.5 BlueHDi 110ch S&S Allure Pack',
'vin': None,
'year': 2022}
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975144%27 HTTP/1.1" 200 None
2026-03-24 03:46:05 [ayvens.fr] INFO: Saving data for 1975144: {'auction_closing_time': 1774368000.0, 'created_time': 1774025237.979718, 'last_price_update_time': 1774323965.759901}
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975144') HTTP/1.1" 204 0
2026-03-24 03:46:05 [ayvens.fr] INFO: Found listing with ID: 1975145
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975145%27 HTTP/1.1" 200 None
2026-03-24 03:46:05 [ayvens.fr] INFO: Scrape type for 1975145: 2
2026-03-24 03:46:05 [ayvens.fr] INFO: Extracting data for car ID: 1975145
2026-03-24 03:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ec2eff-3003-58d8-ac3a-f1c0079049fa with identifier: 1975145
2026-03-24 03:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ec2eff-3003-58d8-ac3a-f1c0079049fa with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ec2eff-3003-58d8-ac3a-f1c0079049fa with scrape type 2
2026-03-24 03:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 31ec2eff-3003-58d8-ac3a-f1c0079049fa, identifier: 1975145
2026-03-24 03:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 31ec2eff-3003-58d8-ac3a-f1c0079049fa with identifier: 1975145
2026-03-24 03:46:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 31ec2eff-3003-58d8-ac3a-f1c0079049fa with identifier: 1975145
2026-03-24 03:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 31ec2eff-3003-58d8-ac3a-f1c0079049fa with identifier: 1975145 to the API
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GRIS TITANIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '31ec2eff-3003-58d8-ac3a-f1c0079049fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 126518,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 TCe 90ch Business -21N',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 90ch Business -21N',
'vin': None,
'year': 2022}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975145%27 HTTP/1.1" 200 None
2026-03-24 03:46:06 [ayvens.fr] INFO: Saving data for 1975145: {'auction_closing_time': 1774368000.0, 'created_time': 1774025239.342956, 'last_price_update_time': 1774323966.191883}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975145') HTTP/1.1" 204 0
2026-03-24 03:46:06 [ayvens.fr] INFO: Found listing with ID: 1975146
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975146%27 HTTP/1.1" 200 None
2026-03-24 03:46:06 [ayvens.fr] INFO: Scrape type for 1975146: 2
2026-03-24 03:46:06 [ayvens.fr] INFO: Extracting data for car ID: 1975146
2026-03-24 03:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with identifier: 1975146
2026-03-24 03:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with scrape type 2
2026-03-24 03:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with scrape type 2
2026-03-24 03:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2c2e0c65-60cf-585f-a0d7-973dd7cce212, identifier: 1975146
2026-03-24 03:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with identifier: 1975146
2026-03-24 03:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with identifier: 1975146
2026-03-24 03:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2c2e0c65-60cf-585f-a0d7-973dd7cce212 with identifier: 1975146 to the API
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GRIS ELECTROCLASH',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '2c2e0c65-60cf-585f-a0d7-973dd7cce212',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 27521,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-04',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Dolcevita',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Dolcevita',
'vin': None,
'year': 2022}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975146%27 HTTP/1.1" 200 None
2026-03-24 03:46:06 [ayvens.fr] INFO: Saving data for 1975146: {'auction_closing_time': 1774368000.0, 'created_time': 1774025240.8569, 'last_price_update_time': 1774323966.583033}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975146') HTTP/1.1" 204 0
2026-03-24 03:46:06 [ayvens.fr] INFO: Found listing with ID: 1975147
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975147%27 HTTP/1.1" 200 None
2026-03-24 03:46:06 [ayvens.fr] INFO: Scrape type for 1975147: 2
2026-03-24 03:46:06 [ayvens.fr] INFO: Extracting data for car ID: 1975147
2026-03-24 03:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with identifier: 1975147
2026-03-24 03:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with scrape type 2
2026-03-24 03:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with scrape type 2
2026-03-24 03:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f9f30a4e-2bf0-546b-9faf-6e2e298b3896, identifier: 1975147
2026-03-24 03:46:06 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 73 items (at 73 items/min)
2026-03-24 03:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-24 03:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with identifier: 1975147
2026-03-24 03:46:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with identifier: 1975147
2026-03-24 03:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f9f30a4e-2bf0-546b-9faf-6e2e298b3896 with identifier: 1975147 to the API
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLANC NACR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f9f30a4e-2bf0-546b-9faf-6e2e298b3896',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 120671,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975147%27 HTTP/1.1" 200 None
2026-03-24 03:46:06 [ayvens.fr] INFO: Saving data for 1975147: {'auction_closing_time': 1774368000.0, 'created_time': 1774025242.355207, 'last_price_update_time': 1774323966.980223}
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975147') HTTP/1.1" 204 0
2026-03-24 03:46:06 [ayvens.fr] INFO: Found listing with ID: 1975148
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975148%27 HTTP/1.1" 200 None
2026-03-24 03:46:07 [ayvens.fr] INFO: Scrape type for 1975148: 2
2026-03-24 03:46:07 [ayvens.fr] INFO: Extracting data for car ID: 1975148
2026-03-24 03:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3872802-6f5b-5507-90aa-aca619e666db with identifier: 1975148
2026-03-24 03:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3872802-6f5b-5507-90aa-aca619e666db with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3872802-6f5b-5507-90aa-aca619e666db with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d3872802-6f5b-5507-90aa-aca619e666db, identifier: 1975148
2026-03-24 03:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d3872802-6f5b-5507-90aa-aca619e666db with identifier: 1975148
2026-03-24 03:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d3872802-6f5b-5507-90aa-aca619e666db with identifier: 1975148
2026-03-24 03:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d3872802-6f5b-5507-90aa-aca619e666db with identifier: 1975148 to the API
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd3872802-6f5b-5507-90aa-aca619e666db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'AYGO',
'odometer': 70300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA AYGO Aygo 1.0 VVT-i 72ch x-play 5p MY20',
'transmission': 'manual',
'trim': 'Aygo 1.0 VVT-i 72ch x-play 5p MY20',
'vin': None,
'year': 2021}
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975148%27 HTTP/1.1" 200 None
2026-03-24 03:46:07 [ayvens.fr] INFO: Saving data for 1975148: {'auction_closing_time': 1774368000.0, 'created_time': 1774025243.799302, 'last_price_update_time': 1774323967.394413}
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975148') HTTP/1.1" 204 0
2026-03-24 03:46:07 [ayvens.fr] INFO: Found listing with ID: 1975149
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975149%27 HTTP/1.1" 200 None
2026-03-24 03:46:07 [ayvens.fr] INFO: Scrape type for 1975149: 2
2026-03-24 03:46:07 [ayvens.fr] INFO: Extracting data for car ID: 1975149
2026-03-24 03:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with identifier: 1975149
2026-03-24 03:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d, identifier: 1975149
2026-03-24 03:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with identifier: 1975149
2026-03-24 03:46:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with identifier: 1975149
2026-03-24 03:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d with identifier: 1975149 to the API
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '6ba0b2b6-d60d-5dc6-975b-5aab1cc99e4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 84480,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-18',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Model 3 Performance PUP AWD Upgrade',
'transmission': 'automatic',
'trim': 'Model 3 Performance PUP AWD Upgrade',
'vin': None,
'year': 2021}
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975149%27 HTTP/1.1" 200 None
2026-03-24 03:46:07 [ayvens.fr] INFO: Saving data for 1975149: {'auction_closing_time': 1774368000.0, 'created_time': 1774025244.580579, 'last_price_update_time': 1774323967.84785}
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975149') HTTP/1.1" 204 0
2026-03-24 03:46:07 [ayvens.fr] INFO: Found listing with ID: 1975150
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975150%27 HTTP/1.1" 200 None
2026-03-24 03:46:07 [ayvens.fr] INFO: Scrape type for 1975150: 2
2026-03-24 03:46:07 [ayvens.fr] INFO: Extracting data for car ID: 1975150
2026-03-24 03:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with identifier: 1975150
2026-03-24 03:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with scrape type 2
2026-03-24 03:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc, identifier: 1975150
2026-03-24 03:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with identifier: 1975150
2026-03-24 03:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with identifier: 1975150
2026-03-24 03:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc with identifier: 1975150 to the API
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'ee6d42aa-6fa6-5aff-94b1-9758d6dcdecc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 36511,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA Arkana 1.6 E-Tech 145ch Business',
'transmission': 'automatic',
'trim': 'Arkana 1.6 E-Tech 145ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975150%27 HTTP/1.1" 200 None
2026-03-24 03:46:08 [ayvens.fr] INFO: Saving data for 1975150: {'auction_closing_time': 1774368000.0, 'created_time': 1774025246.925344, 'last_price_update_time': 1774323968.256593}
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975150') HTTP/1.1" 204 0
2026-03-24 03:46:08 [ayvens.fr] INFO: Found listing with ID: 1975151
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975151%27 HTTP/1.1" 200 None
2026-03-24 03:46:08 [ayvens.fr] INFO: Scrape type for 1975151: 2
2026-03-24 03:46:08 [ayvens.fr] INFO: Extracting data for car ID: 1975151
2026-03-24 03:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42f8f782-e4bd-50ce-ab59-6b5f0de734db with identifier: 1975151
2026-03-24 03:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42f8f782-e4bd-50ce-ab59-6b5f0de734db with scrape type 2
2026-03-24 03:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42f8f782-e4bd-50ce-ab59-6b5f0de734db with scrape type 2
2026-03-24 03:46:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 42f8f782-e4bd-50ce-ab59-6b5f0de734db, identifier: 1975151
2026-03-24 03:46:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 42f8f782-e4bd-50ce-ab59-6b5f0de734db with identifier: 1975151
2026-03-24 03:46:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 42f8f782-e4bd-50ce-ab59-6b5f0de734db with identifier: 1975151
2026-03-24 03:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 42f8f782-e4bd-50ce-ab59-6b5f0de734db with identifier: 1975151 to the API
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS QUARTZ',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '42f8f782-e4bd-50ce-ab59-6b5f0de734db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 141097,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.5 D 120ch Elegance Business BVA',
'transmission': 'automatic',
'trim': 'Crossland 1.5 D 120ch Elegance Business BVA',
'vin': None,
'year': 2022}
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975151%27 HTTP/1.1" 200 None
2026-03-24 03:46:08 [ayvens.fr] INFO: Saving data for 1975151: {'auction_closing_time': 1774368000.0, 'created_time': 1774025247.63473, 'last_price_update_time': 1774323968.656931}
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975151') HTTP/1.1" 204 0
2026-03-24 03:46:08 [ayvens.fr] INFO: Found listing with ID: 1975152
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975152%27 HTTP/1.1" 200 None
2026-03-24 03:46:08 [ayvens.fr] INFO: Scrape type for 1975152: 2
2026-03-24 03:46:08 [ayvens.fr] INFO: Extracting data for car ID: 1975152
2026-03-24 03:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 398efbb7-437c-5c95-8559-96c6edf5fa0c with identifier: 1975152
2026-03-24 03:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 398efbb7-437c-5c95-8559-96c6edf5fa0c with scrape type 2
2026-03-24 03:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 398efbb7-437c-5c95-8559-96c6edf5fa0c with scrape type 2
2026-03-24 03:46:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 398efbb7-437c-5c95-8559-96c6edf5fa0c, identifier: 1975152
2026-03-24 03:46:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 398efbb7-437c-5c95-8559-96c6edf5fa0c with identifier: 1975152
2026-03-24 03:46:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 398efbb7-437c-5c95-8559-96c6edf5fa0c with identifier: 1975152
2026-03-24 03:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 398efbb7-437c-5c95-8559-96c6edf5fa0c with identifier: 1975152 to the API
2026-03-24 03:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 79,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '398efbb7-437c-5c95-8559-96c6edf5fa0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 102633,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.6 BlueHDi 75ch S&S Active '
'5p - TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': '208 Business R 1.6 BlueHDi 75ch S&S Active 5p - TRANSFO 5 PLACES / '
'5 SEATS OK + CERTIF OK',
'vin': None,
'year': 2018}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975152%27 HTTP/1.1" 200 None
2026-03-24 03:46:09 [ayvens.fr] INFO: Saving data for 1975152: {'auction_closing_time': 1774368000.0, 'created_time': 1774025249.8563, 'last_price_update_time': 1774323969.169769}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975152') HTTP/1.1" 204 0
2026-03-24 03:46:09 [ayvens.fr] INFO: Found listing with ID: 1975153
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975153%27 HTTP/1.1" 200 None
2026-03-24 03:46:09 [ayvens.fr] INFO: Scrape type for 1975153: 2
2026-03-24 03:46:09 [ayvens.fr] INFO: Extracting data for car ID: 1975153
2026-03-24 03:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with identifier: 1975153
2026-03-24 03:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with scrape type 2
2026-03-24 03:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with scrape type 2
2026-03-24 03:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b, identifier: 1975153
2026-03-24 03:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with identifier: 1975153
2026-03-24 03:46:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with identifier: 1975153
2026-03-24 03:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 38f3fc8e-6980-5a1e-9000-e40dcf9ae79b with identifier: 1975153 to the API
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'SAPHIRSCHWARZ M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '38f3fc8e-6980-5a1e-9000-e40dcf9ae79b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 87617,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 X1 sDrive16dA 116ch Business Design DKG7',
'transmission': 'automatic',
'trim': 'X1 sDrive16dA 116ch Business Design DKG7',
'vin': None,
'year': 2022}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975153%27 HTTP/1.1" 200 None
2026-03-24 03:46:09 [ayvens.fr] INFO: Saving data for 1975153: {'auction_closing_time': 1774368000.0, 'created_time': 1774025251.743362, 'last_price_update_time': 1774323969.578865}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975153') HTTP/1.1" 204 0
2026-03-24 03:46:09 [ayvens.fr] INFO: Found listing with ID: 1975154
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975154%27 HTTP/1.1" 200 None
2026-03-24 03:46:09 [ayvens.fr] INFO: Scrape type for 1975154: 2
2026-03-24 03:46:09 [ayvens.fr] INFO: Extracting data for car ID: 1975154
2026-03-24 03:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5ea22b1-0d85-53ba-a856-a632ee571f69 with identifier: 1975154
2026-03-24 03:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ea22b1-0d85-53ba-a856-a632ee571f69 with scrape type 2
2026-03-24 03:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5ea22b1-0d85-53ba-a856-a632ee571f69 with scrape type 2
2026-03-24 03:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d5ea22b1-0d85-53ba-a856-a632ee571f69, identifier: 1975154
2026-03-24 03:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d5ea22b1-0d85-53ba-a856-a632ee571f69 with identifier: 1975154
2026-03-24 03:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d5ea22b1-0d85-53ba-a856-a632ee571f69 with identifier: 1975154
2026-03-24 03:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d5ea22b1-0d85-53ba-a856-a632ee571f69 with identifier: 1975154 to the API
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'NOIR PERLA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd5ea22b1-0d85-53ba-a856-a632ee571f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 128279,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975154%27 HTTP/1.1" 200 None
2026-03-24 03:46:09 [ayvens.fr] INFO: Saving data for 1975154: {'auction_closing_time': 1774368000.0, 'created_time': 1774025252.980567, 'last_price_update_time': 1774323969.970511}
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975154') HTTP/1.1" 204 0
2026-03-24 03:46:09 [ayvens.fr] INFO: Found listing with ID: 1975155
2026-03-24 03:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975155%27 HTTP/1.1" 200 None
2026-03-24 03:46:10 [ayvens.fr] INFO: Scrape type for 1975155: 2
2026-03-24 03:46:10 [ayvens.fr] INFO: Extracting data for car ID: 1975155
2026-03-24 03:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with identifier: 1975155
2026-03-24 03:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cf5e007d-f86d-5ee9-88d7-c5c26fd45838, identifier: 1975155
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with identifier: 1975155
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with identifier: 1975155
2026-03-24 03:46:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cf5e007d-f86d-5ee9-88d7-c5c26fd45838 with identifier: 1975155 to the API
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': 'NOIR METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'cf5e007d-f86d-5ee9-88d7-c5c26fd45838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LYNK & CO',
'model': '01',
'odometer': 69619,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'LYNK & CO 01 01 1.5 PHEV 261ch DCTH 7',
'transmission': 'automatic',
'trim': '01 1.5 PHEV 261ch DCTH 7',
'vin': None,
'year': 2023}
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975155%27 HTTP/1.1" 200 None
2026-03-24 03:46:10 [ayvens.fr] INFO: Saving data for 1975155: {'auction_closing_time': 1774368000.0, 'created_time': 1774025255.05779, 'last_price_update_time': 1774323970.365224}
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975155') HTTP/1.1" 204 0
2026-03-24 03:46:10 [ayvens.fr] INFO: Found listing with ID: 1975156
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975156%27 HTTP/1.1" 200 None
2026-03-24 03:46:10 [ayvens.fr] INFO: Scrape type for 1975156: 2
2026-03-24 03:46:10 [ayvens.fr] INFO: Extracting data for car ID: 1975156
2026-03-24 03:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b127a9d8-8a0b-5e0b-afea-116241876f75 with identifier: 1975156
2026-03-24 03:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b127a9d8-8a0b-5e0b-afea-116241876f75 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b127a9d8-8a0b-5e0b-afea-116241876f75 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b127a9d8-8a0b-5e0b-afea-116241876f75, identifier: 1975156
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b127a9d8-8a0b-5e0b-afea-116241876f75 with identifier: 1975156
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b127a9d8-8a0b-5e0b-afea-116241876f75 with identifier: 1975156
2026-03-24 03:46:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b127a9d8-8a0b-5e0b-afea-116241876f75 with identifier: 1975156 to the API
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS DAYTONA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'b127a9d8-8a0b-5e0b-afea-116241876f75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q8 E-TRON',
'odometer': 16835,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q8 E-TRON Q8 e-tron 55 408ch S Line quattro',
'transmission': 'automatic',
'trim': 'Q8 e-tron 55 408ch S Line quattro',
'vin': None,
'year': 2023}
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975156%27 HTTP/1.1" 200 None
2026-03-24 03:46:10 [ayvens.fr] INFO: Saving data for 1975156: {'auction_closing_time': 1774368000.0, 'created_time': 1774025255.943952, 'last_price_update_time': 1774323970.777678}
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975156') HTTP/1.1" 204 0
2026-03-24 03:46:10 [ayvens.fr] INFO: Found listing with ID: 1975157
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975157%27 HTTP/1.1" 200 None
2026-03-24 03:46:10 [ayvens.fr] INFO: Scrape type for 1975157: 2
2026-03-24 03:46:10 [ayvens.fr] INFO: Extracting data for car ID: 1975157
2026-03-24 03:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6dd293-e5a7-50fe-ace2-93980727dc40 with identifier: 1975157
2026-03-24 03:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6dd293-e5a7-50fe-ace2-93980727dc40 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d6dd293-e5a7-50fe-ace2-93980727dc40 with scrape type 2
2026-03-24 03:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0d6dd293-e5a7-50fe-ace2-93980727dc40, identifier: 1975157
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0d6dd293-e5a7-50fe-ace2-93980727dc40 with identifier: 1975157
2026-03-24 03:46:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0d6dd293-e5a7-50fe-ace2-93980727dc40 with identifier: 1975157
2026-03-24 03:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0d6dd293-e5a7-50fe-ace2-93980727dc40 with identifier: 1975157 to the API
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'NOIR MYTHIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0d6dd293-e5a7-50fe-ace2-93980727dc40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 55048,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 SPORTBACK A1 Sportback 30 TFSI 110ch Business line S tronic '
'7',
'transmission': 'automatic',
'trim': 'A1 Sportback 30 TFSI 110ch Business line S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975157%27 HTTP/1.1" 200 None
2026-03-24 03:46:11 [ayvens.fr] INFO: Saving data for 1975157: {'auction_closing_time': 1774368000.0, 'created_time': 1774025257.313908, 'last_price_update_time': 1774323971.18977}
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975157') HTTP/1.1" 204 0
2026-03-24 03:46:11 [ayvens.fr] INFO: Found listing with ID: 1975158
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975158%27 HTTP/1.1" 200 None
2026-03-24 03:46:11 [ayvens.fr] INFO: Scrape type for 1975158: 2
2026-03-24 03:46:11 [ayvens.fr] INFO: Extracting data for car ID: 1975158
2026-03-24 03:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with identifier: 1975158
2026-03-24 03:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with scrape type 2
2026-03-24 03:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with scrape type 2
2026-03-24 03:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53, identifier: 1975158
2026-03-24 03:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with identifier: 1975158
2026-03-24 03:46:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with identifier: 1975158
2026-03-24 03:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53 with identifier: 1975158 to the API
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'SKYSCRAPER GREY',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c5c6a7f7-5d5e-5fdd-9572-7594ebc25e53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 68840,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch M Sport DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch M Sport DKG7',
'vin': None,
'year': 2024}
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975158%27 HTTP/1.1" 200 None
2026-03-24 03:46:11 [ayvens.fr] INFO: Saving data for 1975158: {'auction_closing_time': 1774368000.0, 'created_time': 1774025258.964247, 'last_price_update_time': 1774323971.604903}
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975158') HTTP/1.1" 204 0
2026-03-24 03:46:11 [ayvens.fr] INFO: Found listing with ID: 1975159
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975159%27 HTTP/1.1" 200 None
2026-03-24 03:46:11 [ayvens.fr] INFO: Scrape type for 1975159: 2
2026-03-24 03:46:11 [ayvens.fr] INFO: Extracting data for car ID: 1975159
2026-03-24 03:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with identifier: 1975159
2026-03-24 03:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with scrape type 2
2026-03-24 03:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with scrape type 2
2026-03-24 03:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bfcc0907-78c9-50fe-8bd1-a13d1fe402d9, identifier: 1975159
2026-03-24 03:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with identifier: 1975159
2026-03-24 03:46:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with identifier: 1975159
2026-03-24 03:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bfcc0907-78c9-50fe-8bd1-a13d1fe402d9 with identifier: 1975159 to the API
2026-03-24 03:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'NOIRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bfcc0907-78c9-50fe-8bd1-a13d1fe402d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 88051,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.3 TCe 140ch FAP Business EDC',
'transmission': 'automatic',
'trim': 'Megane 1.3 TCe 140ch FAP Business EDC',
'vin': None,
'year': 2021}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975159%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Saving data for 1975159: {'auction_closing_time': 1774368000.0, 'created_time': 1774025260.304717, 'last_price_update_time': 1774323972.017566}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975159') HTTP/1.1" 204 0
2026-03-24 03:46:12 [ayvens.fr] INFO: Found listing with ID: 1975160
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975160%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Scrape type for 1975160: 2
2026-03-24 03:46:12 [ayvens.fr] INFO: Extracting data for car ID: 1975160
2026-03-24 03:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c44a33c-b608-504c-b96b-d3421b199004 with identifier: 1975160
2026-03-24 03:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c44a33c-b608-504c-b96b-d3421b199004 with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c44a33c-b608-504c-b96b-d3421b199004 with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1c44a33c-b608-504c-b96b-d3421b199004, identifier: 1975160
2026-03-24 03:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1c44a33c-b608-504c-b96b-d3421b199004 with identifier: 1975160
2026-03-24 03:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1c44a33c-b608-504c-b96b-d3421b199004 with identifier: 1975160
2026-03-24 03:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1c44a33c-b608-504c-b96b-d3421b199004 with identifier: 1975160 to the API
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '1c44a33c-b608-504c-b96b-d3421b199004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 55731,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 265ch PHEV GT-Line Premium Business '
'BVA6 4x4',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 265ch PHEV GT-Line Premium Business BVA6 4x4',
'vin': None,
'year': 2022}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975160%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Saving data for 1975160: {'auction_closing_time': 1774368000.0, 'created_time': 1774025261.669833, 'last_price_update_time': 1774323972.398593}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975160') HTTP/1.1" 204 0
2026-03-24 03:46:12 [ayvens.fr] INFO: Found listing with ID: 1975161
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975161%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Scrape type for 1975161: 2
2026-03-24 03:46:12 [ayvens.fr] INFO: Extracting data for car ID: 1975161
2026-03-24 03:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e47f775-d5bf-5872-a41f-ec8c940349ef with identifier: 1975161
2026-03-24 03:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e47f775-d5bf-5872-a41f-ec8c940349ef with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e47f775-d5bf-5872-a41f-ec8c940349ef with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3e47f775-d5bf-5872-a41f-ec8c940349ef, identifier: 1975161
2026-03-24 03:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3e47f775-d5bf-5872-a41f-ec8c940349ef with identifier: 1975161
2026-03-24 03:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3e47f775-d5bf-5872-a41f-ec8c940349ef with identifier: 1975161
2026-03-24 03:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3e47f775-d5bf-5872-a41f-ec8c940349ef with identifier: 1975161 to the API
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '3e47f775-d5bf-5872-a41f-ec8c940349ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO EV',
'odometer': 53886,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO EV Niro EV 204ch Premium Business',
'transmission': 'automatic',
'trim': 'Niro EV 204ch Premium Business',
'vin': None,
'year': 2024}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975161%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Saving data for 1975161: {'auction_closing_time': 1774368000.0, 'created_time': 1774025263.144263, 'last_price_update_time': 1774323972.787933}
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975161') HTTP/1.1" 204 0
2026-03-24 03:46:12 [ayvens.fr] INFO: Found listing with ID: 1975162
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975162%27 HTTP/1.1" 200 None
2026-03-24 03:46:12 [ayvens.fr] INFO: Scrape type for 1975162: 2
2026-03-24 03:46:12 [ayvens.fr] INFO: Extracting data for car ID: 1975162
2026-03-24 03:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with identifier: 1975162
2026-03-24 03:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with scrape type 2
2026-03-24 03:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 08de1ce4-74ee-5d25-aa9b-82b232acf3fd, identifier: 1975162
2026-03-24 03:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with identifier: 1975162
2026-03-24 03:46:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with identifier: 1975162
2026-03-24 03:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 08de1ce4-74ee-5d25-aa9b-82b232acf3fd with identifier: 1975162 to the API
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 26,
'color': 'GRIS MANATTHAN',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '08de1ce4-74ee-5d25-aa9b-82b232acf3fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 33467,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK A3 Sportback 40 TFSI e 204ch Business line S '
'tronic 6',
'transmission': 'automatic',
'trim': 'A3 Sportback 40 TFSI e 204ch Business line S tronic 6',
'vin': None,
'year': 2023}
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975162%27 HTTP/1.1" 200 None
2026-03-24 03:46:13 [ayvens.fr] INFO: Saving data for 1975162: {'auction_closing_time': 1774368000.0, 'created_time': 1774025264.913044, 'last_price_update_time': 1774323973.181423}
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975162') HTTP/1.1" 204 0
2026-03-24 03:46:13 [ayvens.fr] INFO: Found listing with ID: 1975163
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975163%27 HTTP/1.1" 200 None
2026-03-24 03:46:13 [ayvens.fr] INFO: Scrape type for 1975163: 2
2026-03-24 03:46:13 [ayvens.fr] INFO: Extracting data for car ID: 1975163
2026-03-24 03:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1be166e-e7fa-5a41-8787-ac0a56908753 with identifier: 1975163
2026-03-24 03:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1be166e-e7fa-5a41-8787-ac0a56908753 with scrape type 2
2026-03-24 03:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1be166e-e7fa-5a41-8787-ac0a56908753 with scrape type 2
2026-03-24 03:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d1be166e-e7fa-5a41-8787-ac0a56908753, identifier: 1975163
2026-03-24 03:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d1be166e-e7fa-5a41-8787-ac0a56908753 with identifier: 1975163
2026-03-24 03:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d1be166e-e7fa-5a41-8787-ac0a56908753 with identifier: 1975163
2026-03-24 03:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d1be166e-e7fa-5a41-8787-ac0a56908753 with identifier: 1975163 to the API
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 40,
'color': 'SAPHIRSCHWARZ M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'd1be166e-e7fa-5a41-8787-ac0a56908753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 132426,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 X1 xDrive25eA 220ch Business Design',
'transmission': 'automatic',
'trim': 'X1 xDrive25eA 220ch Business Design',
'vin': None,
'year': 2020}
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975163%27 HTTP/1.1" 200 None
2026-03-24 03:46:13 [ayvens.fr] INFO: Saving data for 1975163: {'auction_closing_time': 1774368000.0, 'created_time': 1774025267.455995, 'last_price_update_time': 1774323973.680857}
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975163') HTTP/1.1" 204 0
2026-03-24 03:46:13 [ayvens.fr] INFO: Found listing with ID: 1975164
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975164%27 HTTP/1.1" 200 None
2026-03-24 03:46:13 [ayvens.fr] INFO: Scrape type for 1975164: 2
2026-03-24 03:46:13 [ayvens.fr] INFO: Extracting data for car ID: 1975164
2026-03-24 03:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd170f8-4ad0-5513-97de-c104e996713f with identifier: 1975164
2026-03-24 03:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd170f8-4ad0-5513-97de-c104e996713f with scrape type 2
2026-03-24 03:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd170f8-4ad0-5513-97de-c104e996713f with scrape type 2
2026-03-24 03:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3cd170f8-4ad0-5513-97de-c104e996713f, identifier: 1975164
2026-03-24 03:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3cd170f8-4ad0-5513-97de-c104e996713f with identifier: 1975164
2026-03-24 03:46:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3cd170f8-4ad0-5513-97de-c104e996713f with identifier: 1975164
2026-03-24 03:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3cd170f8-4ad0-5513-97de-c104e996713f with identifier: 1975164 to the API
2026-03-24 03:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'SOPHISTOGRAU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '3cd170f8-4ad0-5513-97de-c104e996713f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 73579,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 X3 xDrive30eA 292ch M Sport',
'transmission': 'automatic',
'trim': 'X3 xDrive30eA 292ch M Sport',
'vin': None,
'year': 2020}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975164%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Saving data for 1975164: {'auction_closing_time': 1774368000.0, 'created_time': 1774025268.065965, 'last_price_update_time': 1774323974.155865}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975164') HTTP/1.1" 204 0
2026-03-24 03:46:14 [ayvens.fr] INFO: Found listing with ID: 1975165
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975165%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Scrape type for 1975165: 2
2026-03-24 03:46:14 [ayvens.fr] INFO: Extracting data for car ID: 1975165
2026-03-24 03:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with identifier: 1975165
2026-03-24 03:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with scrape type 2
2026-03-24 03:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with scrape type 2
2026-03-24 03:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7, identifier: 1975165
2026-03-24 03:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with identifier: 1975165
2026-03-24 03:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with identifier: 1975165
2026-03-24 03:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7 with identifier: 1975165 to the API
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'c0ed0332-a727-56f0-9feb-b7c5d5f8e9d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 131081,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-05',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA Arkana 1.6 E-Tech 145ch Intens',
'transmission': 'automatic',
'trim': 'Arkana 1.6 E-Tech 145ch Intens',
'vin': None,
'year': 2022}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975165%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Saving data for 1975165: {'auction_closing_time': 1774368000.0, 'created_time': 1774025269.364226, 'last_price_update_time': 1774323974.556415}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975165') HTTP/1.1" 204 0
2026-03-24 03:46:14 [ayvens.fr] INFO: Found listing with ID: 1975166
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975166%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Scrape type for 1975166: 2
2026-03-24 03:46:14 [ayvens.fr] INFO: Extracting data for car ID: 1975166
2026-03-24 03:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efad092b-bed9-570d-aa6b-e6f57dbd07d0 with identifier: 1975166
2026-03-24 03:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efad092b-bed9-570d-aa6b-e6f57dbd07d0 with scrape type 2
2026-03-24 03:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efad092b-bed9-570d-aa6b-e6f57dbd07d0 with scrape type 2
2026-03-24 03:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: efad092b-bed9-570d-aa6b-e6f57dbd07d0, identifier: 1975166
2026-03-24 03:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: efad092b-bed9-570d-aa6b-e6f57dbd07d0 with identifier: 1975166
2026-03-24 03:46:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: efad092b-bed9-570d-aa6b-e6f57dbd07d0 with identifier: 1975166
2026-03-24 03:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: efad092b-bed9-570d-aa6b-e6f57dbd07d0 with identifier: 1975166 to the API
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'MINERALGRAU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'efad092b-bed9-570d-aa6b-e6f57dbd07d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 67682,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 X2 sDrive18dA 150ch M Sport Euro6d-T',
'transmission': 'automatic',
'trim': 'X2 sDrive18dA 150ch M Sport Euro6d-T',
'vin': None,
'year': 2021}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975166%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Saving data for 1975166: {'auction_closing_time': 1774368000.0, 'created_time': 1774025270.718549, 'last_price_update_time': 1774323974.957036}
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975166') HTTP/1.1" 204 0
2026-03-24 03:46:14 [ayvens.fr] INFO: Found listing with ID: 1975167
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975167%27 HTTP/1.1" 200 None
2026-03-24 03:46:14 [ayvens.fr] INFO: Scrape type for 1975167: 2
2026-03-24 03:46:14 [ayvens.fr] INFO: Extracting data for car ID: 1975167
2026-03-24 03:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d21bf26-fda9-5993-8fb9-11d25754e184 with identifier: 1975167
2026-03-24 03:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d21bf26-fda9-5993-8fb9-11d25754e184 with scrape type 2
2026-03-24 03:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d21bf26-fda9-5993-8fb9-11d25754e184 with scrape type 2
2026-03-24 03:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1d21bf26-fda9-5993-8fb9-11d25754e184, identifier: 1975167
2026-03-24 03:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1d21bf26-fda9-5993-8fb9-11d25754e184 with identifier: 1975167
2026-03-24 03:46:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1d21bf26-fda9-5993-8fb9-11d25754e184 with identifier: 1975167
2026-03-24 03:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1d21bf26-fda9-5993-8fb9-11d25754e184 with identifier: 1975167 to the API
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'NOIR AGATE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '1d21bf26-fda9-5993-8fb9-11d25754e184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 132915,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS Focus 1.0 EcoBoost 125ch Titanium X Business BVA',
'transmission': 'automatic',
'trim': 'Focus 1.0 EcoBoost 125ch Titanium X Business BVA',
'vin': None,
'year': 2022}
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975167%27 HTTP/1.1" 200 None
2026-03-24 03:46:15 [ayvens.fr] INFO: Saving data for 1975167: {'auction_closing_time': 1774368000.0, 'created_time': 1774025272.654577, 'last_price_update_time': 1774323975.378685}
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975167') HTTP/1.1" 204 0
2026-03-24 03:46:15 [ayvens.fr] INFO: Found listing with ID: 1975168
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975168%27 HTTP/1.1" 200 None
2026-03-24 03:46:15 [ayvens.fr] INFO: Scrape type for 1975168: 2
2026-03-24 03:46:15 [ayvens.fr] INFO: Extracting data for car ID: 1975168
2026-03-24 03:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c58138cd-30c3-5a33-999d-f7ceefed02f1 with identifier: 1975168
2026-03-24 03:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c58138cd-30c3-5a33-999d-f7ceefed02f1 with scrape type 2
2026-03-24 03:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c58138cd-30c3-5a33-999d-f7ceefed02f1 with scrape type 2
2026-03-24 03:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c58138cd-30c3-5a33-999d-f7ceefed02f1, identifier: 1975168
2026-03-24 03:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c58138cd-30c3-5a33-999d-f7ceefed02f1 with identifier: 1975168
2026-03-24 03:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c58138cd-30c3-5a33-999d-f7ceefed02f1 with identifier: 1975168
2026-03-24 03:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c58138cd-30c3-5a33-999d-f7ceefed02f1 with identifier: 1975168 to the API
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c58138cd-30c3-5a33-999d-f7ceefed02f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C4',
'odometer': 82977,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C4 C4 PureTech 130ch S&S Feel EAT8',
'transmission': 'automatic',
'trim': 'C4 PureTech 130ch S&S Feel EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975168%27 HTTP/1.1" 200 None
2026-03-24 03:46:15 [ayvens.fr] INFO: Saving data for 1975168: {'auction_closing_time': 1774368000.0, 'created_time': 1774025275.050407, 'last_price_update_time': 1774323975.77528}
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975168') HTTP/1.1" 204 0
2026-03-24 03:46:15 [ayvens.fr] INFO: Found listing with ID: 1975169
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975169%27 HTTP/1.1" 200 None
2026-03-24 03:46:15 [ayvens.fr] INFO: Scrape type for 1975169: 2
2026-03-24 03:46:15 [ayvens.fr] INFO: Extracting data for car ID: 1975169
2026-03-24 03:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0920721b-3408-5493-bfeb-620551bb1859 with identifier: 1975169
2026-03-24 03:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0920721b-3408-5493-bfeb-620551bb1859 with scrape type 2
2026-03-24 03:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0920721b-3408-5493-bfeb-620551bb1859 with scrape type 2
2026-03-24 03:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0920721b-3408-5493-bfeb-620551bb1859, identifier: 1975169
2026-03-24 03:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0920721b-3408-5493-bfeb-620551bb1859 with identifier: 1975169
2026-03-24 03:46:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0920721b-3408-5493-bfeb-620551bb1859 with identifier: 1975169
2026-03-24 03:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0920721b-3408-5493-bfeb-620551bb1859 with identifier: 1975169 to the API
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'BRONZE IMPERIAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '0920721b-3408-5493-bfeb-620551bb1859',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 55976,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS CROSS Yaris Cross 116h Dynamic Business + Programme '
'Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'Yaris Cross 116h Dynamic Business + Programme Beyond Zero Academy',
'vin': None,
'year': 2023}
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975169%27 HTTP/1.1" 200 None
2026-03-24 03:46:16 [ayvens.fr] INFO: Saving data for 1975169: {'auction_closing_time': 1774368000.0, 'created_time': 1774025276.355661, 'last_price_update_time': 1774323976.182341}
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975169') HTTP/1.1" 204 0
2026-03-24 03:46:16 [ayvens.fr] INFO: Found listing with ID: 1975170
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975170%27 HTTP/1.1" 200 None
2026-03-24 03:46:16 [ayvens.fr] INFO: Scrape type for 1975170: 2
2026-03-24 03:46:16 [ayvens.fr] INFO: Extracting data for car ID: 1975170
2026-03-24 03:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with identifier: 1975170
2026-03-24 03:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with scrape type 2
2026-03-24 03:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with scrape type 2
2026-03-24 03:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5b66dacb-1f1a-5e14-a81a-262dae311ab4, identifier: 1975170
2026-03-24 03:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with identifier: 1975170
2026-03-24 03:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with identifier: 1975170
2026-03-24 03:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5b66dacb-1f1a-5e14-a81a-262dae311ab4 with identifier: 1975170 to the API
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '5b66dacb-1f1a-5e14-a81a-262dae311ab4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 18080,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Active Business',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975170%27 HTTP/1.1" 200 None
2026-03-24 03:46:16 [ayvens.fr] INFO: Saving data for 1975170: {'auction_closing_time': 1774368000.0, 'created_time': 1774025278.439588, 'last_price_update_time': 1774323976.591959}
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975170') HTTP/1.1" 204 0
2026-03-24 03:46:16 [ayvens.fr] INFO: Found listing with ID: 1975171
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975171%27 HTTP/1.1" 200 None
2026-03-24 03:46:16 [ayvens.fr] INFO: Scrape type for 1975171: 2
2026-03-24 03:46:16 [ayvens.fr] INFO: Extracting data for car ID: 1975171
2026-03-24 03:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b691b8ea-ec22-5053-b977-2d2df847920d with identifier: 1975171
2026-03-24 03:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b691b8ea-ec22-5053-b977-2d2df847920d with scrape type 2
2026-03-24 03:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b691b8ea-ec22-5053-b977-2d2df847920d with scrape type 2
2026-03-24 03:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b691b8ea-ec22-5053-b977-2d2df847920d, identifier: 1975171
2026-03-24 03:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b691b8ea-ec22-5053-b977-2d2df847920d with identifier: 1975171
2026-03-24 03:46:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b691b8ea-ec22-5053-b977-2d2df847920d with identifier: 1975171
2026-03-24 03:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b691b8ea-ec22-5053-b977-2d2df847920d with identifier: 1975171 to the API
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLEU IRON',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b691b8ea-ec22-5053-b977-2d2df847920d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 119843,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.5 Blue dCi 115ch Business EDC',
'transmission': 'automatic',
'trim': 'Captur 1.5 Blue dCi 115ch Business EDC',
'vin': None,
'year': 2020}
2026-03-24 03:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975171%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Saving data for 1975171: {'auction_closing_time': 1774368000.0, 'created_time': 1774025280.856794, 'last_price_update_time': 1774323977.002675}
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975171') HTTP/1.1" 204 0
2026-03-24 03:46:17 [ayvens.fr] INFO: Found listing with ID: 1975172
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975172%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Scrape type for 1975172: 2
2026-03-24 03:46:17 [ayvens.fr] INFO: Extracting data for car ID: 1975172
2026-03-24 03:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with identifier: 1975172
2026-03-24 03:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with scrape type 2
2026-03-24 03:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with scrape type 2
2026-03-24 03:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 084b7b42-e98d-53a5-9ed4-a6aa8eb12719, identifier: 1975172
2026-03-24 03:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with identifier: 1975172
2026-03-24 03:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with identifier: 1975172
2026-03-24 03:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 084b7b42-e98d-53a5-9ed4-a6aa8eb12719 with identifier: 1975172 to the API
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'NOIR INTENSE NACR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '084b7b42-e98d-53a5-9ed4-a6aa8eb12719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 70366,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 95ch IQ.Drive DSG7 Euro6d-T',
'transmission': 'automatic',
'trim': 'Polo 1.0 TSI 95ch IQ.Drive DSG7 Euro6d-T',
'vin': None,
'year': 2020}
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975172%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Saving data for 1975172: {'auction_closing_time': 1774368000.0, 'created_time': 1774025282.17816, 'last_price_update_time': 1774323977.393119}
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975172') HTTP/1.1" 204 0
2026-03-24 03:46:17 [ayvens.fr] INFO: Found listing with ID: 1975173
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975173%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Scrape type for 1975173: 2
2026-03-24 03:46:17 [ayvens.fr] INFO: Extracting data for car ID: 1975173
2026-03-24 03:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with identifier: 1975173
2026-03-24 03:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with scrape type 2
2026-03-24 03:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with scrape type 2
2026-03-24 03:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7817bc0b-7a02-55d9-bb3c-e103b54e2d21, identifier: 1975173
2026-03-24 03:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with identifier: 1975173
2026-03-24 03:46:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with identifier: 1975173
2026-03-24 03:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7817bc0b-7a02-55d9-bb3c-e103b54e2d21 with identifier: 1975173 to the API
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GRIS METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '7817bc0b-7a02-55d9-bb3c-e103b54e2d21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 35239,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA Arkana 1.3 TCe mild hybrid 140ch Techno EDC -22 / '
'VEHICULE GRELE',
'transmission': 'automatic',
'trim': 'Arkana 1.3 TCe mild hybrid 140ch Techno EDC -22 / VEHICULE GRELE',
'vin': None,
'year': 2023}
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975173%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Saving data for 1975173: {'auction_closing_time': 1774368000.0, 'created_time': 1774025283.869104, 'last_price_update_time': 1774323977.806893}
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975173') HTTP/1.1" 204 0
2026-03-24 03:46:17 [ayvens.fr] INFO: Found listing with ID: 1975174
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975174%27 HTTP/1.1" 200 None
2026-03-24 03:46:17 [ayvens.fr] INFO: Scrape type for 1975174: 2
2026-03-24 03:46:17 [ayvens.fr] INFO: Extracting data for car ID: 1975174
2026-03-24 03:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e341e643-cfcf-5919-9bd9-8e0b68571ee7 with identifier: 1975174
2026-03-24 03:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e341e643-cfcf-5919-9bd9-8e0b68571ee7 with scrape type 2
2026-03-24 03:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e341e643-cfcf-5919-9bd9-8e0b68571ee7 with scrape type 2
2026-03-24 03:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e341e643-cfcf-5919-9bd9-8e0b68571ee7, identifier: 1975174
2026-03-24 03:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e341e643-cfcf-5919-9bd9-8e0b68571ee7 with identifier: 1975174
2026-03-24 03:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e341e643-cfcf-5919-9bd9-8e0b68571ee7 with identifier: 1975174
2026-03-24 03:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e341e643-cfcf-5919-9bd9-8e0b68571ee7 with identifier: 1975174 to the API
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e341e643-cfcf-5919-9bd9-8e0b68571ee7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 120917,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 116dA 116ch Business Design DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 116dA 116ch Business Design DKG7',
'vin': None,
'year': 2021}
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975174%27 HTTP/1.1" 200 None
2026-03-24 03:46:18 [ayvens.fr] INFO: Saving data for 1975174: {'auction_closing_time': 1774368000.0, 'created_time': 1774025286.692424, 'last_price_update_time': 1774323978.310167}
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975174') HTTP/1.1" 204 0
2026-03-24 03:46:18 [ayvens.fr] INFO: Found listing with ID: 1975175
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975175%27 HTTP/1.1" 200 None
2026-03-24 03:46:18 [ayvens.fr] INFO: Scrape type for 1975175: 2
2026-03-24 03:46:18 [ayvens.fr] INFO: Extracting data for car ID: 1975175
2026-03-24 03:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d525feaf-f55d-5afd-a904-d273c77dc061 with identifier: 1975175
2026-03-24 03:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d525feaf-f55d-5afd-a904-d273c77dc061 with scrape type 2
2026-03-24 03:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d525feaf-f55d-5afd-a904-d273c77dc061 with scrape type 2
2026-03-24 03:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d525feaf-f55d-5afd-a904-d273c77dc061, identifier: 1975175
2026-03-24 03:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d525feaf-f55d-5afd-a904-d273c77dc061 with identifier: 1975175
2026-03-24 03:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d525feaf-f55d-5afd-a904-d273c77dc061 with identifier: 1975175
2026-03-24 03:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d525feaf-f55d-5afd-a904-d273c77dc061 with identifier: 1975175 to the API
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd525feaf-f55d-5afd-a904-d273c77dc061',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 91486,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Série 1 118dA 150ch M Sport',
'transmission': 'automatic',
'trim': 'Série 1 118dA 150ch M Sport',
'vin': None,
'year': 2020}
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975175%27 HTTP/1.1" 200 None
2026-03-24 03:46:18 [ayvens.fr] INFO: Saving data for 1975175: {'auction_closing_time': 1774368000.0, 'created_time': 1774025288.243504, 'last_price_update_time': 1774323978.724741}
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975175') HTTP/1.1" 204 0
2026-03-24 03:46:18 [ayvens.fr] INFO: Found listing with ID: 1975176
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975176%27 HTTP/1.1" 200 None
2026-03-24 03:46:18 [ayvens.fr] INFO: Scrape type for 1975176: 2
2026-03-24 03:46:18 [ayvens.fr] INFO: Extracting data for car ID: 1975176
2026-03-24 03:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f15c6366-810b-5595-8ce4-04d7c06a34cd with identifier: 1975176
2026-03-24 03:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f15c6366-810b-5595-8ce4-04d7c06a34cd with scrape type 2
2026-03-24 03:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f15c6366-810b-5595-8ce4-04d7c06a34cd with scrape type 2
2026-03-24 03:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f15c6366-810b-5595-8ce4-04d7c06a34cd, identifier: 1975176
2026-03-24 03:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f15c6366-810b-5595-8ce4-04d7c06a34cd with identifier: 1975176
2026-03-24 03:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f15c6366-810b-5595-8ce4-04d7c06a34cd with identifier: 1975176
2026-03-24 03:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f15c6366-810b-5595-8ce4-04d7c06a34cd with identifier: 1975176 to the API
2026-03-24 03:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f15c6366-810b-5595-8ce4-04d7c06a34cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE A',
'odometer': 78011,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A Classe A 200 163ch Business Line 7G-DCT',
'transmission': 'automatic',
'trim': 'Classe A 200 163ch Business Line 7G-DCT',
'vin': None,
'year': 2018}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975176%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Saving data for 1975176: {'auction_closing_time': 1774368000.0, 'created_time': 1774025289.86557, 'last_price_update_time': 1774323979.113005}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975176') HTTP/1.1" 204 0
2026-03-24 03:46:19 [ayvens.fr] INFO: Found listing with ID: 1975177
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975177%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Scrape type for 1975177: 2
2026-03-24 03:46:19 [ayvens.fr] INFO: Extracting data for car ID: 1975177
2026-03-24 03:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with identifier: 1975177
2026-03-24 03:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with scrape type 2
2026-03-24 03:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with scrape type 2
2026-03-24 03:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1eaabbf9-7a46-503e-bd6e-074cccbbf79c, identifier: 1975177
2026-03-24 03:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with identifier: 1975177
2026-03-24 03:46:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with identifier: 1975177
2026-03-24 03:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1eaabbf9-7a46-503e-bd6e-074cccbbf79c with identifier: 1975177 to the API
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': 'NOIR MYTHIC M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '1eaabbf9-7a46-503e-bd6e-074cccbbf79c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 95308,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT A6 Avant 45 TFSI 265ch Business Executive S tronic 7',
'transmission': 'automatic',
'trim': 'A6 Avant 45 TFSI 265ch Business Executive S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975177%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Saving data for 1975177: {'auction_closing_time': 1774368000.0, 'created_time': 1774025291.131679, 'last_price_update_time': 1774323979.527378}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975177') HTTP/1.1" 204 0
2026-03-24 03:46:19 [ayvens.fr] INFO: Found listing with ID: 1975178
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975178%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Scrape type for 1975178: 2
2026-03-24 03:46:19 [ayvens.fr] INFO: Extracting data for car ID: 1975178
2026-03-24 03:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 766b673a-c3ea-5507-9fd2-096cedf3c44c with identifier: 1975178
2026-03-24 03:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 766b673a-c3ea-5507-9fd2-096cedf3c44c with scrape type 2
2026-03-24 03:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 766b673a-c3ea-5507-9fd2-096cedf3c44c with scrape type 2
2026-03-24 03:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 766b673a-c3ea-5507-9fd2-096cedf3c44c, identifier: 1975178
2026-03-24 03:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 766b673a-c3ea-5507-9fd2-096cedf3c44c with identifier: 1975178
2026-03-24 03:46:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 766b673a-c3ea-5507-9fd2-096cedf3c44c with identifier: 1975178
2026-03-24 03:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 766b673a-c3ea-5507-9fd2-096cedf3c44c with identifier: 1975178 to the API
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GRIS DAUPHIN',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '766b673a-c3ea-5507-9fd2-096cedf3c44c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 82405,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF Golf 1.0 eTSI OPF 110ch Life Business DSG7',
'transmission': 'automatic',
'trim': 'Golf 1.0 eTSI OPF 110ch Life Business DSG7',
'vin': None,
'year': 2022}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975178%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Saving data for 1975178: {'auction_closing_time': 1774368000.0, 'created_time': 1774025293.162553, 'last_price_update_time': 1774323979.948076}
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975178') HTTP/1.1" 204 0
2026-03-24 03:46:19 [ayvens.fr] INFO: Found listing with ID: 1975179
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975179%27 HTTP/1.1" 200 None
2026-03-24 03:46:19 [ayvens.fr] INFO: Scrape type for 1975179: 2
2026-03-24 03:46:19 [ayvens.fr] INFO: Extracting data for car ID: 1975179
2026-03-24 03:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f16e3369-5410-57d2-9d17-e521b2d493dd with identifier: 1975179
2026-03-24 03:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f16e3369-5410-57d2-9d17-e521b2d493dd with scrape type 2
2026-03-24 03:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f16e3369-5410-57d2-9d17-e521b2d493dd with scrape type 2
2026-03-24 03:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f16e3369-5410-57d2-9d17-e521b2d493dd, identifier: 1975179
2026-03-24 03:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f16e3369-5410-57d2-9d17-e521b2d493dd with identifier: 1975179
2026-03-24 03:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f16e3369-5410-57d2-9d17-e521b2d493dd with identifier: 1975179
2026-03-24 03:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f16e3369-5410-57d2-9d17-e521b2d493dd with identifier: 1975179 to the API
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f16e3369-5410-57d2-9d17-e521b2d493dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 95854,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS Focus SW 1.5 EcoBlue 120ch Trend Business BVA',
'transmission': 'automatic',
'trim': 'Focus SW 1.5 EcoBlue 120ch Trend Business BVA',
'vin': None,
'year': 2020}
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975179%27 HTTP/1.1" 200 None
2026-03-24 03:46:20 [ayvens.fr] INFO: Saving data for 1975179: {'auction_closing_time': 1774368000.0, 'created_time': 1774025293.885014, 'last_price_update_time': 1774323980.342693}
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975179') HTTP/1.1" 204 0
2026-03-24 03:46:20 [ayvens.fr] INFO: Found listing with ID: 1975180
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975180%27 HTTP/1.1" 200 None
2026-03-24 03:46:20 [ayvens.fr] INFO: Scrape type for 1975180: 2
2026-03-24 03:46:20 [ayvens.fr] INFO: Extracting data for car ID: 1975180
2026-03-24 03:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: febd9425-f5c4-5402-92e8-709bb830a6a1 with identifier: 1975180
2026-03-24 03:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item febd9425-f5c4-5402-92e8-709bb830a6a1 with scrape type 2
2026-03-24 03:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item febd9425-f5c4-5402-92e8-709bb830a6a1 with scrape type 2
2026-03-24 03:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: febd9425-f5c4-5402-92e8-709bb830a6a1, identifier: 1975180
2026-03-24 03:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: febd9425-f5c4-5402-92e8-709bb830a6a1 with identifier: 1975180
2026-03-24 03:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: febd9425-f5c4-5402-92e8-709bb830a6a1 with identifier: 1975180
2026-03-24 03:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: febd9425-f5c4-5402-92e8-709bb830a6a1 with identifier: 1975180 to the API
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'febd9425-f5c4-5402-92e8-709bb830a6a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 147687,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch Active Business S&S EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch Active Business S&S EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975180%27 HTTP/1.1" 200 None
2026-03-24 03:46:20 [ayvens.fr] INFO: Saving data for 1975180: {'auction_closing_time': 1774368000.0, 'created_time': 1774025295.350035, 'last_price_update_time': 1774323980.731747}
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975180') HTTP/1.1" 204 0
2026-03-24 03:46:20 [ayvens.fr] INFO: Found listing with ID: 1975181
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975181%27 HTTP/1.1" 200 None
2026-03-24 03:46:20 [ayvens.fr] INFO: Scrape type for 1975181: 2
2026-03-24 03:46:20 [ayvens.fr] INFO: Extracting data for car ID: 1975181
2026-03-24 03:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with identifier: 1975181
2026-03-24 03:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with scrape type 2
2026-03-24 03:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with scrape type 2
2026-03-24 03:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 52188f20-143d-5c8a-a3a5-e0c88dee7a7d, identifier: 1975181
2026-03-24 03:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with identifier: 1975181
2026-03-24 03:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with identifier: 1975181
2026-03-24 03:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 52188f20-143d-5c8a-a3a5-e0c88dee7a7d with identifier: 1975181 to the API
2026-03-24 03:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '52188f20-143d-5c8a-a3a5-e0c88dee7a7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 149133,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active Business EAT6',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Active Business EAT6',
'vin': None,
'year': 2019}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975181%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Saving data for 1975181: {'auction_closing_time': 1774368000.0, 'created_time': 1774025296.869827, 'last_price_update_time': 1774323981.110245}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975181') HTTP/1.1" 204 0
2026-03-24 03:46:21 [ayvens.fr] INFO: Found listing with ID: 1975182
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975182%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Scrape type for 1975182: 2
2026-03-24 03:46:21 [ayvens.fr] INFO: Extracting data for car ID: 1975182
2026-03-24 03:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3927926-5d00-5cbd-ae1b-b36b1610ea66 with identifier: 1975182
2026-03-24 03:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3927926-5d00-5cbd-ae1b-b36b1610ea66 with scrape type 2
2026-03-24 03:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3927926-5d00-5cbd-ae1b-b36b1610ea66 with scrape type 2
2026-03-24 03:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a3927926-5d00-5cbd-ae1b-b36b1610ea66, identifier: 1975182
2026-03-24 03:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a3927926-5d00-5cbd-ae1b-b36b1610ea66 with identifier: 1975182
2026-03-24 03:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a3927926-5d00-5cbd-ae1b-b36b1610ea66 with identifier: 1975182
2026-03-24 03:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a3927926-5d00-5cbd-ae1b-b36b1610ea66 with identifier: 1975182 to the API
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': 'NOIR METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'a3927926-5d00-5cbd-ae1b-b36b1610ea66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LYNK & CO',
'model': '01',
'odometer': 15371,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'LYNK & CO 01 1 1.5 PHEV 261ch DCTH 7',
'transmission': 'automatic',
'trim': '1 1.5 PHEV 261ch DCTH 7',
'vin': None,
'year': 2023}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975182%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Saving data for 1975182: {'auction_closing_time': 1774368000.0, 'created_time': 1774025298.151047, 'last_price_update_time': 1774323981.515068}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975182') HTTP/1.1" 204 0
2026-03-24 03:46:21 [ayvens.fr] INFO: Found listing with ID: 1975183
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975183%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Scrape type for 1975183: 2
2026-03-24 03:46:21 [ayvens.fr] INFO: Extracting data for car ID: 1975183
2026-03-24 03:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8554eac4-0f16-5af4-a232-3836ef71510f with identifier: 1975183
2026-03-24 03:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8554eac4-0f16-5af4-a232-3836ef71510f with scrape type 2
2026-03-24 03:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8554eac4-0f16-5af4-a232-3836ef71510f with scrape type 2
2026-03-24 03:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8554eac4-0f16-5af4-a232-3836ef71510f, identifier: 1975183
2026-03-24 03:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8554eac4-0f16-5af4-a232-3836ef71510f with identifier: 1975183
2026-03-24 03:46:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8554eac4-0f16-5af4-a232-3836ef71510f with identifier: 1975183
2026-03-24 03:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8554eac4-0f16-5af4-a232-3836ef71510f with identifier: 1975183 to the API
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLANC TOIT NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '8554eac4-0f16-5af4-a232-3836ef71510f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'STONIC',
'odometer': 87012,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'KIA STONIC Stonic 1.0 T-GDi 120ch MHEV GT Line Premium DCT7',
'transmission': 'automatic',
'trim': 'Stonic 1.0 T-GDi 120ch MHEV GT Line Premium DCT7',
'vin': None,
'year': 2022}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975183%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Saving data for 1975183: {'auction_closing_time': 1774368000.0, 'created_time': 1774025299.269616, 'last_price_update_time': 1774323981.929121}
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975183') HTTP/1.1" 204 0
2026-03-24 03:46:21 [ayvens.fr] INFO: Found listing with ID: 1975184
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975184%27 HTTP/1.1" 200 None
2026-03-24 03:46:21 [ayvens.fr] INFO: Scrape type for 1975184: 2
2026-03-24 03:46:21 [ayvens.fr] INFO: Extracting data for car ID: 1975184
2026-03-24 03:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with identifier: 1975184
2026-03-24 03:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with scrape type 2
2026-03-24 03:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with scrape type 2
2026-03-24 03:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9, identifier: 1975184
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with identifier: 1975184
2026-03-24 03:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with identifier: 1975184
2026-03-24 03:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3de502ed-2a8b-5897-be1f-6bd5bc78d5b9 with identifier: 1975184 to the API
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3de502ed-2a8b-5897-be1f-6bd5bc78d5b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 107181,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '508 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975184%27 HTTP/1.1" 200 None
2026-03-24 03:46:22 [ayvens.fr] INFO: Saving data for 1975184: {'auction_closing_time': 1774368000.0, 'created_time': 1774025300.646866, 'last_price_update_time': 1774323982.320773}
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975184') HTTP/1.1" 204 0
2026-03-24 03:46:22 [ayvens.fr] INFO: Found listing with ID: 1975185
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975185%27 HTTP/1.1" 200 None
2026-03-24 03:46:22 [ayvens.fr] INFO: Scrape type for 1975185: 2
2026-03-24 03:46:22 [ayvens.fr] INFO: Extracting data for car ID: 1975185
2026-03-24 03:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with identifier: 1975185
2026-03-24 03:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with scrape type 2
2026-03-24 03:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with scrape type 2
2026-03-24 03:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4, identifier: 1975185
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with identifier: 1975185
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with identifier: 1975185
2026-03-24 03:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4 with identifier: 1975185 to the API
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46: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-24 03:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLEU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'e85',
'id': '89c23ec1-8cf9-5f1d-99d7-29e29a29b5d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 83587,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS Focus SW 1.0 Flexifuel mHEV 125ch ST-Line X',
'transmission': 'manual',
'trim': 'Focus SW 1.0 Flexifuel mHEV 125ch ST-Line X',
'vin': None,
'year': 2022}
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975185%27 HTTP/1.1" 200 None
2026-03-24 03:46:22 [ayvens.fr] INFO: Saving data for 1975185: {'auction_closing_time': 1774368000.0, 'created_time': 1774025301.890473, 'last_price_update_time': 1774323982.867802}
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975185') HTTP/1.1" 204 0
2026-03-24 03:46:22 [ayvens.fr] INFO: Found listing with ID: 1975186
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975186%27 HTTP/1.1" 200 None
2026-03-24 03:46:22 [ayvens.fr] INFO: Scrape type for 1975186: 2
2026-03-24 03:46:22 [ayvens.fr] INFO: Extracting data for car ID: 1975186
2026-03-24 03:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with identifier: 1975186
2026-03-24 03:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with scrape type 2
2026-03-24 03:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with scrape type 2
2026-03-24 03:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197, identifier: 1975186
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with identifier: 1975186
2026-03-24 03:46:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with identifier: 1975186
2026-03-24 03:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4d1597b9-68b3-5ddc-9dcb-1b3945ca0197 with identifier: 1975186 to the API
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'NOIR PELA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '4d1597b9-68b3-5ddc-9dcb-1b3945ca0197',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 82810,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.2 PureTech 130ch S&S Allure Business',
'transmission': 'manual',
'trim': '308 1.2 PureTech 130ch S&S Allure Business',
'vin': None,
'year': 2020}
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975186%27 HTTP/1.1" 200 None
2026-03-24 03:46:23 [ayvens.fr] INFO: Saving data for 1975186: {'auction_closing_time': 1774368000.0, 'created_time': 1774025303.465191, 'last_price_update_time': 1774323983.295178}
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975186') HTTP/1.1" 204 0
2026-03-24 03:46:23 [ayvens.fr] INFO: Found listing with ID: 1975187
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975187%27 HTTP/1.1" 200 None
2026-03-24 03:46:23 [ayvens.fr] INFO: Scrape type for 1975187: 2
2026-03-24 03:46:23 [ayvens.fr] INFO: Extracting data for car ID: 1975187
2026-03-24 03:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8364f494-ea36-5f3d-a523-0b18393c9a28 with identifier: 1975187
2026-03-24 03:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8364f494-ea36-5f3d-a523-0b18393c9a28 with scrape type 2
2026-03-24 03:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8364f494-ea36-5f3d-a523-0b18393c9a28 with scrape type 2
2026-03-24 03:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8364f494-ea36-5f3d-a523-0b18393c9a28, identifier: 1975187
2026-03-24 03:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8364f494-ea36-5f3d-a523-0b18393c9a28 with identifier: 1975187
2026-03-24 03:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8364f494-ea36-5f3d-a523-0b18393c9a28 with identifier: 1975187
2026-03-24 03:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8364f494-ea36-5f3d-a523-0b18393c9a28 with identifier: 1975187 to the API
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '8364f494-ea36-5f3d-a523-0b18393c9a28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 42605,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross Hybrid rechargeable 225ch Feel Pack '
'E-EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross Hybrid rechargeable 225ch Feel Pack E-EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975187%27 HTTP/1.1" 200 None
2026-03-24 03:46:23 [ayvens.fr] INFO: Saving data for 1975187: {'auction_closing_time': 1774368000.0, 'created_time': 1774025304.934584, 'last_price_update_time': 1774323983.675078}
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975187') HTTP/1.1" 204 0
2026-03-24 03:46:23 [ayvens.fr] INFO: Found listing with ID: 1975188
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975188%27 HTTP/1.1" 200 None
2026-03-24 03:46:23 [ayvens.fr] INFO: Scrape type for 1975188: 2
2026-03-24 03:46:23 [ayvens.fr] INFO: Extracting data for car ID: 1975188
2026-03-24 03:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with identifier: 1975188
2026-03-24 03:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with scrape type 2
2026-03-24 03:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with scrape type 2
2026-03-24 03:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: daae3bc9-5762-5720-9dd4-7d9d9cc40f75, identifier: 1975188
2026-03-24 03:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with identifier: 1975188
2026-03-24 03:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with identifier: 1975188
2026-03-24 03:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: daae3bc9-5762-5720-9dd4-7d9d9cc40f75 with identifier: 1975188 to the API
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'daae3bc9-5762-5720-9dd4-7d9d9cc40f75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 24029,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 110ch S&S Shine',
'transmission': 'manual',
'trim': 'C3 1.2 PureTech 110ch S&S Shine',
'vin': None,
'year': 2023}
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975188%27 HTTP/1.1" 200 None
2026-03-24 03:46:24 [ayvens.fr] INFO: Saving data for 1975188: {'auction_closing_time': 1774368000.0, 'created_time': 1774025306.229222, 'last_price_update_time': 1774323984.087721}
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975188') HTTP/1.1" 204 0
2026-03-24 03:46:24 [ayvens.fr] INFO: Found listing with ID: 1975189
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975189%27 HTTP/1.1" 200 None
2026-03-24 03:46:24 [ayvens.fr] INFO: Scrape type for 1975189: 2
2026-03-24 03:46:24 [ayvens.fr] INFO: Extracting data for car ID: 1975189
2026-03-24 03:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with identifier: 1975189
2026-03-24 03:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with scrape type 2
2026-03-24 03:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with scrape type 2
2026-03-24 03:46:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe, identifier: 1975189
2026-03-24 03:46:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with identifier: 1975189
2026-03-24 03:46:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with identifier: 1975189
2026-03-24 03:46:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4aa2340b-ce68-5fbd-90e9-ad034e4c1afe with identifier: 1975189 to the API
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS NUIT',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '4aa2340b-ce68-5fbd-90e9-ad034e4c1afe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 95550,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Model 3 Long-Range Dual Motor AWD',
'transmission': 'automatic',
'trim': 'Model 3 Long-Range Dual Motor AWD',
'vin': None,
'year': 2021}
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975189%27 HTTP/1.1" 200 None
2026-03-24 03:46:24 [ayvens.fr] INFO: Saving data for 1975189: {'auction_closing_time': 1774368000.0, 'created_time': 1774025307.447989, 'last_price_update_time': 1774323984.492966}
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975189') HTTP/1.1" 204 0
2026-03-24 03:46:24 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 300
2026-03-24 03:46:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:46:34 [ayvens.fr] INFO: Found listing with ID: 1975190
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975190%27 HTTP/1.1" 200 None
2026-03-24 03:46:34 [ayvens.fr] INFO: Scrape type for 1975190: 2
2026-03-24 03:46:34 [ayvens.fr] INFO: Extracting data for car ID: 1975190
2026-03-24 03:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57668765-40fe-5f6b-acde-dc5d98511444 with identifier: 1975190
2026-03-24 03:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57668765-40fe-5f6b-acde-dc5d98511444 with scrape type 2
2026-03-24 03:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57668765-40fe-5f6b-acde-dc5d98511444 with scrape type 2
2026-03-24 03:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 57668765-40fe-5f6b-acde-dc5d98511444, identifier: 1975190
2026-03-24 03:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 57668765-40fe-5f6b-acde-dc5d98511444 with identifier: 1975190
2026-03-24 03:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 57668765-40fe-5f6b-acde-dc5d98511444 with identifier: 1975190
2026-03-24 03:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 57668765-40fe-5f6b-acde-dc5d98511444 with identifier: 1975190 to the API
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '57668765-40fe-5f6b-acde-dc5d98511444',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-2008',
'odometer': 31561,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-2008 2008 e-2008 136ch Active Pack',
'transmission': 'automatic',
'trim': '2008 e-2008 136ch Active Pack',
'vin': None,
'year': 2023}
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975190%27 HTTP/1.1" 200 None
2026-03-24 03:46:34 [ayvens.fr] INFO: Saving data for 1975190: {'auction_closing_time': 1774368000.0, 'created_time': 1774025309.126449, 'last_price_update_time': 1774323994.759995}
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975190') HTTP/1.1" 204 0
2026-03-24 03:46:34 [ayvens.fr] INFO: Found listing with ID: 1975191
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975191%27 HTTP/1.1" 200 None
2026-03-24 03:46:34 [ayvens.fr] INFO: Scrape type for 1975191: 2
2026-03-24 03:46:34 [ayvens.fr] INFO: Extracting data for car ID: 1975191
2026-03-24 03:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73133c81-999b-5400-8cc0-20803f90c372 with identifier: 1975191
2026-03-24 03:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73133c81-999b-5400-8cc0-20803f90c372 with scrape type 2
2026-03-24 03:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73133c81-999b-5400-8cc0-20803f90c372 with scrape type 2
2026-03-24 03:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 73133c81-999b-5400-8cc0-20803f90c372, identifier: 1975191
2026-03-24 03:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 73133c81-999b-5400-8cc0-20803f90c372 with identifier: 1975191
2026-03-24 03:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 73133c81-999b-5400-8cc0-20803f90c372 with identifier: 1975191
2026-03-24 03:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 73133c81-999b-5400-8cc0-20803f90c372 with identifier: 1975191 to the API
2026-03-24 03:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '73133c81-999b-5400-8cc0-20803f90c372',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 127625,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-27',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Allure',
'transmission': 'manual',
'trim': '5008 1.2 PureTech 130ch S&S Allure',
'vin': None,
'year': 2022}
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975191%27 HTTP/1.1" 200 None
2026-03-24 03:46:35 [ayvens.fr] INFO: Saving data for 1975191: {'auction_closing_time': 1774368000.0, 'created_time': 1774025310.336951, 'last_price_update_time': 1774323995.166564}
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975191') HTTP/1.1" 204 0
2026-03-24 03:46:35 [ayvens.fr] INFO: Found listing with ID: 1975192
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975192%27 HTTP/1.1" 200 None
2026-03-24 03:46:35 [ayvens.fr] INFO: Scrape type for 1975192: 2
2026-03-24 03:46:35 [ayvens.fr] INFO: Extracting data for car ID: 1975192
2026-03-24 03:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4230b1de-bc89-5c0a-96e9-9387f3818acd with identifier: 1975192
2026-03-24 03:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4230b1de-bc89-5c0a-96e9-9387f3818acd with scrape type 2
2026-03-24 03:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4230b1de-bc89-5c0a-96e9-9387f3818acd with scrape type 2
2026-03-24 03:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4230b1de-bc89-5c0a-96e9-9387f3818acd, identifier: 1975192
2026-03-24 03:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4230b1de-bc89-5c0a-96e9-9387f3818acd with identifier: 1975192
2026-03-24 03:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4230b1de-bc89-5c0a-96e9-9387f3818acd with identifier: 1975192
2026-03-24 03:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4230b1de-bc89-5c0a-96e9-9387f3818acd with identifier: 1975192 to the API
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '4230b1de-bc89-5c0a-96e9-9387f3818acd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 129898,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-26',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975192%27 HTTP/1.1" 200 None
2026-03-24 03:46:35 [ayvens.fr] INFO: Saving data for 1975192: {'auction_closing_time': 1774368000.0, 'created_time': 1774025312.145142, 'last_price_update_time': 1774323995.749517}
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975192') HTTP/1.1" 204 0
2026-03-24 03:46:35 [ayvens.fr] INFO: Found listing with ID: 1975193
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975193%27 HTTP/1.1" 200 None
2026-03-24 03:46:35 [ayvens.fr] INFO: Scrape type for 1975193: 2
2026-03-24 03:46:35 [ayvens.fr] INFO: Extracting data for car ID: 1975193
2026-03-24 03:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with identifier: 1975193
2026-03-24 03:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with scrape type 2
2026-03-24 03:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with scrape type 2
2026-03-24 03:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bbbfcfc5-9f30-52ba-92e3-8eab220fb206, identifier: 1975193
2026-03-24 03:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with identifier: 1975193
2026-03-24 03:46:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with identifier: 1975193
2026-03-24 03:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bbbfcfc5-9f30-52ba-92e3-8eab220fb206 with identifier: 1975193 to the API
2026-03-24 03:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GRIS GRAPHITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'bbbfcfc5-9f30-52ba-92e3-8eab220fb206',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA COMBI',
'odometer': 75007,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI Octavia Combi 1.5 TSI ACT MHEV e-TEC 150ch '
'Style DSG7',
'transmission': 'automatic',
'trim': 'Octavia Combi 1.5 TSI ACT MHEV e-TEC 150ch Style DSG7',
'vin': None,
'year': 2022}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975193%27 HTTP/1.1" 200 None
2026-03-24 03:46:36 [ayvens.fr] INFO: Saving data for 1975193: {'auction_closing_time': 1774368000.0, 'created_time': 1774025313.590151, 'last_price_update_time': 1774323996.173303}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975193') HTTP/1.1" 204 0
2026-03-24 03:46:36 [ayvens.fr] INFO: Found listing with ID: 1975194
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975194%27 HTTP/1.1" 200 None
2026-03-24 03:46:36 [ayvens.fr] INFO: Scrape type for 1975194: 2
2026-03-24 03:46:36 [ayvens.fr] INFO: Extracting data for car ID: 1975194
2026-03-24 03:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with identifier: 1975194
2026-03-24 03:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with scrape type 2
2026-03-24 03:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with scrape type 2
2026-03-24 03:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c, identifier: 1975194
2026-03-24 03:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with identifier: 1975194
2026-03-24 03:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with identifier: 1975194
2026-03-24 03:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0f2f502a-3da0-52a3-9c64-5f6de44a9d4c with identifier: 1975194 to the API
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0f2f502a-3da0-52a3-9c64-5f6de44a9d4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 110425,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.5 BlueHDi 100ch S&S Active Business',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975194%27 HTTP/1.1" 200 None
2026-03-24 03:46:36 [ayvens.fr] INFO: Saving data for 1975194: {'auction_closing_time': 1774368000.0, 'created_time': 1774025314.452155, 'last_price_update_time': 1774323996.563609}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975194') HTTP/1.1" 204 0
2026-03-24 03:46:36 [ayvens.fr] INFO: Found listing with ID: 1975195
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975195%27 HTTP/1.1" 200 None
2026-03-24 03:46:36 [ayvens.fr] INFO: Scrape type for 1975195: 2
2026-03-24 03:46:36 [ayvens.fr] INFO: Extracting data for car ID: 1975195
2026-03-24 03:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef4039f3-f4dd-5c03-a740-aa5dea588b52 with identifier: 1975195
2026-03-24 03:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef4039f3-f4dd-5c03-a740-aa5dea588b52 with scrape type 2
2026-03-24 03:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef4039f3-f4dd-5c03-a740-aa5dea588b52 with scrape type 2
2026-03-24 03:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ef4039f3-f4dd-5c03-a740-aa5dea588b52, identifier: 1975195
2026-03-24 03:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ef4039f3-f4dd-5c03-a740-aa5dea588b52 with identifier: 1975195
2026-03-24 03:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ef4039f3-f4dd-5c03-a740-aa5dea588b52 with identifier: 1975195
2026-03-24 03:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ef4039f3-f4dd-5c03-a740-aa5dea588b52 with identifier: 1975195 to the API
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ef4039f3-f4dd-5c03-a740-aa5dea588b52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 120428,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.5 BlueHDi 100ch S&S Feel Business E6.d',
'transmission': 'manual',
'trim': 'C3 1.5 BlueHDi 100ch S&S Feel Business E6.d',
'vin': None,
'year': 2022}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975195%27 HTTP/1.1" 200 None
2026-03-24 03:46:36 [ayvens.fr] INFO: Saving data for 1975195: {'auction_closing_time': 1774368000.0, 'created_time': 1774025316.350353, 'last_price_update_time': 1774323996.954413}
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975195') HTTP/1.1" 204 0
2026-03-24 03:46:37 [ayvens.fr] INFO: Found listing with ID: 1975196
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975196%27 HTTP/1.1" 200 None
2026-03-24 03:46:37 [ayvens.fr] INFO: Scrape type for 1975196: 2
2026-03-24 03:46:37 [ayvens.fr] INFO: Extracting data for car ID: 1975196
2026-03-24 03:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with identifier: 1975196
2026-03-24 03:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with scrape type 2
2026-03-24 03:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with scrape type 2
2026-03-24 03:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee, identifier: 1975196
2026-03-24 03:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with identifier: 1975196
2026-03-24 03:46:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with identifier: 1975196
2026-03-24 03:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee with identifier: 1975196 to the API
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'GRIS NANO',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '52a91cb5-d4f3-5ca9-90f7-e30c2789c7ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3',
'odometer': 116026,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Q3 35 TDI 150ch Business line',
'transmission': 'manual',
'trim': 'Q3 35 TDI 150ch Business line',
'vin': None,
'year': 2023}
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975196%27 HTTP/1.1" 200 None
2026-03-24 03:46:37 [ayvens.fr] INFO: Saving data for 1975196: {'auction_closing_time': 1774368000.0, 'created_time': 1774025320.732574, 'last_price_update_time': 1774323997.475495}
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975196') HTTP/1.1" 204 0
2026-03-24 03:46:37 [ayvens.fr] INFO: Found listing with ID: 1975197
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975197%27 HTTP/1.1" 200 None
2026-03-24 03:46:37 [ayvens.fr] INFO: Scrape type for 1975197: 2
2026-03-24 03:46:37 [ayvens.fr] INFO: Extracting data for car ID: 1975197
2026-03-24 03:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with identifier: 1975197
2026-03-24 03:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with scrape type 2
2026-03-24 03:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with scrape type 2
2026-03-24 03:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 09e4a3cb-45fb-51a7-9843-907f45d44dd2, identifier: 1975197
2026-03-24 03:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with identifier: 1975197
2026-03-24 03:46:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with identifier: 1975197
2026-03-24 03:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 09e4a3cb-45fb-51a7-9843-907f45d44dd2 with identifier: 1975197 to the API
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'VERT AVENTURINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '09e4a3cb-45fb-51a7-9843-907f45d44dd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO EV',
'odometer': 57928,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-07',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO EV Niro EV 204ch Active Business',
'transmission': 'automatic',
'trim': 'Niro EV 204ch Active Business',
'vin': None,
'year': 2023}
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975197%27 HTTP/1.1" 200 None
2026-03-24 03:46:37 [ayvens.fr] INFO: Saving data for 1975197: {'auction_closing_time': 1774368000.0, 'created_time': 1774025321.81025, 'last_price_update_time': 1774323997.880384}
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975197') HTTP/1.1" 204 0
2026-03-24 03:46:37 [ayvens.fr] INFO: Found listing with ID: 1975198
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975198%27 HTTP/1.1" 200 None
2026-03-24 03:46:37 [ayvens.fr] INFO: Scrape type for 1975198: 2
2026-03-24 03:46:37 [ayvens.fr] INFO: Extracting data for car ID: 1975198
2026-03-24 03:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7fb04f-b40b-535c-a365-7c22465bff8f with identifier: 1975198
2026-03-24 03:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7fb04f-b40b-535c-a365-7c22465bff8f with scrape type 2
2026-03-24 03:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb7fb04f-b40b-535c-a365-7c22465bff8f with scrape type 2
2026-03-24 03:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bb7fb04f-b40b-535c-a365-7c22465bff8f, identifier: 1975198
2026-03-24 03:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bb7fb04f-b40b-535c-a365-7c22465bff8f with identifier: 1975198
2026-03-24 03:46:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bb7fb04f-b40b-535c-a365-7c22465bff8f with identifier: 1975198
2026-03-24 03:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bb7fb04f-b40b-535c-a365-7c22465bff8f with identifier: 1975198 to the API
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLEU FIRMAMENT',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bb7fb04f-b40b-535c-a365-7c22465bff8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 32712,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 SPORTBACK A1 Sportback 35 TFSI 150ch Business line S tronic '
'7',
'transmission': 'automatic',
'trim': 'A1 Sportback 35 TFSI 150ch Business line S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975198%27 HTTP/1.1" 200 None
2026-03-24 03:46:38 [ayvens.fr] INFO: Saving data for 1975198: {'auction_closing_time': 1774368000.0, 'created_time': 1774025323.131416, 'last_price_update_time': 1774323998.278484}
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975198') HTTP/1.1" 204 0
2026-03-24 03:46:38 [ayvens.fr] INFO: Found listing with ID: 1975199
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975199%27 HTTP/1.1" 200 None
2026-03-24 03:46:38 [ayvens.fr] INFO: Scrape type for 1975199: 2
2026-03-24 03:46:38 [ayvens.fr] INFO: Extracting data for car ID: 1975199
2026-03-24 03:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b75a179f-9945-5e88-b0f8-4aa5d9660a00 with identifier: 1975199
2026-03-24 03:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b75a179f-9945-5e88-b0f8-4aa5d9660a00 with scrape type 2
2026-03-24 03:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b75a179f-9945-5e88-b0f8-4aa5d9660a00 with scrape type 2
2026-03-24 03:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b75a179f-9945-5e88-b0f8-4aa5d9660a00, identifier: 1975199
2026-03-24 03:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b75a179f-9945-5e88-b0f8-4aa5d9660a00 with identifier: 1975199
2026-03-24 03:46:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b75a179f-9945-5e88-b0f8-4aa5d9660a00 with identifier: 1975199
2026-03-24 03:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b75a179f-9945-5e88-b0f8-4aa5d9660a00 with identifier: 1975199 to the API
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOCTURNE GRAY MATE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'b75a179f-9945-5e88-b0f8-4aa5d9660a00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'IONIQ 6',
'odometer': 134155,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 6 Ioniq 6 77 kWh - 229ch Intuitive',
'transmission': 'automatic',
'trim': 'Ioniq 6 77 kWh - 229ch Intuitive',
'vin': None,
'year': 2023}
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975199%27 HTTP/1.1" 200 None
2026-03-24 03:46:38 [ayvens.fr] INFO: Saving data for 1975199: {'auction_closing_time': 1774368000.0, 'created_time': 1774025324.372657, 'last_price_update_time': 1774323998.674248}
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975199') HTTP/1.1" 204 0
2026-03-24 03:46:38 [ayvens.fr] INFO: Found listing with ID: 1975200
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975200%27 HTTP/1.1" 200 None
2026-03-24 03:46:38 [ayvens.fr] INFO: Scrape type for 1975200: 2
2026-03-24 03:46:38 [ayvens.fr] INFO: Extracting data for car ID: 1975200
2026-03-24 03:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa42c948-c0ef-5730-890c-fc06c830790c with identifier: 1975200
2026-03-24 03:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa42c948-c0ef-5730-890c-fc06c830790c with scrape type 2
2026-03-24 03:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa42c948-c0ef-5730-890c-fc06c830790c with scrape type 2
2026-03-24 03:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: aa42c948-c0ef-5730-890c-fc06c830790c, identifier: 1975200
2026-03-24 03:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: aa42c948-c0ef-5730-890c-fc06c830790c with identifier: 1975200
2026-03-24 03:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: aa42c948-c0ef-5730-890c-fc06c830790c with identifier: 1975200
2026-03-24 03:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: aa42c948-c0ef-5730-890c-fc06c830790c with identifier: 1975200 to the API
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'aa42c948-c0ef-5730-890c-fc06c830790c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 132122,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975200%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Saving data for 1975200: {'auction_closing_time': 1774368000.0, 'created_time': 1774025326.111517, 'last_price_update_time': 1774323999.068209}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975200') HTTP/1.1" 204 0
2026-03-24 03:46:39 [ayvens.fr] INFO: Found listing with ID: 1975201
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975201%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Scrape type for 1975201: 2
2026-03-24 03:46:39 [ayvens.fr] INFO: Extracting data for car ID: 1975201
2026-03-24 03:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f279d3f-dd08-52cf-a82d-1117fb74e92b with identifier: 1975201
2026-03-24 03:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f279d3f-dd08-52cf-a82d-1117fb74e92b with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f279d3f-dd08-52cf-a82d-1117fb74e92b with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8f279d3f-dd08-52cf-a82d-1117fb74e92b, identifier: 1975201
2026-03-24 03:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8f279d3f-dd08-52cf-a82d-1117fb74e92b with identifier: 1975201
2026-03-24 03:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8f279d3f-dd08-52cf-a82d-1117fb74e92b with identifier: 1975201
2026-03-24 03:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8f279d3f-dd08-52cf-a82d-1117fb74e92b with identifier: 1975201 to the API
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8f279d3f-dd08-52cf-a82d-1117fb74e92b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 91283,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975201%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Saving data for 1975201: {'auction_closing_time': 1774368000.0, 'created_time': 1774025327.388542, 'last_price_update_time': 1774323999.449621}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975201') HTTP/1.1" 204 0
2026-03-24 03:46:39 [ayvens.fr] INFO: Found listing with ID: 1975202
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975202%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Scrape type for 1975202: 2
2026-03-24 03:46:39 [ayvens.fr] INFO: Extracting data for car ID: 1975202
2026-03-24 03:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8768b39-73a5-5c68-a1bd-85196fe442c9 with identifier: 1975202
2026-03-24 03:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8768b39-73a5-5c68-a1bd-85196fe442c9 with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8768b39-73a5-5c68-a1bd-85196fe442c9 with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d8768b39-73a5-5c68-a1bd-85196fe442c9, identifier: 1975202
2026-03-24 03:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d8768b39-73a5-5c68-a1bd-85196fe442c9 with identifier: 1975202
2026-03-24 03:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d8768b39-73a5-5c68-a1bd-85196fe442c9 with identifier: 1975202
2026-03-24 03:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d8768b39-73a5-5c68-a1bd-85196fe442c9 with identifier: 1975202 to the API
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLEU IRON',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd8768b39-73a5-5c68-a1bd-85196fe442c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 782,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 SCe 65ch Evolution',
'transmission': 'manual',
'trim': 'Clio 1.0 SCe 65ch Evolution',
'vin': None,
'year': 2024}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975202%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Saving data for 1975202: {'auction_closing_time': 1774368000.0, 'created_time': 1774025329.144264, 'last_price_update_time': 1774323999.838594}
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975202') HTTP/1.1" 204 0
2026-03-24 03:46:39 [ayvens.fr] INFO: Found listing with ID: 1975203
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975203%27 HTTP/1.1" 200 None
2026-03-24 03:46:39 [ayvens.fr] INFO: Scrape type for 1975203: 2
2026-03-24 03:46:39 [ayvens.fr] INFO: Extracting data for car ID: 1975203
2026-03-24 03:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e04c4e8-925e-5c85-a6d2-73001f246896 with identifier: 1975203
2026-03-24 03:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e04c4e8-925e-5c85-a6d2-73001f246896 with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e04c4e8-925e-5c85-a6d2-73001f246896 with scrape type 2
2026-03-24 03:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7e04c4e8-925e-5c85-a6d2-73001f246896, identifier: 1975203
2026-03-24 03:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7e04c4e8-925e-5c85-a6d2-73001f246896 with identifier: 1975203
2026-03-24 03:46:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7e04c4e8-925e-5c85-a6d2-73001f246896 with identifier: 1975203
2026-03-24 03:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7e04c4e8-925e-5c85-a6d2-73001f246896 with identifier: 1975203 to the API
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'MINERAL GRAU',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '7e04c4e8-925e-5c85-a6d2-73001f246896',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 131168,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 Touring 318dA MH 150ch Business Design',
'transmission': 'automatic',
'trim': 'Serie 3 Touring 318dA MH 150ch Business Design',
'vin': None,
'year': 2021}
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975203%27 HTTP/1.1" 200 None
2026-03-24 03:46:40 [ayvens.fr] INFO: Saving data for 1975203: {'auction_closing_time': 1774368000.0, 'created_time': 1774025330.226295, 'last_price_update_time': 1774324000.273386}
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975203') HTTP/1.1" 204 0
2026-03-24 03:46:40 [ayvens.fr] INFO: Found listing with ID: 1975204
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975204%27 HTTP/1.1" 200 None
2026-03-24 03:46:40 [ayvens.fr] INFO: Scrape type for 1975204: 2
2026-03-24 03:46:40 [ayvens.fr] INFO: Extracting data for car ID: 1975204
2026-03-24 03:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63827111-62fb-519c-bc4b-96e0fcc2cbda with identifier: 1975204
2026-03-24 03:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63827111-62fb-519c-bc4b-96e0fcc2cbda with scrape type 2
2026-03-24 03:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63827111-62fb-519c-bc4b-96e0fcc2cbda with scrape type 2
2026-03-24 03:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 63827111-62fb-519c-bc4b-96e0fcc2cbda, identifier: 1975204
2026-03-24 03:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 63827111-62fb-519c-bc4b-96e0fcc2cbda with identifier: 1975204
2026-03-24 03:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 63827111-62fb-519c-bc4b-96e0fcc2cbda with identifier: 1975204
2026-03-24 03:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 63827111-62fb-519c-bc4b-96e0fcc2cbda with identifier: 1975204 to the API
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '63827111-62fb-519c-bc4b-96e0fcc2cbda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 90509,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT Discovery Sport P300e R-Dynamic SE AWD '
'BVA',
'transmission': 'automatic',
'trim': 'Discovery Sport P300e R-Dynamic SE AWD BVA',
'vin': None,
'year': 2022}
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975204%27 HTTP/1.1" 200 None
2026-03-24 03:46:40 [ayvens.fr] INFO: Saving data for 1975204: {'auction_closing_time': 1774368000.0, 'created_time': 1774025331.630777, 'last_price_update_time': 1774324000.653656}
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975204') HTTP/1.1" 204 0
2026-03-24 03:46:40 [ayvens.fr] INFO: Found listing with ID: 1975205
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975205%27 HTTP/1.1" 200 None
2026-03-24 03:46:40 [ayvens.fr] INFO: Scrape type for 1975205: 2
2026-03-24 03:46:40 [ayvens.fr] INFO: Extracting data for car ID: 1975205
2026-03-24 03:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with identifier: 1975205
2026-03-24 03:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with scrape type 2
2026-03-24 03:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with scrape type 2
2026-03-24 03:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 92392cf9-e189-5353-83ea-69c9dd5ed0f3, identifier: 1975205
2026-03-24 03:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with identifier: 1975205
2026-03-24 03:46:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with identifier: 1975205
2026-03-24 03:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 92392cf9-e189-5353-83ea-69c9dd5ed0f3 with identifier: 1975205 to the API
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GRIS BALTIQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '92392cf9-e189-5353-83ea-69c9dd5ed0f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 116322,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane Estate 1.5 Blue dCi 115ch Business EDC',
'transmission': 'automatic',
'trim': 'Megane Estate 1.5 Blue dCi 115ch Business EDC',
'vin': None,
'year': 2022}
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975205%27 HTTP/1.1" 200 None
2026-03-24 03:46:41 [ayvens.fr] INFO: Saving data for 1975205: {'auction_closing_time': 1774368000.0, 'created_time': 1774025332.946419, 'last_price_update_time': 1774324001.083291}
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975205') HTTP/1.1" 204 0
2026-03-24 03:46:41 [ayvens.fr] INFO: Found listing with ID: 1975206
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975206%27 HTTP/1.1" 200 None
2026-03-24 03:46:41 [ayvens.fr] INFO: Scrape type for 1975206: 2
2026-03-24 03:46:41 [ayvens.fr] INFO: Extracting data for car ID: 1975206
2026-03-24 03:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with identifier: 1975206
2026-03-24 03:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with scrape type 2
2026-03-24 03:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with scrape type 2
2026-03-24 03:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a, identifier: 1975206
2026-03-24 03:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with identifier: 1975206
2026-03-24 03:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with identifier: 1975206
2026-03-24 03:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a with identifier: 1975206 to the API
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'f3d3f348-f2f8-55df-8a6b-4d2ddf5a3f5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 103948,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 Crossback E-TENSE 225ch Performance Line',
'transmission': 'automatic',
'trim': 'DS 7 Crossback E-TENSE 225ch Performance Line',
'vin': None,
'year': 2021}
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975206%27 HTTP/1.1" 200 None
2026-03-24 03:46:41 [ayvens.fr] INFO: Saving data for 1975206: {'auction_closing_time': 1774368000.0, 'created_time': 1774025334.558838, 'last_price_update_time': 1774324001.481718}
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975206') HTTP/1.1" 204 0
2026-03-24 03:46:41 [ayvens.fr] INFO: Found listing with ID: 1975207
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975207%27 HTTP/1.1" 200 None
2026-03-24 03:46:41 [ayvens.fr] INFO: Scrape type for 1975207: 2
2026-03-24 03:46:41 [ayvens.fr] INFO: Extracting data for car ID: 1975207
2026-03-24 03:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb3d592-0c3b-5e85-9cc7-615a33744783 with identifier: 1975207
2026-03-24 03:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb3d592-0c3b-5e85-9cc7-615a33744783 with scrape type 2
2026-03-24 03:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb3d592-0c3b-5e85-9cc7-615a33744783 with scrape type 2
2026-03-24 03:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5bb3d592-0c3b-5e85-9cc7-615a33744783, identifier: 1975207
2026-03-24 03:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5bb3d592-0c3b-5e85-9cc7-615a33744783 with identifier: 1975207
2026-03-24 03:46:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5bb3d592-0c3b-5e85-9cc7-615a33744783 with identifier: 1975207
2026-03-24 03:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5bb3d592-0c3b-5e85-9cc7-615a33744783 with identifier: 1975207 to the API
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'GRIS ALUMINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '5bb3d592-0c3b-5e85-9cc7-615a33744783',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 126738,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA Corolla 122h Dynamic Business + Programme Beyond '
'Zero Academy',
'transmission': 'automatic',
'trim': 'Corolla 122h Dynamic Business + Programme Beyond Zero Academy',
'vin': None,
'year': 2022}
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975207%27 HTTP/1.1" 200 None
2026-03-24 03:46:41 [ayvens.fr] INFO: Saving data for 1975207: {'auction_closing_time': 1774368000.0, 'created_time': 1774025335.848598, 'last_price_update_time': 1774324001.993642}
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975207') HTTP/1.1" 204 0
2026-03-24 03:46:42 [ayvens.fr] INFO: Found listing with ID: 1975208
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975208%27 HTTP/1.1" 200 None
2026-03-24 03:46:42 [ayvens.fr] INFO: Scrape type for 1975208: 2
2026-03-24 03:46:42 [ayvens.fr] INFO: Extracting data for car ID: 1975208
2026-03-24 03:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eefe1510-2cd5-5135-b7e0-341182af3790 with identifier: 1975208
2026-03-24 03:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eefe1510-2cd5-5135-b7e0-341182af3790 with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eefe1510-2cd5-5135-b7e0-341182af3790 with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eefe1510-2cd5-5135-b7e0-341182af3790, identifier: 1975208
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eefe1510-2cd5-5135-b7e0-341182af3790 with identifier: 1975208
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eefe1510-2cd5-5135-b7e0-341182af3790 with identifier: 1975208
2026-03-24 03:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eefe1510-2cd5-5135-b7e0-341182af3790 with identifier: 1975208 to the API
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLEU AVATAR METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'eefe1510-2cd5-5135-b7e0-341182af3790',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 105217,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975208%27 HTTP/1.1" 200 None
2026-03-24 03:46:42 [ayvens.fr] INFO: Saving data for 1975208: {'auction_closing_time': 1774368000.0, 'created_time': 1774025337.437144, 'last_price_update_time': 1774324002.383377}
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975208') HTTP/1.1" 204 0
2026-03-24 03:46:42 [ayvens.fr] INFO: Found listing with ID: 1975209
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975209%27 HTTP/1.1" 200 None
2026-03-24 03:46:42 [ayvens.fr] INFO: Scrape type for 1975209: 2
2026-03-24 03:46:42 [ayvens.fr] INFO: Extracting data for car ID: 1975209
2026-03-24 03:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 061b7557-1992-56f1-a72b-0065cdbff9f6 with identifier: 1975209
2026-03-24 03:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 061b7557-1992-56f1-a72b-0065cdbff9f6 with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 061b7557-1992-56f1-a72b-0065cdbff9f6 with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 061b7557-1992-56f1-a72b-0065cdbff9f6, identifier: 1975209
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 061b7557-1992-56f1-a72b-0065cdbff9f6 with identifier: 1975209
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 061b7557-1992-56f1-a72b-0065cdbff9f6 with identifier: 1975209
2026-03-24 03:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 061b7557-1992-56f1-a72b-0065cdbff9f6 with identifier: 1975209 to the API
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'PHYTONICBLAU METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '061b7557-1992-56f1-a72b-0065cdbff9f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 77869,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch Edition Sport DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch Edition Sport DKG7',
'vin': None,
'year': 2023}
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975209%27 HTTP/1.1" 200 None
2026-03-24 03:46:42 [ayvens.fr] INFO: Saving data for 1975209: {'auction_closing_time': 1774368000.0, 'created_time': 1774025338.654963, 'last_price_update_time': 1774324002.789107}
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975209') HTTP/1.1" 204 0
2026-03-24 03:46:42 [ayvens.fr] INFO: Found listing with ID: 1975210
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975210%27 HTTP/1.1" 200 None
2026-03-24 03:46:42 [ayvens.fr] INFO: Scrape type for 1975210: 2
2026-03-24 03:46:42 [ayvens.fr] INFO: Extracting data for car ID: 1975210
2026-03-24 03:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0cce664-3315-5939-ac7c-2b74885b2b2b with identifier: 1975210
2026-03-24 03:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0cce664-3315-5939-ac7c-2b74885b2b2b with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0cce664-3315-5939-ac7c-2b74885b2b2b with scrape type 2
2026-03-24 03:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d0cce664-3315-5939-ac7c-2b74885b2b2b, identifier: 1975210
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d0cce664-3315-5939-ac7c-2b74885b2b2b with identifier: 1975210
2026-03-24 03:46:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d0cce664-3315-5939-ac7c-2b74885b2b2b with identifier: 1975210
2026-03-24 03:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d0cce664-3315-5939-ac7c-2b74885b2b2b with identifier: 1975210 to the API
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BLEU CELEBES',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd0cce664-3315-5939-ac7c-2b74885b2b2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 119049,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 BlueHDi 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '508 BlueHDi 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975210%27 HTTP/1.1" 200 None
2026-03-24 03:46:43 [ayvens.fr] INFO: Saving data for 1975210: {'auction_closing_time': 1774368000.0, 'created_time': 1774025340.24784, 'last_price_update_time': 1774324003.183119}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975210') HTTP/1.1" 204 0
2026-03-24 03:46:43 [ayvens.fr] INFO: Found listing with ID: 1975211
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975211%27 HTTP/1.1" 200 None
2026-03-24 03:46:43 [ayvens.fr] INFO: Scrape type for 1975211: 2
2026-03-24 03:46:43 [ayvens.fr] INFO: Extracting data for car ID: 1975211
2026-03-24 03:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with identifier: 1975211
2026-03-24 03:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with scrape type 2
2026-03-24 03:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with scrape type 2
2026-03-24 03:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5829dab4-52dd-5a78-8181-d2b13c8a73c2, identifier: 1975211
2026-03-24 03:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with identifier: 1975211
2026-03-24 03:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with identifier: 1975211
2026-03-24 03:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5829dab4-52dd-5a78-8181-d2b13c8a73c2 with identifier: 1975211 to the API
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5829dab4-52dd-5a78-8181-d2b13c8a73c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A6 AVANT',
'odometer': 54252,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT A6 Avant 40 TDI 204ch Business Executive S tronic 7',
'transmission': 'automatic',
'trim': 'A6 Avant 40 TDI 204ch Business Executive S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975211%27 HTTP/1.1" 200 None
2026-03-24 03:46:43 [ayvens.fr] INFO: Saving data for 1975211: {'auction_closing_time': 1774368000.0, 'created_time': 1774025341.736576, 'last_price_update_time': 1774324003.566514}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975211') HTTP/1.1" 204 0
2026-03-24 03:46:43 [ayvens.fr] INFO: Found listing with ID: 1975212
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975212%27 HTTP/1.1" 200 None
2026-03-24 03:46:43 [ayvens.fr] INFO: Scrape type for 1975212: 2
2026-03-24 03:46:43 [ayvens.fr] INFO: Extracting data for car ID: 1975212
2026-03-24 03:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with identifier: 1975212
2026-03-24 03:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with scrape type 2
2026-03-24 03:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with scrape type 2
2026-03-24 03:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bc12557c-d07e-5e31-b7f2-8a42a83f41f7, identifier: 1975212
2026-03-24 03:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with identifier: 1975212
2026-03-24 03:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with identifier: 1975212
2026-03-24 03:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bc12557c-d07e-5e31-b7f2-8a42a83f41f7 with identifier: 1975212 to the API
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bc12557c-d07e-5e31-b7f2-8a42a83f41f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'STONIC',
'odometer': 24192,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'KIA STONIC Stonic 1.0 T-GDi 100ch Active Business',
'transmission': 'manual',
'trim': 'Stonic 1.0 T-GDi 100ch Active Business',
'vin': None,
'year': 2022}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975212%27 HTTP/1.1" 200 None
2026-03-24 03:46:43 [ayvens.fr] INFO: Saving data for 1975212: {'auction_closing_time': 1774368000.0, 'created_time': 1774025343.080684, 'last_price_update_time': 1774324003.963219}
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975212') HTTP/1.1" 204 0
2026-03-24 03:46:43 [ayvens.fr] INFO: Found listing with ID: 1975213
2026-03-24 03:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975213%27 HTTP/1.1" 200 None
2026-03-24 03:46:44 [ayvens.fr] INFO: Scrape type for 1975213: 2
2026-03-24 03:46:44 [ayvens.fr] INFO: Extracting data for car ID: 1975213
2026-03-24 03:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6cda032-b5ad-5009-8d76-2ad34f19ff48 with identifier: 1975213
2026-03-24 03:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6cda032-b5ad-5009-8d76-2ad34f19ff48 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6cda032-b5ad-5009-8d76-2ad34f19ff48 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d6cda032-b5ad-5009-8d76-2ad34f19ff48, identifier: 1975213
2026-03-24 03:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d6cda032-b5ad-5009-8d76-2ad34f19ff48 with identifier: 1975213
2026-03-24 03:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d6cda032-b5ad-5009-8d76-2ad34f19ff48 with identifier: 1975213
2026-03-24 03:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d6cda032-b5ad-5009-8d76-2ad34f19ff48 with identifier: 1975213 to the API
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 37,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'd6cda032-b5ad-5009-8d76-2ad34f19ff48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3',
'odometer': 62622,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Q3 45 TFSI e 245ch S line S tronic 6',
'transmission': 'automatic',
'trim': 'Q3 45 TFSI e 245ch S line S tronic 6',
'vin': None,
'year': 2022}
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975213%27 HTTP/1.1" 200 None
2026-03-24 03:46:44 [ayvens.fr] INFO: Saving data for 1975213: {'auction_closing_time': 1774368000.0, 'created_time': 1774025344.403601, 'last_price_update_time': 1774324004.362974}
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975213') HTTP/1.1" 204 0
2026-03-24 03:46:44 [ayvens.fr] INFO: Found listing with ID: 1975214
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975214%27 HTTP/1.1" 200 None
2026-03-24 03:46:44 [ayvens.fr] INFO: Scrape type for 1975214: 2
2026-03-24 03:46:44 [ayvens.fr] INFO: Extracting data for car ID: 1975214
2026-03-24 03:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65c90ff3-15a9-5201-b601-0aa351f52f14 with identifier: 1975214
2026-03-24 03:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c90ff3-15a9-5201-b601-0aa351f52f14 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65c90ff3-15a9-5201-b601-0aa351f52f14 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 65c90ff3-15a9-5201-b601-0aa351f52f14, identifier: 1975214
2026-03-24 03:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 65c90ff3-15a9-5201-b601-0aa351f52f14 with identifier: 1975214
2026-03-24 03:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 65c90ff3-15a9-5201-b601-0aa351f52f14 with identifier: 1975214
2026-03-24 03:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 65c90ff3-15a9-5201-b601-0aa351f52f14 with identifier: 1975214 to the API
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '65c90ff3-15a9-5201-b601-0aa351f52f14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 62080,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975214%27 HTTP/1.1" 200 None
2026-03-24 03:46:44 [ayvens.fr] INFO: Saving data for 1975214: {'auction_closing_time': 1774368000.0, 'created_time': 1774025345.855616, 'last_price_update_time': 1774324004.764064}
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975214') HTTP/1.1" 204 0
2026-03-24 03:46:44 [ayvens.fr] INFO: Found listing with ID: 1975215
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975215%27 HTTP/1.1" 200 None
2026-03-24 03:46:44 [ayvens.fr] INFO: Scrape type for 1975215: 2
2026-03-24 03:46:44 [ayvens.fr] INFO: Extracting data for car ID: 1975215
2026-03-24 03:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e884f3d8-d832-5da7-a269-05a8ebed8968 with identifier: 1975215
2026-03-24 03:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e884f3d8-d832-5da7-a269-05a8ebed8968 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e884f3d8-d832-5da7-a269-05a8ebed8968 with scrape type 2
2026-03-24 03:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e884f3d8-d832-5da7-a269-05a8ebed8968, identifier: 1975215
2026-03-24 03:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e884f3d8-d832-5da7-a269-05a8ebed8968 with identifier: 1975215
2026-03-24 03:46:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e884f3d8-d832-5da7-a269-05a8ebed8968 with identifier: 1975215
2026-03-24 03:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e884f3d8-d832-5da7-a269-05a8ebed8968 with identifier: 1975215 to the API
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e884f3d8-d832-5da7-a269-05a8ebed8968',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 53190,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.2 PureTech 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '308 1.2 PureTech 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975215%27 HTTP/1.1" 200 None
2026-03-24 03:46:45 [ayvens.fr] INFO: Saving data for 1975215: {'auction_closing_time': 1774368000.0, 'created_time': 1774025347.051691, 'last_price_update_time': 1774324005.19194}
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975215') HTTP/1.1" 204 0
2026-03-24 03:46:45 [ayvens.fr] INFO: Found listing with ID: 1975216
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975216%27 HTTP/1.1" 200 None
2026-03-24 03:46:45 [ayvens.fr] INFO: Scrape type for 1975216: 2
2026-03-24 03:46:45 [ayvens.fr] INFO: Extracting data for car ID: 1975216
2026-03-24 03:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 975cf739-8d62-548a-a163-db9b96538137 with identifier: 1975216
2026-03-24 03:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 975cf739-8d62-548a-a163-db9b96538137 with scrape type 2
2026-03-24 03:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 975cf739-8d62-548a-a163-db9b96538137 with scrape type 2
2026-03-24 03:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 975cf739-8d62-548a-a163-db9b96538137, identifier: 1975216
2026-03-24 03:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 975cf739-8d62-548a-a163-db9b96538137 with identifier: 1975216
2026-03-24 03:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 975cf739-8d62-548a-a163-db9b96538137 with identifier: 1975216
2026-03-24 03:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 975cf739-8d62-548a-a163-db9b96538137 with identifier: 1975216 to the API
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '975cf739-8d62-548a-a163-db9b96538137',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 72215,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch Edition Sport DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch Edition Sport DKG7',
'vin': None,
'year': 2023}
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975216%27 HTTP/1.1" 200 None
2026-03-24 03:46:45 [ayvens.fr] INFO: Saving data for 1975216: {'auction_closing_time': 1774368000.0, 'created_time': 1774025348.941422, 'last_price_update_time': 1774324005.596671}
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975216') HTTP/1.1" 204 0
2026-03-24 03:46:45 [ayvens.fr] INFO: Found listing with ID: 1975217
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975217%27 HTTP/1.1" 200 None
2026-03-24 03:46:45 [ayvens.fr] INFO: Scrape type for 1975217: 2
2026-03-24 03:46:45 [ayvens.fr] INFO: Extracting data for car ID: 1975217
2026-03-24 03:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with identifier: 1975217
2026-03-24 03:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with scrape type 2
2026-03-24 03:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with scrape type 2
2026-03-24 03:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0dd6d242-4c9d-5f88-9987-efbd74c04ecb, identifier: 1975217
2026-03-24 03:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with identifier: 1975217
2026-03-24 03:46:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with identifier: 1975217
2026-03-24 03:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0dd6d242-4c9d-5f88-9987-efbd74c04ecb with identifier: 1975217 to the API
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOIR EBENE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '0dd6d242-4c9d-5f88-9987-efbd74c04ecb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO EV',
'odometer': 20791,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO EV Niro EV 204ch Active Business',
'transmission': 'automatic',
'trim': 'Niro EV 204ch Active Business',
'vin': None,
'year': 2024}
2026-03-24 03:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975217%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Saving data for 1975217: {'auction_closing_time': 1774368000.0, 'created_time': 1774025349.627987, 'last_price_update_time': 1774324006.003842}
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975217') HTTP/1.1" 204 0
2026-03-24 03:46:46 [ayvens.fr] INFO: Found listing with ID: 1975218
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975218%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Scrape type for 1975218: 2
2026-03-24 03:46:46 [ayvens.fr] INFO: Extracting data for car ID: 1975218
2026-03-24 03:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with identifier: 1975218
2026-03-24 03:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with scrape type 2
2026-03-24 03:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with scrape type 2
2026-03-24 03:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 901a037a-e0b4-5ae2-b0a0-3492812a79b2, identifier: 1975218
2026-03-24 03:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with identifier: 1975218
2026-03-24 03:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with identifier: 1975218
2026-03-24 03:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 901a037a-e0b4-5ae2-b0a0-3492812a79b2 with identifier: 1975218 to the API
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '901a037a-e0b4-5ae2-b0a0-3492812a79b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 73415,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.5 Blue dCi 115ch Business EDC',
'transmission': 'automatic',
'trim': 'Megane 1.5 Blue dCi 115ch Business EDC',
'vin': None,
'year': 2020}
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975218%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Saving data for 1975218: {'auction_closing_time': 1774368000.0, 'created_time': 1774025350.761955, 'last_price_update_time': 1774324006.512705}
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975218') HTTP/1.1" 204 0
2026-03-24 03:46:46 [ayvens.fr] INFO: Found listing with ID: 1975219
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975219%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Scrape type for 1975219: 2
2026-03-24 03:46:46 [ayvens.fr] INFO: Extracting data for car ID: 1975219
2026-03-24 03:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with identifier: 1975219
2026-03-24 03:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with scrape type 2
2026-03-24 03:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with scrape type 2
2026-03-24 03:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 176ba565-3d42-56c0-ace0-7e4dd33b37f0, identifier: 1975219
2026-03-24 03:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with identifier: 1975219
2026-03-24 03:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with identifier: 1975219
2026-03-24 03:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 176ba565-3d42-56c0-ace0-7e4dd33b37f0 with identifier: 1975219 to the API
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '176ba565-3d42-56c0-ace0-7e4dd33b37f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 78790,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y Model Y Long Range AWD',
'transmission': 'automatic',
'trim': 'Model Y Long Range AWD',
'vin': None,
'year': 2022}
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975219%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Saving data for 1975219: {'auction_closing_time': 1774368000.0, 'created_time': 1774025352.081783, 'last_price_update_time': 1774324006.909289}
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975219') HTTP/1.1" 204 0
2026-03-24 03:46:46 [ayvens.fr] INFO: Found listing with ID: 1975220
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975220%27 HTTP/1.1" 200 None
2026-03-24 03:46:46 [ayvens.fr] INFO: Scrape type for 1975220: 2
2026-03-24 03:46:46 [ayvens.fr] INFO: Extracting data for car ID: 1975220
2026-03-24 03:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23017dfe-f4f7-5f53-abce-9ab0b631c23b with identifier: 1975220
2026-03-24 03:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23017dfe-f4f7-5f53-abce-9ab0b631c23b with scrape type 2
2026-03-24 03:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23017dfe-f4f7-5f53-abce-9ab0b631c23b with scrape type 2
2026-03-24 03:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 23017dfe-f4f7-5f53-abce-9ab0b631c23b, identifier: 1975220
2026-03-24 03:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 23017dfe-f4f7-5f53-abce-9ab0b631c23b with identifier: 1975220
2026-03-24 03:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 23017dfe-f4f7-5f53-abce-9ab0b631c23b with identifier: 1975220
2026-03-24 03:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 23017dfe-f4f7-5f53-abce-9ab0b631c23b with identifier: 1975220 to the API
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '23017dfe-f4f7-5f53-abce-9ab0b631c23b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT SW',
'odometer': 126624,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT SW Passat SW 2.0 TDI EVO 150ch Business DSG7 8cv',
'transmission': 'automatic',
'trim': 'Passat SW 2.0 TDI EVO 150ch Business DSG7 8cv',
'vin': None,
'year': 2022}
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975220%27 HTTP/1.1" 200 None
2026-03-24 03:46:47 [ayvens.fr] INFO: Saving data for 1975220: {'auction_closing_time': 1774368000.0, 'created_time': 1774025353.425453, 'last_price_update_time': 1774324007.334342}
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975220') HTTP/1.1" 204 0
2026-03-24 03:46:47 [ayvens.fr] INFO: Found listing with ID: 1975221
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975221%27 HTTP/1.1" 200 None
2026-03-24 03:46:47 [ayvens.fr] INFO: Scrape type for 1975221: 2
2026-03-24 03:46:47 [ayvens.fr] INFO: Extracting data for car ID: 1975221
2026-03-24 03:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7343c074-52fa-59a0-976a-793a4252436c with identifier: 1975221
2026-03-24 03:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7343c074-52fa-59a0-976a-793a4252436c with scrape type 2
2026-03-24 03:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7343c074-52fa-59a0-976a-793a4252436c with scrape type 2
2026-03-24 03:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7343c074-52fa-59a0-976a-793a4252436c, identifier: 1975221
2026-03-24 03:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7343c074-52fa-59a0-976a-793a4252436c with identifier: 1975221
2026-03-24 03:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7343c074-52fa-59a0-976a-793a4252436c with identifier: 1975221
2026-03-24 03:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7343c074-52fa-59a0-976a-793a4252436c with identifier: 1975221 to the API
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '7343c074-52fa-59a0-976a-793a4252436c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 82038,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross BlueHDi 120ch S&S Feel Business '
'EAT6 E6.d',
'transmission': 'automatic',
'trim': 'C3 Aircross BlueHDi 120ch S&S Feel Business EAT6 E6.d',
'vin': None,
'year': 2021}
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975221%27 HTTP/1.1" 200 None
2026-03-24 03:46:47 [ayvens.fr] INFO: Saving data for 1975221: {'auction_closing_time': 1774368000.0, 'created_time': 1774025355.582817, 'last_price_update_time': 1774324007.727173}
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975221') HTTP/1.1" 204 0
2026-03-24 03:46:47 [ayvens.fr] INFO: Found listing with ID: 1975222
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975222%27 HTTP/1.1" 200 None
2026-03-24 03:46:47 [ayvens.fr] INFO: Scrape type for 1975222: 2
2026-03-24 03:46:47 [ayvens.fr] INFO: Extracting data for car ID: 1975222
2026-03-24 03:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c80a4682-ed46-5fa6-8029-372caa5811af with identifier: 1975222
2026-03-24 03:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c80a4682-ed46-5fa6-8029-372caa5811af with scrape type 2
2026-03-24 03:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c80a4682-ed46-5fa6-8029-372caa5811af with scrape type 2
2026-03-24 03:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c80a4682-ed46-5fa6-8029-372caa5811af, identifier: 1975222
2026-03-24 03:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c80a4682-ed46-5fa6-8029-372caa5811af with identifier: 1975222
2026-03-24 03:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c80a4682-ed46-5fa6-8029-372caa5811af with identifier: 1975222
2026-03-24 03:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c80a4682-ed46-5fa6-8029-372caa5811af with identifier: 1975222 to the API
2026-03-24 03:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c80a4682-ed46-5fa6-8029-372caa5811af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'GRAND C4 SPACETOURER',
'odometer': 77309,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER Grand C4 SpaceTourer PureTech 130ch '
'S&S Feel E6.d',
'transmission': 'manual',
'trim': 'Grand C4 SpaceTourer PureTech 130ch S&S Feel E6.d',
'vin': None,
'year': 2022}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975222%27 HTTP/1.1" 200 None
2026-03-24 03:46:48 [ayvens.fr] INFO: Saving data for 1975222: {'auction_closing_time': 1774368000.0, 'created_time': 1774025356.969581, 'last_price_update_time': 1774324008.189451}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975222') HTTP/1.1" 204 0
2026-03-24 03:46:48 [ayvens.fr] INFO: Found listing with ID: 1975223
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975223%27 HTTP/1.1" 200 None
2026-03-24 03:46:48 [ayvens.fr] INFO: Scrape type for 1975223: 2
2026-03-24 03:46:48 [ayvens.fr] INFO: Extracting data for car ID: 1975223
2026-03-24 03:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 777d0b12-d875-5f01-bfc4-222812998117 with identifier: 1975223
2026-03-24 03:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 777d0b12-d875-5f01-bfc4-222812998117 with scrape type 2
2026-03-24 03:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 777d0b12-d875-5f01-bfc4-222812998117 with scrape type 2
2026-03-24 03:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 777d0b12-d875-5f01-bfc4-222812998117, identifier: 1975223
2026-03-24 03:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 777d0b12-d875-5f01-bfc4-222812998117 with identifier: 1975223
2026-03-24 03:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 777d0b12-d875-5f01-bfc4-222812998117 with identifier: 1975223
2026-03-24 03:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 777d0b12-d875-5f01-bfc4-222812998117 with identifier: 1975223 to the API
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '777d0b12-d875-5f01-bfc4-222812998117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 102963,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.5 BlueHDi 100ch S&S GT',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch S&S GT',
'vin': None,
'year': 2023}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975223%27 HTTP/1.1" 200 None
2026-03-24 03:46:48 [ayvens.fr] INFO: Saving data for 1975223: {'auction_closing_time': 1774368000.0, 'created_time': 1774025357.340591, 'last_price_update_time': 1774324008.577017}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975223') HTTP/1.1" 204 0
2026-03-24 03:46:48 [ayvens.fr] INFO: Found listing with ID: 1975224
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975224%27 HTTP/1.1" 200 None
2026-03-24 03:46:48 [ayvens.fr] INFO: Scrape type for 1975224: 2
2026-03-24 03:46:48 [ayvens.fr] INFO: Extracting data for car ID: 1975224
2026-03-24 03:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with identifier: 1975224
2026-03-24 03:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with scrape type 2
2026-03-24 03:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with scrape type 2
2026-03-24 03:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10, identifier: 1975224
2026-03-24 03:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with identifier: 1975224
2026-03-24 03:46:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with identifier: 1975224
2026-03-24 03:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10 with identifier: 1975224 to the API
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GRIS PLATINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '77c2c3ad-aeb2-56a9-9be7-c1cc4b41cf10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 36156,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA Micra 1.0 IG-T 92ch Business Edition',
'transmission': 'manual',
'trim': 'Micra 1.0 IG-T 92ch Business Edition',
'vin': None,
'year': 2021}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975224%27 HTTP/1.1" 200 None
2026-03-24 03:46:48 [ayvens.fr] INFO: Saving data for 1975224: {'auction_closing_time': 1774368000.0, 'created_time': 1774025358.522987, 'last_price_update_time': 1774324008.976711}
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975224') HTTP/1.1" 204 0
2026-03-24 03:46:48 [ayvens.fr] INFO: Found listing with ID: 1975225
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975225%27 HTTP/1.1" 200 None
2026-03-24 03:46:49 [ayvens.fr] INFO: Scrape type for 1975225: 2
2026-03-24 03:46:49 [ayvens.fr] INFO: Extracting data for car ID: 1975225
2026-03-24 03:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with identifier: 1975225
2026-03-24 03:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7, identifier: 1975225
2026-03-24 03:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with identifier: 1975225
2026-03-24 03:46:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with identifier: 1975225
2026-03-24 03:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7 with identifier: 1975225 to the API
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'BLEU CELEBES METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'c8d262c1-b3a9-5db9-9a96-c2be8d1c7ef7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 17678,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 HYBRID4 300ch GT Pack e-EAT8',
'transmission': 'automatic',
'trim': '3008 HYBRID4 300ch GT Pack e-EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975225%27 HTTP/1.1" 200 None
2026-03-24 03:46:49 [ayvens.fr] INFO: Saving data for 1975225: {'auction_closing_time': 1774368000.0, 'created_time': 1774025359.78408, 'last_price_update_time': 1774324009.386048}
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975225') HTTP/1.1" 204 0
2026-03-24 03:46:49 [ayvens.fr] INFO: Found listing with ID: 1975226
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975226%27 HTTP/1.1" 200 None
2026-03-24 03:46:49 [ayvens.fr] INFO: Scrape type for 1975226: 2
2026-03-24 03:46:49 [ayvens.fr] INFO: Extracting data for car ID: 1975226
2026-03-24 03:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with identifier: 1975226
2026-03-24 03:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 90fb52f0-9d14-5eb7-a2bf-8960b77fff86, identifier: 1975226
2026-03-24 03:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with identifier: 1975226
2026-03-24 03:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with identifier: 1975226
2026-03-24 03:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 90fb52f0-9d14-5eb7-a2bf-8960b77fff86 with identifier: 1975226 to the API
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '90fb52f0-9d14-5eb7-a2bf-8960b77fff86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 28579,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y Model Y Performance AWD',
'transmission': 'automatic',
'trim': 'Model Y Performance AWD',
'vin': None,
'year': 2023}
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975226%27 HTTP/1.1" 200 None
2026-03-24 03:46:49 [ayvens.fr] INFO: Saving data for 1975226: {'auction_closing_time': 1774368000.0, 'created_time': 1774025361.162525, 'last_price_update_time': 1774324009.794751}
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975226') HTTP/1.1" 204 0
2026-03-24 03:46:49 [ayvens.fr] INFO: Found listing with ID: 1975227
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975227%27 HTTP/1.1" 200 None
2026-03-24 03:46:49 [ayvens.fr] INFO: Scrape type for 1975227: 2
2026-03-24 03:46:49 [ayvens.fr] INFO: Extracting data for car ID: 1975227
2026-03-24 03:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with identifier: 1975227
2026-03-24 03:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with scrape type 2
2026-03-24 03:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577, identifier: 1975227
2026-03-24 03:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with identifier: 1975227
2026-03-24 03:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with identifier: 1975227
2026-03-24 03:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577 with identifier: 1975227 to the API
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '6db6f5e7-4ab7-5a62-9b4a-3b69b37a9577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 75727,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN Countryman Cooper SE 125ch + 95ch Northwood ALL4 '
'BVA6',
'transmission': 'automatic',
'trim': 'Countryman Cooper SE 125ch + 95ch Northwood ALL4 BVA6',
'vin': None,
'year': 2022}
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975227%27 HTTP/1.1" 200 None
2026-03-24 03:46:50 [ayvens.fr] INFO: Saving data for 1975227: {'auction_closing_time': 1774368000.0, 'created_time': 1774025362.654781, 'last_price_update_time': 1774324010.190214}
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975227') HTTP/1.1" 204 0
2026-03-24 03:46:50 [ayvens.fr] INFO: Found listing with ID: 1975228
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975228%27 HTTP/1.1" 200 None
2026-03-24 03:46:50 [ayvens.fr] INFO: Scrape type for 1975228: 2
2026-03-24 03:46:50 [ayvens.fr] INFO: Extracting data for car ID: 1975228
2026-03-24 03:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8b25787-6b75-5f56-8053-acb552e040e2 with identifier: 1975228
2026-03-24 03:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8b25787-6b75-5f56-8053-acb552e040e2 with scrape type 2
2026-03-24 03:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8b25787-6b75-5f56-8053-acb552e040e2 with scrape type 2
2026-03-24 03:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f8b25787-6b75-5f56-8053-acb552e040e2, identifier: 1975228
2026-03-24 03:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f8b25787-6b75-5f56-8053-acb552e040e2 with identifier: 1975228
2026-03-24 03:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f8b25787-6b75-5f56-8053-acb552e040e2 with identifier: 1975228
2026-03-24 03:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f8b25787-6b75-5f56-8053-acb552e040e2 with identifier: 1975228 to the API
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'f8b25787-6b75-5f56-8053-acb552e040e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 48030,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 208 e-208 136ch Active Business',
'transmission': 'automatic',
'trim': '208 e-208 136ch Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975228%27 HTTP/1.1" 200 None
2026-03-24 03:46:50 [ayvens.fr] INFO: Saving data for 1975228: {'auction_closing_time': 1774368000.0, 'created_time': 1774025364.018669, 'last_price_update_time': 1774324010.577529}
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975228') HTTP/1.1" 204 0
2026-03-24 03:46:50 [ayvens.fr] INFO: Found listing with ID: 1975229
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975229%27 HTTP/1.1" 200 None
2026-03-24 03:46:50 [ayvens.fr] INFO: Scrape type for 1975229: 2
2026-03-24 03:46:50 [ayvens.fr] INFO: Extracting data for car ID: 1975229
2026-03-24 03:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e945c8d9-6005-5f3e-a698-72b82f981936 with identifier: 1975229
2026-03-24 03:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e945c8d9-6005-5f3e-a698-72b82f981936 with scrape type 2
2026-03-24 03:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e945c8d9-6005-5f3e-a698-72b82f981936 with scrape type 2
2026-03-24 03:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e945c8d9-6005-5f3e-a698-72b82f981936, identifier: 1975229
2026-03-24 03:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e945c8d9-6005-5f3e-a698-72b82f981936 with identifier: 1975229
2026-03-24 03:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e945c8d9-6005-5f3e-a698-72b82f981936 with identifier: 1975229
2026-03-24 03:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e945c8d9-6005-5f3e-a698-72b82f981936 with identifier: 1975229 to the API
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GRIS PLATINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e945c8d9-6005-5f3e-a698-72b82f981936',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'MICRA',
'odometer': 48796,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA Micra 1.0 IG-T 92ch Business Edition',
'transmission': 'manual',
'trim': 'Micra 1.0 IG-T 92ch Business Edition',
'vin': None,
'year': 2021}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975229%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Saving data for 1975229: {'auction_closing_time': 1774368000.0, 'created_time': 1774025365.365434, 'last_price_update_time': 1774324011.067108}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975229') HTTP/1.1" 204 0
2026-03-24 03:46:51 [ayvens.fr] INFO: Found listing with ID: 1975230
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975230%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Scrape type for 1975230: 2
2026-03-24 03:46:51 [ayvens.fr] INFO: Extracting data for car ID: 1975230
2026-03-24 03:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c08bb6-38da-5aae-a35f-65f537577b98 with identifier: 1975230
2026-03-24 03:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c08bb6-38da-5aae-a35f-65f537577b98 with scrape type 2
2026-03-24 03:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c08bb6-38da-5aae-a35f-65f537577b98 with scrape type 2
2026-03-24 03:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 60c08bb6-38da-5aae-a35f-65f537577b98, identifier: 1975230
2026-03-24 03:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 60c08bb6-38da-5aae-a35f-65f537577b98 with identifier: 1975230
2026-03-24 03:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 60c08bb6-38da-5aae-a35f-65f537577b98 with identifier: 1975230
2026-03-24 03:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 60c08bb6-38da-5aae-a35f-65f537577b98 with identifier: 1975230 to the API
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '60c08bb6-38da-5aae-a35f-65f537577b98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'EV6',
'odometer': 70188,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 EV6 229ch Air Active 2WD',
'transmission': 'automatic',
'trim': 'EV6 229ch Air Active 2WD',
'vin': None,
'year': 2021}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975230%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Saving data for 1975230: {'auction_closing_time': 1774368000.0, 'created_time': 1774025366.825738, 'last_price_update_time': 1774324011.474046}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975230') HTTP/1.1" 204 0
2026-03-24 03:46:51 [ayvens.fr] INFO: Found listing with ID: 1975231
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975231%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Scrape type for 1975231: 2
2026-03-24 03:46:51 [ayvens.fr] INFO: Extracting data for car ID: 1975231
2026-03-24 03:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65199b6-9f94-5c02-b572-867844120bb3 with identifier: 1975231
2026-03-24 03:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65199b6-9f94-5c02-b572-867844120bb3 with scrape type 2
2026-03-24 03:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65199b6-9f94-5c02-b572-867844120bb3 with scrape type 2
2026-03-24 03:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c65199b6-9f94-5c02-b572-867844120bb3, identifier: 1975231
2026-03-24 03:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c65199b6-9f94-5c02-b572-867844120bb3 with identifier: 1975231
2026-03-24 03:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c65199b6-9f94-5c02-b572-867844120bb3 with identifier: 1975231
2026-03-24 03:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c65199b6-9f94-5c02-b572-867844120bb3 with identifier: 1975231 to the API
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c65199b6-9f94-5c02-b572-867844120bb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'GRANDLAND',
'odometer': 51436,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL GRANDLAND Grandland 1.2 Turbo 130ch Elegance Business BVA8',
'transmission': 'automatic',
'trim': 'Grandland 1.2 Turbo 130ch Elegance Business BVA8',
'vin': None,
'year': 2022}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975231%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Saving data for 1975231: {'auction_closing_time': 1774368000.0, 'created_time': 1774025368.236377, 'last_price_update_time': 1774324011.873482}
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975231') HTTP/1.1" 204 0
2026-03-24 03:46:51 [ayvens.fr] INFO: Found listing with ID: 1975232
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975232%27 HTTP/1.1" 200 None
2026-03-24 03:46:51 [ayvens.fr] INFO: Scrape type for 1975232: 2
2026-03-24 03:46:51 [ayvens.fr] INFO: Extracting data for car ID: 1975232
2026-03-24 03:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a451a1a7-4830-5f5a-abc7-112622e05bde with identifier: 1975232
2026-03-24 03:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a451a1a7-4830-5f5a-abc7-112622e05bde with scrape type 2
2026-03-24 03:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a451a1a7-4830-5f5a-abc7-112622e05bde with scrape type 2
2026-03-24 03:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a451a1a7-4830-5f5a-abc7-112622e05bde, identifier: 1975232
2026-03-24 03:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a451a1a7-4830-5f5a-abc7-112622e05bde with identifier: 1975232
2026-03-24 03:46:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a451a1a7-4830-5f5a-abc7-112622e05bde with identifier: 1975232
2026-03-24 03:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a451a1a7-4830-5f5a-abc7-112622e05bde with identifier: 1975232 to the API
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 48,
'color': 'NOIR ONYX',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'a451a1a7-4830-5f5a-abc7-112622e05bde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 108098,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T5 Recharge 180 + 82ch R-Design DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T5 Recharge 180 + 82ch R-Design DCT 7',
'vin': None,
'year': 2021}
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975232%27 HTTP/1.1" 200 None
2026-03-24 03:46:52 [ayvens.fr] INFO: Saving data for 1975232: {'auction_closing_time': 1774368000.0, 'created_time': 1774025370.450949, 'last_price_update_time': 1774324012.296927}
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975232') HTTP/1.1" 204 0
2026-03-24 03:46:52 [ayvens.fr] INFO: Found listing with ID: 1975233
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975233%27 HTTP/1.1" 200 None
2026-03-24 03:46:52 [ayvens.fr] INFO: Scrape type for 1975233: 2
2026-03-24 03:46:52 [ayvens.fr] INFO: Extracting data for car ID: 1975233
2026-03-24 03:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with identifier: 1975233
2026-03-24 03:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with scrape type 2
2026-03-24 03:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with scrape type 2
2026-03-24 03:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8, identifier: 1975233
2026-03-24 03:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with identifier: 1975233
2026-03-24 03:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with identifier: 1975233
2026-03-24 03:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8 with identifier: 1975233 to the API
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4be3e9a3-2c6d-5fda-ba4f-f5c2f1e250d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 135788,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975233%27 HTTP/1.1" 200 None
2026-03-24 03:46:52 [ayvens.fr] INFO: Saving data for 1975233: {'auction_closing_time': 1774368000.0, 'created_time': 1774025371.801331, 'last_price_update_time': 1774324012.69886}
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975233') HTTP/1.1" 204 0
2026-03-24 03:46:52 [ayvens.fr] INFO: Found listing with ID: 1975234
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975234%27 HTTP/1.1" 200 None
2026-03-24 03:46:52 [ayvens.fr] INFO: Scrape type for 1975234: 2
2026-03-24 03:46:52 [ayvens.fr] INFO: Extracting data for car ID: 1975234
2026-03-24 03:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fa76535-baa9-518f-8488-20f12df1373c with identifier: 1975234
2026-03-24 03:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fa76535-baa9-518f-8488-20f12df1373c with scrape type 2
2026-03-24 03:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fa76535-baa9-518f-8488-20f12df1373c with scrape type 2
2026-03-24 03:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3fa76535-baa9-518f-8488-20f12df1373c, identifier: 1975234
2026-03-24 03:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3fa76535-baa9-518f-8488-20f12df1373c with identifier: 1975234
2026-03-24 03:46:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3fa76535-baa9-518f-8488-20f12df1373c with identifier: 1975234
2026-03-24 03:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3fa76535-baa9-518f-8488-20f12df1373c with identifier: 1975234 to the API
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'SKYSCRAPER GRAU METALISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3fa76535-baa9-518f-8488-20f12df1373c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 66894,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 Touring 318iA 156ch Business Design - '
'DYSFONCTIONNEMENT ATTELAGE',
'transmission': 'automatic',
'trim': 'Serie 3 Touring 318iA 156ch Business Design - DYSFONCTIONNEMENT '
'ATTELAGE',
'vin': None,
'year': 2023}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975234%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Saving data for 1975234: {'auction_closing_time': 1774368000.0, 'created_time': 1774025374.092267, 'last_price_update_time': 1774324013.101313}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975234') HTTP/1.1" 204 0
2026-03-24 03:46:53 [ayvens.fr] INFO: Found listing with ID: 1975235
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975235%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Scrape type for 1975235: 2
2026-03-24 03:46:53 [ayvens.fr] INFO: Extracting data for car ID: 1975235
2026-03-24 03:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 983a2d44-9654-5baa-93b0-bfd4450df731 with identifier: 1975235
2026-03-24 03:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 983a2d44-9654-5baa-93b0-bfd4450df731 with scrape type 2
2026-03-24 03:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 983a2d44-9654-5baa-93b0-bfd4450df731 with scrape type 2
2026-03-24 03:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 983a2d44-9654-5baa-93b0-bfd4450df731, identifier: 1975235
2026-03-24 03:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 983a2d44-9654-5baa-93b0-bfd4450df731 with identifier: 1975235
2026-03-24 03:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 983a2d44-9654-5baa-93b0-bfd4450df731 with identifier: 1975235
2026-03-24 03:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 983a2d44-9654-5baa-93b0-bfd4450df731 with identifier: 1975235 to the API
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '983a2d44-9654-5baa-93b0-bfd4450df731',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 77822,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-08',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo M BlueHDi 100ch S&S Feel',
'transmission': 'manual',
'trim': 'Berlingo M BlueHDi 100ch S&S Feel',
'vin': None,
'year': 2019}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975235%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Saving data for 1975235: {'auction_closing_time': 1774368000.0, 'created_time': 1774025373.686377, 'last_price_update_time': 1774324013.491664}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975235') HTTP/1.1" 204 0
2026-03-24 03:46:53 [ayvens.fr] INFO: Found listing with ID: 1975236
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975236%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Scrape type for 1975236: 2
2026-03-24 03:46:53 [ayvens.fr] INFO: Extracting data for car ID: 1975236
2026-03-24 03:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a7117eb-a05c-583e-8e71-6b92a5d5386c with identifier: 1975236
2026-03-24 03:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7117eb-a05c-583e-8e71-6b92a5d5386c with scrape type 2
2026-03-24 03:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a7117eb-a05c-583e-8e71-6b92a5d5386c with scrape type 2
2026-03-24 03:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4a7117eb-a05c-583e-8e71-6b92a5d5386c, identifier: 1975236
2026-03-24 03:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4a7117eb-a05c-583e-8e71-6b92a5d5386c with identifier: 1975236
2026-03-24 03:46:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4a7117eb-a05c-583e-8e71-6b92a5d5386c with identifier: 1975236
2026-03-24 03:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4a7117eb-a05c-583e-8e71-6b92a5d5386c with identifier: 1975236 to the API
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'ROUGE ELIXIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '4a7117eb-a05c-583e-8e71-6b92a5d5386c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 119851,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S Roadtrip EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S Roadtrip EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975236%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Saving data for 1975236: {'auction_closing_time': 1774368000.0, 'created_time': 1774025376.048023, 'last_price_update_time': 1774324013.924315}
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975236') HTTP/1.1" 204 0
2026-03-24 03:46:53 [ayvens.fr] INFO: Found listing with ID: 1975237
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975237%27 HTTP/1.1" 200 None
2026-03-24 03:46:53 [ayvens.fr] INFO: Scrape type for 1975237: 2
2026-03-24 03:46:53 [ayvens.fr] INFO: Extracting data for car ID: 1975237
2026-03-24 03:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b89f8f0-c5f0-55c4-a657-0da70278f67c with identifier: 1975237
2026-03-24 03:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b89f8f0-c5f0-55c4-a657-0da70278f67c with scrape type 2
2026-03-24 03:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b89f8f0-c5f0-55c4-a657-0da70278f67c with scrape type 2
2026-03-24 03:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4b89f8f0-c5f0-55c4-a657-0da70278f67c, identifier: 1975237
2026-03-24 03:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4b89f8f0-c5f0-55c4-a657-0da70278f67c with identifier: 1975237
2026-03-24 03:46:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4b89f8f0-c5f0-55c4-a657-0da70278f67c with identifier: 1975237
2026-03-24 03:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4b89f8f0-c5f0-55c4-a657-0da70278f67c with identifier: 1975237 to the API
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLEU ABYSSE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '4b89f8f0-c5f0-55c4-a657-0da70278f67c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'MONDEO',
'odometer': 83655,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MONDEO Mondeo 2.0 HYBRID 187ch Titanium Business BVA 4p',
'transmission': 'automatic',
'trim': 'Mondeo 2.0 HYBRID 187ch Titanium Business BVA 4p',
'vin': None,
'year': 2022}
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975237%27 HTTP/1.1" 200 None
2026-03-24 03:46:54 [ayvens.fr] INFO: Saving data for 1975237: {'auction_closing_time': 1774368000.0, 'created_time': 1774025377.14194, 'last_price_update_time': 1774324014.356521}
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975237') HTTP/1.1" 204 0
2026-03-24 03:46:54 [ayvens.fr] INFO: Found listing with ID: 1975238
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975238%27 HTTP/1.1" 200 None
2026-03-24 03:46:54 [ayvens.fr] INFO: Scrape type for 1975238: 2
2026-03-24 03:46:54 [ayvens.fr] INFO: Extracting data for car ID: 1975238
2026-03-24 03:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ca9349f-4274-5022-8739-5f7ddd0c0641 with identifier: 1975238
2026-03-24 03:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ca9349f-4274-5022-8739-5f7ddd0c0641 with scrape type 2
2026-03-24 03:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ca9349f-4274-5022-8739-5f7ddd0c0641 with scrape type 2
2026-03-24 03:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3ca9349f-4274-5022-8739-5f7ddd0c0641, identifier: 1975238
2026-03-24 03:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3ca9349f-4274-5022-8739-5f7ddd0c0641 with identifier: 1975238
2026-03-24 03:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3ca9349f-4274-5022-8739-5f7ddd0c0641 with identifier: 1975238
2026-03-24 03:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3ca9349f-4274-5022-8739-5f7ddd0c0641 with identifier: 1975238 to the API
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 76,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '3ca9349f-4274-5022-8739-5f7ddd0c0641',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 51471,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA Corolla 122h Dynamic Business',
'transmission': 'automatic',
'trim': 'Corolla 122h Dynamic Business',
'vin': None,
'year': 2019}
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975238%27 HTTP/1.1" 200 None
2026-03-24 03:46:54 [ayvens.fr] INFO: Saving data for 1975238: {'auction_closing_time': 1774368000.0, 'created_time': 1774025378.103651, 'last_price_update_time': 1774324014.733412}
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975238') HTTP/1.1" 204 0
2026-03-24 03:46:54 [ayvens.fr] INFO: Found listing with ID: 1975239
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975239%27 HTTP/1.1" 200 None
2026-03-24 03:46:54 [ayvens.fr] INFO: Scrape type for 1975239: 2
2026-03-24 03:46:54 [ayvens.fr] INFO: Extracting data for car ID: 1975239
2026-03-24 03:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with identifier: 1975239
2026-03-24 03:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with scrape type 2
2026-03-24 03:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with scrape type 2
2026-03-24 03:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: de7c1a8d-ae8a-5cbf-baf7-3018219749f9, identifier: 1975239
2026-03-24 03:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with identifier: 1975239
2026-03-24 03:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with identifier: 1975239
2026-03-24 03:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: de7c1a8d-ae8a-5cbf-baf7-3018219749f9 with identifier: 1975239 to the API
2026-03-24 03:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'de7c1a8d-ae8a-5cbf-baf7-3018219749f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 124498,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch E6.c Active Business S&S EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch E6.c Active Business S&S EAT8',
'vin': None,
'year': 2019}
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975239%27 HTTP/1.1" 200 None
2026-03-24 03:46:55 [ayvens.fr] INFO: Saving data for 1975239: {'auction_closing_time': 1774368000.0, 'created_time': 1774025379.422933, 'last_price_update_time': 1774324015.130031}
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975239') HTTP/1.1" 204 0
2026-03-24 03:46:55 [ayvens.fr] INFO: Found listing with ID: 1975240
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975240%27 HTTP/1.1" 200 None
2026-03-24 03:46:55 [ayvens.fr] INFO: Scrape type for 1975240: 2
2026-03-24 03:46:55 [ayvens.fr] INFO: Extracting data for car ID: 1975240
2026-03-24 03:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98231dd8-9177-56e7-888c-3d2ef56344c4 with identifier: 1975240
2026-03-24 03:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98231dd8-9177-56e7-888c-3d2ef56344c4 with scrape type 2
2026-03-24 03:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98231dd8-9177-56e7-888c-3d2ef56344c4 with scrape type 2
2026-03-24 03:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 98231dd8-9177-56e7-888c-3d2ef56344c4, identifier: 1975240
2026-03-24 03:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 98231dd8-9177-56e7-888c-3d2ef56344c4 with identifier: 1975240
2026-03-24 03:46:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 98231dd8-9177-56e7-888c-3d2ef56344c4 with identifier: 1975240
2026-03-24 03:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 98231dd8-9177-56e7-888c-3d2ef56344c4 with identifier: 1975240 to the API
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'NOIR ONYX OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '98231dd8-9177-56e7-888c-3d2ef56344c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 127368,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-07',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975240%27 HTTP/1.1" 200 None
2026-03-24 03:46:55 [ayvens.fr] INFO: Saving data for 1975240: {'auction_closing_time': 1774368000.0, 'created_time': 1774025380.534369, 'last_price_update_time': 1774324015.615333}
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975240') HTTP/1.1" 204 0
2026-03-24 03:46:55 [ayvens.fr] INFO: Found listing with ID: 1975241
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975241%27 HTTP/1.1" 200 None
2026-03-24 03:46:55 [ayvens.fr] INFO: Scrape type for 1975241: 2
2026-03-24 03:46:55 [ayvens.fr] INFO: Extracting data for car ID: 1975241
2026-03-24 03:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 916efbe4-39fc-5ba3-9a47-7551e8134669 with identifier: 1975241
2026-03-24 03:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 916efbe4-39fc-5ba3-9a47-7551e8134669 with scrape type 2
2026-03-24 03:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 916efbe4-39fc-5ba3-9a47-7551e8134669 with scrape type 2
2026-03-24 03:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 916efbe4-39fc-5ba3-9a47-7551e8134669, identifier: 1975241
2026-03-24 03:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 916efbe4-39fc-5ba3-9a47-7551e8134669 with identifier: 1975241
2026-03-24 03:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 916efbe4-39fc-5ba3-9a47-7551e8134669 with identifier: 1975241
2026-03-24 03:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 916efbe4-39fc-5ba3-9a47-7551e8134669 with identifier: 1975241 to the API
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'GRIS PLATINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '916efbe4-39fc-5ba3-9a47-7551e8134669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 33483,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-20',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE Tiguan Allspace 1.5 TSI EVO 150ch Carat '
'Exclusive DSG7 d-T',
'transmission': 'automatic',
'trim': 'Tiguan Allspace 1.5 TSI EVO 150ch Carat Exclusive DSG7 d-T',
'vin': None,
'year': 2020}
2026-03-24 03:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975241%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Saving data for 1975241: {'auction_closing_time': 1774368000.0, 'created_time': 1774025381.923653, 'last_price_update_time': 1774324016.004941}
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975241') HTTP/1.1" 204 0
2026-03-24 03:46:56 [ayvens.fr] INFO: Found listing with ID: 1975242
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975242%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Scrape type for 1975242: 2
2026-03-24 03:46:56 [ayvens.fr] INFO: Extracting data for car ID: 1975242
2026-03-24 03:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with identifier: 1975242
2026-03-24 03:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9506ed19-9c6a-5816-ba67-a43293e4a3a8, identifier: 1975242
2026-03-24 03:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with identifier: 1975242
2026-03-24 03:46:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with identifier: 1975242
2026-03-24 03:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9506ed19-9c6a-5816-ba67-a43293e4a3a8 with identifier: 1975242 to the API
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'ORANGE FUSION',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '9506ed19-9c6a-5816-ba67-a43293e4a3a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 79538,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975242%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Saving data for 1975242: {'auction_closing_time': 1774368000.0, 'created_time': 1774025383.630901, 'last_price_update_time': 1774324016.409919}
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975242') HTTP/1.1" 204 0
2026-03-24 03:46:56 [ayvens.fr] INFO: Found listing with ID: 1975243
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975243%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Scrape type for 1975243: 2
2026-03-24 03:46:56 [ayvens.fr] INFO: Extracting data for car ID: 1975243
2026-03-24 03:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with identifier: 1975243
2026-03-24 03:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543, identifier: 1975243
2026-03-24 03:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with identifier: 1975243
2026-03-24 03:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with identifier: 1975243
2026-03-24 03:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543 with identifier: 1975243 to the API
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'fe17bf7d-fd2d-55d4-b69a-1ec86f4f6543',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 125349,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975243%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Saving data for 1975243: {'auction_closing_time': 1774368000.0, 'created_time': 1774025385.532081, 'last_price_update_time': 1774324016.80032}
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975243') HTTP/1.1" 204 0
2026-03-24 03:46:56 [ayvens.fr] INFO: Found listing with ID: 1975244
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975244%27 HTTP/1.1" 200 None
2026-03-24 03:46:56 [ayvens.fr] INFO: Scrape type for 1975244: 2
2026-03-24 03:46:56 [ayvens.fr] INFO: Extracting data for car ID: 1975244
2026-03-24 03:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45b6dc22-ed08-5a87-8e32-7359637d6c38 with identifier: 1975244
2026-03-24 03:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45b6dc22-ed08-5a87-8e32-7359637d6c38 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45b6dc22-ed08-5a87-8e32-7359637d6c38 with scrape type 2
2026-03-24 03:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 45b6dc22-ed08-5a87-8e32-7359637d6c38, identifier: 1975244
2026-03-24 03:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 45b6dc22-ed08-5a87-8e32-7359637d6c38 with identifier: 1975244
2026-03-24 03:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 45b6dc22-ed08-5a87-8e32-7359637d6c38 with identifier: 1975244
2026-03-24 03:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 45b6dc22-ed08-5a87-8e32-7359637d6c38 with identifier: 1975244 to the API
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '45b6dc22-ed08-5a87-8e32-7359637d6c38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 5',
'odometer': 111395,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 5 Serie 5 530eA 292ch Luxury Steptronic',
'transmission': 'automatic',
'trim': 'Serie 5 530eA 292ch Luxury Steptronic',
'vin': None,
'year': 2022}
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975244%27 HTTP/1.1" 200 None
2026-03-24 03:46:57 [ayvens.fr] INFO: Saving data for 1975244: {'auction_closing_time': 1774368000.0, 'created_time': 1774025386.972737, 'last_price_update_time': 1774324017.198105}
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975244') HTTP/1.1" 204 0
2026-03-24 03:46:57 [ayvens.fr] INFO: Found listing with ID: 1975245
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975245%27 HTTP/1.1" 200 None
2026-03-24 03:46:57 [ayvens.fr] INFO: Scrape type for 1975245: 2
2026-03-24 03:46:57 [ayvens.fr] INFO: Extracting data for car ID: 1975245
2026-03-24 03:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb7f5f9-a944-5ed1-a81a-214308191a36 with identifier: 1975245
2026-03-24 03:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb7f5f9-a944-5ed1-a81a-214308191a36 with scrape type 2
2026-03-24 03:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb7f5f9-a944-5ed1-a81a-214308191a36 with scrape type 2
2026-03-24 03:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2eb7f5f9-a944-5ed1-a81a-214308191a36, identifier: 1975245
2026-03-24 03:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2eb7f5f9-a944-5ed1-a81a-214308191a36 with identifier: 1975245
2026-03-24 03:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2eb7f5f9-a944-5ed1-a81a-214308191a36 with identifier: 1975245
2026-03-24 03:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2eb7f5f9-a944-5ed1-a81a-214308191a36 with identifier: 1975245 to the API
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2eb7f5f9-a944-5ed1-a81a-214308191a36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'MINI',
'odometer': 145296,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-06',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI Mini One 102ch Business Design BVA7',
'transmission': 'automatic',
'trim': 'Mini One 102ch Business Design BVA7',
'vin': None,
'year': 2020}
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975245%27 HTTP/1.1" 200 None
2026-03-24 03:46:57 [ayvens.fr] INFO: Saving data for 1975245: {'auction_closing_time': 1774368000.0, 'created_time': 1774025388.142946, 'last_price_update_time': 1774324017.584912}
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975245') HTTP/1.1" 204 0
2026-03-24 03:46:57 [ayvens.fr] INFO: Found listing with ID: 1975246
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975246%27 HTTP/1.1" 200 None
2026-03-24 03:46:57 [ayvens.fr] INFO: Scrape type for 1975246: 2
2026-03-24 03:46:57 [ayvens.fr] INFO: Extracting data for car ID: 1975246
2026-03-24 03:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0185027f-6537-565f-a817-b60d2ae985bc with identifier: 1975246
2026-03-24 03:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0185027f-6537-565f-a817-b60d2ae985bc with scrape type 2
2026-03-24 03:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0185027f-6537-565f-a817-b60d2ae985bc with scrape type 2
2026-03-24 03:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0185027f-6537-565f-a817-b60d2ae985bc, identifier: 1975246
2026-03-24 03:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0185027f-6537-565f-a817-b60d2ae985bc with identifier: 1975246
2026-03-24 03:46:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0185027f-6537-565f-a817-b60d2ae985bc with identifier: 1975246
2026-03-24 03:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0185027f-6537-565f-a817-b60d2ae985bc with identifier: 1975246 to the API
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'NOIR MYTHIC METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0185027f-6537-565f-a817-b60d2ae985bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A5',
'odometer': 84623,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-02',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 A5 Sportback 35 TDI 150ch Design Luxe S tronic 7',
'transmission': 'automatic',
'trim': 'A5 Sportback 35 TDI 150ch Design Luxe S tronic 7',
'vin': None,
'year': 2019}
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975246%27 HTTP/1.1" 200 None
2026-03-24 03:46:57 [ayvens.fr] INFO: Saving data for 1975246: {'auction_closing_time': 1774368000.0, 'created_time': 1774025389.506045, 'last_price_update_time': 1774324017.993098}
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975246') HTTP/1.1" 204 0
2026-03-24 03:46:58 [ayvens.fr] INFO: Found listing with ID: 1975247
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975247%27 HTTP/1.1" 200 None
2026-03-24 03:46:58 [ayvens.fr] INFO: Scrape type for 1975247: 2
2026-03-24 03:46:58 [ayvens.fr] INFO: Extracting data for car ID: 1975247
2026-03-24 03:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e264589-e9ba-5a87-a161-0db211ab47b0 with identifier: 1975247
2026-03-24 03:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e264589-e9ba-5a87-a161-0db211ab47b0 with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e264589-e9ba-5a87-a161-0db211ab47b0 with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6e264589-e9ba-5a87-a161-0db211ab47b0, identifier: 1975247
2026-03-24 03:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6e264589-e9ba-5a87-a161-0db211ab47b0 with identifier: 1975247
2026-03-24 03:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6e264589-e9ba-5a87-a161-0db211ab47b0 with identifier: 1975247
2026-03-24 03:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6e264589-e9ba-5a87-a161-0db211ab47b0 with identifier: 1975247 to the API
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6e264589-e9ba-5a87-a161-0db211ab47b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 26447,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R - '
'TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R - TRANSFO 5 '
'PLACES / 5 SEATS OK + CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975247%27 HTTP/1.1" 200 None
2026-03-24 03:46:58 [ayvens.fr] INFO: Saving data for 1975247: {'auction_closing_time': 1774368000.0, 'created_time': 1774025391.538785, 'last_price_update_time': 1774324018.399653}
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975247') HTTP/1.1" 204 0
2026-03-24 03:46:58 [ayvens.fr] INFO: Found listing with ID: 1975248
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975248%27 HTTP/1.1" 200 None
2026-03-24 03:46:58 [ayvens.fr] INFO: Scrape type for 1975248: 2
2026-03-24 03:46:58 [ayvens.fr] INFO: Extracting data for car ID: 1975248
2026-03-24 03:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846ee786-55cc-53d1-8f74-82f9c764a18a with identifier: 1975248
2026-03-24 03:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846ee786-55cc-53d1-8f74-82f9c764a18a with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846ee786-55cc-53d1-8f74-82f9c764a18a with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 846ee786-55cc-53d1-8f74-82f9c764a18a, identifier: 1975248
2026-03-24 03:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 846ee786-55cc-53d1-8f74-82f9c764a18a with identifier: 1975248
2026-03-24 03:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 846ee786-55cc-53d1-8f74-82f9c764a18a with identifier: 1975248
2026-03-24 03:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 846ee786-55cc-53d1-8f74-82f9c764a18a with identifier: 1975248 to the API
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '846ee786-55cc-53d1-8f74-82f9c764a18a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 77771,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.2 PureTech 83ch Feel Business R - TRANSFO 5 '
'PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': 'C3 Ste 1.2 PureTech 83ch Feel Business R - TRANSFO 5 PLACES / 5 '
'SEATS OK + CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975248%27 HTTP/1.1" 200 None
2026-03-24 03:46:58 [ayvens.fr] INFO: Saving data for 1975248: {'auction_closing_time': 1774368000.0, 'created_time': 1774025393.171012, 'last_price_update_time': 1774324018.794505}
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975248') HTTP/1.1" 204 0
2026-03-24 03:46:58 [ayvens.fr] INFO: Found listing with ID: 1975249
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975249%27 HTTP/1.1" 200 None
2026-03-24 03:46:58 [ayvens.fr] INFO: Scrape type for 1975249: 2
2026-03-24 03:46:58 [ayvens.fr] INFO: Extracting data for car ID: 1975249
2026-03-24 03:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 601f9d95-922c-5f14-a8bc-94885244da97 with identifier: 1975249
2026-03-24 03:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 601f9d95-922c-5f14-a8bc-94885244da97 with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 601f9d95-922c-5f14-a8bc-94885244da97 with scrape type 2
2026-03-24 03:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 601f9d95-922c-5f14-a8bc-94885244da97, identifier: 1975249
2026-03-24 03:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 601f9d95-922c-5f14-a8bc-94885244da97 with identifier: 1975249
2026-03-24 03:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 601f9d95-922c-5f14-a8bc-94885244da97 with identifier: 1975249
2026-03-24 03:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 601f9d95-922c-5f14-a8bc-94885244da97 with identifier: 1975249 to the API
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '601f9d95-922c-5f14-a8bc-94885244da97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF SW',
'odometer': 99397,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF SW Golf SW 1.5 eTSI OPF 130ch Life Business DSG7',
'transmission': 'automatic',
'trim': 'Golf SW 1.5 eTSI OPF 130ch Life Business DSG7',
'vin': None,
'year': 2021}
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975249%27 HTTP/1.1" 200 None
2026-03-24 03:46:59 [ayvens.fr] INFO: Saving data for 1975249: {'auction_closing_time': 1774368000.0, 'created_time': 1774025394.733072, 'last_price_update_time': 1774324019.205891}
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975249') HTTP/1.1" 204 0
2026-03-24 03:46:59 [ayvens.fr] INFO: Found listing with ID: 1975250
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975250%27 HTTP/1.1" 200 None
2026-03-24 03:46:59 [ayvens.fr] INFO: Scrape type for 1975250: 2
2026-03-24 03:46:59 [ayvens.fr] INFO: Extracting data for car ID: 1975250
2026-03-24 03:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c447165d-8e74-5939-9009-fe6647bc6734 with identifier: 1975250
2026-03-24 03:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c447165d-8e74-5939-9009-fe6647bc6734 with scrape type 2
2026-03-24 03:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c447165d-8e74-5939-9009-fe6647bc6734 with scrape type 2
2026-03-24 03:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c447165d-8e74-5939-9009-fe6647bc6734, identifier: 1975250
2026-03-24 03:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c447165d-8e74-5939-9009-fe6647bc6734 with identifier: 1975250
2026-03-24 03:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c447165d-8e74-5939-9009-fe6647bc6734 with identifier: 1975250
2026-03-24 03:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c447165d-8e74-5939-9009-fe6647bc6734 with identifier: 1975250 to the API
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c447165d-8e74-5939-9009-fe6647bc6734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 113825,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Active Pack',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975250%27 HTTP/1.1" 200 None
2026-03-24 03:46:59 [ayvens.fr] INFO: Saving data for 1975250: {'auction_closing_time': 1774368000.0, 'created_time': 1774025396.3504739, 'last_price_update_time': 1774324019.588887}
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975250') HTTP/1.1" 204 0
2026-03-24 03:46:59 [ayvens.fr] INFO: Found listing with ID: 1975251
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975251%27 HTTP/1.1" 200 None
2026-03-24 03:46:59 [ayvens.fr] INFO: Scrape type for 1975251: 2
2026-03-24 03:46:59 [ayvens.fr] INFO: Extracting data for car ID: 1975251
2026-03-24 03:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b3954f-9d8c-50ce-b704-ee773a0eb108 with identifier: 1975251
2026-03-24 03:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b3954f-9d8c-50ce-b704-ee773a0eb108 with scrape type 2
2026-03-24 03:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b3954f-9d8c-50ce-b704-ee773a0eb108 with scrape type 2
2026-03-24 03:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d4b3954f-9d8c-50ce-b704-ee773a0eb108, identifier: 1975251
2026-03-24 03:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d4b3954f-9d8c-50ce-b704-ee773a0eb108 with identifier: 1975251
2026-03-24 03:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d4b3954f-9d8c-50ce-b704-ee773a0eb108 with identifier: 1975251
2026-03-24 03:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d4b3954f-9d8c-50ce-b704-ee773a0eb108 with identifier: 1975251 to the API
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd4b3954f-9d8c-50ce-b704-ee773a0eb108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 71921,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross BlueHDi 130ch S&S Shine EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross BlueHDi 130ch S&S Shine EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975251%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Saving data for 1975251: {'auction_closing_time': 1774368000.0, 'created_time': 1774025397.581327, 'last_price_update_time': 1774324020.112926}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975251') HTTP/1.1" 204 0
2026-03-24 03:47:00 [ayvens.fr] INFO: Found listing with ID: 1975252
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975252%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Scrape type for 1975252: 2
2026-03-24 03:47:00 [ayvens.fr] INFO: Extracting data for car ID: 1975252
2026-03-24 03:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8bcccf-66bb-5c79-b134-e1529ea17207 with identifier: 1975252
2026-03-24 03:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8bcccf-66bb-5c79-b134-e1529ea17207 with scrape type 2
2026-03-24 03:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8bcccf-66bb-5c79-b134-e1529ea17207 with scrape type 2
2026-03-24 03:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0e8bcccf-66bb-5c79-b134-e1529ea17207, identifier: 1975252
2026-03-24 03:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0e8bcccf-66bb-5c79-b134-e1529ea17207 with identifier: 1975252
2026-03-24 03:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0e8bcccf-66bb-5c79-b134-e1529ea17207 with identifier: 1975252
2026-03-24 03:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0e8bcccf-66bb-5c79-b134-e1529ea17207 with identifier: 1975252 to the API
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0e8bcccf-66bb-5c79-b134-e1529ea17207',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 128983,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-30',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 110ch S&S Shine EAT6',
'transmission': 'automatic',
'trim': 'C3 1.2 PureTech 110ch S&S Shine EAT6',
'vin': None,
'year': 2021}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975252%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Saving data for 1975252: {'auction_closing_time': 1774368000.0, 'created_time': 1774025398.686023, 'last_price_update_time': 1774324020.51748}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975252') HTTP/1.1" 204 0
2026-03-24 03:47:00 [ayvens.fr] INFO: Found listing with ID: 1975253
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975253%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Scrape type for 1975253: 2
2026-03-24 03:47:00 [ayvens.fr] INFO: Extracting data for car ID: 1975253
2026-03-24 03:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with identifier: 1975253
2026-03-24 03:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with scrape type 2
2026-03-24 03:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with scrape type 2
2026-03-24 03:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6, identifier: 1975253
2026-03-24 03:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with identifier: 1975253
2026-03-24 03:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with identifier: 1975253
2026-03-24 03:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 67f8b86a-d0e0-530e-8ad1-9e22094ac8b6 with identifier: 1975253 to the API
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '67f8b86a-d0e0-530e-8ad1-9e22094ac8b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 52082,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 PureTech 82ch Feel Business S&S',
'transmission': 'manual',
'trim': 'C3 PureTech 82ch Feel Business S&S',
'vin': None,
'year': 2019}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975253%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Saving data for 1975253: {'auction_closing_time': 1774368000.0, 'created_time': 1774025399.992941, 'last_price_update_time': 1774324020.909617}
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975253') HTTP/1.1" 204 0
2026-03-24 03:47:00 [ayvens.fr] INFO: Found listing with ID: 1975254
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975254%27 HTTP/1.1" 200 None
2026-03-24 03:47:00 [ayvens.fr] INFO: Scrape type for 1975254: 2
2026-03-24 03:47:00 [ayvens.fr] INFO: Extracting data for car ID: 1975254
2026-03-24 03:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9298d527-5d1c-591c-b157-8a055d3d31cd with identifier: 1975254
2026-03-24 03:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9298d527-5d1c-591c-b157-8a055d3d31cd with scrape type 2
2026-03-24 03:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9298d527-5d1c-591c-b157-8a055d3d31cd with scrape type 2
2026-03-24 03:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9298d527-5d1c-591c-b157-8a055d3d31cd, identifier: 1975254
2026-03-24 03:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9298d527-5d1c-591c-b157-8a055d3d31cd with identifier: 1975254
2026-03-24 03:47:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9298d527-5d1c-591c-b157-8a055d3d31cd with identifier: 1975254
2026-03-24 03:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9298d527-5d1c-591c-b157-8a055d3d31cd with identifier: 1975254 to the API
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'GRIS MANHATTAN METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '9298d527-5d1c-591c-b157-8a055d3d31cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 97477,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA Corolla 122h Design',
'transmission': 'automatic',
'trim': 'Corolla 122h Design',
'vin': None,
'year': 2022}
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975254%27 HTTP/1.1" 200 None
2026-03-24 03:47:01 [ayvens.fr] INFO: Saving data for 1975254: {'auction_closing_time': 1774368000.0, 'created_time': 1774025401.697703, 'last_price_update_time': 1774324021.315808}
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975254') HTTP/1.1" 204 0
2026-03-24 03:47:01 [ayvens.fr] INFO: Found listing with ID: 1975255
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975255%27 HTTP/1.1" 200 None
2026-03-24 03:47:01 [ayvens.fr] INFO: Scrape type for 1975255: 2
2026-03-24 03:47:01 [ayvens.fr] INFO: Extracting data for car ID: 1975255
2026-03-24 03:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with identifier: 1975255
2026-03-24 03:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with scrape type 2
2026-03-24 03:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with scrape type 2
2026-03-24 03:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 48c152dc-28ba-5dcb-9698-ea9ddb376c13, identifier: 1975255
2026-03-24 03:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with identifier: 1975255
2026-03-24 03:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with identifier: 1975255
2026-03-24 03:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 48c152dc-28ba-5dcb-9698-ea9ddb376c13 with identifier: 1975255 to the API
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '48c152dc-28ba-5dcb-9698-ea9ddb376c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 139608,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.2 PureTech 110ch S&S Active Pack',
'transmission': 'manual',
'trim': '308 1.2 PureTech 110ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975255%27 HTTP/1.1" 200 None
2026-03-24 03:47:01 [ayvens.fr] INFO: Saving data for 1975255: {'auction_closing_time': 1774368000.0, 'created_time': 1774025403.2245, 'last_price_update_time': 1774324021.706031}
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975255') HTTP/1.1" 204 0
2026-03-24 03:47:01 [ayvens.fr] INFO: Found listing with ID: 1975256
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975256%27 HTTP/1.1" 200 None
2026-03-24 03:47:01 [ayvens.fr] INFO: Scrape type for 1975256: 2
2026-03-24 03:47:01 [ayvens.fr] INFO: Extracting data for car ID: 1975256
2026-03-24 03:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with identifier: 1975256
2026-03-24 03:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with scrape type 2
2026-03-24 03:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with scrape type 2
2026-03-24 03:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf, identifier: 1975256
2026-03-24 03:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with identifier: 1975256
2026-03-24 03:47:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with identifier: 1975256
2026-03-24 03:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf with identifier: 1975256 to the API
2026-03-24 03:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLEU ABYSSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid',
'id': '6c4fe7bc-1bd3-5b44-8d14-3de5bdf97bcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 133646,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA Kuga 2.5 Duratec 190ch FHEV E85 Titanium BVA',
'transmission': 'automatic',
'trim': 'Kuga 2.5 Duratec 190ch FHEV E85 Titanium BVA',
'vin': None,
'year': 2023}
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975256%27 HTTP/1.1" 200 None
2026-03-24 03:47:02 [ayvens.fr] INFO: Saving data for 1975256: {'auction_closing_time': 1774368000.0, 'created_time': 1774025405.138973, 'last_price_update_time': 1774324022.143844}
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975256') HTTP/1.1" 204 0
2026-03-24 03:47:02 [ayvens.fr] INFO: Found listing with ID: 1975257
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975257%27 HTTP/1.1" 200 None
2026-03-24 03:47:02 [ayvens.fr] INFO: Scrape type for 1975257: 2
2026-03-24 03:47:02 [ayvens.fr] INFO: Extracting data for car ID: 1975257
2026-03-24 03:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36e12640-717d-5108-ab88-ace800e2574c with identifier: 1975257
2026-03-24 03:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36e12640-717d-5108-ab88-ace800e2574c with scrape type 2
2026-03-24 03:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36e12640-717d-5108-ab88-ace800e2574c with scrape type 2
2026-03-24 03:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 36e12640-717d-5108-ab88-ace800e2574c, identifier: 1975257
2026-03-24 03:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 36e12640-717d-5108-ab88-ace800e2574c with identifier: 1975257
2026-03-24 03:47:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 36e12640-717d-5108-ab88-ace800e2574c with identifier: 1975257
2026-03-24 03:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 36e12640-717d-5108-ab88-ace800e2574c with identifier: 1975257 to the API
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'SPACESILBER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '36e12640-717d-5108-ab88-ace800e2574c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'IX1',
'odometer': 76038,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX1 X1 ieDrive20 204ch Business Design',
'transmission': 'automatic',
'trim': 'X1 ieDrive20 204ch Business Design',
'vin': None,
'year': 2024}
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975257%27 HTTP/1.1" 200 None
2026-03-24 03:47:02 [ayvens.fr] INFO: Saving data for 1975257: {'auction_closing_time': 1774368000.0, 'created_time': 1774025406.820217, 'last_price_update_time': 1774324022.601176}
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975257') HTTP/1.1" 204 0
2026-03-24 03:47:02 [ayvens.fr] INFO: Found listing with ID: 1975258
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975258%27 HTTP/1.1" 200 None
2026-03-24 03:47:02 [ayvens.fr] INFO: Scrape type for 1975258: 2
2026-03-24 03:47:02 [ayvens.fr] INFO: Extracting data for car ID: 1975258
2026-03-24 03:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b18b4e11-03e1-5e81-bc49-d66c812a1608 with identifier: 1975258
2026-03-24 03:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b18b4e11-03e1-5e81-bc49-d66c812a1608 with scrape type 2
2026-03-24 03:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b18b4e11-03e1-5e81-bc49-d66c812a1608 with scrape type 2
2026-03-24 03:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b18b4e11-03e1-5e81-bc49-d66c812a1608, identifier: 1975258
2026-03-24 03:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b18b4e11-03e1-5e81-bc49-d66c812a1608 with identifier: 1975258
2026-03-24 03:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b18b4e11-03e1-5e81-bc49-d66c812a1608 with identifier: 1975258
2026-03-24 03:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b18b4e11-03e1-5e81-bc49-d66c812a1608 with identifier: 1975258 to the API
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'b18b4e11-03e1-5e81-bc49-d66c812a1608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 132125,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 Touring 330eA 292ch M Sport',
'transmission': 'automatic',
'trim': 'Serie 3 Touring 330eA 292ch M Sport',
'vin': None,
'year': 2022}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975258%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Saving data for 1975258: {'auction_closing_time': 1774368000.0, 'created_time': 1774025408.250541, 'last_price_update_time': 1774324023.012756}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975258') HTTP/1.1" 204 0
2026-03-24 03:47:03 [ayvens.fr] INFO: Found listing with ID: 1975259
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975259%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Scrape type for 1975259: 2
2026-03-24 03:47:03 [ayvens.fr] INFO: Extracting data for car ID: 1975259
2026-03-24 03:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with identifier: 1975259
2026-03-24 03:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 91b9d9f5-1cc1-594b-8ce1-ab4913249c97, identifier: 1975259
2026-03-24 03:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with identifier: 1975259
2026-03-24 03:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with identifier: 1975259
2026-03-24 03:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 91b9d9f5-1cc1-594b-8ce1-ab4913249c97 with identifier: 1975259 to the API
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '91b9d9f5-1cc1-594b-8ce1-ab4913249c97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 47102,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975259%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Saving data for 1975259: {'auction_closing_time': 1774368000.0, 'created_time': 1774025409.916854, 'last_price_update_time': 1774324023.413459}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975259') HTTP/1.1" 204 0
2026-03-24 03:47:03 [ayvens.fr] INFO: Found listing with ID: 1975260
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975260%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Scrape type for 1975260: 2
2026-03-24 03:47:03 [ayvens.fr] INFO: Extracting data for car ID: 1975260
2026-03-24 03:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with identifier: 1975260
2026-03-24 03:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 400f6036-0d2b-5720-84bf-b41dcf28d1e5, identifier: 1975260
2026-03-24 03:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with identifier: 1975260
2026-03-24 03:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with identifier: 1975260
2026-03-24 03:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 400f6036-0d2b-5720-84bf-b41dcf28d1e5 with identifier: 1975260 to the API
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'e85',
'id': '400f6036-0d2b-5720-84bf-b41dcf28d1e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 81851,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS Focus 1.0 Flexifuel mHEV 125ch Titanium X Business',
'transmission': 'manual',
'trim': 'Focus 1.0 Flexifuel mHEV 125ch Titanium X Business',
'vin': None,
'year': 2022}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975260%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Saving data for 1975260: {'auction_closing_time': 1774368000.0, 'created_time': 1774025410.919496, 'last_price_update_time': 1774324023.815254}
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975260') HTTP/1.1" 204 0
2026-03-24 03:47:03 [ayvens.fr] INFO: Found listing with ID: 1975261
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975261%27 HTTP/1.1" 200 None
2026-03-24 03:47:03 [ayvens.fr] INFO: Scrape type for 1975261: 2
2026-03-24 03:47:03 [ayvens.fr] INFO: Extracting data for car ID: 1975261
2026-03-24 03:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae2f978d-e633-5cb7-bd3e-22e2719438c5 with identifier: 1975261
2026-03-24 03:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae2f978d-e633-5cb7-bd3e-22e2719438c5 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae2f978d-e633-5cb7-bd3e-22e2719438c5 with scrape type 2
2026-03-24 03:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ae2f978d-e633-5cb7-bd3e-22e2719438c5, identifier: 1975261
2026-03-24 03:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ae2f978d-e633-5cb7-bd3e-22e2719438c5 with identifier: 1975261
2026-03-24 03:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ae2f978d-e633-5cb7-bd3e-22e2719438c5 with identifier: 1975261
2026-03-24 03:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ae2f978d-e633-5cb7-bd3e-22e2719438c5 with identifier: 1975261 to the API
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLEU C',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ae2f978d-e633-5cb7-bd3e-22e2719438c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 131578,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975261%27 HTTP/1.1" 200 None
2026-03-24 03:47:04 [ayvens.fr] INFO: Saving data for 1975261: {'auction_closing_time': 1774368000.0, 'created_time': 1774025412.362335, 'last_price_update_time': 1774324024.219489}
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975261') HTTP/1.1" 204 0
2026-03-24 03:47:04 [ayvens.fr] INFO: Found listing with ID: 1975262
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975262%27 HTTP/1.1" 200 None
2026-03-24 03:47:04 [ayvens.fr] INFO: Scrape type for 1975262: 2
2026-03-24 03:47:04 [ayvens.fr] INFO: Extracting data for car ID: 1975262
2026-03-24 03:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9729898b-275b-5099-ac59-515dfae9a4ca with identifier: 1975262
2026-03-24 03:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9729898b-275b-5099-ac59-515dfae9a4ca with scrape type 2
2026-03-24 03:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9729898b-275b-5099-ac59-515dfae9a4ca with scrape type 2
2026-03-24 03:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9729898b-275b-5099-ac59-515dfae9a4ca, identifier: 1975262
2026-03-24 03:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9729898b-275b-5099-ac59-515dfae9a4ca with identifier: 1975262
2026-03-24 03:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9729898b-275b-5099-ac59-515dfae9a4ca with identifier: 1975262
2026-03-24 03:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9729898b-275b-5099-ac59-515dfae9a4ca with identifier: 1975262 to the API
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '9729898b-275b-5099-ac59-515dfae9a4ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 115277,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975262%27 HTTP/1.1" 200 None
2026-03-24 03:47:04 [ayvens.fr] INFO: Saving data for 1975262: {'auction_closing_time': 1774368000.0, 'created_time': 1774025413.822269, 'last_price_update_time': 1774324024.716935}
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975262') HTTP/1.1" 204 0
2026-03-24 03:47:04 [ayvens.fr] INFO: Found listing with ID: 1975263
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975263%27 HTTP/1.1" 200 None
2026-03-24 03:47:04 [ayvens.fr] INFO: Scrape type for 1975263: 2
2026-03-24 03:47:04 [ayvens.fr] INFO: Extracting data for car ID: 1975263
2026-03-24 03:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with identifier: 1975263
2026-03-24 03:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with scrape type 2
2026-03-24 03:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with scrape type 2
2026-03-24 03:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6e50ecc5-b9cb-5d11-9164-836e7873f8e6, identifier: 1975263
2026-03-24 03:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with identifier: 1975263
2026-03-24 03:47:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with identifier: 1975263
2026-03-24 03:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6e50ecc5-b9cb-5d11-9164-836e7873f8e6 with identifier: 1975263 to the API
2026-03-24 03:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '6e50ecc5-b9cb-5d11-9164-836e7873f8e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 26607,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 95ch Style',
'transmission': 'manual',
'trim': 'Polo 1.0 TSI 95ch Style',
'vin': None,
'year': 2023}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975263%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Saving data for 1975263: {'auction_closing_time': 1774368000.0, 'created_time': 1774025415.328466, 'last_price_update_time': 1774324025.130774}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975263') HTTP/1.1" 204 0
2026-03-24 03:47:05 [ayvens.fr] INFO: Found listing with ID: 1975264
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975264%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Scrape type for 1975264: 2
2026-03-24 03:47:05 [ayvens.fr] INFO: Extracting data for car ID: 1975264
2026-03-24 03:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d1c9707-3c6a-5dc0-b627-59c314197b80 with identifier: 1975264
2026-03-24 03:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d1c9707-3c6a-5dc0-b627-59c314197b80 with scrape type 2
2026-03-24 03:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d1c9707-3c6a-5dc0-b627-59c314197b80 with scrape type 2
2026-03-24 03:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6d1c9707-3c6a-5dc0-b627-59c314197b80, identifier: 1975264
2026-03-24 03:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6d1c9707-3c6a-5dc0-b627-59c314197b80 with identifier: 1975264
2026-03-24 03:47:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6d1c9707-3c6a-5dc0-b627-59c314197b80 with identifier: 1975264
2026-03-24 03:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6d1c9707-3c6a-5dc0-b627-59c314197b80 with identifier: 1975264 to the API
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': 'GRIS PYRITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '6d1c9707-3c6a-5dc0-b627-59c314197b80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'ARTEON SB',
'odometer': 126821,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ARTEON SB Arteon ShootingBrake 1.4 TSI eHybrid OPF 218ch '
'Elegance DSG6',
'transmission': 'automatic',
'trim': 'Arteon ShootingBrake 1.4 TSI eHybrid OPF 218ch Elegance DSG6',
'vin': None,
'year': 2022}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975264%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Saving data for 1975264: {'auction_closing_time': 1774368000.0, 'created_time': 1774025416.711962, 'last_price_update_time': 1774324025.530592}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975264') HTTP/1.1" 204 0
2026-03-24 03:47:05 [ayvens.fr] INFO: Found listing with ID: 1975265
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975265%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Scrape type for 1975265: 2
2026-03-24 03:47:05 [ayvens.fr] INFO: Extracting data for car ID: 1975265
2026-03-24 03:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eead794-5f29-594a-9411-1435430714dc with identifier: 1975265
2026-03-24 03:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eead794-5f29-594a-9411-1435430714dc with scrape type 2
2026-03-24 03:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eead794-5f29-594a-9411-1435430714dc with scrape type 2
2026-03-24 03:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6eead794-5f29-594a-9411-1435430714dc, identifier: 1975265
2026-03-24 03:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6eead794-5f29-594a-9411-1435430714dc with identifier: 1975265
2026-03-24 03:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6eead794-5f29-594a-9411-1435430714dc with identifier: 1975265
2026-03-24 03:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6eead794-5f29-594a-9411-1435430714dc with identifier: 1975265 to the API
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6eead794-5f29-594a-9411-1435430714dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 76041,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.5 BlueHDi 100ch .c Active Business S&S 5p',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch .c Active Business S&S 5p',
'vin': None,
'year': 2019}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975265%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Saving data for 1975265: {'auction_closing_time': 1774368000.0, 'created_time': 1774025418.684966, 'last_price_update_time': 1774324025.914058}
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975265') HTTP/1.1" 204 0
2026-03-24 03:47:05 [ayvens.fr] INFO: Found listing with ID: 1975266
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975266%27 HTTP/1.1" 200 None
2026-03-24 03:47:05 [ayvens.fr] INFO: Scrape type for 1975266: 2
2026-03-24 03:47:05 [ayvens.fr] INFO: Extracting data for car ID: 1975266
2026-03-24 03:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with identifier: 1975266
2026-03-24 03:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with scrape type 2
2026-03-24 03:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with scrape type 2
2026-03-24 03:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088, identifier: 1975266
2026-03-24 03:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with identifier: 1975266
2026-03-24 03:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with identifier: 1975266
2026-03-24 03:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088 with identifier: 1975266 to the API
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'ef3d0e47-e2d1-5252-a3a3-e1ebf7e89088',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ZOE',
'odometer': 41707,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ZOE Zoe E-Tech Intens charge normale R110 Achat Integral',
'transmission': 'automatic',
'trim': 'Zoe E-Tech Intens charge normale R110 Achat Integral',
'vin': None,
'year': 2021}
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975266%27 HTTP/1.1" 200 None
2026-03-24 03:47:06 [ayvens.fr] INFO: Saving data for 1975266: {'auction_closing_time': 1774368000.0, 'created_time': 1774025419.76925, 'last_price_update_time': 1774324026.320128}
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975266') HTTP/1.1" 204 0
2026-03-24 03:47:06 [ayvens.fr] INFO: Found listing with ID: 1975267
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975267%27 HTTP/1.1" 200 None
2026-03-24 03:47:06 [ayvens.fr] INFO: Scrape type for 1975267: 2
2026-03-24 03:47:06 [ayvens.fr] INFO: Extracting data for car ID: 1975267
2026-03-24 03:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1293535b-d8bf-5005-aaee-e0b55697eb83 with identifier: 1975267
2026-03-24 03:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1293535b-d8bf-5005-aaee-e0b55697eb83 with scrape type 2
2026-03-24 03:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1293535b-d8bf-5005-aaee-e0b55697eb83 with scrape type 2
2026-03-24 03:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1293535b-d8bf-5005-aaee-e0b55697eb83, identifier: 1975267
2026-03-24 03:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1293535b-d8bf-5005-aaee-e0b55697eb83 with identifier: 1975267
2026-03-24 03:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1293535b-d8bf-5005-aaee-e0b55697eb83 with identifier: 1975267
2026-03-24 03:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1293535b-d8bf-5005-aaee-e0b55697eb83 with identifier: 1975267 to the API
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '1293535b-d8bf-5005-aaee-e0b55697eb83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 38483,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-24',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y Model Y Standard RWD',
'transmission': 'automatic',
'trim': 'Model Y Standard RWD',
'vin': None,
'year': 2023}
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975267%27 HTTP/1.1" 200 None
2026-03-24 03:47:06 [ayvens.fr] INFO: Saving data for 1975267: {'auction_closing_time': 1774368000.0, 'created_time': 1774025421.033205, 'last_price_update_time': 1774324026.740663}
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975267') HTTP/1.1" 204 0
2026-03-24 03:47:06 [ayvens.fr] INFO: Found listing with ID: 1975268
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975268%27 HTTP/1.1" 200 None
2026-03-24 03:47:06 [ayvens.fr] INFO: Scrape type for 1975268: 2
2026-03-24 03:47:06 [ayvens.fr] INFO: Extracting data for car ID: 1975268
2026-03-24 03:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f627c115-39cc-5174-acbc-4d5e9ac5f422 with identifier: 1975268
2026-03-24 03:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f627c115-39cc-5174-acbc-4d5e9ac5f422 with scrape type 2
2026-03-24 03:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f627c115-39cc-5174-acbc-4d5e9ac5f422 with scrape type 2
2026-03-24 03:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f627c115-39cc-5174-acbc-4d5e9ac5f422, identifier: 1975268
2026-03-24 03:47:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 1 pages/min), scraped 194 items (at 121 items/min)
2026-03-24 03:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-24 03:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f627c115-39cc-5174-acbc-4d5e9ac5f422 with identifier: 1975268
2026-03-24 03:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f627c115-39cc-5174-acbc-4d5e9ac5f422 with identifier: 1975268
2026-03-24 03:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f627c115-39cc-5174-acbc-4d5e9ac5f422 with identifier: 1975268 to the API
2026-03-24 03:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f627c115-39cc-5174-acbc-4d5e9ac5f422',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'FABIA',
'odometer': 82621,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA Fabia 1.0 TSI 95ch Style',
'transmission': 'manual',
'trim': 'Fabia 1.0 TSI 95ch Style',
'vin': None,
'year': 2023}
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975268%27 HTTP/1.1" 200 None
2026-03-24 03:47:07 [ayvens.fr] INFO: Saving data for 1975268: {'auction_closing_time': 1774368000.0, 'created_time': 1774025422.530762, 'last_price_update_time': 1774324027.140687}
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975268') HTTP/1.1" 204 0
2026-03-24 03:47:07 [ayvens.fr] INFO: Found listing with ID: 1975269
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975269%27 HTTP/1.1" 200 None
2026-03-24 03:47:07 [ayvens.fr] INFO: Scrape type for 1975269: 2
2026-03-24 03:47:07 [ayvens.fr] INFO: Extracting data for car ID: 1975269
2026-03-24 03:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cf0d97-2157-5cde-9f60-09251413d9ab with identifier: 1975269
2026-03-24 03:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cf0d97-2157-5cde-9f60-09251413d9ab with scrape type 2
2026-03-24 03:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cf0d97-2157-5cde-9f60-09251413d9ab with scrape type 2
2026-03-24 03:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 24cf0d97-2157-5cde-9f60-09251413d9ab, identifier: 1975269
2026-03-24 03:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 24cf0d97-2157-5cde-9f60-09251413d9ab with identifier: 1975269
2026-03-24 03:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 24cf0d97-2157-5cde-9f60-09251413d9ab with identifier: 1975269
2026-03-24 03:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 24cf0d97-2157-5cde-9f60-09251413d9ab with identifier: 1975269 to the API
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '24cf0d97-2157-5cde-9f60-09251413d9ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 78228,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 95ch Life Business',
'transmission': 'manual',
'trim': 'Polo 1.0 TSI 95ch Life Business',
'vin': None,
'year': 2022}
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975269%27 HTTP/1.1" 200 None
2026-03-24 03:47:07 [ayvens.fr] INFO: Saving data for 1975269: {'auction_closing_time': 1774368000.0, 'created_time': 1774025423.497619, 'last_price_update_time': 1774324027.626865}
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975269') HTTP/1.1" 204 0
2026-03-24 03:47:07 [ayvens.fr] INFO: Found listing with ID: 1975270
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975270%27 HTTP/1.1" 200 None
2026-03-24 03:47:07 [ayvens.fr] INFO: Scrape type for 1975270: 2
2026-03-24 03:47:07 [ayvens.fr] INFO: Extracting data for car ID: 1975270
2026-03-24 03:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eacec5b-9f92-5862-be52-18399a02abc2 with identifier: 1975270
2026-03-24 03:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eacec5b-9f92-5862-be52-18399a02abc2 with scrape type 2
2026-03-24 03:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eacec5b-9f92-5862-be52-18399a02abc2 with scrape type 2
2026-03-24 03:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0eacec5b-9f92-5862-be52-18399a02abc2, identifier: 1975270
2026-03-24 03:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0eacec5b-9f92-5862-be52-18399a02abc2 with identifier: 1975270
2026-03-24 03:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0eacec5b-9f92-5862-be52-18399a02abc2 with identifier: 1975270
2026-03-24 03:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0eacec5b-9f92-5862-be52-18399a02abc2 with identifier: 1975270 to the API
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '0eacec5b-9f92-5862-be52-18399a02abc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 132182,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI Qashqai e-POWER 190ch N-Connecta',
'transmission': 'automatic',
'trim': 'Qashqai e-POWER 190ch N-Connecta',
'vin': None,
'year': 2023}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975270%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Saving data for 1975270: {'auction_closing_time': 1774368000.0, 'created_time': 1774025424.85949, 'last_price_update_time': 1774324028.025254}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975270') HTTP/1.1" 204 0
2026-03-24 03:47:08 [ayvens.fr] INFO: Found listing with ID: 1975271
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975271%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Scrape type for 1975271: 2
2026-03-24 03:47:08 [ayvens.fr] INFO: Extracting data for car ID: 1975271
2026-03-24 03:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3e9eb3b-6562-5f94-8505-bb02215b49a3 with identifier: 1975271
2026-03-24 03:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3e9eb3b-6562-5f94-8505-bb02215b49a3 with scrape type 2
2026-03-24 03:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3e9eb3b-6562-5f94-8505-bb02215b49a3 with scrape type 2
2026-03-24 03:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d3e9eb3b-6562-5f94-8505-bb02215b49a3, identifier: 1975271
2026-03-24 03:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d3e9eb3b-6562-5f94-8505-bb02215b49a3 with identifier: 1975271
2026-03-24 03:47:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d3e9eb3b-6562-5f94-8505-bb02215b49a3 with identifier: 1975271
2026-03-24 03:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d3e9eb3b-6562-5f94-8505-bb02215b49a3 with identifier: 1975271 to the API
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLANC JADE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd3e9eb3b-6562-5f94-8505-bb02215b49a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 72129,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.5 D 110ch GS Line',
'transmission': 'manual',
'trim': 'Crossland 1.5 D 110ch GS Line',
'vin': None,
'year': 2022}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975271%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Saving data for 1975271: {'auction_closing_time': 1774368000.0, 'created_time': 1774025426.390546, 'last_price_update_time': 1774324028.447618}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975271') HTTP/1.1" 204 0
2026-03-24 03:47:08 [ayvens.fr] INFO: Found listing with ID: 1975272
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975272%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Scrape type for 1975272: 2
2026-03-24 03:47:08 [ayvens.fr] INFO: Extracting data for car ID: 1975272
2026-03-24 03:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with identifier: 1975272
2026-03-24 03:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with scrape type 2
2026-03-24 03:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with scrape type 2
2026-03-24 03:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8, identifier: 1975272
2026-03-24 03:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with identifier: 1975272
2026-03-24 03:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with identifier: 1975272
2026-03-24 03:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3b2e884e-8da6-57d0-9e72-10b7bde2fcb8 with identifier: 1975272 to the API
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'GRIS METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '3b2e884e-8da6-57d0-9e72-10b7bde2fcb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 77092,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.3 TCe mild hybrid 140ch Techno',
'transmission': 'manual',
'trim': 'Captur 1.3 TCe mild hybrid 140ch Techno',
'vin': None,
'year': 2023}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975272%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Saving data for 1975272: {'auction_closing_time': 1774368000.0, 'created_time': 1774025427.718317, 'last_price_update_time': 1774324028.827027}
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975272') HTTP/1.1" 204 0
2026-03-24 03:47:08 [ayvens.fr] INFO: Found listing with ID: 1975273
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975273%27 HTTP/1.1" 200 None
2026-03-24 03:47:08 [ayvens.fr] INFO: Scrape type for 1975273: 2
2026-03-24 03:47:08 [ayvens.fr] INFO: Extracting data for car ID: 1975273
2026-03-24 03:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with identifier: 1975273
2026-03-24 03:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with scrape type 2
2026-03-24 03:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with scrape type 2
2026-03-24 03:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5ea48df6-0c79-56e0-9b82-d5c05badfc55, identifier: 1975273
2026-03-24 03:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with identifier: 1975273
2026-03-24 03:47:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with identifier: 1975273
2026-03-24 03:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5ea48df6-0c79-56e0-9b82-d5c05badfc55 with identifier: 1975273 to the API
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GRIS CELESTINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '5ea48df6-0c79-56e0-9b82-d5c05badfc55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 54678,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR C-HR 1.8 Hybride 122ch Dynamic Business E-CVT + '
'Programme Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'C-HR 1.8 Hybride 122ch Dynamic Business E-CVT + Programme Beyond '
'Zero Academy',
'vin': None,
'year': 2023}
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975273%27 HTTP/1.1" 200 None
2026-03-24 03:47:09 [ayvens.fr] INFO: Saving data for 1975273: {'auction_closing_time': 1774368000.0, 'created_time': 1774025428.824755, 'last_price_update_time': 1774324029.322785}
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975273') HTTP/1.1" 204 0
2026-03-24 03:47:09 [ayvens.fr] INFO: Found listing with ID: 1975274
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975274%27 HTTP/1.1" 200 None
2026-03-24 03:47:09 [ayvens.fr] INFO: Scrape type for 1975274: 2
2026-03-24 03:47:09 [ayvens.fr] INFO: Extracting data for car ID: 1975274
2026-03-24 03:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9d61367-532b-5cd6-b64d-29ac8ac7069d with identifier: 1975274
2026-03-24 03:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9d61367-532b-5cd6-b64d-29ac8ac7069d with scrape type 2
2026-03-24 03:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9d61367-532b-5cd6-b64d-29ac8ac7069d with scrape type 2
2026-03-24 03:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e9d61367-532b-5cd6-b64d-29ac8ac7069d, identifier: 1975274
2026-03-24 03:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e9d61367-532b-5cd6-b64d-29ac8ac7069d with identifier: 1975274
2026-03-24 03:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e9d61367-532b-5cd6-b64d-29ac8ac7069d with identifier: 1975274
2026-03-24 03:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e9d61367-532b-5cd6-b64d-29ac8ac7069d with identifier: 1975274 to the API
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e9d61367-532b-5cd6-b64d-29ac8ac7069d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '408',
'odometer': 126540,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 408 408 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '408 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975274%27 HTTP/1.1" 200 None
2026-03-24 03:47:09 [ayvens.fr] INFO: Saving data for 1975274: {'auction_closing_time': 1774368000.0, 'created_time': 1774025431.191006, 'last_price_update_time': 1774324029.729507}
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975274') HTTP/1.1" 204 0
2026-03-24 03:47:09 [ayvens.fr] INFO: Found listing with ID: 1975275
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975275%27 HTTP/1.1" 200 None
2026-03-24 03:47:09 [ayvens.fr] INFO: Scrape type for 1975275: 2
2026-03-24 03:47:09 [ayvens.fr] INFO: Extracting data for car ID: 1975275
2026-03-24 03:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc89667f-61c1-5051-8488-43e27d83f0db with identifier: 1975275
2026-03-24 03:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc89667f-61c1-5051-8488-43e27d83f0db with scrape type 2
2026-03-24 03:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc89667f-61c1-5051-8488-43e27d83f0db with scrape type 2
2026-03-24 03:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cc89667f-61c1-5051-8488-43e27d83f0db, identifier: 1975275
2026-03-24 03:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cc89667f-61c1-5051-8488-43e27d83f0db with identifier: 1975275
2026-03-24 03:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cc89667f-61c1-5051-8488-43e27d83f0db with identifier: 1975275
2026-03-24 03:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cc89667f-61c1-5051-8488-43e27d83f0db with identifier: 1975275 to the API
2026-03-24 03:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'cc89667f-61c1-5051-8488-43e27d83f0db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 87456,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.6 E-Tech hybride 140ch Business',
'transmission': 'automatic',
'trim': 'Clio 1.6 E-Tech hybride 140ch Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975275%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Saving data for 1975275: {'auction_closing_time': 1774368000.0, 'created_time': 1774025432.382582, 'last_price_update_time': 1774324030.141184}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975275') HTTP/1.1" 204 0
2026-03-24 03:47:10 [ayvens.fr] INFO: Found listing with ID: 1975276
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975276%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Scrape type for 1975276: 2
2026-03-24 03:47:10 [ayvens.fr] INFO: Extracting data for car ID: 1975276
2026-03-24 03:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb9a73b-145b-5054-bbf0-40513883f8a5 with identifier: 1975276
2026-03-24 03:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb9a73b-145b-5054-bbf0-40513883f8a5 with scrape type 2
2026-03-24 03:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb9a73b-145b-5054-bbf0-40513883f8a5 with scrape type 2
2026-03-24 03:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9eb9a73b-145b-5054-bbf0-40513883f8a5, identifier: 1975276
2026-03-24 03:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9eb9a73b-145b-5054-bbf0-40513883f8a5 with identifier: 1975276
2026-03-24 03:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9eb9a73b-145b-5054-bbf0-40513883f8a5 with identifier: 1975276
2026-03-24 03:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9eb9a73b-145b-5054-bbf0-40513883f8a5 with identifier: 1975276 to the API
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '9eb9a73b-145b-5054-bbf0-40513883f8a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SUZUKI',
'model': 'SWIFT SPORT',
'odometer': 40905,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'SUZUKI SWIFT SPORT Swift 1.4 Boosterjet Hybrid 129ch Sport',
'transmission': 'manual',
'trim': 'Swift 1.4 Boosterjet Hybrid 129ch Sport',
'vin': None,
'year': 2023}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975276%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Saving data for 1975276: {'auction_closing_time': 1774368000.0, 'created_time': 1774025434.084095, 'last_price_update_time': 1774324030.542483}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975276') HTTP/1.1" 204 0
2026-03-24 03:47:10 [ayvens.fr] INFO: Found listing with ID: 1975277
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975277%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Scrape type for 1975277: 2
2026-03-24 03:47:10 [ayvens.fr] INFO: Extracting data for car ID: 1975277
2026-03-24 03:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e21636b-03b6-5e43-af59-cf45f0aff576 with identifier: 1975277
2026-03-24 03:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e21636b-03b6-5e43-af59-cf45f0aff576 with scrape type 2
2026-03-24 03:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e21636b-03b6-5e43-af59-cf45f0aff576 with scrape type 2
2026-03-24 03:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1e21636b-03b6-5e43-af59-cf45f0aff576, identifier: 1975277
2026-03-24 03:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1e21636b-03b6-5e43-af59-cf45f0aff576 with identifier: 1975277
2026-03-24 03:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1e21636b-03b6-5e43-af59-cf45f0aff576 with identifier: 1975277
2026-03-24 03:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1e21636b-03b6-5e43-af59-cf45f0aff576 with identifier: 1975277 to the API
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '1e21636b-03b6-5e43-af59-cf45f0aff576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 45029,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France 5p',
'vin': None,
'year': 2019}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975277%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Saving data for 1975277: {'auction_closing_time': 1774368000.0, 'created_time': 1774025435.610441, 'last_price_update_time': 1774324030.940472}
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975277') HTTP/1.1" 204 0
2026-03-24 03:47:10 [ayvens.fr] INFO: Found listing with ID: 1975278
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975278%27 HTTP/1.1" 200 None
2026-03-24 03:47:10 [ayvens.fr] INFO: Scrape type for 1975278: 2
2026-03-24 03:47:10 [ayvens.fr] INFO: Extracting data for car ID: 1975278
2026-03-24 03:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4cad71-3f79-572a-bf31-f97a2319bb75 with identifier: 1975278
2026-03-24 03:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4cad71-3f79-572a-bf31-f97a2319bb75 with scrape type 2
2026-03-24 03:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4cad71-3f79-572a-bf31-f97a2319bb75 with scrape type 2
2026-03-24 03:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0f4cad71-3f79-572a-bf31-f97a2319bb75, identifier: 1975278
2026-03-24 03:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0f4cad71-3f79-572a-bf31-f97a2319bb75 with identifier: 1975278
2026-03-24 03:47:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0f4cad71-3f79-572a-bf31-f97a2319bb75 with identifier: 1975278
2026-03-24 03:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0f4cad71-3f79-572a-bf31-f97a2319bb75 with identifier: 1975278 to the API
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 45,
'color': 'SAPHIRSCHWARZ M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '0f4cad71-3f79-572a-bf31-f97a2319bb75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 37049,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 X3 xDrive30eA 292ch Business Design',
'transmission': 'automatic',
'trim': 'X3 xDrive30eA 292ch Business Design',
'vin': None,
'year': 2021}
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975278%27 HTTP/1.1" 200 None
2026-03-24 03:47:11 [ayvens.fr] INFO: Saving data for 1975278: {'auction_closing_time': 1774368000.0, 'created_time': 1774025436.489537, 'last_price_update_time': 1774324031.397193}
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975278') HTTP/1.1" 204 0
2026-03-24 03:47:11 [ayvens.fr] INFO: Found listing with ID: 1975279
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975279%27 HTTP/1.1" 200 None
2026-03-24 03:47:11 [ayvens.fr] INFO: Scrape type for 1975279: 2
2026-03-24 03:47:11 [ayvens.fr] INFO: Extracting data for car ID: 1975279
2026-03-24 03:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with identifier: 1975279
2026-03-24 03:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with scrape type 2
2026-03-24 03:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with scrape type 2
2026-03-24 03:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465, identifier: 1975279
2026-03-24 03:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with identifier: 1975279
2026-03-24 03:47:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with identifier: 1975279
2026-03-24 03:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 90dc1bbd-aafd-5264-b6a9-66cb5b8e7465 with identifier: 1975279 to the API
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'GRIS PYRITE METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '90dc1bbd-aafd-5264-b6a9-66cb5b8e7465',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 86366,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE Tiguan Allspace 2.0 TDI 150ch R-Line '
'DSG7',
'transmission': 'automatic',
'trim': 'Tiguan Allspace 2.0 TDI 150ch R-Line DSG7',
'vin': None,
'year': 2022}
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975279%27 HTTP/1.1" 200 None
2026-03-24 03:47:11 [ayvens.fr] INFO: Saving data for 1975279: {'auction_closing_time': 1774368000.0, 'created_time': 1774025437.953031, 'last_price_update_time': 1774324031.805438}
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975279') HTTP/1.1" 204 0
2026-03-24 03:47:11 [ayvens.fr] INFO: Found listing with ID: 1975280
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975280%27 HTTP/1.1" 200 None
2026-03-24 03:47:11 [ayvens.fr] INFO: Scrape type for 1975280: 2
2026-03-24 03:47:11 [ayvens.fr] INFO: Extracting data for car ID: 1975280
2026-03-24 03:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7138f050-a261-59da-99d7-43d530341ae9 with identifier: 1975280
2026-03-24 03:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7138f050-a261-59da-99d7-43d530341ae9 with scrape type 2
2026-03-24 03:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7138f050-a261-59da-99d7-43d530341ae9 with scrape type 2
2026-03-24 03:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7138f050-a261-59da-99d7-43d530341ae9, identifier: 1975280
2026-03-24 03:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7138f050-a261-59da-99d7-43d530341ae9 with identifier: 1975280
2026-03-24 03:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7138f050-a261-59da-99d7-43d530341ae9 with identifier: 1975280
2026-03-24 03:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7138f050-a261-59da-99d7-43d530341ae9 with identifier: 1975280 to the API
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '7138f050-a261-59da-99d7-43d530341ae9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 113066,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 83ch S&S Shine Business',
'transmission': 'manual',
'trim': 'C3 1.2 PureTech 83ch S&S Shine Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975280%27 HTTP/1.1" 200 None
2026-03-24 03:47:12 [ayvens.fr] INFO: Saving data for 1975280: {'auction_closing_time': 1774368000.0, 'created_time': 1774025439.310791, 'last_price_update_time': 1774324032.198532}
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975280') HTTP/1.1" 204 0
2026-03-24 03:47:12 [ayvens.fr] INFO: Found listing with ID: 1975281
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975281%27 HTTP/1.1" 200 None
2026-03-24 03:47:12 [ayvens.fr] INFO: Scrape type for 1975281: 2
2026-03-24 03:47:12 [ayvens.fr] INFO: Extracting data for car ID: 1975281
2026-03-24 03:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f70b50-f73e-55d0-824a-2481e75ba0c1 with identifier: 1975281
2026-03-24 03:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f70b50-f73e-55d0-824a-2481e75ba0c1 with scrape type 2
2026-03-24 03:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f70b50-f73e-55d0-824a-2481e75ba0c1 with scrape type 2
2026-03-24 03:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 26f70b50-f73e-55d0-824a-2481e75ba0c1, identifier: 1975281
2026-03-24 03:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 26f70b50-f73e-55d0-824a-2481e75ba0c1 with identifier: 1975281
2026-03-24 03:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 26f70b50-f73e-55d0-824a-2481e75ba0c1 with identifier: 1975281
2026-03-24 03:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 26f70b50-f73e-55d0-824a-2481e75ba0c1 with identifier: 1975281 to the API
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '26f70b50-f73e-55d0-824a-2481e75ba0c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'ASTRA',
'odometer': 51580,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA Astra Sports Tourer 1.6 Turbo 180ch Hybrid GS BVA8',
'transmission': 'automatic',
'trim': 'Astra Sports Tourer 1.6 Turbo 180ch Hybrid GS BVA8',
'vin': None,
'year': 2023}
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975281%27 HTTP/1.1" 200 None
2026-03-24 03:47:12 [ayvens.fr] INFO: Saving data for 1975281: {'auction_closing_time': 1774368000.0, 'created_time': 1774025441.304793, 'last_price_update_time': 1774324032.600137}
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975281') HTTP/1.1" 204 0
2026-03-24 03:47:12 [ayvens.fr] INFO: Found listing with ID: 1975282
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975282%27 HTTP/1.1" 200 None
2026-03-24 03:47:12 [ayvens.fr] INFO: Scrape type for 1975282: 2
2026-03-24 03:47:12 [ayvens.fr] INFO: Extracting data for car ID: 1975282
2026-03-24 03:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac3b6754-7e5e-56fd-90a7-225a407697c7 with identifier: 1975282
2026-03-24 03:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3b6754-7e5e-56fd-90a7-225a407697c7 with scrape type 2
2026-03-24 03:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac3b6754-7e5e-56fd-90a7-225a407697c7 with scrape type 2
2026-03-24 03:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ac3b6754-7e5e-56fd-90a7-225a407697c7, identifier: 1975282
2026-03-24 03:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ac3b6754-7e5e-56fd-90a7-225a407697c7 with identifier: 1975282
2026-03-24 03:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ac3b6754-7e5e-56fd-90a7-225a407697c7 with identifier: 1975282
2026-03-24 03:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ac3b6754-7e5e-56fd-90a7-225a407697c7 with identifier: 1975282 to the API
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'ac3b6754-7e5e-56fd-90a7-225a407697c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS CROSS',
'odometer': 95810,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-31',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS CROSS Yaris Cross 116h Dynamic Business + Programme '
'Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'Yaris Cross 116h Dynamic Business + Programme Beyond Zero Academy',
'vin': None,
'year': 2023}
2026-03-24 03:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975282%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Saving data for 1975282: {'auction_closing_time': 1774368000.0, 'created_time': 1774025442.354465, 'last_price_update_time': 1774324033.001089}
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975282') HTTP/1.1" 204 0
2026-03-24 03:47:13 [ayvens.fr] INFO: Found listing with ID: 1975283
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975283%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Scrape type for 1975283: 2
2026-03-24 03:47:13 [ayvens.fr] INFO: Extracting data for car ID: 1975283
2026-03-24 03:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec6749e0-ba9c-5520-8e6e-d900648b8b0f with identifier: 1975283
2026-03-24 03:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec6749e0-ba9c-5520-8e6e-d900648b8b0f with scrape type 2
2026-03-24 03:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec6749e0-ba9c-5520-8e6e-d900648b8b0f with scrape type 2
2026-03-24 03:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ec6749e0-ba9c-5520-8e6e-d900648b8b0f, identifier: 1975283
2026-03-24 03:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ec6749e0-ba9c-5520-8e6e-d900648b8b0f with identifier: 1975283
2026-03-24 03:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ec6749e0-ba9c-5520-8e6e-d900648b8b0f with identifier: 1975283
2026-03-24 03:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ec6749e0-ba9c-5520-8e6e-d900648b8b0f with identifier: 1975283 to the API
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ec6749e0-ba9c-5520-8e6e-d900648b8b0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 119985,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 110ch S&S Active Business',
'transmission': 'manual',
'trim': '2008 1.5 BlueHDi 110ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975283%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Saving data for 1975283: {'auction_closing_time': 1774368000.0, 'created_time': 1774025443.692052, 'last_price_update_time': 1774324033.404722}
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975283') HTTP/1.1" 204 0
2026-03-24 03:47:13 [ayvens.fr] INFO: Found listing with ID: 1975284
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975284%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Scrape type for 1975284: 2
2026-03-24 03:47:13 [ayvens.fr] INFO: Extracting data for car ID: 1975284
2026-03-24 03:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08f6f49d-498d-5235-b0a7-67c096bb0056 with identifier: 1975284
2026-03-24 03:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08f6f49d-498d-5235-b0a7-67c096bb0056 with scrape type 2
2026-03-24 03:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08f6f49d-498d-5235-b0a7-67c096bb0056 with scrape type 2
2026-03-24 03:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 08f6f49d-498d-5235-b0a7-67c096bb0056, identifier: 1975284
2026-03-24 03:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 08f6f49d-498d-5235-b0a7-67c096bb0056 with identifier: 1975284
2026-03-24 03:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 08f6f49d-498d-5235-b0a7-67c096bb0056 with identifier: 1975284
2026-03-24 03:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 08f6f49d-498d-5235-b0a7-67c096bb0056 with identifier: 1975284 to the API
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '08f6f49d-498d-5235-b0a7-67c096bb0056',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'JUKE',
'odometer': 58607,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE Juke 1.6 Hybrid 143ch N-Connecta',
'transmission': 'automatic',
'trim': 'Juke 1.6 Hybrid 143ch N-Connecta',
'vin': None,
'year': 2023}
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975284%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Saving data for 1975284: {'auction_closing_time': 1774368000.0, 'created_time': 1774025445.383353, 'last_price_update_time': 1774324033.882034}
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975284') HTTP/1.1" 204 0
2026-03-24 03:47:13 [ayvens.fr] INFO: Found listing with ID: 1975285
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975285%27 HTTP/1.1" 200 None
2026-03-24 03:47:13 [ayvens.fr] INFO: Scrape type for 1975285: 2
2026-03-24 03:47:13 [ayvens.fr] INFO: Extracting data for car ID: 1975285
2026-03-24 03:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with identifier: 1975285
2026-03-24 03:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with scrape type 2
2026-03-24 03:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with scrape type 2
2026-03-24 03:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1793a5fc-6e35-5ffe-ac64-ff02db49b4db, identifier: 1975285
2026-03-24 03:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with identifier: 1975285
2026-03-24 03:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with identifier: 1975285
2026-03-24 03:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1793a5fc-6e35-5ffe-ac64-ff02db49b4db with identifier: 1975285 to the API
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '1793a5fc-6e35-5ffe-ac64-ff02db49b4db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 22269,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 TCe 100ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 100ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975285%27 HTTP/1.1" 200 None
2026-03-24 03:47:14 [ayvens.fr] INFO: Saving data for 1975285: {'auction_closing_time': 1774368000.0, 'created_time': 1774025447.142885, 'last_price_update_time': 1774324034.26871}
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975285') HTTP/1.1" 204 0
2026-03-24 03:47:14 [ayvens.fr] INFO: Found listing with ID: 1975286
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975286%27 HTTP/1.1" 200 None
2026-03-24 03:47:14 [ayvens.fr] INFO: Scrape type for 1975286: 2
2026-03-24 03:47:14 [ayvens.fr] INFO: Extracting data for car ID: 1975286
2026-03-24 03:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b42323f8-0964-5c58-94c8-7f3cbec06c3a with identifier: 1975286
2026-03-24 03:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b42323f8-0964-5c58-94c8-7f3cbec06c3a with scrape type 2
2026-03-24 03:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b42323f8-0964-5c58-94c8-7f3cbec06c3a with scrape type 2
2026-03-24 03:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b42323f8-0964-5c58-94c8-7f3cbec06c3a, identifier: 1975286
2026-03-24 03:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b42323f8-0964-5c58-94c8-7f3cbec06c3a with identifier: 1975286
2026-03-24 03:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b42323f8-0964-5c58-94c8-7f3cbec06c3a with identifier: 1975286
2026-03-24 03:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b42323f8-0964-5c58-94c8-7f3cbec06c3a with identifier: 1975286 to the API
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'b42323f8-0964-5c58-94c8-7f3cbec06c3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 40693,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 TCe 100ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 100ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975286%27 HTTP/1.1" 200 None
2026-03-24 03:47:14 [ayvens.fr] INFO: Saving data for 1975286: {'auction_closing_time': 1774368000.0, 'created_time': 1774025448.450945, 'last_price_update_time': 1774324034.67496}
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975286') HTTP/1.1" 204 0
2026-03-24 03:47:14 [ayvens.fr] INFO: Found listing with ID: 1975287
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975287%27 HTTP/1.1" 200 None
2026-03-24 03:47:14 [ayvens.fr] INFO: Scrape type for 1975287: 2
2026-03-24 03:47:14 [ayvens.fr] INFO: Extracting data for car ID: 1975287
2026-03-24 03:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b877c2b2-b2be-5020-9ec0-a257a2f52367 with identifier: 1975287
2026-03-24 03:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b877c2b2-b2be-5020-9ec0-a257a2f52367 with scrape type 2
2026-03-24 03:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b877c2b2-b2be-5020-9ec0-a257a2f52367 with scrape type 2
2026-03-24 03:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b877c2b2-b2be-5020-9ec0-a257a2f52367, identifier: 1975287
2026-03-24 03:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b877c2b2-b2be-5020-9ec0-a257a2f52367 with identifier: 1975287
2026-03-24 03:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b877c2b2-b2be-5020-9ec0-a257a2f52367 with identifier: 1975287
2026-03-24 03:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b877c2b2-b2be-5020-9ec0-a257a2f52367 with identifier: 1975287 to the API
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'b877c2b2-b2be-5020-9ec0-a257a2f52367',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 29959,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2023}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975287%27 HTTP/1.1" 200 None
2026-03-24 03:47:15 [ayvens.fr] INFO: Saving data for 1975287: {'auction_closing_time': 1774368000.0, 'created_time': 1774025449.806108, 'last_price_update_time': 1774324035.088579}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975287') HTTP/1.1" 204 0
2026-03-24 03:47:15 [ayvens.fr] INFO: Found listing with ID: 1975288
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975288%27 HTTP/1.1" 200 None
2026-03-24 03:47:15 [ayvens.fr] INFO: Scrape type for 1975288: 2
2026-03-24 03:47:15 [ayvens.fr] INFO: Extracting data for car ID: 1975288
2026-03-24 03:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b831d31-0a96-5230-82c9-3aca33d481bc with identifier: 1975288
2026-03-24 03:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b831d31-0a96-5230-82c9-3aca33d481bc with scrape type 2
2026-03-24 03:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b831d31-0a96-5230-82c9-3aca33d481bc with scrape type 2
2026-03-24 03:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9b831d31-0a96-5230-82c9-3aca33d481bc, identifier: 1975288
2026-03-24 03:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9b831d31-0a96-5230-82c9-3aca33d481bc with identifier: 1975288
2026-03-24 03:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9b831d31-0a96-5230-82c9-3aca33d481bc with identifier: 1975288
2026-03-24 03:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9b831d31-0a96-5230-82c9-3aca33d481bc with identifier: 1975288 to the API
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9b831d31-0a96-5230-82c9-3aca33d481bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 62553,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975288%27 HTTP/1.1" 200 None
2026-03-24 03:47:15 [ayvens.fr] INFO: Saving data for 1975288: {'auction_closing_time': 1774368000.0, 'created_time': 1774025451.184003, 'last_price_update_time': 1774324035.493176}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975288') HTTP/1.1" 204 0
2026-03-24 03:47:15 [ayvens.fr] INFO: Found listing with ID: 1975289
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975289%27 HTTP/1.1" 200 None
2026-03-24 03:47:15 [ayvens.fr] INFO: Scrape type for 1975289: 2
2026-03-24 03:47:15 [ayvens.fr] INFO: Extracting data for car ID: 1975289
2026-03-24 03:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0964d4-1401-512f-b196-172287845d18 with identifier: 1975289
2026-03-24 03:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0964d4-1401-512f-b196-172287845d18 with scrape type 2
2026-03-24 03:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a0964d4-1401-512f-b196-172287845d18 with scrape type 2
2026-03-24 03:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5a0964d4-1401-512f-b196-172287845d18, identifier: 1975289
2026-03-24 03:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5a0964d4-1401-512f-b196-172287845d18 with identifier: 1975289
2026-03-24 03:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5a0964d4-1401-512f-b196-172287845d18 with identifier: 1975289
2026-03-24 03:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5a0964d4-1401-512f-b196-172287845d18 with identifier: 1975289 to the API
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '5a0964d4-1401-512f-b196-172287845d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 94908,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 PureTech 180ch S&S GT Line EAT8',
'transmission': 'automatic',
'trim': '508 PureTech 180ch S&S GT Line EAT8',
'vin': None,
'year': 2018}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975289%27 HTTP/1.1" 200 None
2026-03-24 03:47:15 [ayvens.fr] INFO: Saving data for 1975289: {'auction_closing_time': 1774368000.0, 'created_time': 1774025452.777013, 'last_price_update_time': 1774324035.892709}
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975289') HTTP/1.1" 204 0
2026-03-24 03:47:15 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 400
2026-03-24 03:47:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:47:17 [ayvens.fr] INFO: Found listing with ID: 1975290
2026-03-24 03:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975290%27 HTTP/1.1" 200 None
2026-03-24 03:47:17 [ayvens.fr] INFO: Scrape type for 1975290: 2
2026-03-24 03:47:17 [ayvens.fr] INFO: Extracting data for car ID: 1975290
2026-03-24 03:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85111c4f-ae9f-5919-aa23-d2cf318554fb with identifier: 1975290
2026-03-24 03:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85111c4f-ae9f-5919-aa23-d2cf318554fb with scrape type 2
2026-03-24 03:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85111c4f-ae9f-5919-aa23-d2cf318554fb with scrape type 2
2026-03-24 03:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 85111c4f-ae9f-5919-aa23-d2cf318554fb, identifier: 1975290
2026-03-24 03:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 85111c4f-ae9f-5919-aa23-d2cf318554fb with identifier: 1975290
2026-03-24 03:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 85111c4f-ae9f-5919-aa23-d2cf318554fb with identifier: 1975290
2026-03-24 03:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 85111c4f-ae9f-5919-aa23-d2cf318554fb with identifier: 1975290 to the API
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '85111c4f-ae9f-5919-aa23-d2cf318554fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 134134,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF Golf 2.0 TDI SCR 115ch Life Business DSG7',
'transmission': 'automatic',
'trim': 'Golf 2.0 TDI SCR 115ch Life Business DSG7',
'vin': None,
'year': 2023}
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975290%27 HTTP/1.1" 200 None
2026-03-24 03:47:18 [ayvens.fr] INFO: Saving data for 1975290: {'auction_closing_time': 1774368000.0, 'created_time': 1774025454.232233, 'last_price_update_time': 1774324038.316779}
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975290') HTTP/1.1" 204 0
2026-03-24 03:47:18 [ayvens.fr] INFO: Found listing with ID: 1975291
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975291%27 HTTP/1.1" 200 None
2026-03-24 03:47:18 [ayvens.fr] INFO: Scrape type for 1975291: 2
2026-03-24 03:47:18 [ayvens.fr] INFO: Extracting data for car ID: 1975291
2026-03-24 03:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f037327-30ec-5e59-a72c-af30b58da96a with identifier: 1975291
2026-03-24 03:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f037327-30ec-5e59-a72c-af30b58da96a with scrape type 2
2026-03-24 03:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f037327-30ec-5e59-a72c-af30b58da96a with scrape type 2
2026-03-24 03:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1f037327-30ec-5e59-a72c-af30b58da96a, identifier: 1975291
2026-03-24 03:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1f037327-30ec-5e59-a72c-af30b58da96a with identifier: 1975291
2026-03-24 03:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1f037327-30ec-5e59-a72c-af30b58da96a with identifier: 1975291
2026-03-24 03:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1f037327-30ec-5e59-a72c-af30b58da96a with identifier: 1975291 to the API
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '1f037327-30ec-5e59-a72c-af30b58da96a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'STONIC',
'odometer': 39692,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'KIA STONIC Stonic 1.0 T-GDi 120ch MHEV Active Business iBVM6',
'transmission': 'manual',
'trim': 'Stonic 1.0 T-GDi 120ch MHEV Active Business iBVM6',
'vin': None,
'year': 2022}
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975291%27 HTTP/1.1" 200 None
2026-03-24 03:47:18 [ayvens.fr] INFO: Saving data for 1975291: {'auction_closing_time': 1774368000.0, 'created_time': 1774025455.517003, 'last_price_update_time': 1774324038.702944}
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975291') HTTP/1.1" 204 0
2026-03-24 03:47:18 [ayvens.fr] INFO: Found listing with ID: 1975292
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975292%27 HTTP/1.1" 200 None
2026-03-24 03:47:18 [ayvens.fr] INFO: Scrape type for 1975292: 2
2026-03-24 03:47:18 [ayvens.fr] INFO: Extracting data for car ID: 1975292
2026-03-24 03:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c57b8788-ebf0-5480-8f67-0f0d1b53b062 with identifier: 1975292
2026-03-24 03:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c57b8788-ebf0-5480-8f67-0f0d1b53b062 with scrape type 2
2026-03-24 03:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c57b8788-ebf0-5480-8f67-0f0d1b53b062 with scrape type 2
2026-03-24 03:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c57b8788-ebf0-5480-8f67-0f0d1b53b062, identifier: 1975292
2026-03-24 03:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c57b8788-ebf0-5480-8f67-0f0d1b53b062 with identifier: 1975292
2026-03-24 03:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c57b8788-ebf0-5480-8f67-0f0d1b53b062 with identifier: 1975292
2026-03-24 03:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c57b8788-ebf0-5480-8f67-0f0d1b53b062 with identifier: 1975292 to the API
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c57b8788-ebf0-5480-8f67-0f0d1b53b062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 99631,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 116dA 116ch Luxury DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 116dA 116ch Luxury DKG7',
'vin': None,
'year': 2019}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975292%27 HTTP/1.1" 200 None
2026-03-24 03:47:19 [ayvens.fr] INFO: Saving data for 1975292: {'auction_closing_time': 1774368000.0, 'created_time': 1774025456.94832, 'last_price_update_time': 1774324039.091475}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975292') HTTP/1.1" 204 0
2026-03-24 03:47:19 [ayvens.fr] INFO: Found listing with ID: 1975293
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975293%27 HTTP/1.1" 200 None
2026-03-24 03:47:19 [ayvens.fr] INFO: Scrape type for 1975293: 2
2026-03-24 03:47:19 [ayvens.fr] INFO: Extracting data for car ID: 1975293
2026-03-24 03:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with identifier: 1975293
2026-03-24 03:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with scrape type 2
2026-03-24 03:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with scrape type 2
2026-03-24 03:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3, identifier: 1975293
2026-03-24 03:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with identifier: 1975293
2026-03-24 03:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with identifier: 1975293
2026-03-24 03:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6187df1f-b9b1-5b2d-93f5-cc0a225b27b3 with identifier: 1975293 to the API
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'SKYSCRAPER GRAU METALISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '6187df1f-b9b1-5b2d-93f5-cc0a225b27b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 95513,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 Touring 318iA 156ch Business Design',
'transmission': 'automatic',
'trim': 'Serie 3 Touring 318iA 156ch Business Design',
'vin': None,
'year': 2024}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975293%27 HTTP/1.1" 200 None
2026-03-24 03:47:19 [ayvens.fr] INFO: Saving data for 1975293: {'auction_closing_time': 1774368000.0, 'created_time': 1774025458.499384, 'last_price_update_time': 1774324039.495606}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975293') HTTP/1.1" 204 0
2026-03-24 03:47:19 [ayvens.fr] INFO: Found listing with ID: 1975294
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975294%27 HTTP/1.1" 200 None
2026-03-24 03:47:19 [ayvens.fr] INFO: Scrape type for 1975294: 2
2026-03-24 03:47:19 [ayvens.fr] INFO: Extracting data for car ID: 1975294
2026-03-24 03:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with identifier: 1975294
2026-03-24 03:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with scrape type 2
2026-03-24 03:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with scrape type 2
2026-03-24 03:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a, identifier: 1975294
2026-03-24 03:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with identifier: 1975294
2026-03-24 03:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with identifier: 1975294
2026-03-24 03:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a with identifier: 1975294 to the API
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e7537fc0-1f3f-5c45-8a0e-cc6bcf0f2e9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 86021,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975294%27 HTTP/1.1" 200 None
2026-03-24 03:47:19 [ayvens.fr] INFO: Saving data for 1975294: {'auction_closing_time': 1774368000.0, 'created_time': 1774025459.782348, 'last_price_update_time': 1774324039.892535}
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975294') HTTP/1.1" 204 0
2026-03-24 03:47:20 [ayvens.fr] INFO: Found listing with ID: 1975295
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975295%27 HTTP/1.1" 200 None
2026-03-24 03:47:20 [ayvens.fr] INFO: Scrape type for 1975295: 2
2026-03-24 03:47:20 [ayvens.fr] INFO: Extracting data for car ID: 1975295
2026-03-24 03:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with identifier: 1975295
2026-03-24 03:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 310a8b70-9d5e-5696-8487-fb8cdcf64a64, identifier: 1975295
2026-03-24 03:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with identifier: 1975295
2026-03-24 03:47:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with identifier: 1975295
2026-03-24 03:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 310a8b70-9d5e-5696-8487-fb8cdcf64a64 with identifier: 1975295 to the API
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'BLEU PHYTONIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '310a8b70-9d5e-5696-8487-fb8cdcf64a64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 115595,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 Touring 318iA 156ch Business Design',
'transmission': 'automatic',
'trim': 'Serie 3 Touring 318iA 156ch Business Design',
'vin': None,
'year': 2023}
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975295%27 HTTP/1.1" 200 None
2026-03-24 03:47:20 [ayvens.fr] INFO: Saving data for 1975295: {'auction_closing_time': 1774368000.0, 'created_time': 1774025461.12102, 'last_price_update_time': 1774324040.397213}
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975295') HTTP/1.1" 204 0
2026-03-24 03:47:20 [ayvens.fr] INFO: Found listing with ID: 1975296
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975296%27 HTTP/1.1" 200 None
2026-03-24 03:47:20 [ayvens.fr] INFO: Scrape type for 1975296: 2
2026-03-24 03:47:20 [ayvens.fr] INFO: Extracting data for car ID: 1975296
2026-03-24 03:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with identifier: 1975296
2026-03-24 03:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 35aed3ae-50e2-5532-b084-ca8dcdf938d4, identifier: 1975296
2026-03-24 03:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with identifier: 1975296
2026-03-24 03:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with identifier: 1975296
2026-03-24 03:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 35aed3ae-50e2-5532-b084-ca8dcdf938d4 with identifier: 1975296 to the API
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'PHYTONICBLAU METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '35aed3ae-50e2-5532-b084-ca8dcdf938d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 88365,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 X2 sDrive18iA 136ch Business Design DKG7',
'transmission': 'automatic',
'trim': 'X2 sDrive18iA 136ch Business Design DKG7',
'vin': None,
'year': 2021}
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975296%27 HTTP/1.1" 200 None
2026-03-24 03:47:20 [ayvens.fr] INFO: Saving data for 1975296: {'auction_closing_time': 1774368000.0, 'created_time': 1774025462.475031, 'last_price_update_time': 1774324040.795394}
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975296') HTTP/1.1" 204 0
2026-03-24 03:47:20 [ayvens.fr] INFO: Found listing with ID: 1975297
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975297%27 HTTP/1.1" 200 None
2026-03-24 03:47:20 [ayvens.fr] INFO: Scrape type for 1975297: 2
2026-03-24 03:47:20 [ayvens.fr] INFO: Extracting data for car ID: 1975297
2026-03-24 03:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with identifier: 1975297
2026-03-24 03:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with scrape type 2
2026-03-24 03:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4d29fcce-a5f9-5f11-bbf4-dd976d832da2, identifier: 1975297
2026-03-24 03:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with identifier: 1975297
2026-03-24 03:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with identifier: 1975297
2026-03-24 03:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4d29fcce-a5f9-5f11-bbf4-dd976d832da2 with identifier: 1975297 to the API
2026-03-24 03:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4d29fcce-a5f9-5f11-bbf4-dd976d832da2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 112500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975297%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Saving data for 1975297: {'auction_closing_time': 1774368000.0, 'created_time': 1774025463.632885, 'last_price_update_time': 1774324042.036056}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975297') HTTP/1.1" 204 0
2026-03-24 03:47:22 [ayvens.fr] INFO: Found listing with ID: 1975298
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975298%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Scrape type for 1975298: 2
2026-03-24 03:47:22 [ayvens.fr] INFO: Extracting data for car ID: 1975298
2026-03-24 03:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e653d04-6b18-5759-a112-c933dacd69d5 with identifier: 1975298
2026-03-24 03:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e653d04-6b18-5759-a112-c933dacd69d5 with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e653d04-6b18-5759-a112-c933dacd69d5 with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4e653d04-6b18-5759-a112-c933dacd69d5, identifier: 1975298
2026-03-24 03:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4e653d04-6b18-5759-a112-c933dacd69d5 with identifier: 1975298
2026-03-24 03:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4e653d04-6b18-5759-a112-c933dacd69d5 with identifier: 1975298
2026-03-24 03:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4e653d04-6b18-5759-a112-c933dacd69d5 with identifier: 1975298 to the API
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 37,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '4e653d04-6b18-5759-a112-c933dacd69d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 96397,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT Discovery Sport P300e R-Dynamic SE AWD '
'BVA',
'transmission': 'automatic',
'trim': 'Discovery Sport P300e R-Dynamic SE AWD BVA',
'vin': None,
'year': 2022}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975298%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Saving data for 1975298: {'auction_closing_time': 1774368000.0, 'created_time': 1774025465.022889, 'last_price_update_time': 1774324042.433852}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975298') HTTP/1.1" 204 0
2026-03-24 03:47:22 [ayvens.fr] INFO: Found listing with ID: 1975299
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975299%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Scrape type for 1975299: 2
2026-03-24 03:47:22 [ayvens.fr] INFO: Extracting data for car ID: 1975299
2026-03-24 03:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with identifier: 1975299
2026-03-24 03:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0, identifier: 1975299
2026-03-24 03:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with identifier: 1975299
2026-03-24 03:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with identifier: 1975299
2026-03-24 03:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0 with identifier: 1975299 to the API
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLANC NACR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '80a5e868-a7e4-55e8-b31c-cc2a7bd8bde0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 43503,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 155ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 155ch S&S GT EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975299%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Saving data for 1975299: {'auction_closing_time': 1774368000.0, 'created_time': 1774025466.508044, 'last_price_update_time': 1774324042.833218}
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975299') HTTP/1.1" 204 0
2026-03-24 03:47:22 [ayvens.fr] INFO: Found listing with ID: 1975300
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975300%27 HTTP/1.1" 200 None
2026-03-24 03:47:22 [ayvens.fr] INFO: Scrape type for 1975300: 2
2026-03-24 03:47:22 [ayvens.fr] INFO: Extracting data for car ID: 1975300
2026-03-24 03:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a4b5a48-a51c-5625-af5b-155aae7cceef with identifier: 1975300
2026-03-24 03:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a4b5a48-a51c-5625-af5b-155aae7cceef with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a4b5a48-a51c-5625-af5b-155aae7cceef with scrape type 2
2026-03-24 03:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2a4b5a48-a51c-5625-af5b-155aae7cceef, identifier: 1975300
2026-03-24 03:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2a4b5a48-a51c-5625-af5b-155aae7cceef with identifier: 1975300
2026-03-24 03:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2a4b5a48-a51c-5625-af5b-155aae7cceef with identifier: 1975300
2026-03-24 03:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2a4b5a48-a51c-5625-af5b-155aae7cceef with identifier: 1975300 to the API
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2a4b5a48-a51c-5625-af5b-155aae7cceef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 16999,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2023}
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975300%27 HTTP/1.1" 200 None
2026-03-24 03:47:23 [ayvens.fr] INFO: Saving data for 1975300: {'auction_closing_time': 1774368000.0, 'created_time': 1774025467.952568, 'last_price_update_time': 1774324043.240611}
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975300') HTTP/1.1" 204 0
2026-03-24 03:47:23 [ayvens.fr] INFO: Found listing with ID: 1975301
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975301%27 HTTP/1.1" 200 None
2026-03-24 03:47:23 [ayvens.fr] INFO: Scrape type for 1975301: 2
2026-03-24 03:47:23 [ayvens.fr] INFO: Extracting data for car ID: 1975301
2026-03-24 03:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ad31ee-715e-5c66-9029-59f961ec8d85 with identifier: 1975301
2026-03-24 03:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93ad31ee-715e-5c66-9029-59f961ec8d85 with scrape type 2
2026-03-24 03:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93ad31ee-715e-5c66-9029-59f961ec8d85 with scrape type 2
2026-03-24 03:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 93ad31ee-715e-5c66-9029-59f961ec8d85, identifier: 1975301
2026-03-24 03:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 93ad31ee-715e-5c66-9029-59f961ec8d85 with identifier: 1975301
2026-03-24 03:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 93ad31ee-715e-5c66-9029-59f961ec8d85 with identifier: 1975301
2026-03-24 03:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 93ad31ee-715e-5c66-9029-59f961ec8d85 with identifier: 1975301 to the API
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '93ad31ee-715e-5c66-9029-59f961ec8d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'EV6',
'odometer': 48441,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 EV6 229ch Air Active Business 2WD',
'transmission': 'automatic',
'trim': 'EV6 229ch Air Active Business 2WD',
'vin': None,
'year': 2024}
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975301%27 HTTP/1.1" 200 None
2026-03-24 03:47:23 [ayvens.fr] INFO: Saving data for 1975301: {'auction_closing_time': 1774368000.0, 'created_time': 1774025469.51561, 'last_price_update_time': 1774324043.685262}
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975301') HTTP/1.1" 204 0
2026-03-24 03:47:23 [ayvens.fr] INFO: Found listing with ID: 1975302
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975302%27 HTTP/1.1" 200 None
2026-03-24 03:47:23 [ayvens.fr] INFO: Scrape type for 1975302: 2
2026-03-24 03:47:23 [ayvens.fr] INFO: Extracting data for car ID: 1975302
2026-03-24 03:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9216017a-dce5-5e81-8834-9044dbc15e4d with identifier: 1975302
2026-03-24 03:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9216017a-dce5-5e81-8834-9044dbc15e4d with scrape type 2
2026-03-24 03:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9216017a-dce5-5e81-8834-9044dbc15e4d with scrape type 2
2026-03-24 03:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9216017a-dce5-5e81-8834-9044dbc15e4d, identifier: 1975302
2026-03-24 03:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9216017a-dce5-5e81-8834-9044dbc15e4d with identifier: 1975302
2026-03-24 03:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9216017a-dce5-5e81-8834-9044dbc15e4d with identifier: 1975302
2026-03-24 03:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9216017a-dce5-5e81-8834-9044dbc15e4d with identifier: 1975302 to the API
2026-03-24 03:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'ROUGE ELIXIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9216017a-dce5-5e81-8834-9044dbc15e4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 139749,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 130ch S&S Allure EAT8',
'transmission': 'automatic',
'trim': '2008 1.5 BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975302%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Saving data for 1975302: {'auction_closing_time': 1774368000.0, 'created_time': 1774025471.232643, 'last_price_update_time': 1774324044.083009}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975302') HTTP/1.1" 204 0
2026-03-24 03:47:24 [ayvens.fr] INFO: Found listing with ID: 1975303
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975303%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Scrape type for 1975303: 2
2026-03-24 03:47:24 [ayvens.fr] INFO: Extracting data for car ID: 1975303
2026-03-24 03:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with identifier: 1975303
2026-03-24 03:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with scrape type 2
2026-03-24 03:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with scrape type 2
2026-03-24 03:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a147cc6d-d13d-53dd-93bc-b281f2fb3f7e, identifier: 1975303
2026-03-24 03:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with identifier: 1975303
2026-03-24 03:47:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with identifier: 1975303
2026-03-24 03:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a147cc6d-d13d-53dd-93bc-b281f2fb3f7e with identifier: 1975303 to the API
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'MELBOURNE ROT',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'a147cc6d-d13d-53dd-93bc-b281f2fb3f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 77565,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 116i 109ch Business Design',
'transmission': 'manual',
'trim': 'Serie 1 116i 109ch Business Design',
'vin': None,
'year': 2021}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975303%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Saving data for 1975303: {'auction_closing_time': 1774368000.0, 'created_time': 1774025472.861993, 'last_price_update_time': 1774324044.505714}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975303') HTTP/1.1" 204 0
2026-03-24 03:47:24 [ayvens.fr] INFO: Found listing with ID: 1975304
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975304%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Scrape type for 1975304: 2
2026-03-24 03:47:24 [ayvens.fr] INFO: Extracting data for car ID: 1975304
2026-03-24 03:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with identifier: 1975304
2026-03-24 03:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with scrape type 2
2026-03-24 03:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with scrape type 2
2026-03-24 03:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d8a36f72-bda9-56d1-ae65-5a0eb0be3437, identifier: 1975304
2026-03-24 03:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with identifier: 1975304
2026-03-24 03:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with identifier: 1975304
2026-03-24 03:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d8a36f72-bda9-56d1-ae65-5a0eb0be3437 with identifier: 1975304 to the API
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd8a36f72-bda9-56d1-ae65-5a0eb0be3437',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 118608,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Allure Pack',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Allure Pack',
'vin': None,
'year': 2023}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975304%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Saving data for 1975304: {'auction_closing_time': 1774368000.0, 'created_time': 1774025475.150969, 'last_price_update_time': 1774324044.92003}
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975304') HTTP/1.1" 204 0
2026-03-24 03:47:24 [ayvens.fr] INFO: Found listing with ID: 1975305
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975305%27 HTTP/1.1" 200 None
2026-03-24 03:47:24 [ayvens.fr] INFO: Scrape type for 1975305: 2
2026-03-24 03:47:24 [ayvens.fr] INFO: Extracting data for car ID: 1975305
2026-03-24 03:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6fa8d5e-17be-517f-93e1-6fa304f70a2e with identifier: 1975305
2026-03-24 03:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6fa8d5e-17be-517f-93e1-6fa304f70a2e with scrape type 2
2026-03-24 03:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6fa8d5e-17be-517f-93e1-6fa304f70a2e with scrape type 2
2026-03-24 03:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b6fa8d5e-17be-517f-93e1-6fa304f70a2e, identifier: 1975305
2026-03-24 03:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b6fa8d5e-17be-517f-93e1-6fa304f70a2e with identifier: 1975305
2026-03-24 03:47:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b6fa8d5e-17be-517f-93e1-6fa304f70a2e with identifier: 1975305
2026-03-24 03:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b6fa8d5e-17be-517f-93e1-6fa304f70a2e with identifier: 1975305 to the API
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'NOIR INTENSE METALISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b6fa8d5e-17be-517f-93e1-6fa304f70a2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'TARRACO',
'odometer': 135165,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT TARRACO Tarraco 2.0 TDI 150ch Style Business DSG7 5 places',
'transmission': 'automatic',
'trim': 'Tarraco 2.0 TDI 150ch Style Business DSG7 5 places',
'vin': None,
'year': 2022}
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975305%27 HTTP/1.1" 200 None
2026-03-24 03:47:25 [ayvens.fr] INFO: Saving data for 1975305: {'auction_closing_time': 1774368000.0, 'created_time': 1774025475.875837, 'last_price_update_time': 1774324045.332476}
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975305') HTTP/1.1" 204 0
2026-03-24 03:47:25 [ayvens.fr] INFO: Found listing with ID: 1975306
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975306%27 HTTP/1.1" 200 None
2026-03-24 03:47:25 [ayvens.fr] INFO: Scrape type for 1975306: 2
2026-03-24 03:47:25 [ayvens.fr] INFO: Extracting data for car ID: 1975306
2026-03-24 03:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb95a953-445a-5985-932f-d3d7f52723cf with identifier: 1975306
2026-03-24 03:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb95a953-445a-5985-932f-d3d7f52723cf with scrape type 2
2026-03-24 03:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb95a953-445a-5985-932f-d3d7f52723cf with scrape type 2
2026-03-24 03:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cb95a953-445a-5985-932f-d3d7f52723cf, identifier: 1975306
2026-03-24 03:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cb95a953-445a-5985-932f-d3d7f52723cf with identifier: 1975306
2026-03-24 03:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cb95a953-445a-5985-932f-d3d7f52723cf with identifier: 1975306
2026-03-24 03:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cb95a953-445a-5985-932f-d3d7f52723cf with identifier: 1975306 to the API
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GRIS ELECTROCLASH',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'cb95a953-445a-5985-932f-d3d7f52723cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 19465,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-28',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Pack Confort',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Pack Confort',
'vin': None,
'year': 2023}
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975306%27 HTTP/1.1" 200 None
2026-03-24 03:47:25 [ayvens.fr] INFO: Saving data for 1975306: {'auction_closing_time': 1774368000.0, 'created_time': 1774025477.455608, 'last_price_update_time': 1774324045.817508}
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975306') HTTP/1.1" 204 0
2026-03-24 03:47:25 [ayvens.fr] INFO: Found listing with ID: 1975307
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975307%27 HTTP/1.1" 200 None
2026-03-24 03:47:25 [ayvens.fr] INFO: Scrape type for 1975307: 2
2026-03-24 03:47:25 [ayvens.fr] INFO: Extracting data for car ID: 1975307
2026-03-24 03:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with identifier: 1975307
2026-03-24 03:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with scrape type 2
2026-03-24 03:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with scrape type 2
2026-03-24 03:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5, identifier: 1975307
2026-03-24 03:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with identifier: 1975307
2026-03-24 03:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with identifier: 1975307
2026-03-24 03:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5 with identifier: 1975307 to the API
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 48,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '8bfa19bf-feba-5ce5-be8b-4f127d6aa6b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC90',
'odometer': 89757,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-13',
'seats_number': 7,
'seller_name': None,
'title': 'VOLVO XC90 XC90 T8 Twin Engine 303 + 87ch Momentum Geartronic 7 '
'places',
'transmission': 'automatic',
'trim': 'XC90 T8 Twin Engine 303 + 87ch Momentum Geartronic 7 places',
'vin': None,
'year': 2019}
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975307%27 HTTP/1.1" 200 None
2026-03-24 03:47:26 [ayvens.fr] INFO: Saving data for 1975307: {'auction_closing_time': 1774368000.0, 'created_time': 1774025479.463271, 'last_price_update_time': 1774324046.241245}
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975307') HTTP/1.1" 204 0
2026-03-24 03:47:26 [ayvens.fr] INFO: Found listing with ID: 1975308
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975308%27 HTTP/1.1" 200 None
2026-03-24 03:47:26 [ayvens.fr] INFO: Scrape type for 1975308: 2
2026-03-24 03:47:26 [ayvens.fr] INFO: Extracting data for car ID: 1975308
2026-03-24 03:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with identifier: 1975308
2026-03-24 03:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with scrape type 2
2026-03-24 03:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with scrape type 2
2026-03-24 03:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2337ca3c-45dd-57c7-823b-ea3cad0e7040, identifier: 1975308
2026-03-24 03:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with identifier: 1975308
2026-03-24 03:47:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with identifier: 1975308
2026-03-24 03:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2337ca3c-45dd-57c7-823b-ea3cad0e7040 with identifier: 1975308 to the API
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 87,
'color': 'BLANC PUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '2337ca3c-45dd-57c7-823b-ea3cad0e7040',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 120044,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 116h Dynamic Business 5p + Programme '
'Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'Yaris 116h Dynamic Business 5p + Programme Beyond Zero Academy',
'vin': None,
'year': 2022}
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975308%27 HTTP/1.1" 200 None
2026-03-24 03:47:26 [ayvens.fr] INFO: Saving data for 1975308: {'auction_closing_time': 1774368000.0, 'created_time': 1774025480.420499, 'last_price_update_time': 1774324046.677035}
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975308') HTTP/1.1" 204 0
2026-03-24 03:47:26 [ayvens.fr] INFO: Found listing with ID: 1975309
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975309%27 HTTP/1.1" 200 None
2026-03-24 03:47:26 [ayvens.fr] INFO: Scrape type for 1975309: 2
2026-03-24 03:47:26 [ayvens.fr] INFO: Extracting data for car ID: 1975309
2026-03-24 03:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with identifier: 1975309
2026-03-24 03:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with scrape type 2
2026-03-24 03:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with scrape type 2
2026-03-24 03:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b1d0dcfa-f844-5daa-ae97-d75b40eed1ce, identifier: 1975309
2026-03-24 03:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with identifier: 1975309
2026-03-24 03:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with identifier: 1975309
2026-03-24 03:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b1d0dcfa-f844-5daa-ae97-d75b40eed1ce with identifier: 1975309 to the API
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'b1d0dcfa-f844-5daa-ae97-d75b40eed1ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 91925,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 HYBRID 225ch GT Pack e-EAT8',
'transmission': 'automatic',
'trim': '508 HYBRID 225ch GT Pack e-EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975309%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Saving data for 1975309: {'auction_closing_time': 1774368000.0, 'created_time': 1774025481.666238, 'last_price_update_time': 1774324047.071945}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975309') HTTP/1.1" 204 0
2026-03-24 03:47:27 [ayvens.fr] INFO: Found listing with ID: 1975310
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975310%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Scrape type for 1975310: 2
2026-03-24 03:47:27 [ayvens.fr] INFO: Extracting data for car ID: 1975310
2026-03-24 03:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3322b21b-7985-5080-a081-fa7ea4e9fc63 with identifier: 1975310
2026-03-24 03:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3322b21b-7985-5080-a081-fa7ea4e9fc63 with scrape type 2
2026-03-24 03:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3322b21b-7985-5080-a081-fa7ea4e9fc63 with scrape type 2
2026-03-24 03:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3322b21b-7985-5080-a081-fa7ea4e9fc63, identifier: 1975310
2026-03-24 03:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3322b21b-7985-5080-a081-fa7ea4e9fc63 with identifier: 1975310
2026-03-24 03:47:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3322b21b-7985-5080-a081-fa7ea4e9fc63 with identifier: 1975310
2026-03-24 03:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3322b21b-7985-5080-a081-fa7ea4e9fc63 with identifier: 1975310 to the API
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'NOIR CRISTAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3322b21b-7985-5080-a081-fa7ea4e9fc63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KODIAQ',
'odometer': 123907,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ Kodiaq 1.5 TSI ACT 150ch Laurin & Klement DSG 5 places',
'transmission': 'automatic',
'trim': 'Kodiaq 1.5 TSI ACT 150ch Laurin & Klement DSG 5 places',
'vin': None,
'year': 2020}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975310%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Saving data for 1975310: {'auction_closing_time': 1774368000.0, 'created_time': 1774025482.892502, 'last_price_update_time': 1774324047.48222}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975310') HTTP/1.1" 204 0
2026-03-24 03:47:27 [ayvens.fr] INFO: Found listing with ID: 1975311
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975311%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Scrape type for 1975311: 2
2026-03-24 03:47:27 [ayvens.fr] INFO: Extracting data for car ID: 1975311
2026-03-24 03:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad3850d4-5a46-5b90-8805-3e7392c0c68f with identifier: 1975311
2026-03-24 03:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad3850d4-5a46-5b90-8805-3e7392c0c68f with scrape type 2
2026-03-24 03:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad3850d4-5a46-5b90-8805-3e7392c0c68f with scrape type 2
2026-03-24 03:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ad3850d4-5a46-5b90-8805-3e7392c0c68f, identifier: 1975311
2026-03-24 03:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ad3850d4-5a46-5b90-8805-3e7392c0c68f with identifier: 1975311
2026-03-24 03:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ad3850d4-5a46-5b90-8805-3e7392c0c68f with identifier: 1975311
2026-03-24 03:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ad3850d4-5a46-5b90-8805-3e7392c0c68f with identifier: 1975311 to the API
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ad3850d4-5a46-5b90-8805-3e7392c0c68f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 28574,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Active Pack',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975311%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Saving data for 1975311: {'auction_closing_time': 1774368000.0, 'created_time': 1774025484.453744, 'last_price_update_time': 1774324047.880985}
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975311') HTTP/1.1" 204 0
2026-03-24 03:47:27 [ayvens.fr] INFO: Found listing with ID: 1975312
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975312%27 HTTP/1.1" 200 None
2026-03-24 03:47:27 [ayvens.fr] INFO: Scrape type for 1975312: 2
2026-03-24 03:47:27 [ayvens.fr] INFO: Extracting data for car ID: 1975312
2026-03-24 03:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4d17a99-e438-5c11-a3ca-ff3000053279 with identifier: 1975312
2026-03-24 03:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4d17a99-e438-5c11-a3ca-ff3000053279 with scrape type 2
2026-03-24 03:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4d17a99-e438-5c11-a3ca-ff3000053279 with scrape type 2
2026-03-24 03:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f4d17a99-e438-5c11-a3ca-ff3000053279, identifier: 1975312
2026-03-24 03:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f4d17a99-e438-5c11-a3ca-ff3000053279 with identifier: 1975312
2026-03-24 03:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f4d17a99-e438-5c11-a3ca-ff3000053279 with identifier: 1975312
2026-03-24 03:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f4d17a99-e438-5c11-a3ca-ff3000053279 with identifier: 1975312 to the API
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f4d17a99-e438-5c11-a3ca-ff3000053279',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 27873,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '2008 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975312%27 HTTP/1.1" 200 None
2026-03-24 03:47:28 [ayvens.fr] INFO: Saving data for 1975312: {'auction_closing_time': 1774368000.0, 'created_time': 1774025486.142985, 'last_price_update_time': 1774324048.270691}
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975312') HTTP/1.1" 204 0
2026-03-24 03:47:28 [ayvens.fr] INFO: Found listing with ID: 1975313
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975313%27 HTTP/1.1" 200 None
2026-03-24 03:47:28 [ayvens.fr] INFO: Scrape type for 1975313: 2
2026-03-24 03:47:28 [ayvens.fr] INFO: Extracting data for car ID: 1975313
2026-03-24 03:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2643a045-08bb-5978-98c6-72d095300ded with identifier: 1975313
2026-03-24 03:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2643a045-08bb-5978-98c6-72d095300ded with scrape type 2
2026-03-24 03:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2643a045-08bb-5978-98c6-72d095300ded with scrape type 2
2026-03-24 03:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2643a045-08bb-5978-98c6-72d095300ded, identifier: 1975313
2026-03-24 03:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2643a045-08bb-5978-98c6-72d095300ded with identifier: 1975313
2026-03-24 03:47:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2643a045-08bb-5978-98c6-72d095300ded with identifier: 1975313
2026-03-24 03:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2643a045-08bb-5978-98c6-72d095300ded with identifier: 1975313 to the API
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'NOIR PERLANERA METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2643a045-08bb-5978-98c6-72d095300ded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 108395,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active Pack',
'transmission': 'manual',
'trim': '308 1.5 BlueHDi 130ch S&S Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975313%27 HTTP/1.1" 200 None
2026-03-24 03:47:28 [ayvens.fr] INFO: Saving data for 1975313: {'auction_closing_time': 1774368000.0, 'created_time': 1774025487.426907, 'last_price_update_time': 1774324048.693722}
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975313') HTTP/1.1" 204 0
2026-03-24 03:47:28 [ayvens.fr] INFO: Found listing with ID: 1975314
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975314%27 HTTP/1.1" 200 None
2026-03-24 03:47:28 [ayvens.fr] INFO: Scrape type for 1975314: 2
2026-03-24 03:47:28 [ayvens.fr] INFO: Extracting data for car ID: 1975314
2026-03-24 03:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 199c5e61-9bcf-5160-aaca-953286b813ab with identifier: 1975314
2026-03-24 03:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 199c5e61-9bcf-5160-aaca-953286b813ab with scrape type 2
2026-03-24 03:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 199c5e61-9bcf-5160-aaca-953286b813ab with scrape type 2
2026-03-24 03:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 199c5e61-9bcf-5160-aaca-953286b813ab, identifier: 1975314
2026-03-24 03:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 199c5e61-9bcf-5160-aaca-953286b813ab with identifier: 1975314
2026-03-24 03:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 199c5e61-9bcf-5160-aaca-953286b813ab with identifier: 1975314
2026-03-24 03:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 199c5e61-9bcf-5160-aaca-953286b813ab with identifier: 1975314 to the API
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 26,
'color': 'NOIR ONYX',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '199c5e61-9bcf-5160-aaca-953286b813ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 35020,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T8 AWD 310 + 145ch Polestar Engineered Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T8 AWD 310 + 145ch Polestar Engineered Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975314%27 HTTP/1.1" 200 None
2026-03-24 03:47:29 [ayvens.fr] INFO: Saving data for 1975314: {'auction_closing_time': 1774368000.0, 'created_time': 1774025488.781922, 'last_price_update_time': 1774324049.086306}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975314') HTTP/1.1" 204 0
2026-03-24 03:47:29 [ayvens.fr] INFO: Found listing with ID: 1975315
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975315%27 HTTP/1.1" 200 None
2026-03-24 03:47:29 [ayvens.fr] INFO: Scrape type for 1975315: 2
2026-03-24 03:47:29 [ayvens.fr] INFO: Extracting data for car ID: 1975315
2026-03-24 03:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13380eaa-ee1b-5b51-824b-2784aa45e29c with identifier: 1975315
2026-03-24 03:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13380eaa-ee1b-5b51-824b-2784aa45e29c with scrape type 2
2026-03-24 03:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13380eaa-ee1b-5b51-824b-2784aa45e29c with scrape type 2
2026-03-24 03:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 13380eaa-ee1b-5b51-824b-2784aa45e29c, identifier: 1975315
2026-03-24 03:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 13380eaa-ee1b-5b51-824b-2784aa45e29c with identifier: 1975315
2026-03-24 03:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 13380eaa-ee1b-5b51-824b-2784aa45e29c with identifier: 1975315
2026-03-24 03:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 13380eaa-ee1b-5b51-824b-2784aa45e29c with identifier: 1975315 to the API
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '13380eaa-ee1b-5b51-824b-2784aa45e29c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ZOE',
'odometer': 65497,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ZOE Zoe Business charge normale R110 Achat Integral',
'transmission': 'automatic',
'trim': 'Zoe Business charge normale R110 Achat Integral',
'vin': None,
'year': 2020}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975315%27 HTTP/1.1" 200 None
2026-03-24 03:47:29 [ayvens.fr] INFO: Saving data for 1975315: {'auction_closing_time': 1774368000.0, 'created_time': 1774025491.52339, 'last_price_update_time': 1774324049.508244}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975315') HTTP/1.1" 204 0
2026-03-24 03:47:29 [ayvens.fr] INFO: Found listing with ID: 1975316
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975316%27 HTTP/1.1" 200 None
2026-03-24 03:47:29 [ayvens.fr] INFO: Scrape type for 1975316: 2
2026-03-24 03:47:29 [ayvens.fr] INFO: Extracting data for car ID: 1975316
2026-03-24 03:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with identifier: 1975316
2026-03-24 03:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with scrape type 2
2026-03-24 03:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with scrape type 2
2026-03-24 03:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5b6be8aa-5d2b-58b6-b6bd-09139584f333, identifier: 1975316
2026-03-24 03:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with identifier: 1975316
2026-03-24 03:47:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with identifier: 1975316
2026-03-24 03:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5b6be8aa-5d2b-58b6-b6bd-09139584f333 with identifier: 1975316 to the API
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BRUN CARAMEL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '5b6be8aa-5d2b-58b6-b6bd-09139584f333',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C4',
'odometer': 124046,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C4 C4 PureTech 130ch S&S Shine',
'transmission': 'manual',
'trim': 'C4 PureTech 130ch S&S Shine',
'vin': None,
'year': 2021}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975316%27 HTTP/1.1" 200 None
2026-03-24 03:47:29 [ayvens.fr] INFO: Saving data for 1975316: {'auction_closing_time': 1774368000.0, 'created_time': 1774025493.400002, 'last_price_update_time': 1774324049.906165}
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975316') HTTP/1.1" 204 0
2026-03-24 03:47:30 [ayvens.fr] INFO: Found listing with ID: 1975317
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975317%27 HTTP/1.1" 200 None
2026-03-24 03:47:30 [ayvens.fr] INFO: Scrape type for 1975317: 2
2026-03-24 03:47:30 [ayvens.fr] INFO: Extracting data for car ID: 1975317
2026-03-24 03:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e423c72e-8136-54bb-9418-72388844f5fb with identifier: 1975317
2026-03-24 03:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e423c72e-8136-54bb-9418-72388844f5fb with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e423c72e-8136-54bb-9418-72388844f5fb with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e423c72e-8136-54bb-9418-72388844f5fb, identifier: 1975317
2026-03-24 03:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e423c72e-8136-54bb-9418-72388844f5fb with identifier: 1975317
2026-03-24 03:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e423c72e-8136-54bb-9418-72388844f5fb with identifier: 1975317
2026-03-24 03:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e423c72e-8136-54bb-9418-72388844f5fb with identifier: 1975317 to the API
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e423c72e-8136-54bb-9418-72388844f5fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'RIFTER',
'odometer': 137032,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-28',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT RIFTER Rifter 1.5 BlueHDi 100ch S&S Long Active Pack',
'transmission': 'manual',
'trim': 'Rifter 1.5 BlueHDi 100ch S&S Long Active Pack',
'vin': None,
'year': 2022}
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975317%27 HTTP/1.1" 200 None
2026-03-24 03:47:30 [ayvens.fr] INFO: Saving data for 1975317: {'auction_closing_time': 1774368000.0, 'created_time': 1774025494.765053, 'last_price_update_time': 1774324050.388155}
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975317') HTTP/1.1" 204 0
2026-03-24 03:47:30 [ayvens.fr] INFO: Found listing with ID: 1975318
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975318%27 HTTP/1.1" 200 None
2026-03-24 03:47:30 [ayvens.fr] INFO: Scrape type for 1975318: 2
2026-03-24 03:47:30 [ayvens.fr] INFO: Extracting data for car ID: 1975318
2026-03-24 03:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e402add7-b330-57d9-b28c-f32b505cca76 with identifier: 1975318
2026-03-24 03:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e402add7-b330-57d9-b28c-f32b505cca76 with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e402add7-b330-57d9-b28c-f32b505cca76 with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e402add7-b330-57d9-b28c-f32b505cca76, identifier: 1975318
2026-03-24 03:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e402add7-b330-57d9-b28c-f32b505cca76 with identifier: 1975318
2026-03-24 03:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e402add7-b330-57d9-b28c-f32b505cca76 with identifier: 1975318
2026-03-24 03:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e402add7-b330-57d9-b28c-f32b505cca76 with identifier: 1975318 to the API
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e402add7-b330-57d9-b28c-f32b505cca76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 69215,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane Estate 1.5 Blue dCi 115ch Business',
'transmission': 'manual',
'trim': 'Megane Estate 1.5 Blue dCi 115ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975318%27 HTTP/1.1" 200 None
2026-03-24 03:47:30 [ayvens.fr] INFO: Saving data for 1975318: {'auction_closing_time': 1774368000.0, 'created_time': 1774025496.517755, 'last_price_update_time': 1774324050.788872}
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975318') HTTP/1.1" 204 0
2026-03-24 03:47:30 [ayvens.fr] INFO: Found listing with ID: 1975319
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975319%27 HTTP/1.1" 200 None
2026-03-24 03:47:30 [ayvens.fr] INFO: Scrape type for 1975319: 2
2026-03-24 03:47:30 [ayvens.fr] INFO: Extracting data for car ID: 1975319
2026-03-24 03:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37bc9da9-eacf-502d-a815-1381e91eeb4a with identifier: 1975319
2026-03-24 03:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bc9da9-eacf-502d-a815-1381e91eeb4a with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37bc9da9-eacf-502d-a815-1381e91eeb4a with scrape type 2
2026-03-24 03:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 37bc9da9-eacf-502d-a815-1381e91eeb4a, identifier: 1975319
2026-03-24 03:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 37bc9da9-eacf-502d-a815-1381e91eeb4a with identifier: 1975319
2026-03-24 03:47:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 37bc9da9-eacf-502d-a815-1381e91eeb4a with identifier: 1975319
2026-03-24 03:47:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 37bc9da9-eacf-502d-a815-1381e91eeb4a with identifier: 1975319 to the API
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': 'ARGENT IRIDIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '37bc9da9-eacf-502d-a815-1381e91eeb4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE A',
'odometer': 60865,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A Classe A 250 e 160+102ch AMG Line 8G-DCT',
'transmission': 'automatic',
'trim': 'Classe A 250 e 160+102ch AMG Line 8G-DCT',
'vin': None,
'year': 2021}
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975319%27 HTTP/1.1" 200 None
2026-03-24 03:47:31 [ayvens.fr] INFO: Saving data for 1975319: {'auction_closing_time': 1774368000.0, 'created_time': 1774025497.455817, 'last_price_update_time': 1774324051.473956}
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975319') HTTP/1.1" 204 0
2026-03-24 03:47:31 [ayvens.fr] INFO: Found listing with ID: 1975320
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975320%27 HTTP/1.1" 200 None
2026-03-24 03:47:31 [ayvens.fr] INFO: Scrape type for 1975320: 2
2026-03-24 03:47:31 [ayvens.fr] INFO: Extracting data for car ID: 1975320
2026-03-24 03:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e85c78fa-31cb-5e63-b5bd-6567713632c2 with identifier: 1975320
2026-03-24 03:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e85c78fa-31cb-5e63-b5bd-6567713632c2 with scrape type 2
2026-03-24 03:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e85c78fa-31cb-5e63-b5bd-6567713632c2 with scrape type 2
2026-03-24 03:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e85c78fa-31cb-5e63-b5bd-6567713632c2, identifier: 1975320
2026-03-24 03:47:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e85c78fa-31cb-5e63-b5bd-6567713632c2 with identifier: 1975320
2026-03-24 03:47:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e85c78fa-31cb-5e63-b5bd-6567713632c2 with identifier: 1975320
2026-03-24 03:47:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e85c78fa-31cb-5e63-b5bd-6567713632c2 with identifier: 1975320 to the API
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e85c78fa-31cb-5e63-b5bd-6567713632c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 26353,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-14',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 100ch S&S Allure EAT8',
'transmission': 'automatic',
'trim': '208 1.2 PureTech 100ch S&S Allure EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975320%27 HTTP/1.1" 200 None
2026-03-24 03:47:31 [ayvens.fr] INFO: Saving data for 1975320: {'auction_closing_time': 1774368000.0, 'created_time': 1774025498.892939, 'last_price_update_time': 1774324051.872458}
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975320') HTTP/1.1" 204 0
2026-03-24 03:47:31 [ayvens.fr] INFO: Found listing with ID: 1975321
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975321%27 HTTP/1.1" 200 None
2026-03-24 03:47:31 [ayvens.fr] INFO: Scrape type for 1975321: 2
2026-03-24 03:47:31 [ayvens.fr] INFO: Extracting data for car ID: 1975321
2026-03-24 03:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 622b4019-bdbd-591f-a23a-c063a6453b06 with identifier: 1975321
2026-03-24 03:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 622b4019-bdbd-591f-a23a-c063a6453b06 with scrape type 2
2026-03-24 03:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 622b4019-bdbd-591f-a23a-c063a6453b06 with scrape type 2
2026-03-24 03:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 622b4019-bdbd-591f-a23a-c063a6453b06, identifier: 1975321
2026-03-24 03:47:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 622b4019-bdbd-591f-a23a-c063a6453b06 with identifier: 1975321
2026-03-24 03:47:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 622b4019-bdbd-591f-a23a-c063a6453b06 with identifier: 1975321
2026-03-24 03:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 622b4019-bdbd-591f-a23a-c063a6453b06 with identifier: 1975321 to the API
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '622b4019-bdbd-591f-a23a-c063a6453b06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 106379,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT KANGOO Kangoo 1.5 dCi 110ch energy Zen',
'transmission': 'manual',
'trim': 'Kangoo 1.5 dCi 110ch energy Zen',
'vin': None,
'year': 2018}
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975321%27 HTTP/1.1" 200 None
2026-03-24 03:47:32 [ayvens.fr] INFO: Saving data for 1975321: {'auction_closing_time': 1774368000.0, 'created_time': 1774025499.943431, 'last_price_update_time': 1774324052.254854}
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975321') HTTP/1.1" 204 0
2026-03-24 03:47:32 [ayvens.fr] INFO: Found listing with ID: 1975322
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975322%27 HTTP/1.1" 200 None
2026-03-24 03:47:32 [ayvens.fr] INFO: Scrape type for 1975322: 2
2026-03-24 03:47:32 [ayvens.fr] INFO: Extracting data for car ID: 1975322
2026-03-24 03:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with identifier: 1975322
2026-03-24 03:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with scrape type 2
2026-03-24 03:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with scrape type 2
2026-03-24 03:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16, identifier: 1975322
2026-03-24 03:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with identifier: 1975322
2026-03-24 03:47:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with identifier: 1975322
2026-03-24 03:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16 with identifier: 1975322 to the API
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5e9cfde4-f1ce-5df4-8fd9-42f20e25fc16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 105203,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-09',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.5 BlueHDi 130ch S&S GT Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S GT Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975322%27 HTTP/1.1" 200 None
2026-03-24 03:47:32 [ayvens.fr] INFO: Saving data for 1975322: {'auction_closing_time': 1774368000.0, 'created_time': 1774025501.526348, 'last_price_update_time': 1774324052.673287}
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975322') HTTP/1.1" 204 0
2026-03-24 03:47:32 [ayvens.fr] INFO: Found listing with ID: 1975323
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975323%27 HTTP/1.1" 200 None
2026-03-24 03:47:32 [ayvens.fr] INFO: Scrape type for 1975323: 2
2026-03-24 03:47:32 [ayvens.fr] INFO: Extracting data for car ID: 1975323
2026-03-24 03:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a87ed7a-00a4-596c-9541-80fc2e024187 with identifier: 1975323
2026-03-24 03:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a87ed7a-00a4-596c-9541-80fc2e024187 with scrape type 2
2026-03-24 03:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a87ed7a-00a4-596c-9541-80fc2e024187 with scrape type 2
2026-03-24 03:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7a87ed7a-00a4-596c-9541-80fc2e024187, identifier: 1975323
2026-03-24 03:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7a87ed7a-00a4-596c-9541-80fc2e024187 with identifier: 1975323
2026-03-24 03:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7a87ed7a-00a4-596c-9541-80fc2e024187 with identifier: 1975323
2026-03-24 03:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7a87ed7a-00a4-596c-9541-80fc2e024187 with identifier: 1975323 to the API
2026-03-24 03:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '7a87ed7a-00a4-596c-9541-80fc2e024187',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'FOCUS',
'odometer': 107620,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS Focus SW 1.5 EcoBlue 120ch ST-Line X BVA8',
'transmission': 'automatic',
'trim': 'Focus SW 1.5 EcoBlue 120ch ST-Line X BVA8',
'vin': None,
'year': 2023}
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975323%27 HTTP/1.1" 200 None
2026-03-24 03:47:33 [ayvens.fr] INFO: Saving data for 1975323: {'auction_closing_time': 1774368000.0, 'created_time': 1774025502.714915, 'last_price_update_time': 1774324053.069852}
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975323') HTTP/1.1" 204 0
2026-03-24 03:47:33 [ayvens.fr] INFO: Found listing with ID: 1975324
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975324%27 HTTP/1.1" 200 None
2026-03-24 03:47:33 [ayvens.fr] INFO: Scrape type for 1975324: 2
2026-03-24 03:47:33 [ayvens.fr] INFO: Extracting data for car ID: 1975324
2026-03-24 03:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b20a4ce-a657-5c15-a4b1-377c8406b82d with identifier: 1975324
2026-03-24 03:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b20a4ce-a657-5c15-a4b1-377c8406b82d with scrape type 2
2026-03-24 03:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b20a4ce-a657-5c15-a4b1-377c8406b82d with scrape type 2
2026-03-24 03:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8b20a4ce-a657-5c15-a4b1-377c8406b82d, identifier: 1975324
2026-03-24 03:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8b20a4ce-a657-5c15-a4b1-377c8406b82d with identifier: 1975324
2026-03-24 03:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8b20a4ce-a657-5c15-a4b1-377c8406b82d with identifier: 1975324
2026-03-24 03:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8b20a4ce-a657-5c15-a4b1-377c8406b82d with identifier: 1975324 to the API
2026-03-24 03:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '8b20a4ce-a657-5c15-a4b1-377c8406b82d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 70343,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON Tucson 1.6 T-GDi 230ch Hybrid Creative BVA6 HTRAC',
'transmission': 'automatic',
'trim': 'Tucson 1.6 T-GDi 230ch Hybrid Creative BVA6 HTRAC',
'vin': None,
'year': 2022}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975324%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Saving data for 1975324: {'auction_closing_time': 1774368000.0, 'created_time': 1774025504.053378, 'last_price_update_time': 1774324054.066576}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975324') HTTP/1.1" 204 0
2026-03-24 03:47:34 [ayvens.fr] INFO: Found listing with ID: 1975325
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975325%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Scrape type for 1975325: 2
2026-03-24 03:47:34 [ayvens.fr] INFO: Extracting data for car ID: 1975325
2026-03-24 03:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with identifier: 1975325
2026-03-24 03:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with scrape type 2
2026-03-24 03:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with scrape type 2
2026-03-24 03:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4be7cf86-4d6f-585f-b960-c8b1bd83a319, identifier: 1975325
2026-03-24 03:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with identifier: 1975325
2026-03-24 03:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with identifier: 1975325
2026-03-24 03:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4be7cf86-4d6f-585f-b960-c8b1bd83a319 with identifier: 1975325 to the API
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '4be7cf86-4d6f-585f-b960-c8b1bd83a319',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 40591,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975325%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Saving data for 1975325: {'auction_closing_time': 1774368000.0, 'created_time': 1774025505.74101, 'last_price_update_time': 1774324054.480974}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975325') HTTP/1.1" 204 0
2026-03-24 03:47:34 [ayvens.fr] INFO: Found listing with ID: 1975326
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975326%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Scrape type for 1975326: 2
2026-03-24 03:47:34 [ayvens.fr] INFO: Extracting data for car ID: 1975326
2026-03-24 03:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3566f6-6726-5b60-b303-4f40c908503a with identifier: 1975326
2026-03-24 03:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3566f6-6726-5b60-b303-4f40c908503a with scrape type 2
2026-03-24 03:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd3566f6-6726-5b60-b303-4f40c908503a with scrape type 2
2026-03-24 03:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cd3566f6-6726-5b60-b303-4f40c908503a, identifier: 1975326
2026-03-24 03:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cd3566f6-6726-5b60-b303-4f40c908503a with identifier: 1975326
2026-03-24 03:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cd3566f6-6726-5b60-b303-4f40c908503a with identifier: 1975326
2026-03-24 03:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cd3566f6-6726-5b60-b303-4f40c908503a with identifier: 1975326 to the API
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'cd3566f6-6726-5b60-b303-4f40c908503a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 5',
'odometer': 53278,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 5 Serie 5 Touring 520iA 184ch Business Design Steptronic',
'transmission': 'automatic',
'trim': 'Serie 5 Touring 520iA 184ch Business Design Steptronic',
'vin': None,
'year': 2022}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975326%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Saving data for 1975326: {'auction_closing_time': 1774368000.0, 'created_time': 1774025507.017466, 'last_price_update_time': 1774324054.90359}
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975326') HTTP/1.1" 204 0
2026-03-24 03:47:34 [ayvens.fr] INFO: Found listing with ID: 1975327
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975327%27 HTTP/1.1" 200 None
2026-03-24 03:47:34 [ayvens.fr] INFO: Scrape type for 1975327: 2
2026-03-24 03:47:34 [ayvens.fr] INFO: Extracting data for car ID: 1975327
2026-03-24 03:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973c1779-2a5a-57e6-96be-db5b7e8bb418 with identifier: 1975327
2026-03-24 03:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973c1779-2a5a-57e6-96be-db5b7e8bb418 with scrape type 2
2026-03-24 03:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973c1779-2a5a-57e6-96be-db5b7e8bb418 with scrape type 2
2026-03-24 03:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 973c1779-2a5a-57e6-96be-db5b7e8bb418, identifier: 1975327
2026-03-24 03:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 973c1779-2a5a-57e6-96be-db5b7e8bb418 with identifier: 1975327
2026-03-24 03:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 973c1779-2a5a-57e6-96be-db5b7e8bb418 with identifier: 1975327
2026-03-24 03:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 973c1779-2a5a-57e6-96be-db5b7e8bb418 with identifier: 1975327 to the API
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '973c1779-2a5a-57e6-96be-db5b7e8bb418',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 111332,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN Tiguan 1.5 TSI 150ch Elegance DSG7',
'transmission': 'automatic',
'trim': 'Tiguan 1.5 TSI 150ch Elegance DSG7',
'vin': None,
'year': 2021}
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975327%27 HTTP/1.1" 200 None
2026-03-24 03:47:35 [ayvens.fr] INFO: Saving data for 1975327: {'auction_closing_time': 1774368000.0, 'created_time': 1774025508.39088, 'last_price_update_time': 1774324055.295143}
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975327') HTTP/1.1" 204 0
2026-03-24 03:47:35 [ayvens.fr] INFO: Found listing with ID: 1975328
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975328%27 HTTP/1.1" 200 None
2026-03-24 03:47:35 [ayvens.fr] INFO: Scrape type for 1975328: 2
2026-03-24 03:47:35 [ayvens.fr] INFO: Extracting data for car ID: 1975328
2026-03-24 03:47:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d88ae63-7601-505d-ba64-aab2899dda61 with identifier: 1975328
2026-03-24 03:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d88ae63-7601-505d-ba64-aab2899dda61 with scrape type 2
2026-03-24 03:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d88ae63-7601-505d-ba64-aab2899dda61 with scrape type 2
2026-03-24 03:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6d88ae63-7601-505d-ba64-aab2899dda61, identifier: 1975328
2026-03-24 03:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6d88ae63-7601-505d-ba64-aab2899dda61 with identifier: 1975328
2026-03-24 03:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6d88ae63-7601-505d-ba64-aab2899dda61 with identifier: 1975328
2026-03-24 03:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6d88ae63-7601-505d-ba64-aab2899dda61 with identifier: 1975328 to the API
2026-03-24 03:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6d88ae63-7601-505d-ba64-aab2899dda61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 86603,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-16',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross BlueHDi 110ch S&S Feel Pack '
'Business',
'transmission': 'manual',
'trim': 'C3 Aircross BlueHDi 110ch S&S Feel Pack Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975328%27 HTTP/1.1" 200 None
2026-03-24 03:47:36 [ayvens.fr] INFO: Saving data for 1975328: {'auction_closing_time': 1774368000.0, 'created_time': 1774025510.543536, 'last_price_update_time': 1774324056.527877}
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975328') HTTP/1.1" 204 0
2026-03-24 03:47:36 [ayvens.fr] INFO: Found listing with ID: 1975329
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975329%27 HTTP/1.1" 200 None
2026-03-24 03:47:36 [ayvens.fr] INFO: Scrape type for 1975329: 2
2026-03-24 03:47:36 [ayvens.fr] INFO: Extracting data for car ID: 1975329
2026-03-24 03:47:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d39c6119-08a1-53f0-9d9b-18f37e23d5cd with identifier: 1975329
2026-03-24 03:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d39c6119-08a1-53f0-9d9b-18f37e23d5cd with scrape type 2
2026-03-24 03:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d39c6119-08a1-53f0-9d9b-18f37e23d5cd with scrape type 2
2026-03-24 03:47:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d39c6119-08a1-53f0-9d9b-18f37e23d5cd, identifier: 1975329
2026-03-24 03:47:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d39c6119-08a1-53f0-9d9b-18f37e23d5cd with identifier: 1975329
2026-03-24 03:47:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d39c6119-08a1-53f0-9d9b-18f37e23d5cd with identifier: 1975329
2026-03-24 03:47:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d39c6119-08a1-53f0-9d9b-18f37e23d5cd with identifier: 1975329 to the API
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'd39c6119-08a1-53f0-9d9b-18f37e23d5cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 106982,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 145ch Utimate Style Chrome Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 145ch Utimate Style Chrome Geartronic',
'vin': None,
'year': 2022}
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975329%27 HTTP/1.1" 200 None
2026-03-24 03:47:36 [ayvens.fr] INFO: Saving data for 1975329: {'auction_closing_time': 1774368000.0, 'created_time': 1774025511.311369, 'last_price_update_time': 1774324056.974518}
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975329') HTTP/1.1" 204 0
2026-03-24 03:47:36 [ayvens.fr] INFO: Found listing with ID: 1975330
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975330%27 HTTP/1.1" 200 None
2026-03-24 03:47:37 [ayvens.fr] INFO: Scrape type for 1975330: 2
2026-03-24 03:47:37 [ayvens.fr] INFO: Extracting data for car ID: 1975330
2026-03-24 03:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba5b3e3-53fb-51ee-b630-52879a3def54 with identifier: 1975330
2026-03-24 03:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba5b3e3-53fb-51ee-b630-52879a3def54 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba5b3e3-53fb-51ee-b630-52879a3def54 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7ba5b3e3-53fb-51ee-b630-52879a3def54, identifier: 1975330
2026-03-24 03:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7ba5b3e3-53fb-51ee-b630-52879a3def54 with identifier: 1975330
2026-03-24 03:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7ba5b3e3-53fb-51ee-b630-52879a3def54 with identifier: 1975330
2026-03-24 03:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7ba5b3e3-53fb-51ee-b630-52879a3def54 with identifier: 1975330 to the API
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 48,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '7ba5b3e3-53fb-51ee-b630-52879a3def54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 144009,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T4 Recharge 129 + 82ch Business DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge 129 + 82ch Business DCT 7',
'vin': None,
'year': 2020}
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975330%27 HTTP/1.1" 200 None
2026-03-24 03:47:37 [ayvens.fr] INFO: Saving data for 1975330: {'auction_closing_time': 1774368000.0, 'created_time': 1774025513.084134, 'last_price_update_time': 1774324057.357288}
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975330') HTTP/1.1" 204 0
2026-03-24 03:47:37 [ayvens.fr] INFO: Found listing with ID: 1975331
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975331%27 HTTP/1.1" 200 None
2026-03-24 03:47:37 [ayvens.fr] INFO: Scrape type for 1975331: 2
2026-03-24 03:47:37 [ayvens.fr] INFO: Extracting data for car ID: 1975331
2026-03-24 03:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with identifier: 1975331
2026-03-24 03:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2, identifier: 1975331
2026-03-24 03:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with identifier: 1975331
2026-03-24 03:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with identifier: 1975331
2026-03-24 03:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2 with identifier: 1975331 to the API
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 49,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '0a6afa6d-5f3b-567a-a0e7-5d5ec49fb5c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 138127,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T5 Recharge 180 + 82ch Ultimate DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T5 Recharge 180 + 82ch Ultimate DCT 7',
'vin': None,
'year': 2023}
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975331%27 HTTP/1.1" 200 None
2026-03-24 03:47:37 [ayvens.fr] INFO: Saving data for 1975331: {'auction_closing_time': 1774368000.0, 'created_time': 1774025514.323257, 'last_price_update_time': 1774324057.754854}
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975331') HTTP/1.1" 204 0
2026-03-24 03:47:37 [ayvens.fr] INFO: Found listing with ID: 1975332
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975332%27 HTTP/1.1" 200 None
2026-03-24 03:47:37 [ayvens.fr] INFO: Scrape type for 1975332: 2
2026-03-24 03:47:37 [ayvens.fr] INFO: Extracting data for car ID: 1975332
2026-03-24 03:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014ede12-9970-5f3a-acfa-bed1e902e693 with identifier: 1975332
2026-03-24 03:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014ede12-9970-5f3a-acfa-bed1e902e693 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014ede12-9970-5f3a-acfa-bed1e902e693 with scrape type 2
2026-03-24 03:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 014ede12-9970-5f3a-acfa-bed1e902e693, identifier: 1975332
2026-03-24 03:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 014ede12-9970-5f3a-acfa-bed1e902e693 with identifier: 1975332
2026-03-24 03:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 014ede12-9970-5f3a-acfa-bed1e902e693 with identifier: 1975332
2026-03-24 03:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 014ede12-9970-5f3a-acfa-bed1e902e693 with identifier: 1975332 to the API
2026-03-24 03:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '014ede12-9970-5f3a-acfa-bed1e902e693',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 47931,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 145ch Plus Style Chrome Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 145ch Plus Style Chrome Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975332%27 HTTP/1.1" 200 None
2026-03-24 03:47:38 [ayvens.fr] INFO: Saving data for 1975332: {'auction_closing_time': 1774368000.0, 'created_time': 1774025515.487498, 'last_price_update_time': 1774324058.532887}
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975332') HTTP/1.1" 204 0
2026-03-24 03:47:38 [ayvens.fr] INFO: Found listing with ID: 1975333
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975333%27 HTTP/1.1" 200 None
2026-03-24 03:47:38 [ayvens.fr] INFO: Scrape type for 1975333: 2
2026-03-24 03:47:38 [ayvens.fr] INFO: Extracting data for car ID: 1975333
2026-03-24 03:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with identifier: 1975333
2026-03-24 03:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with scrape type 2
2026-03-24 03:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with scrape type 2
2026-03-24 03:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f, identifier: 1975333
2026-03-24 03:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with identifier: 1975333
2026-03-24 03:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with identifier: 1975333
2026-03-24 03:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f with identifier: 1975333 to the API
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 58,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '4bb6cc4e-28dc-57af-98b5-7e82aab5fe5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 50751,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T8 Twin Engine 303 + 87ch R-Design Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T8 Twin Engine 303 + 87ch R-Design Geartronic',
'vin': None,
'year': 2020}
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975333%27 HTTP/1.1" 200 None
2026-03-24 03:47:38 [ayvens.fr] INFO: Saving data for 1975333: {'auction_closing_time': 1774368000.0, 'created_time': 1774025516.785861, 'last_price_update_time': 1774324058.92364}
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975333') HTTP/1.1" 204 0
2026-03-24 03:47:38 [ayvens.fr] INFO: Found listing with ID: 1975334
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975334%27 HTTP/1.1" 200 None
2026-03-24 03:47:38 [ayvens.fr] INFO: Scrape type for 1975334: 2
2026-03-24 03:47:38 [ayvens.fr] INFO: Extracting data for car ID: 1975334
2026-03-24 03:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925fd3fe-0971-569a-8a4d-1fc53cec569e with identifier: 1975334
2026-03-24 03:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925fd3fe-0971-569a-8a4d-1fc53cec569e with scrape type 2
2026-03-24 03:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925fd3fe-0971-569a-8a4d-1fc53cec569e with scrape type 2
2026-03-24 03:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 925fd3fe-0971-569a-8a4d-1fc53cec569e, identifier: 1975334
2026-03-24 03:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 925fd3fe-0971-569a-8a4d-1fc53cec569e with identifier: 1975334
2026-03-24 03:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 925fd3fe-0971-569a-8a4d-1fc53cec569e with identifier: 1975334
2026-03-24 03:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 925fd3fe-0971-569a-8a4d-1fc53cec569e with identifier: 1975334 to the API
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '925fd3fe-0971-569a-8a4d-1fc53cec569e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 93765,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 B4 AdBlue 197ch Plus Style Chrome Geartronic',
'transmission': 'automatic',
'trim': 'XC60 B4 AdBlue 197ch Plus Style Chrome Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975334%27 HTTP/1.1" 200 None
2026-03-24 03:47:39 [ayvens.fr] INFO: Saving data for 1975334: {'auction_closing_time': 1774368000.0, 'created_time': 1774025518.321276, 'last_price_update_time': 1774324059.314316}
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975334') HTTP/1.1" 204 0
2026-03-24 03:47:39 [ayvens.fr] INFO: Found listing with ID: 1975335
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975335%27 HTTP/1.1" 200 None
2026-03-24 03:47:39 [ayvens.fr] INFO: Scrape type for 1975335: 2
2026-03-24 03:47:39 [ayvens.fr] INFO: Extracting data for car ID: 1975335
2026-03-24 03:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b72716c9-a747-552e-84d0-c224eb2af8f4 with identifier: 1975335
2026-03-24 03:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b72716c9-a747-552e-84d0-c224eb2af8f4 with scrape type 2
2026-03-24 03:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b72716c9-a747-552e-84d0-c224eb2af8f4 with scrape type 2
2026-03-24 03:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b72716c9-a747-552e-84d0-c224eb2af8f4, identifier: 1975335
2026-03-24 03:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b72716c9-a747-552e-84d0-c224eb2af8f4 with identifier: 1975335
2026-03-24 03:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b72716c9-a747-552e-84d0-c224eb2af8f4 with identifier: 1975335
2026-03-24 03:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b72716c9-a747-552e-84d0-c224eb2af8f4 with identifier: 1975335 to the API
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'b72716c9-a747-552e-84d0-c224eb2af8f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 48260,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA Kuga 2.5 Duratec 225ch PHEV ST-Line BVA',
'transmission': 'automatic',
'trim': 'Kuga 2.5 Duratec 225ch PHEV ST-Line BVA',
'vin': None,
'year': 2023}
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975335%27 HTTP/1.1" 200 None
2026-03-24 03:47:39 [ayvens.fr] INFO: Saving data for 1975335: {'auction_closing_time': 1774368000.0, 'created_time': 1774025520.486355, 'last_price_update_time': 1774324059.704462}
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975335') HTTP/1.1" 204 0
2026-03-24 03:47:39 [ayvens.fr] INFO: Found listing with ID: 1975336
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975336%27 HTTP/1.1" 200 None
2026-03-24 03:47:39 [ayvens.fr] INFO: Scrape type for 1975336: 2
2026-03-24 03:47:39 [ayvens.fr] INFO: Extracting data for car ID: 1975336
2026-03-24 03:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64862063-20c6-5184-9ba3-80dfa7645f10 with identifier: 1975336
2026-03-24 03:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64862063-20c6-5184-9ba3-80dfa7645f10 with scrape type 2
2026-03-24 03:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64862063-20c6-5184-9ba3-80dfa7645f10 with scrape type 2
2026-03-24 03:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 64862063-20c6-5184-9ba3-80dfa7645f10, identifier: 1975336
2026-03-24 03:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 64862063-20c6-5184-9ba3-80dfa7645f10 with identifier: 1975336
2026-03-24 03:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 64862063-20c6-5184-9ba3-80dfa7645f10 with identifier: 1975336
2026-03-24 03:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 64862063-20c6-5184-9ba3-80dfa7645f10 with identifier: 1975336 to the API
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'BLANC PUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '64862063-20c6-5184-9ba3-80dfa7645f10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 50844,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 116h France Business 5p + Stage Hybrid '
'Academy',
'transmission': 'automatic',
'trim': 'Yaris 116h France Business 5p + Stage Hybrid Academy',
'vin': None,
'year': 2021}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975336%27 HTTP/1.1" 200 None
2026-03-24 03:47:40 [ayvens.fr] INFO: Saving data for 1975336: {'auction_closing_time': 1774368000.0, 'created_time': 1774025522.267436, 'last_price_update_time': 1774324060.117254}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975336') HTTP/1.1" 204 0
2026-03-24 03:47:40 [ayvens.fr] INFO: Found listing with ID: 1975337
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975337%27 HTTP/1.1" 200 None
2026-03-24 03:47:40 [ayvens.fr] INFO: Scrape type for 1975337: 2
2026-03-24 03:47:40 [ayvens.fr] INFO: Extracting data for car ID: 1975337
2026-03-24 03:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 782d5cf8-94dc-5722-8339-e9e4f6f352db with identifier: 1975337
2026-03-24 03:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 782d5cf8-94dc-5722-8339-e9e4f6f352db with scrape type 2
2026-03-24 03:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 782d5cf8-94dc-5722-8339-e9e4f6f352db with scrape type 2
2026-03-24 03:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 782d5cf8-94dc-5722-8339-e9e4f6f352db, identifier: 1975337
2026-03-24 03:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 782d5cf8-94dc-5722-8339-e9e4f6f352db with identifier: 1975337
2026-03-24 03:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 782d5cf8-94dc-5722-8339-e9e4f6f352db with identifier: 1975337
2026-03-24 03:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 782d5cf8-94dc-5722-8339-e9e4f6f352db with identifier: 1975337 to the API
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '782d5cf8-94dc-5722-8339-e9e4f6f352db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 76651,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8 125g',
'transmission': 'automatic',
'trim': '2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8 125g',
'vin': None,
'year': 2021}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975337%27 HTTP/1.1" 200 None
2026-03-24 03:47:40 [ayvens.fr] INFO: Saving data for 1975337: {'auction_closing_time': 1774368000.0, 'created_time': 1774025523.571901, 'last_price_update_time': 1774324060.50798}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975337') HTTP/1.1" 204 0
2026-03-24 03:47:40 [ayvens.fr] INFO: Found listing with ID: 1975338
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975338%27 HTTP/1.1" 200 None
2026-03-24 03:47:40 [ayvens.fr] INFO: Scrape type for 1975338: 2
2026-03-24 03:47:40 [ayvens.fr] INFO: Extracting data for car ID: 1975338
2026-03-24 03:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b40d9803-502f-542c-be2a-4eaeec7a0b95 with identifier: 1975338
2026-03-24 03:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b40d9803-502f-542c-be2a-4eaeec7a0b95 with scrape type 2
2026-03-24 03:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b40d9803-502f-542c-be2a-4eaeec7a0b95 with scrape type 2
2026-03-24 03:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b40d9803-502f-542c-be2a-4eaeec7a0b95, identifier: 1975338
2026-03-24 03:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b40d9803-502f-542c-be2a-4eaeec7a0b95 with identifier: 1975338
2026-03-24 03:47:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b40d9803-502f-542c-be2a-4eaeec7a0b95 with identifier: 1975338
2026-03-24 03:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b40d9803-502f-542c-be2a-4eaeec7a0b95 with identifier: 1975338 to the API
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': 'BLEU CAVANSITE M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'b40d9803-502f-542c-be2a-4eaeec7a0b95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE GLE COUPE',
'odometer': 92584,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE GLE COUPE GLE Coupe 350 e 211+136ch AMG Line '
'4Matic 9G-Tronic',
'transmission': 'automatic',
'trim': 'GLE Coupe 350 e 211+136ch AMG Line 4Matic 9G-Tronic',
'vin': None,
'year': 2022}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975338%27 HTTP/1.1" 200 None
2026-03-24 03:47:40 [ayvens.fr] INFO: Saving data for 1975338: {'auction_closing_time': 1774368000.0, 'created_time': 1774025524.994152, 'last_price_update_time': 1774324060.91736}
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975338') HTTP/1.1" 204 0
2026-03-24 03:47:41 [ayvens.fr] INFO: Found listing with ID: 1975339
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975339%27 HTTP/1.1" 200 None
2026-03-24 03:47:41 [ayvens.fr] INFO: Scrape type for 1975339: 2
2026-03-24 03:47:41 [ayvens.fr] INFO: Extracting data for car ID: 1975339
2026-03-24 03:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4da12205-4192-574d-b97c-5a1eea5793d6 with identifier: 1975339
2026-03-24 03:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4da12205-4192-574d-b97c-5a1eea5793d6 with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4da12205-4192-574d-b97c-5a1eea5793d6 with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4da12205-4192-574d-b97c-5a1eea5793d6, identifier: 1975339
2026-03-24 03:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4da12205-4192-574d-b97c-5a1eea5793d6 with identifier: 1975339
2026-03-24 03:47:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4da12205-4192-574d-b97c-5a1eea5793d6 with identifier: 1975339
2026-03-24 03:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4da12205-4192-574d-b97c-5a1eea5793d6 with identifier: 1975339 to the API
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLEU TIJUCA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4da12205-4192-574d-b97c-5a1eea5793d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 147665,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-17',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross BlueHDi 130ch S&S Business EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross BlueHDi 130ch S&S Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975339%27 HTTP/1.1" 200 None
2026-03-24 03:47:41 [ayvens.fr] INFO: Saving data for 1975339: {'auction_closing_time': 1774368000.0, 'created_time': 1774025525.911374, 'last_price_update_time': 1774324061.428643}
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975339') HTTP/1.1" 204 0
2026-03-24 03:47:41 [ayvens.fr] INFO: Found listing with ID: 1975340
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975340%27 HTTP/1.1" 200 None
2026-03-24 03:47:41 [ayvens.fr] INFO: Scrape type for 1975340: 2
2026-03-24 03:47:41 [ayvens.fr] INFO: Extracting data for car ID: 1975340
2026-03-24 03:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad3a9ee6-a907-593e-95c9-c646983ee70d with identifier: 1975340
2026-03-24 03:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad3a9ee6-a907-593e-95c9-c646983ee70d with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad3a9ee6-a907-593e-95c9-c646983ee70d with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ad3a9ee6-a907-593e-95c9-c646983ee70d, identifier: 1975340
2026-03-24 03:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ad3a9ee6-a907-593e-95c9-c646983ee70d with identifier: 1975340
2026-03-24 03:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ad3a9ee6-a907-593e-95c9-c646983ee70d with identifier: 1975340
2026-03-24 03:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ad3a9ee6-a907-593e-95c9-c646983ee70d with identifier: 1975340 to the API
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 69,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'ad3a9ee6-a907-593e-95c9-c646983ee70d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT',
'odometer': 141591,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER SPORT Range Rover Sport 2.0 P400e 404ch SE '
'Mark VIII',
'transmission': 'automatic',
'trim': 'Range Rover Sport 2.0 P400e 404ch SE Mark VIII',
'vin': None,
'year': 2019}
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975340%27 HTTP/1.1" 200 None
2026-03-24 03:47:41 [ayvens.fr] INFO: Saving data for 1975340: {'auction_closing_time': 1774368000.0, 'created_time': 1774025528.346846, 'last_price_update_time': 1774324061.812222}
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975340') HTTP/1.1" 204 0
2026-03-24 03:47:41 [ayvens.fr] INFO: Found listing with ID: 1975341
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975341%27 HTTP/1.1" 200 None
2026-03-24 03:47:41 [ayvens.fr] INFO: Scrape type for 1975341: 2
2026-03-24 03:47:41 [ayvens.fr] INFO: Extracting data for car ID: 1975341
2026-03-24 03:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f64e65d0-67d8-5efa-b224-ce09db479c9b with identifier: 1975341
2026-03-24 03:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f64e65d0-67d8-5efa-b224-ce09db479c9b with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f64e65d0-67d8-5efa-b224-ce09db479c9b with scrape type 2
2026-03-24 03:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f64e65d0-67d8-5efa-b224-ce09db479c9b, identifier: 1975341
2026-03-24 03:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f64e65d0-67d8-5efa-b224-ce09db479c9b with identifier: 1975341
2026-03-24 03:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f64e65d0-67d8-5efa-b224-ce09db479c9b with identifier: 1975341
2026-03-24 03:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f64e65d0-67d8-5efa-b224-ce09db479c9b with identifier: 1975341 to the API
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f64e65d0-67d8-5efa-b224-ce09db479c9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'GRAND C4 SPACETOURER',
'odometer': 73428,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-13',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER Grand C4 SpaceTourer BlueHDi 130ch S&S '
'Shine',
'transmission': 'manual',
'trim': 'Grand C4 SpaceTourer BlueHDi 130ch S&S Shine',
'vin': None,
'year': 2021}
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975341%27 HTTP/1.1" 200 None
2026-03-24 03:47:42 [ayvens.fr] INFO: Saving data for 1975341: {'auction_closing_time': 1774368000.0, 'created_time': 1774025529.548949, 'last_price_update_time': 1774324062.20115}
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975341') HTTP/1.1" 204 0
2026-03-24 03:47:42 [ayvens.fr] INFO: Found listing with ID: 1975342
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975342%27 HTTP/1.1" 200 None
2026-03-24 03:47:42 [ayvens.fr] INFO: Scrape type for 1975342: 2
2026-03-24 03:47:42 [ayvens.fr] INFO: Extracting data for car ID: 1975342
2026-03-24 03:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with identifier: 1975342
2026-03-24 03:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with scrape type 2
2026-03-24 03:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with scrape type 2
2026-03-24 03:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a1223c4c-8d3b-52a6-b33e-c40c8e05b086, identifier: 1975342
2026-03-24 03:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with identifier: 1975342
2026-03-24 03:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with identifier: 1975342
2026-03-24 03:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a1223c4c-8d3b-52a6-b33e-c40c8e05b086 with identifier: 1975342 to the API
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'SKYSCRAPER GRAU METALISEE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'a1223c4c-8d3b-52a6-b33e-c40c8e05b086',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 103937,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 320iA xDrive 184ch Business Design',
'transmission': 'automatic',
'trim': 'Serie 3 320iA xDrive 184ch Business Design',
'vin': None,
'year': 2023}
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975342%27 HTTP/1.1" 200 None
2026-03-24 03:47:42 [ayvens.fr] INFO: Saving data for 1975342: {'auction_closing_time': 1774368000.0, 'created_time': 1774025530.76006, 'last_price_update_time': 1774324062.597575}
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975342') HTTP/1.1" 204 0
2026-03-24 03:47:42 [ayvens.fr] INFO: Found listing with ID: 1975343
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975343%27 HTTP/1.1" 200 None
2026-03-24 03:47:42 [ayvens.fr] INFO: Scrape type for 1975343: 2
2026-03-24 03:47:42 [ayvens.fr] INFO: Extracting data for car ID: 1975343
2026-03-24 03:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1a6524-ff63-5303-bc7f-594a283ea109 with identifier: 1975343
2026-03-24 03:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1a6524-ff63-5303-bc7f-594a283ea109 with scrape type 2
2026-03-24 03:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1a6524-ff63-5303-bc7f-594a283ea109 with scrape type 2
2026-03-24 03:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ef1a6524-ff63-5303-bc7f-594a283ea109, identifier: 1975343
2026-03-24 03:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ef1a6524-ff63-5303-bc7f-594a283ea109 with identifier: 1975343
2026-03-24 03:47:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ef1a6524-ff63-5303-bc7f-594a283ea109 with identifier: 1975343
2026-03-24 03:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ef1a6524-ff63-5303-bc7f-594a283ea109 with identifier: 1975343 to the API
2026-03-24 03:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLEU CELADON',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ef1a6524-ff63-5303-bc7f-594a283ea109',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 106468,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-29',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.5 Blue dCi 85ch Business',
'transmission': 'manual',
'trim': 'Clio 1.5 Blue dCi 85ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975343%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Saving data for 1975343: {'auction_closing_time': 1774368000.0, 'created_time': 1774025532.609284, 'last_price_update_time': 1774324063.021987}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975343') HTTP/1.1" 204 0
2026-03-24 03:47:43 [ayvens.fr] INFO: Found listing with ID: 1975344
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975344%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Scrape type for 1975344: 2
2026-03-24 03:47:43 [ayvens.fr] INFO: Extracting data for car ID: 1975344
2026-03-24 03:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9445590d-32f5-5bd7-90b2-504444c15cec with identifier: 1975344
2026-03-24 03:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9445590d-32f5-5bd7-90b2-504444c15cec with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9445590d-32f5-5bd7-90b2-504444c15cec with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9445590d-32f5-5bd7-90b2-504444c15cec, identifier: 1975344
2026-03-24 03:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9445590d-32f5-5bd7-90b2-504444c15cec with identifier: 1975344
2026-03-24 03:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9445590d-32f5-5bd7-90b2-504444c15cec with identifier: 1975344
2026-03-24 03:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9445590d-32f5-5bd7-90b2-504444c15cec with identifier: 1975344 to the API
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9445590d-32f5-5bd7-90b2-504444c15cec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 96450,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-11',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.5 BlueHDi 130ch S&S GT Line EAT8',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S GT Line EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975344%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Saving data for 1975344: {'auction_closing_time': 1774368000.0, 'created_time': 1774025534.299342, 'last_price_update_time': 1774324063.416412}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975344') HTTP/1.1" 204 0
2026-03-24 03:47:43 [ayvens.fr] INFO: Found listing with ID: 1975345
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975345%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Scrape type for 1975345: 2
2026-03-24 03:47:43 [ayvens.fr] INFO: Extracting data for car ID: 1975345
2026-03-24 03:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f705f92b-83a4-5dc9-b9f9-e64c5710032f with identifier: 1975345
2026-03-24 03:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f705f92b-83a4-5dc9-b9f9-e64c5710032f with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f705f92b-83a4-5dc9-b9f9-e64c5710032f with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f705f92b-83a4-5dc9-b9f9-e64c5710032f, identifier: 1975345
2026-03-24 03:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f705f92b-83a4-5dc9-b9f9-e64c5710032f with identifier: 1975345
2026-03-24 03:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f705f92b-83a4-5dc9-b9f9-e64c5710032f with identifier: 1975345
2026-03-24 03:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f705f92b-83a4-5dc9-b9f9-e64c5710032f with identifier: 1975345 to the API
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'GRIS PLATINUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f705f92b-83a4-5dc9-b9f9-e64c5710032f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 135779,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975345%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Saving data for 1975345: {'auction_closing_time': 1774368000.0, 'created_time': 1774025535.753811, 'last_price_update_time': 1774324063.828541}
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975345') HTTP/1.1" 204 0
2026-03-24 03:47:43 [ayvens.fr] INFO: Found listing with ID: 1975346
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975346%27 HTTP/1.1" 200 None
2026-03-24 03:47:43 [ayvens.fr] INFO: Scrape type for 1975346: 2
2026-03-24 03:47:43 [ayvens.fr] INFO: Extracting data for car ID: 1975346
2026-03-24 03:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1aa4252-a655-5bee-aac6-d2e6781adccd with identifier: 1975346
2026-03-24 03:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1aa4252-a655-5bee-aac6-d2e6781adccd with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1aa4252-a655-5bee-aac6-d2e6781adccd with scrape type 2
2026-03-24 03:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c1aa4252-a655-5bee-aac6-d2e6781adccd, identifier: 1975346
2026-03-24 03:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c1aa4252-a655-5bee-aac6-d2e6781adccd with identifier: 1975346
2026-03-24 03:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c1aa4252-a655-5bee-aac6-d2e6781adccd with identifier: 1975346
2026-03-24 03:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c1aa4252-a655-5bee-aac6-d2e6781adccd with identifier: 1975346 to the API
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c1aa4252-a655-5bee-aac6-d2e6781adccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 138512,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Business',
'transmission': 'manual',
'trim': '3008 1.2 PureTech 130ch S&S Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975346%27 HTTP/1.1" 200 None
2026-03-24 03:47:44 [ayvens.fr] INFO: Saving data for 1975346: {'auction_closing_time': 1774368000.0, 'created_time': 1774025536.97034, 'last_price_update_time': 1774324064.233819}
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975346') HTTP/1.1" 204 0
2026-03-24 03:47:44 [ayvens.fr] INFO: Found listing with ID: 1975347
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975347%27 HTTP/1.1" 200 None
2026-03-24 03:47:44 [ayvens.fr] INFO: Scrape type for 1975347: 2
2026-03-24 03:47:44 [ayvens.fr] INFO: Extracting data for car ID: 1975347
2026-03-24 03:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with identifier: 1975347
2026-03-24 03:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with scrape type 2
2026-03-24 03:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with scrape type 2
2026-03-24 03:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d5a96c6b-cb36-5e1a-91d5-a18d5a79063a, identifier: 1975347
2026-03-24 03:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with identifier: 1975347
2026-03-24 03:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with identifier: 1975347
2026-03-24 03:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d5a96c6b-cb36-5e1a-91d5-a18d5a79063a with identifier: 1975347 to the API
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLANC PUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'd5a96c6b-cb36-5e1a-91d5-a18d5a79063a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 71605,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA Corolla 122h Dynamic Business + Stage Hybrid Academy',
'transmission': 'automatic',
'trim': 'Corolla 122h Dynamic Business + Stage Hybrid Academy',
'vin': None,
'year': 2021}
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975347%27 HTTP/1.1" 200 None
2026-03-24 03:47:44 [ayvens.fr] INFO: Saving data for 1975347: {'auction_closing_time': 1774368000.0, 'created_time': 1774025538.298715, 'last_price_update_time': 1774324064.63105}
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975347') HTTP/1.1" 204 0
2026-03-24 03:47:44 [ayvens.fr] INFO: Found listing with ID: 1975348
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975348%27 HTTP/1.1" 200 None
2026-03-24 03:47:44 [ayvens.fr] INFO: Scrape type for 1975348: 2
2026-03-24 03:47:44 [ayvens.fr] INFO: Extracting data for car ID: 1975348
2026-03-24 03:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with identifier: 1975348
2026-03-24 03:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with scrape type 2
2026-03-24 03:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with scrape type 2
2026-03-24 03:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7e1e91d7-e08e-58cb-8985-079d5a5b95b3, identifier: 1975348
2026-03-24 03:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with identifier: 1975348
2026-03-24 03:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with identifier: 1975348
2026-03-24 03:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7e1e91d7-e08e-58cb-8985-079d5a5b95b3 with identifier: 1975348 to the API
2026-03-24 03:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '7e1e91d7-e08e-58cb-8985-079d5a5b95b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 25650,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK A3 Sportback 35 TFSI 150ch Mild Hybrid Design '
'Luxe S tronic 7',
'transmission': 'automatic',
'trim': 'A3 Sportback 35 TFSI 150ch Mild Hybrid Design Luxe S tronic 7',
'vin': None,
'year': 2021}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975348%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Saving data for 1975348: {'auction_closing_time': 1774368000.0, 'created_time': 1774025539.94855, 'last_price_update_time': 1774324065.035723}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975348') HTTP/1.1" 204 0
2026-03-24 03:47:45 [ayvens.fr] INFO: Found listing with ID: 1975349
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975349%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Scrape type for 1975349: 2
2026-03-24 03:47:45 [ayvens.fr] INFO: Extracting data for car ID: 1975349
2026-03-24 03:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a17349eb-4289-583d-b296-cd2ef1737898 with identifier: 1975349
2026-03-24 03:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a17349eb-4289-583d-b296-cd2ef1737898 with scrape type 2
2026-03-24 03:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a17349eb-4289-583d-b296-cd2ef1737898 with scrape type 2
2026-03-24 03:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a17349eb-4289-583d-b296-cd2ef1737898, identifier: 1975349
2026-03-24 03:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a17349eb-4289-583d-b296-cd2ef1737898 with identifier: 1975349
2026-03-24 03:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a17349eb-4289-583d-b296-cd2ef1737898 with identifier: 1975349
2026-03-24 03:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a17349eb-4289-583d-b296-cd2ef1737898 with identifier: 1975349 to the API
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLANC PUR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'a17349eb-4289-583d-b296-cd2ef1737898',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA',
'odometer': 99627,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA Corolla 122h Dynamic Business + Programme Beyond '
'Zero Academy',
'transmission': 'automatic',
'trim': 'Corolla 122h Dynamic Business + Programme Beyond Zero Academy',
'vin': None,
'year': 2022}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975349%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Saving data for 1975349: {'auction_closing_time': 1774368000.0, 'created_time': 1774025541.758176, 'last_price_update_time': 1774324065.430304}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975349') HTTP/1.1" 204 0
2026-03-24 03:47:45 [ayvens.fr] INFO: Found listing with ID: 1975350
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975350%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Scrape type for 1975350: 2
2026-03-24 03:47:45 [ayvens.fr] INFO: Extracting data for car ID: 1975350
2026-03-24 03:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with identifier: 1975350
2026-03-24 03:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with scrape type 2
2026-03-24 03:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with scrape type 2
2026-03-24 03:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 510c1eb4-c95b-5676-a1f3-ba033c35aa39, identifier: 1975350
2026-03-24 03:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with identifier: 1975350
2026-03-24 03:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with identifier: 1975350
2026-03-24 03:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 510c1eb4-c95b-5676-a1f3-ba033c35aa39 with identifier: 1975350 to the API
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '510c1eb4-c95b-5676-a1f3-ba033c35aa39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 63329,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France 5p',
'vin': None,
'year': 2019}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975350%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Saving data for 1975350: {'auction_closing_time': 1774368000.0, 'created_time': 1774025542.806802, 'last_price_update_time': 1774324065.91313}
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975350') HTTP/1.1" 204 0
2026-03-24 03:47:45 [ayvens.fr] INFO: Found listing with ID: 1975351
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975351%27 HTTP/1.1" 200 None
2026-03-24 03:47:45 [ayvens.fr] INFO: Scrape type for 1975351: 2
2026-03-24 03:47:45 [ayvens.fr] INFO: Extracting data for car ID: 1975351
2026-03-24 03:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 387324c1-a816-5389-9a71-caa1fdac65cc with identifier: 1975351
2026-03-24 03:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 387324c1-a816-5389-9a71-caa1fdac65cc with scrape type 2
2026-03-24 03:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 387324c1-a816-5389-9a71-caa1fdac65cc with scrape type 2
2026-03-24 03:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 387324c1-a816-5389-9a71-caa1fdac65cc, identifier: 1975351
2026-03-24 03:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 387324c1-a816-5389-9a71-caa1fdac65cc with identifier: 1975351
2026-03-24 03:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 387324c1-a816-5389-9a71-caa1fdac65cc with identifier: 1975351
2026-03-24 03:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 387324c1-a816-5389-9a71-caa1fdac65cc with identifier: 1975351 to the API
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '387324c1-a816-5389-9a71-caa1fdac65cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 24996,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France 5p',
'vin': None,
'year': 2019}
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975351%27 HTTP/1.1" 200 None
2026-03-24 03:47:46 [ayvens.fr] INFO: Saving data for 1975351: {'auction_closing_time': 1774368000.0, 'created_time': 1774025544.324642, 'last_price_update_time': 1774324066.341303}
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975351') HTTP/1.1" 204 0
2026-03-24 03:47:46 [ayvens.fr] INFO: Found listing with ID: 1975352
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975352%27 HTTP/1.1" 200 None
2026-03-24 03:47:46 [ayvens.fr] INFO: Scrape type for 1975352: 2
2026-03-24 03:47:46 [ayvens.fr] INFO: Extracting data for car ID: 1975352
2026-03-24 03:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6c7638-0896-5e50-b4be-78f48117d862 with identifier: 1975352
2026-03-24 03:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6c7638-0896-5e50-b4be-78f48117d862 with scrape type 2
2026-03-24 03:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6c7638-0896-5e50-b4be-78f48117d862 with scrape type 2
2026-03-24 03:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: aa6c7638-0896-5e50-b4be-78f48117d862, identifier: 1975352
2026-03-24 03:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: aa6c7638-0896-5e50-b4be-78f48117d862 with identifier: 1975352
2026-03-24 03:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: aa6c7638-0896-5e50-b4be-78f48117d862 with identifier: 1975352
2026-03-24 03:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: aa6c7638-0896-5e50-b4be-78f48117d862 with identifier: 1975352 to the API
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'NOIR METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'aa6c7638-0896-5e50-b4be-78f48117d862',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'T-ROC',
'odometer': 108290,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC T-Roc 2.0 TDI 150ch Carat DSG7 Euro6d-T',
'transmission': 'automatic',
'trim': 'T-Roc 2.0 TDI 150ch Carat DSG7 Euro6d-T',
'vin': None,
'year': 2020}
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975352%27 HTTP/1.1" 200 None
2026-03-24 03:47:46 [ayvens.fr] INFO: Saving data for 1975352: {'auction_closing_time': 1774368000.0, 'created_time': 1774025546.345445, 'last_price_update_time': 1774324066.731592}
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975352') HTTP/1.1" 204 0
2026-03-24 03:47:46 [ayvens.fr] INFO: Found listing with ID: 1975353
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975353%27 HTTP/1.1" 200 None
2026-03-24 03:47:46 [ayvens.fr] INFO: Scrape type for 1975353: 2
2026-03-24 03:47:46 [ayvens.fr] INFO: Extracting data for car ID: 1975353
2026-03-24 03:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eab6ad43-63a3-5a17-a101-b4b096af4af4 with identifier: 1975353
2026-03-24 03:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eab6ad43-63a3-5a17-a101-b4b096af4af4 with scrape type 2
2026-03-24 03:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eab6ad43-63a3-5a17-a101-b4b096af4af4 with scrape type 2
2026-03-24 03:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eab6ad43-63a3-5a17-a101-b4b096af4af4, identifier: 1975353
2026-03-24 03:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eab6ad43-63a3-5a17-a101-b4b096af4af4 with identifier: 1975353
2026-03-24 03:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eab6ad43-63a3-5a17-a101-b4b096af4af4 with identifier: 1975353
2026-03-24 03:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eab6ad43-63a3-5a17-a101-b4b096af4af4 with identifier: 1975353 to the API
2026-03-24 03:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'eab6ad43-63a3-5a17-a101-b4b096af4af4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 110760,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '2008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975353%27 HTTP/1.1" 200 None
2026-03-24 03:47:47 [ayvens.fr] INFO: Saving data for 1975353: {'auction_closing_time': 1774368000.0, 'created_time': 1774025547.234309, 'last_price_update_time': 1774324067.350319}
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975353') HTTP/1.1" 204 0
2026-03-24 03:47:47 [ayvens.fr] INFO: Found listing with ID: 1975354
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975354%27 HTTP/1.1" 200 None
2026-03-24 03:47:47 [ayvens.fr] INFO: Scrape type for 1975354: 2
2026-03-24 03:47:47 [ayvens.fr] INFO: Extracting data for car ID: 1975354
2026-03-24 03:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d05081-791f-5c27-992c-6e040d5d03a4 with identifier: 1975354
2026-03-24 03:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d05081-791f-5c27-992c-6e040d5d03a4 with scrape type 2
2026-03-24 03:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d05081-791f-5c27-992c-6e040d5d03a4 with scrape type 2
2026-03-24 03:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d1d05081-791f-5c27-992c-6e040d5d03a4, identifier: 1975354
2026-03-24 03:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d1d05081-791f-5c27-992c-6e040d5d03a4 with identifier: 1975354
2026-03-24 03:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d1d05081-791f-5c27-992c-6e040d5d03a4 with identifier: 1975354
2026-03-24 03:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d1d05081-791f-5c27-992c-6e040d5d03a4 with identifier: 1975354 to the API
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'd1d05081-791f-5c27-992c-6e040d5d03a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A4 AVANT',
'odometer': 31921,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT A4 Avant 40 TFSI 204ch Avus quattro S tronic 7',
'transmission': 'automatic',
'trim': 'A4 Avant 40 TFSI 204ch Avus quattro S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975354%27 HTTP/1.1" 200 None
2026-03-24 03:47:47 [ayvens.fr] INFO: Saving data for 1975354: {'auction_closing_time': 1774368000.0, 'created_time': 1774025548.738621, 'last_price_update_time': 1774324067.757362}
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975354') HTTP/1.1" 204 0
2026-03-24 03:47:47 [ayvens.fr] INFO: Found listing with ID: 1975355
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975355%27 HTTP/1.1" 200 None
2026-03-24 03:47:47 [ayvens.fr] INFO: Scrape type for 1975355: 2
2026-03-24 03:47:47 [ayvens.fr] INFO: Extracting data for car ID: 1975355
2026-03-24 03:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d8016d-b26d-515d-b8f1-41a1141f1b79 with identifier: 1975355
2026-03-24 03:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d8016d-b26d-515d-b8f1-41a1141f1b79 with scrape type 2
2026-03-24 03:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d8016d-b26d-515d-b8f1-41a1141f1b79 with scrape type 2
2026-03-24 03:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 04d8016d-b26d-515d-b8f1-41a1141f1b79, identifier: 1975355
2026-03-24 03:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 04d8016d-b26d-515d-b8f1-41a1141f1b79 with identifier: 1975355
2026-03-24 03:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 04d8016d-b26d-515d-b8f1-41a1141f1b79 with identifier: 1975355
2026-03-24 03:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 04d8016d-b26d-515d-b8f1-41a1141f1b79 with identifier: 1975355 to the API
2026-03-24 03:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '04d8016d-b26d-515d-b8f1-41a1141f1b79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 28836,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.6 E-Tech hybride rechargeable 160ch Techno',
'transmission': 'automatic',
'trim': 'Captur 1.6 E-Tech hybride rechargeable 160ch Techno',
'vin': None,
'year': 2023}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975355%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Saving data for 1975355: {'auction_closing_time': 1774368000.0, 'created_time': 1774025550.069935, 'last_price_update_time': 1774324068.159719}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975355') HTTP/1.1" 204 0
2026-03-24 03:47:48 [ayvens.fr] INFO: Found listing with ID: 1975356
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975356%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Scrape type for 1975356: 2
2026-03-24 03:47:48 [ayvens.fr] INFO: Extracting data for car ID: 1975356
2026-03-24 03:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with identifier: 1975356
2026-03-24 03:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with scrape type 2
2026-03-24 03:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with scrape type 2
2026-03-24 03:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1, identifier: 1975356
2026-03-24 03:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with identifier: 1975356
2026-03-24 03:47:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with identifier: 1975356
2026-03-24 03:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1 with identifier: 1975356 to the API
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BLEU CELEBS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '18cb283d-4d6e-5f4b-b4b9-f73ce9987ee1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 130996,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975356%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Saving data for 1975356: {'auction_closing_time': 1774368000.0, 'created_time': 1774025551.725324, 'last_price_update_time': 1774324068.562836}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975356') HTTP/1.1" 204 0
2026-03-24 03:47:48 [ayvens.fr] INFO: Found listing with ID: 1975357
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975357%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Scrape type for 1975357: 2
2026-03-24 03:47:48 [ayvens.fr] INFO: Extracting data for car ID: 1975357
2026-03-24 03:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec069e2-88d9-5f88-8647-d2fb8036babc with identifier: 1975357
2026-03-24 03:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec069e2-88d9-5f88-8647-d2fb8036babc with scrape type 2
2026-03-24 03:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ec069e2-88d9-5f88-8647-d2fb8036babc with scrape type 2
2026-03-24 03:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2ec069e2-88d9-5f88-8647-d2fb8036babc, identifier: 1975357
2026-03-24 03:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2ec069e2-88d9-5f88-8647-d2fb8036babc with identifier: 1975357
2026-03-24 03:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2ec069e2-88d9-5f88-8647-d2fb8036babc with identifier: 1975357
2026-03-24 03:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2ec069e2-88d9-5f88-8647-d2fb8036babc with identifier: 1975357 to the API
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '2ec069e2-88d9-5f88-8647-d2fb8036babc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 93846,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 116h France Business 5p + Stage Hybrid '
'Academy',
'transmission': 'automatic',
'trim': 'Yaris 116h France Business 5p + Stage Hybrid Academy',
'vin': None,
'year': 2021}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975357%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Saving data for 1975357: {'auction_closing_time': 1774368000.0, 'created_time': 1774025552.961043, 'last_price_update_time': 1774324068.945346}
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975357') HTTP/1.1" 204 0
2026-03-24 03:47:48 [ayvens.fr] INFO: Found listing with ID: 1975358
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975358%27 HTTP/1.1" 200 None
2026-03-24 03:47:48 [ayvens.fr] INFO: Scrape type for 1975358: 2
2026-03-24 03:47:48 [ayvens.fr] INFO: Extracting data for car ID: 1975358
2026-03-24 03:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 702ce52f-1bbf-51bc-8f14-c09746796ae4 with identifier: 1975358
2026-03-24 03:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 702ce52f-1bbf-51bc-8f14-c09746796ae4 with scrape type 2
2026-03-24 03:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 702ce52f-1bbf-51bc-8f14-c09746796ae4 with scrape type 2
2026-03-24 03:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 702ce52f-1bbf-51bc-8f14-c09746796ae4, identifier: 1975358
2026-03-24 03:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 702ce52f-1bbf-51bc-8f14-c09746796ae4 with identifier: 1975358
2026-03-24 03:47:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 702ce52f-1bbf-51bc-8f14-c09746796ae4 with identifier: 1975358
2026-03-24 03:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 702ce52f-1bbf-51bc-8f14-c09746796ae4 with identifier: 1975358 to the API
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS SCHISTE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '702ce52f-1bbf-51bc-8f14-c09746796ae4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE E-TECH',
'odometer': 64741,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH Megane E-Tech Electric EV60 220ch Equilibre '
'optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric EV60 220ch Equilibre optimum charge',
'vin': None,
'year': 2022}
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975358%27 HTTP/1.1" 200 None
2026-03-24 03:47:49 [ayvens.fr] INFO: Saving data for 1975358: {'auction_closing_time': 1774368000.0, 'created_time': 1774025554.425841, 'last_price_update_time': 1774324069.372953}
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975358') HTTP/1.1" 204 0
2026-03-24 03:47:49 [ayvens.fr] INFO: Found listing with ID: 1975359
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975359%27 HTTP/1.1" 200 None
2026-03-24 03:47:49 [ayvens.fr] INFO: Scrape type for 1975359: 2
2026-03-24 03:47:49 [ayvens.fr] INFO: Extracting data for car ID: 1975359
2026-03-24 03:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with identifier: 1975359
2026-03-24 03:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with scrape type 2
2026-03-24 03:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with scrape type 2
2026-03-24 03:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af, identifier: 1975359
2026-03-24 03:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with identifier: 1975359
2026-03-24 03:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with identifier: 1975359
2026-03-24 03:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3659d55b-e1ba-53a9-95f7-6b8cc66ab2af with identifier: 1975359 to the API
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3659d55b-e1ba-53a9-95f7-6b8cc66ab2af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 116107,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 100ch S&S Active Pack',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 100ch S&S Active Pack',
'vin': None,
'year': 2021}
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975359%27 HTTP/1.1" 200 None
2026-03-24 03:47:49 [ayvens.fr] INFO: Saving data for 1975359: {'auction_closing_time': 1774368000.0, 'created_time': 1774025555.638736, 'last_price_update_time': 1774324069.765214}
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975359') HTTP/1.1" 204 0
2026-03-24 03:47:49 [ayvens.fr] INFO: Found listing with ID: 1975360
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975360%27 HTTP/1.1" 200 None
2026-03-24 03:47:49 [ayvens.fr] INFO: Scrape type for 1975360: 2
2026-03-24 03:47:49 [ayvens.fr] INFO: Extracting data for car ID: 1975360
2026-03-24 03:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with identifier: 1975360
2026-03-24 03:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with scrape type 2
2026-03-24 03:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with scrape type 2
2026-03-24 03:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 756bc6eb-d24a-56a0-b2b1-c7f18642c549, identifier: 1975360
2026-03-24 03:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with identifier: 1975360
2026-03-24 03:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with identifier: 1975360
2026-03-24 03:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 756bc6eb-d24a-56a0-b2b1-c7f18642c549 with identifier: 1975360 to the API
2026-03-24 03:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '756bc6eb-d24a-56a0-b2b1-c7f18642c549',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 78052,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 95ch Style',
'transmission': 'manual',
'trim': 'Polo 1.0 TSI 95ch Style',
'vin': None,
'year': 2023}
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975360%27 HTTP/1.1" 200 None
2026-03-24 03:47:50 [ayvens.fr] INFO: Saving data for 1975360: {'auction_closing_time': 1774368000.0, 'created_time': 1774025557.012133, 'last_price_update_time': 1774324070.153218}
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975360') HTTP/1.1" 204 0
2026-03-24 03:47:50 [ayvens.fr] INFO: Found listing with ID: 1975361
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975361%27 HTTP/1.1" 200 None
2026-03-24 03:47:50 [ayvens.fr] INFO: Scrape type for 1975361: 2
2026-03-24 03:47:50 [ayvens.fr] INFO: Extracting data for car ID: 1975361
2026-03-24 03:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af7468f3-b295-5f6c-8924-919864e8e077 with identifier: 1975361
2026-03-24 03:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af7468f3-b295-5f6c-8924-919864e8e077 with scrape type 2
2026-03-24 03:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af7468f3-b295-5f6c-8924-919864e8e077 with scrape type 2
2026-03-24 03:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: af7468f3-b295-5f6c-8924-919864e8e077, identifier: 1975361
2026-03-24 03:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: af7468f3-b295-5f6c-8924-919864e8e077 with identifier: 1975361
2026-03-24 03:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: af7468f3-b295-5f6c-8924-919864e8e077 with identifier: 1975361
2026-03-24 03:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: af7468f3-b295-5f6c-8924-919864e8e077 with identifier: 1975361 to the API
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'NOIR ONYX OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'af7468f3-b295-5f6c-8924-919864e8e077',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 42949,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '2008 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975361%27 HTTP/1.1" 200 None
2026-03-24 03:47:50 [ayvens.fr] INFO: Saving data for 1975361: {'auction_closing_time': 1774368000.0, 'created_time': 1774025558.446452, 'last_price_update_time': 1774324070.630862}
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975361') HTTP/1.1" 204 0
2026-03-24 03:47:50 [ayvens.fr] INFO: Found listing with ID: 1975362
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975362%27 HTTP/1.1" 200 None
2026-03-24 03:47:50 [ayvens.fr] INFO: Scrape type for 1975362: 2
2026-03-24 03:47:50 [ayvens.fr] INFO: Extracting data for car ID: 1975362
2026-03-24 03:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b5b967a-f83c-581d-91cd-372ede21259d with identifier: 1975362
2026-03-24 03:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b5b967a-f83c-581d-91cd-372ede21259d with scrape type 2
2026-03-24 03:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b5b967a-f83c-581d-91cd-372ede21259d with scrape type 2
2026-03-24 03:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8b5b967a-f83c-581d-91cd-372ede21259d, identifier: 1975362
2026-03-24 03:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8b5b967a-f83c-581d-91cd-372ede21259d with identifier: 1975362
2026-03-24 03:47:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8b5b967a-f83c-581d-91cd-372ede21259d with identifier: 1975362
2026-03-24 03:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8b5b967a-f83c-581d-91cd-372ede21259d with identifier: 1975362 to the API
2026-03-24 03:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GRIS MANHATTAN',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '8b5b967a-f83c-581d-91cd-372ede21259d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A1',
'odometer': 63991,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 A1 Sportback 30 TFSI 116ch Advanced',
'transmission': 'manual',
'trim': 'A1 Sportback 30 TFSI 116ch Advanced',
'vin': None,
'year': 2020}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975362%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Saving data for 1975362: {'auction_closing_time': 1774368000.0, 'created_time': 1774025560.022519, 'last_price_update_time': 1774324071.073887}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975362') HTTP/1.1" 204 0
2026-03-24 03:47:51 [ayvens.fr] INFO: Found listing with ID: 1975363
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975363%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Scrape type for 1975363: 2
2026-03-24 03:47:51 [ayvens.fr] INFO: Extracting data for car ID: 1975363
2026-03-24 03:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2609cf56-e286-5f3e-8e44-d015909ce5d0 with identifier: 1975363
2026-03-24 03:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2609cf56-e286-5f3e-8e44-d015909ce5d0 with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2609cf56-e286-5f3e-8e44-d015909ce5d0 with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2609cf56-e286-5f3e-8e44-d015909ce5d0, identifier: 1975363
2026-03-24 03:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2609cf56-e286-5f3e-8e44-d015909ce5d0 with identifier: 1975363
2026-03-24 03:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2609cf56-e286-5f3e-8e44-d015909ce5d0 with identifier: 1975363
2026-03-24 03:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2609cf56-e286-5f3e-8e44-d015909ce5d0 with identifier: 1975363 to the API
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '2609cf56-e286-5f3e-8e44-d015909ce5d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 57505,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Model 3 Performance PUP AWD Upgrade - Toit fissuré + '
'pneu déchiré / Cracked roof + torn tire',
'transmission': 'automatic',
'trim': 'Model 3 Performance PUP AWD Upgrade - Toit fissuré + pneu déchiré / '
'Cracked roof + torn tire',
'vin': None,
'year': 2021}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975363%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Saving data for 1975363: {'auction_closing_time': 1774368000.0, 'created_time': 1774025561.045956, 'last_price_update_time': 1774324071.464517}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975363') HTTP/1.1" 204 0
2026-03-24 03:47:51 [ayvens.fr] INFO: Found listing with ID: 1975364
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975364%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Scrape type for 1975364: 2
2026-03-24 03:47:51 [ayvens.fr] INFO: Extracting data for car ID: 1975364
2026-03-24 03:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with identifier: 1975364
2026-03-24 03:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa, identifier: 1975364
2026-03-24 03:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with identifier: 1975364
2026-03-24 03:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with identifier: 1975364
2026-03-24 03:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa with identifier: 1975364 to the API
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 19,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '046d91fb-2c2b-53ff-91a3-d2b5a1e70cfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'NIRO',
'odometer': 51729,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'KIA NIRO Niro 1.6 GDi 183ch PHEV Active Business DCT6',
'transmission': 'automatic',
'trim': 'Niro 1.6 GDi 183ch PHEV Active Business DCT6',
'vin': None,
'year': 2022}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975364%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Saving data for 1975364: {'auction_closing_time': 1774368000.0, 'created_time': 1774025562.485243, 'last_price_update_time': 1774324071.849279}
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975364') HTTP/1.1" 204 0
2026-03-24 03:47:51 [ayvens.fr] INFO: Found listing with ID: 1975365
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975365%27 HTTP/1.1" 200 None
2026-03-24 03:47:51 [ayvens.fr] INFO: Scrape type for 1975365: 2
2026-03-24 03:47:51 [ayvens.fr] INFO: Extracting data for car ID: 1975365
2026-03-24 03:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 048ddeb3-424c-5f4d-be60-5be231552811 with identifier: 1975365
2026-03-24 03:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 048ddeb3-424c-5f4d-be60-5be231552811 with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 048ddeb3-424c-5f4d-be60-5be231552811 with scrape type 2
2026-03-24 03:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 048ddeb3-424c-5f4d-be60-5be231552811, identifier: 1975365
2026-03-24 03:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 048ddeb3-424c-5f4d-be60-5be231552811 with identifier: 1975365
2026-03-24 03:47:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 048ddeb3-424c-5f4d-be60-5be231552811 with identifier: 1975365
2026-03-24 03:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 048ddeb3-424c-5f4d-be60-5be231552811 with identifier: 1975365 to the API
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS ARTENS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '048ddeb3-424c-5f4d-be60-5be231552811',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 97651,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '508 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975365%27 HTTP/1.1" 200 None
2026-03-24 03:47:52 [ayvens.fr] INFO: Saving data for 1975365: {'auction_closing_time': 1774368000.0, 'created_time': 1774025563.99169, 'last_price_update_time': 1774324072.246951}
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975365') HTTP/1.1" 204 0
2026-03-24 03:47:52 [ayvens.fr] INFO: Found listing with ID: 1975366
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975366%27 HTTP/1.1" 200 None
2026-03-24 03:47:52 [ayvens.fr] INFO: Scrape type for 1975366: 2
2026-03-24 03:47:52 [ayvens.fr] INFO: Extracting data for car ID: 1975366
2026-03-24 03:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83894699-80c3-54b4-acdc-aa989f75f220 with identifier: 1975366
2026-03-24 03:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83894699-80c3-54b4-acdc-aa989f75f220 with scrape type 2
2026-03-24 03:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83894699-80c3-54b4-acdc-aa989f75f220 with scrape type 2
2026-03-24 03:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 83894699-80c3-54b4-acdc-aa989f75f220, identifier: 1975366
2026-03-24 03:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 83894699-80c3-54b4-acdc-aa989f75f220 with identifier: 1975366
2026-03-24 03:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 83894699-80c3-54b4-acdc-aa989f75f220 with identifier: 1975366
2026-03-24 03:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 83894699-80c3-54b4-acdc-aa989f75f220 with identifier: 1975366 to the API
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '83894699-80c3-54b4-acdc-aa989f75f220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 141279,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-07',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975366%27 HTTP/1.1" 200 None
2026-03-24 03:47:52 [ayvens.fr] INFO: Saving data for 1975366: {'auction_closing_time': 1774368000.0, 'created_time': 1774025565.223438, 'last_price_update_time': 1774324072.644915}
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975366') HTTP/1.1" 204 0
2026-03-24 03:47:52 [ayvens.fr] INFO: Found listing with ID: 1975367
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975367%27 HTTP/1.1" 200 None
2026-03-24 03:47:52 [ayvens.fr] INFO: Scrape type for 1975367: 2
2026-03-24 03:47:52 [ayvens.fr] INFO: Extracting data for car ID: 1975367
2026-03-24 03:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18aec365-1286-5dbc-993f-ecd0c47fef72 with identifier: 1975367
2026-03-24 03:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18aec365-1286-5dbc-993f-ecd0c47fef72 with scrape type 2
2026-03-24 03:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18aec365-1286-5dbc-993f-ecd0c47fef72 with scrape type 2
2026-03-24 03:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 18aec365-1286-5dbc-993f-ecd0c47fef72, identifier: 1975367
2026-03-24 03:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 18aec365-1286-5dbc-993f-ecd0c47fef72 with identifier: 1975367
2026-03-24 03:47:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 18aec365-1286-5dbc-993f-ecd0c47fef72 with identifier: 1975367
2026-03-24 03:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 18aec365-1286-5dbc-993f-ecd0c47fef72 with identifier: 1975367 to the API
2026-03-24 03:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 30,
'color': 'GRIS MONTAGNE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '18aec365-1286-5dbc-993f-ecd0c47fef72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE GLA',
'odometer': 77089,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE GLA GLA 250 e 160+102ch Business Line 8G-DCT',
'transmission': 'automatic',
'trim': 'GLA 250 e 160+102ch Business Line 8G-DCT',
'vin': None,
'year': 2022}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975367%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Saving data for 1975367: {'auction_closing_time': 1774368000.0, 'created_time': 1774025566.768314, 'last_price_update_time': 1774324073.054927}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975367') HTTP/1.1" 204 0
2026-03-24 03:47:53 [ayvens.fr] INFO: Found listing with ID: 1975368
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975368%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Scrape type for 1975368: 2
2026-03-24 03:47:53 [ayvens.fr] INFO: Extracting data for car ID: 1975368
2026-03-24 03:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d83afbc6-4af8-5711-80aa-5aefee3259c7 with identifier: 1975368
2026-03-24 03:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d83afbc6-4af8-5711-80aa-5aefee3259c7 with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d83afbc6-4af8-5711-80aa-5aefee3259c7 with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d83afbc6-4af8-5711-80aa-5aefee3259c7, identifier: 1975368
2026-03-24 03:47:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d83afbc6-4af8-5711-80aa-5aefee3259c7 with identifier: 1975368
2026-03-24 03:47:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d83afbc6-4af8-5711-80aa-5aefee3259c7 with identifier: 1975368
2026-03-24 03:47:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d83afbc6-4af8-5711-80aa-5aefee3259c7 with identifier: 1975368 to the API
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 55,
'color': 'MELTING SILVER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'd83afbc6-4af8-5711-80aa-5aefee3259c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'COUNTRYMAN',
'odometer': 34919,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'MINI COUNTRYMAN Countryman Cooper SE 136ch + 88ch Exquisite ALL4 '
'BVA',
'transmission': 'automatic',
'trim': 'Countryman Cooper SE 136ch + 88ch Exquisite ALL4 BVA',
'vin': None,
'year': 2019}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975368%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Saving data for 1975368: {'auction_closing_time': 1774368000.0, 'created_time': 1774025568.262585, 'last_price_update_time': 1774324073.451855}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975368') HTTP/1.1" 204 0
2026-03-24 03:47:53 [ayvens.fr] INFO: Found listing with ID: 1975369
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975369%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Scrape type for 1975369: 2
2026-03-24 03:47:53 [ayvens.fr] INFO: Extracting data for car ID: 1975369
2026-03-24 03:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 705bc72f-8ebd-578f-8d78-3af548dcb165 with identifier: 1975369
2026-03-24 03:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 705bc72f-8ebd-578f-8d78-3af548dcb165 with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 705bc72f-8ebd-578f-8d78-3af548dcb165 with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 705bc72f-8ebd-578f-8d78-3af548dcb165, identifier: 1975369
2026-03-24 03:47:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 705bc72f-8ebd-578f-8d78-3af548dcb165 with identifier: 1975369
2026-03-24 03:47:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 705bc72f-8ebd-578f-8d78-3af548dcb165 with identifier: 1975369
2026-03-24 03:47:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 705bc72f-8ebd-578f-8d78-3af548dcb165 with identifier: 1975369 to the API
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'Rouge Radiant m',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '705bc72f-8ebd-578f-8d78-3af548dcb165',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HONDA',
'model': 'ZR-V',
'odometer': 23875,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'HONDA ZR-V ZR-V 2.0 i-MMD 184ch e:HEV Sport',
'transmission': 'automatic',
'trim': 'ZR-V 2.0 i-MMD 184ch e:HEV Sport',
'vin': None,
'year': 2025}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975369%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Saving data for 1975369: {'auction_closing_time': 1774368000.0, 'created_time': 1774025569.789449, 'last_price_update_time': 1774324073.853271}
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975369') HTTP/1.1" 204 0
2026-03-24 03:47:53 [ayvens.fr] INFO: Found listing with ID: 1975370
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975370%27 HTTP/1.1" 200 None
2026-03-24 03:47:53 [ayvens.fr] INFO: Scrape type for 1975370: 2
2026-03-24 03:47:53 [ayvens.fr] INFO: Extracting data for car ID: 1975370
2026-03-24 03:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with identifier: 1975370
2026-03-24 03:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with scrape type 2
2026-03-24 03:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3d3c96d1-d81c-5bd0-bb7a-ef680898400f, identifier: 1975370
2026-03-24 03:47:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with identifier: 1975370
2026-03-24 03:47:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with identifier: 1975370
2026-03-24 03:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3d3c96d1-d81c-5bd0-bb7a-ef680898400f with identifier: 1975370 to the API
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3d3c96d1-d81c-5bd0-bb7a-ef680898400f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'STONIC',
'odometer': 58235,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'KIA STONIC Stonic 1.0 T-GDi 100ch Active Business',
'transmission': 'manual',
'trim': 'Stonic 1.0 T-GDi 100ch Active Business',
'vin': None,
'year': 2021}
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975370%27 HTTP/1.1" 200 None
2026-03-24 03:47:54 [ayvens.fr] INFO: Saving data for 1975370: {'auction_closing_time': 1774368000.0, 'created_time': 1774025571.08136, 'last_price_update_time': 1774324074.258851}
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975370') HTTP/1.1" 204 0
2026-03-24 03:47:54 [ayvens.fr] INFO: Found listing with ID: 1975371
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975371%27 HTTP/1.1" 200 None
2026-03-24 03:47:54 [ayvens.fr] INFO: Scrape type for 1975371: 2
2026-03-24 03:47:54 [ayvens.fr] INFO: Extracting data for car ID: 1975371
2026-03-24 03:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf13c5a-88f0-5e96-b342-25b7473c347c with identifier: 1975371
2026-03-24 03:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf13c5a-88f0-5e96-b342-25b7473c347c with scrape type 2
2026-03-24 03:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf13c5a-88f0-5e96-b342-25b7473c347c with scrape type 2
2026-03-24 03:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ddf13c5a-88f0-5e96-b342-25b7473c347c, identifier: 1975371
2026-03-24 03:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ddf13c5a-88f0-5e96-b342-25b7473c347c with identifier: 1975371
2026-03-24 03:47:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ddf13c5a-88f0-5e96-b342-25b7473c347c with identifier: 1975371
2026-03-24 03:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ddf13c5a-88f0-5e96-b342-25b7473c347c with identifier: 1975371 to the API
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLEU MINERAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'ddf13c5a-88f0-5e96-b342-25b7473c347c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LEXUS',
'model': 'NX',
'odometer': 42378,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'LEXUS NX NX 300h 2WD Luxe',
'transmission': 'automatic',
'trim': 'NX 300h 2WD Luxe',
'vin': None,
'year': 2020}
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975371%27 HTTP/1.1" 200 None
2026-03-24 03:47:54 [ayvens.fr] INFO: Saving data for 1975371: {'auction_closing_time': 1774368000.0, 'created_time': 1774025572.455047, 'last_price_update_time': 1774324074.681013}
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975371') HTTP/1.1" 204 0
2026-03-24 03:47:54 [ayvens.fr] INFO: Found listing with ID: 1975372
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975372%27 HTTP/1.1" 200 None
2026-03-24 03:47:54 [ayvens.fr] INFO: Scrape type for 1975372: 2
2026-03-24 03:47:54 [ayvens.fr] INFO: Extracting data for car ID: 1975372
2026-03-24 03:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a9bc63-0d72-5d65-9569-fe2f0de0375d with identifier: 1975372
2026-03-24 03:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a9bc63-0d72-5d65-9569-fe2f0de0375d with scrape type 2
2026-03-24 03:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a9bc63-0d72-5d65-9569-fe2f0de0375d with scrape type 2
2026-03-24 03:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b5a9bc63-0d72-5d65-9569-fe2f0de0375d, identifier: 1975372
2026-03-24 03:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b5a9bc63-0d72-5d65-9569-fe2f0de0375d with identifier: 1975372
2026-03-24 03:47:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b5a9bc63-0d72-5d65-9569-fe2f0de0375d with identifier: 1975372
2026-03-24 03:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b5a9bc63-0d72-5d65-9569-fe2f0de0375d with identifier: 1975372 to the API
2026-03-24 03:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'SUNSET RED',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'b5a9bc63-0d72-5d65-9569-fe2f0de0375d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 102201,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON Tucson 1.6 T-GDi 230ch Hybrid Creative BVA6',
'transmission': 'automatic',
'trim': 'Tucson 1.6 T-GDi 230ch Hybrid Creative BVA6',
'vin': None,
'year': 2022}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975372%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Saving data for 1975372: {'auction_closing_time': 1774368000.0, 'created_time': 1774025573.811295, 'last_price_update_time': 1774324075.171485}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975372') HTTP/1.1" 204 0
2026-03-24 03:47:55 [ayvens.fr] INFO: Found listing with ID: 1975373
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975373%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Scrape type for 1975373: 2
2026-03-24 03:47:55 [ayvens.fr] INFO: Extracting data for car ID: 1975373
2026-03-24 03:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26155fcd-6df4-5698-9c21-990fc0741671 with identifier: 1975373
2026-03-24 03:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26155fcd-6df4-5698-9c21-990fc0741671 with scrape type 2
2026-03-24 03:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26155fcd-6df4-5698-9c21-990fc0741671 with scrape type 2
2026-03-24 03:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 26155fcd-6df4-5698-9c21-990fc0741671, identifier: 1975373
2026-03-24 03:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 26155fcd-6df4-5698-9c21-990fc0741671 with identifier: 1975373
2026-03-24 03:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 26155fcd-6df4-5698-9c21-990fc0741671 with identifier: 1975373
2026-03-24 03:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 26155fcd-6df4-5698-9c21-990fc0741671 with identifier: 1975373 to the API
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '26155fcd-6df4-5698-9c21-990fc0741671',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 148034,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF Golf 1.4 eHybrid 245ch GTE DSG6',
'transmission': 'automatic',
'trim': 'Golf 1.4 eHybrid 245ch GTE DSG6',
'vin': None,
'year': 2021}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975373%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Saving data for 1975373: {'auction_closing_time': 1774368000.0, 'created_time': 1774025574.936795, 'last_price_update_time': 1774324075.556849}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975373') HTTP/1.1" 204 0
2026-03-24 03:47:55 [ayvens.fr] INFO: Found listing with ID: 1975374
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975374%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Scrape type for 1975374: 2
2026-03-24 03:47:55 [ayvens.fr] INFO: Extracting data for car ID: 1975374
2026-03-24 03:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 830adb7c-5346-58e5-a06b-e84231de0416 with identifier: 1975374
2026-03-24 03:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830adb7c-5346-58e5-a06b-e84231de0416 with scrape type 2
2026-03-24 03:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 830adb7c-5346-58e5-a06b-e84231de0416 with scrape type 2
2026-03-24 03:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 830adb7c-5346-58e5-a06b-e84231de0416, identifier: 1975374
2026-03-24 03:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 830adb7c-5346-58e5-a06b-e84231de0416 with identifier: 1975374
2026-03-24 03:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 830adb7c-5346-58e5-a06b-e84231de0416 with identifier: 1975374
2026-03-24 03:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 830adb7c-5346-58e5-a06b-e84231de0416 with identifier: 1975374 to the API
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '830adb7c-5346-58e5-a06b-e84231de0416',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 85501,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-05',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Model 3 Long-Range Dual Motor AWD',
'transmission': 'automatic',
'trim': 'Model 3 Long-Range Dual Motor AWD',
'vin': None,
'year': 2022}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975374%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Saving data for 1975374: {'auction_closing_time': 1774368000.0, 'created_time': 1774025580.167185, 'last_price_update_time': 1774324075.955738}
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975374') HTTP/1.1" 204 0
2026-03-24 03:47:55 [ayvens.fr] INFO: Found listing with ID: 1975375
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975375%27 HTTP/1.1" 200 None
2026-03-24 03:47:55 [ayvens.fr] INFO: Scrape type for 1975375: 2
2026-03-24 03:47:55 [ayvens.fr] INFO: Extracting data for car ID: 1975375
2026-03-24 03:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with identifier: 1975375
2026-03-24 03:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with scrape type 2
2026-03-24 03:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with scrape type 2
2026-03-24 03:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b, identifier: 1975375
2026-03-24 03:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with identifier: 1975375
2026-03-24 03:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with identifier: 1975375
2026-03-24 03:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 350afc83-7cbc-5e05-9e20-6cff6b1d9e7b with identifier: 1975375 to the API
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '350afc83-7cbc-5e05-9e20-6cff6b1d9e7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'GRANDLAND',
'odometer': 104907,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL GRANDLAND Grandland 1.5 D 130ch GS Line BVA8',
'transmission': 'automatic',
'trim': 'Grandland 1.5 D 130ch GS Line BVA8',
'vin': None,
'year': 2022}
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975375%27 HTTP/1.1" 200 None
2026-03-24 03:47:56 [ayvens.fr] INFO: Saving data for 1975375: {'auction_closing_time': 1774368000.0, 'created_time': 1774025581.427386, 'last_price_update_time': 1774324076.361693}
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975375') HTTP/1.1" 204 0
2026-03-24 03:47:56 [ayvens.fr] INFO: Found listing with ID: 1975376
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975376%27 HTTP/1.1" 200 None
2026-03-24 03:47:56 [ayvens.fr] INFO: Scrape type for 1975376: 2
2026-03-24 03:47:56 [ayvens.fr] INFO: Extracting data for car ID: 1975376
2026-03-24 03:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cdaf746-acc9-59bf-86b0-847997c4c45e with identifier: 1975376
2026-03-24 03:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cdaf746-acc9-59bf-86b0-847997c4c45e with scrape type 2
2026-03-24 03:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cdaf746-acc9-59bf-86b0-847997c4c45e with scrape type 2
2026-03-24 03:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8cdaf746-acc9-59bf-86b0-847997c4c45e, identifier: 1975376
2026-03-24 03:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8cdaf746-acc9-59bf-86b0-847997c4c45e with identifier: 1975376
2026-03-24 03:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8cdaf746-acc9-59bf-86b0-847997c4c45e with identifier: 1975376
2026-03-24 03:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8cdaf746-acc9-59bf-86b0-847997c4c45e with identifier: 1975376 to the API
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8cdaf746-acc9-59bf-86b0-847997c4c45e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 51908,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 100ch E6.c S&S Active Business',
'transmission': 'manual',
'trim': '308 1.5 BlueHDi 100ch E6.c S&S Active Business',
'vin': None,
'year': 2020}
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975376%27 HTTP/1.1" 200 None
2026-03-24 03:47:56 [ayvens.fr] INFO: Saving data for 1975376: {'auction_closing_time': 1774368000.0, 'created_time': 1774025582.497494, 'last_price_update_time': 1774324076.795311}
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975376') HTTP/1.1" 204 0
2026-03-24 03:47:56 [ayvens.fr] INFO: Found listing with ID: 1975377
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975377%27 HTTP/1.1" 200 None
2026-03-24 03:47:56 [ayvens.fr] INFO: Scrape type for 1975377: 2
2026-03-24 03:47:56 [ayvens.fr] INFO: Extracting data for car ID: 1975377
2026-03-24 03:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with identifier: 1975377
2026-03-24 03:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with scrape type 2
2026-03-24 03:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with scrape type 2
2026-03-24 03:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 68bc67d7-9d89-5508-b581-11ed1d3dd2a2, identifier: 1975377
2026-03-24 03:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with identifier: 1975377
2026-03-24 03:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with identifier: 1975377
2026-03-24 03:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 68bc67d7-9d89-5508-b581-11ed1d3dd2a2 with identifier: 1975377 to the API
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '68bc67d7-9d89-5508-b581-11ed1d3dd2a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LEXUS',
'model': 'NX',
'odometer': 21713,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-21',
'seats_number': 5,
'seller_name': None,
'title': 'LEXUS NX NX 450h+ F SPORT Executive 4WD',
'transmission': 'automatic',
'trim': 'NX 450h+ F SPORT Executive 4WD',
'vin': None,
'year': 2023}
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975377%27 HTTP/1.1" 200 None
2026-03-24 03:47:57 [ayvens.fr] INFO: Saving data for 1975377: {'auction_closing_time': 1774368000.0, 'created_time': 1774025583.902144, 'last_price_update_time': 1774324077.1797}
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975377') HTTP/1.1" 204 0
2026-03-24 03:47:57 [ayvens.fr] INFO: Found listing with ID: 1975378
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975378%27 HTTP/1.1" 200 None
2026-03-24 03:47:57 [ayvens.fr] INFO: Scrape type for 1975378: 2
2026-03-24 03:47:57 [ayvens.fr] INFO: Extracting data for car ID: 1975378
2026-03-24 03:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with identifier: 1975378
2026-03-24 03:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with scrape type 2
2026-03-24 03:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with scrape type 2
2026-03-24 03:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f3be033e-9b0e-5a39-ad45-bdcf4b28a708, identifier: 1975378
2026-03-24 03:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with identifier: 1975378
2026-03-24 03:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with identifier: 1975378
2026-03-24 03:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f3be033e-9b0e-5a39-ad45-bdcf4b28a708 with identifier: 1975378 to the API
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 34,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'f3be033e-9b0e-5a39-ad45-bdcf4b28a708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 147785,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 Crossback E-TENSE 4x4 300ch Performance '
'Line',
'transmission': 'automatic',
'trim': 'DS 7 Crossback E-TENSE 4x4 300ch Performance Line',
'vin': None,
'year': 2021}
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975378%27 HTTP/1.1" 200 None
2026-03-24 03:47:57 [ayvens.fr] INFO: Saving data for 1975378: {'auction_closing_time': 1774368000.0, 'created_time': 1774025585.495119, 'last_price_update_time': 1774324077.596038}
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975378') HTTP/1.1" 204 0
2026-03-24 03:47:57 [ayvens.fr] INFO: Found listing with ID: 1975379
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975379%27 HTTP/1.1" 200 None
2026-03-24 03:47:57 [ayvens.fr] INFO: Scrape type for 1975379: 2
2026-03-24 03:47:57 [ayvens.fr] INFO: Extracting data for car ID: 1975379
2026-03-24 03:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d418a555-e974-5ab7-a35a-524b4a6988dd with identifier: 1975379
2026-03-24 03:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d418a555-e974-5ab7-a35a-524b4a6988dd with scrape type 2
2026-03-24 03:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d418a555-e974-5ab7-a35a-524b4a6988dd with scrape type 2
2026-03-24 03:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d418a555-e974-5ab7-a35a-524b4a6988dd, identifier: 1975379
2026-03-24 03:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d418a555-e974-5ab7-a35a-524b4a6988dd with identifier: 1975379
2026-03-24 03:47:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d418a555-e974-5ab7-a35a-524b4a6988dd with identifier: 1975379
2026-03-24 03:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d418a555-e974-5ab7-a35a-524b4a6988dd with identifier: 1975379 to the API
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS LUNAIRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'd418a555-e974-5ab7-a35a-524b4a6988dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'ID.4',
'odometer': 39658,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 ID.4 204ch Pro Performance 77 kWh',
'transmission': 'automatic',
'trim': 'ID.4 204ch Pro Performance 77 kWh',
'vin': None,
'year': 2022}
2026-03-24 03:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975379%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Saving data for 1975379: {'auction_closing_time': 1774368000.0, 'created_time': 1774025587.025414, 'last_price_update_time': 1774324078.005928}
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975379') HTTP/1.1" 204 0
2026-03-24 03:47:58 [ayvens.fr] INFO: Found listing with ID: 1975380
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975380%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Scrape type for 1975380: 2
2026-03-24 03:47:58 [ayvens.fr] INFO: Extracting data for car ID: 1975380
2026-03-24 03:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a5e38cc-b961-5887-b72f-1c35b89af02b with identifier: 1975380
2026-03-24 03:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a5e38cc-b961-5887-b72f-1c35b89af02b with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a5e38cc-b961-5887-b72f-1c35b89af02b with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4a5e38cc-b961-5887-b72f-1c35b89af02b, identifier: 1975380
2026-03-24 03:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4a5e38cc-b961-5887-b72f-1c35b89af02b with identifier: 1975380
2026-03-24 03:47:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4a5e38cc-b961-5887-b72f-1c35b89af02b with identifier: 1975380
2026-03-24 03:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4a5e38cc-b961-5887-b72f-1c35b89af02b with identifier: 1975380 to the API
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLANC LUNE METALLIS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4a5e38cc-b961-5887-b72f-1c35b89af02b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'KAROQ',
'odometer': 125370,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ Karoq 2.0 TDI 116ch SCR Business DSG7',
'transmission': 'automatic',
'trim': 'Karoq 2.0 TDI 116ch SCR Business DSG7',
'vin': None,
'year': 2022}
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975380%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Saving data for 1975380: {'auction_closing_time': 1774368000.0, 'created_time': 1774025588.370721, 'last_price_update_time': 1774324078.412031}
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975380') HTTP/1.1" 204 0
2026-03-24 03:47:58 [ayvens.fr] INFO: Found listing with ID: 1975381
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975381%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Scrape type for 1975381: 2
2026-03-24 03:47:58 [ayvens.fr] INFO: Extracting data for car ID: 1975381
2026-03-24 03:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8792c0-41f4-552e-9f33-80e9c763b229 with identifier: 1975381
2026-03-24 03:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8792c0-41f4-552e-9f33-80e9c763b229 with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a8792c0-41f4-552e-9f33-80e9c763b229 with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9a8792c0-41f4-552e-9f33-80e9c763b229, identifier: 1975381
2026-03-24 03:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9a8792c0-41f4-552e-9f33-80e9c763b229 with identifier: 1975381
2026-03-24 03:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9a8792c0-41f4-552e-9f33-80e9c763b229 with identifier: 1975381
2026-03-24 03:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9a8792c0-41f4-552e-9f33-80e9c763b229 with identifier: 1975381 to the API
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '9a8792c0-41f4-552e-9f33-80e9c763b229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ARKANA',
'odometer': 55575,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ARKANA Arkana 1.6 E-Tech hybride 145ch Equilibre',
'transmission': 'automatic',
'trim': 'Arkana 1.6 E-Tech hybride 145ch Equilibre',
'vin': None,
'year': 2022}
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975381%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Saving data for 1975381: {'auction_closing_time': 1774368000.0, 'created_time': 1774025589.453309, 'last_price_update_time': 1774324078.796173}
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975381') HTTP/1.1" 204 0
2026-03-24 03:47:58 [ayvens.fr] INFO: Found listing with ID: 1975382
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975382%27 HTTP/1.1" 200 None
2026-03-24 03:47:58 [ayvens.fr] INFO: Scrape type for 1975382: 2
2026-03-24 03:47:58 [ayvens.fr] INFO: Extracting data for car ID: 1975382
2026-03-24 03:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f447cabc-6aa4-5e37-862b-d78ae3ee7afe with identifier: 1975382
2026-03-24 03:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f447cabc-6aa4-5e37-862b-d78ae3ee7afe with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f447cabc-6aa4-5e37-862b-d78ae3ee7afe with scrape type 2
2026-03-24 03:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f447cabc-6aa4-5e37-862b-d78ae3ee7afe, identifier: 1975382
2026-03-24 03:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f447cabc-6aa4-5e37-862b-d78ae3ee7afe with identifier: 1975382
2026-03-24 03:47:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f447cabc-6aa4-5e37-862b-d78ae3ee7afe with identifier: 1975382
2026-03-24 03:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f447cabc-6aa4-5e37-862b-d78ae3ee7afe with identifier: 1975382 to the API
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 39,
'color': 'NIGHTSHADE BLUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'f447cabc-6aa4-5e37-862b-d78ae3ee7afe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 40944,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN Tiguan 1.4 eHybrid 245ch Elegance DSG6',
'transmission': 'automatic',
'trim': 'Tiguan 1.4 eHybrid 245ch Elegance DSG6',
'vin': None,
'year': 2021}
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975382%27 HTTP/1.1" 200 None
2026-03-24 03:47:59 [ayvens.fr] INFO: Saving data for 1975382: {'auction_closing_time': 1774368000.0, 'created_time': 1774025590.689807, 'last_price_update_time': 1774324079.190749}
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975382') HTTP/1.1" 204 0
2026-03-24 03:47:59 [ayvens.fr] INFO: Found listing with ID: 1975383
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975383%27 HTTP/1.1" 200 None
2026-03-24 03:47:59 [ayvens.fr] INFO: Scrape type for 1975383: 2
2026-03-24 03:47:59 [ayvens.fr] INFO: Extracting data for car ID: 1975383
2026-03-24 03:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with identifier: 1975383
2026-03-24 03:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with scrape type 2
2026-03-24 03:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with scrape type 2
2026-03-24 03:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c0a1da62-a2e7-5d1e-83c3-eb4a935459d5, identifier: 1975383
2026-03-24 03:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with identifier: 1975383
2026-03-24 03:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with identifier: 1975383
2026-03-24 03:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c0a1da62-a2e7-5d1e-83c3-eb4a935459d5 with identifier: 1975383 to the API
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'c0a1da62-a2e7-5d1e-83c3-eb4a935459d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 51661,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 265ch PHEV Design BVA6 4x4',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 265ch PHEV Design BVA6 4x4',
'vin': None,
'year': 2023}
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975383%27 HTTP/1.1" 200 None
2026-03-24 03:47:59 [ayvens.fr] INFO: Saving data for 1975383: {'auction_closing_time': 1774368000.0, 'created_time': 1774025592.528283, 'last_price_update_time': 1774324079.693202}
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975383') HTTP/1.1" 204 0
2026-03-24 03:47:59 [ayvens.fr] INFO: Found listing with ID: 1975384
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975384%27 HTTP/1.1" 200 None
2026-03-24 03:47:59 [ayvens.fr] INFO: Scrape type for 1975384: 2
2026-03-24 03:47:59 [ayvens.fr] INFO: Extracting data for car ID: 1975384
2026-03-24 03:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 882089b5-8b28-5a74-a001-52e003c8bff4 with identifier: 1975384
2026-03-24 03:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882089b5-8b28-5a74-a001-52e003c8bff4 with scrape type 2
2026-03-24 03:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 882089b5-8b28-5a74-a001-52e003c8bff4 with scrape type 2
2026-03-24 03:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 882089b5-8b28-5a74-a001-52e003c8bff4, identifier: 1975384
2026-03-24 03:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 882089b5-8b28-5a74-a001-52e003c8bff4 with identifier: 1975384
2026-03-24 03:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 882089b5-8b28-5a74-a001-52e003c8bff4 with identifier: 1975384
2026-03-24 03:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 882089b5-8b28-5a74-a001-52e003c8bff4 with identifier: 1975384 to the API
2026-03-24 03:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:47: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-24 03:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'GRIS MANATTHAN',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '882089b5-8b28-5a74-a001-52e003c8bff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 122694,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK A3 Sportback 35 TFSI 150ch Mild Hybrid Business '
'line S tronic 7',
'transmission': 'automatic',
'trim': 'A3 Sportback 35 TFSI 150ch Mild Hybrid Business line S tronic 7',
'vin': None,
'year': 2021}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975384%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Saving data for 1975384: {'auction_closing_time': 1774368000.0, 'created_time': 1774025593.872538, 'last_price_update_time': 1774324080.106251}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975384') HTTP/1.1" 204 0
2026-03-24 03:48:00 [ayvens.fr] INFO: Found listing with ID: 1975385
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975385%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Scrape type for 1975385: 2
2026-03-24 03:48:00 [ayvens.fr] INFO: Extracting data for car ID: 1975385
2026-03-24 03:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with identifier: 1975385
2026-03-24 03:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with scrape type 2
2026-03-24 03:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with scrape type 2
2026-03-24 03:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7d9a76eb-b4b4-5722-ade1-88a175f27c8d, identifier: 1975385
2026-03-24 03:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with identifier: 1975385
2026-03-24 03:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with identifier: 1975385
2026-03-24 03:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7d9a76eb-b4b4-5722-ade1-88a175f27c8d with identifier: 1975385 to the API
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '7d9a76eb-b4b4-5722-ade1-88a175f27c8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 13331,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2024}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975385%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Saving data for 1975385: {'auction_closing_time': 1774368000.0, 'created_time': 1774025595.333449, 'last_price_update_time': 1774324080.492763}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975385') HTTP/1.1" 204 0
2026-03-24 03:48:00 [ayvens.fr] INFO: Found listing with ID: 1975386
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975386%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Scrape type for 1975386: 2
2026-03-24 03:48:00 [ayvens.fr] INFO: Extracting data for car ID: 1975386
2026-03-24 03:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91ee1516-44fc-5026-aa44-c2e8326038c1 with identifier: 1975386
2026-03-24 03:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91ee1516-44fc-5026-aa44-c2e8326038c1 with scrape type 2
2026-03-24 03:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91ee1516-44fc-5026-aa44-c2e8326038c1 with scrape type 2
2026-03-24 03:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 91ee1516-44fc-5026-aa44-c2e8326038c1, identifier: 1975386
2026-03-24 03:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 91ee1516-44fc-5026-aa44-c2e8326038c1 with identifier: 1975386
2026-03-24 03:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 91ee1516-44fc-5026-aa44-c2e8326038c1 with identifier: 1975386
2026-03-24 03:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 91ee1516-44fc-5026-aa44-c2e8326038c1 with identifier: 1975386 to the API
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '91ee1516-44fc-5026-aa44-c2e8326038c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT',
'odometer': 70983,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT Discovery Sport P300e R-Dynamic SE AWD '
'BVA Mark VI',
'transmission': 'automatic',
'trim': 'Discovery Sport P300e R-Dynamic SE AWD BVA Mark VI',
'vin': None,
'year': 2020}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975386%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Saving data for 1975386: {'auction_closing_time': 1774368000.0, 'created_time': 1774025596.773114, 'last_price_update_time': 1774324080.881142}
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975386') HTTP/1.1" 204 0
2026-03-24 03:48:00 [ayvens.fr] INFO: Found listing with ID: 1975387
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975387%27 HTTP/1.1" 200 None
2026-03-24 03:48:00 [ayvens.fr] INFO: Scrape type for 1975387: 2
2026-03-24 03:48:00 [ayvens.fr] INFO: Extracting data for car ID: 1975387
2026-03-24 03:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with identifier: 1975387
2026-03-24 03:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with scrape type 2
2026-03-24 03:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with scrape type 2
2026-03-24 03:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5, identifier: 1975387
2026-03-24 03:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with identifier: 1975387
2026-03-24 03:48:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with identifier: 1975387
2026-03-24 03:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5 with identifier: 1975387 to the API
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'JET BLACK',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '053e123d-c8c9-5e8d-bd6c-28fdc28f4ec5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MAZDA',
'model': 'CX-60',
'odometer': 13230,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-60 CX-60 2.5 e-SKYACTIV PHEV 327ch Homura 4x4 BVA8',
'transmission': 'automatic',
'trim': 'CX-60 2.5 e-SKYACTIV PHEV 327ch Homura 4x4 BVA8',
'vin': None,
'year': 2024}
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975387%27 HTTP/1.1" 200 None
2026-03-24 03:48:01 [ayvens.fr] INFO: Saving data for 1975387: {'auction_closing_time': 1774368000.0, 'created_time': 1774025597.904913, 'last_price_update_time': 1774324081.340893}
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975387') HTTP/1.1" 204 0
2026-03-24 03:48:01 [ayvens.fr] INFO: Found listing with ID: 1975388
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975388%27 HTTP/1.1" 200 None
2026-03-24 03:48:01 [ayvens.fr] INFO: Scrape type for 1975388: 2
2026-03-24 03:48:01 [ayvens.fr] INFO: Extracting data for car ID: 1975388
2026-03-24 03:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f166043-daf1-5507-8151-e265db6768a0 with identifier: 1975388
2026-03-24 03:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f166043-daf1-5507-8151-e265db6768a0 with scrape type 2
2026-03-24 03:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f166043-daf1-5507-8151-e265db6768a0 with scrape type 2
2026-03-24 03:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1f166043-daf1-5507-8151-e265db6768a0, identifier: 1975388
2026-03-24 03:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1f166043-daf1-5507-8151-e265db6768a0 with identifier: 1975388
2026-03-24 03:48:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1f166043-daf1-5507-8151-e265db6768a0 with identifier: 1975388
2026-03-24 03:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1f166043-daf1-5507-8151-e265db6768a0 with identifier: 1975388 to the API
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'METALLIC COPPER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1f166043-daf1-5507-8151-e265db6768a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 143712,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975388%27 HTTP/1.1" 200 None
2026-03-24 03:48:01 [ayvens.fr] INFO: Saving data for 1975388: {'auction_closing_time': 1774368000.0, 'created_time': 1774025599.431004, 'last_price_update_time': 1774324081.741217}
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975388') HTTP/1.1" 204 0
2026-03-24 03:48:01 [ayvens.fr] INFO: Found listing with ID: 1975389
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975389%27 HTTP/1.1" 200 None
2026-03-24 03:48:01 [ayvens.fr] INFO: Scrape type for 1975389: 2
2026-03-24 03:48:01 [ayvens.fr] INFO: Extracting data for car ID: 1975389
2026-03-24 03:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with identifier: 1975389
2026-03-24 03:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with scrape type 2
2026-03-24 03:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with scrape type 2
2026-03-24 03:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 36b46cda-dea6-5ddb-a944-c97f8ae1f399, identifier: 1975389
2026-03-24 03:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with identifier: 1975389
2026-03-24 03:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with identifier: 1975389
2026-03-24 03:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 36b46cda-dea6-5ddb-a944-c97f8ae1f399 with identifier: 1975389 to the API
2026-03-24 03:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '36b46cda-dea6-5ddb-a944-c97f8ae1f399',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 24300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 83ch S&S Feel Business',
'transmission': 'manual',
'trim': 'C3 1.2 PureTech 83ch S&S Feel Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975389%27 HTTP/1.1" 200 None
2026-03-24 03:48:02 [ayvens.fr] INFO: Saving data for 1975389: {'auction_closing_time': 1774368000.0, 'created_time': 1774025601.443572, 'last_price_update_time': 1774324082.144939}
2026-03-24 03:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975389') HTTP/1.1" 204 0
2026-03-24 03:48:02 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 500
2026-03-24 03:48:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:48:04 [ayvens.fr] INFO: Found listing with ID: 1975390
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975390%27 HTTP/1.1" 200 None
2026-03-24 03:48:04 [ayvens.fr] INFO: Scrape type for 1975390: 2
2026-03-24 03:48:04 [ayvens.fr] INFO: Extracting data for car ID: 1975390
2026-03-24 03:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18f38edd-405f-5ff9-90b8-6213306267de with identifier: 1975390
2026-03-24 03:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18f38edd-405f-5ff9-90b8-6213306267de with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18f38edd-405f-5ff9-90b8-6213306267de with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 18f38edd-405f-5ff9-90b8-6213306267de, identifier: 1975390
2026-03-24 03:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 18f38edd-405f-5ff9-90b8-6213306267de with identifier: 1975390
2026-03-24 03:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 18f38edd-405f-5ff9-90b8-6213306267de with identifier: 1975390
2026-03-24 03:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 18f38edd-405f-5ff9-90b8-6213306267de with identifier: 1975390 to the API
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '18f38edd-405f-5ff9-90b8-6213306267de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 97256,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 Crossback E-TENSE 4x4 300ch Rivoli',
'transmission': 'automatic',
'trim': 'DS 7 Crossback E-TENSE 4x4 300ch Rivoli',
'vin': None,
'year': 2021}
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975390%27 HTTP/1.1" 200 None
2026-03-24 03:48:04 [ayvens.fr] INFO: Saving data for 1975390: {'auction_closing_time': 1774368000.0, 'created_time': 1774025602.613236, 'last_price_update_time': 1774324084.438664}
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975390') HTTP/1.1" 204 0
2026-03-24 03:48:04 [ayvens.fr] INFO: Found listing with ID: 1975391
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975391%27 HTTP/1.1" 200 None
2026-03-24 03:48:04 [ayvens.fr] INFO: Scrape type for 1975391: 2
2026-03-24 03:48:04 [ayvens.fr] INFO: Extracting data for car ID: 1975391
2026-03-24 03:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33d1c73b-cab7-599b-b97a-b905400f9e41 with identifier: 1975391
2026-03-24 03:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33d1c73b-cab7-599b-b97a-b905400f9e41 with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33d1c73b-cab7-599b-b97a-b905400f9e41 with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 33d1c73b-cab7-599b-b97a-b905400f9e41, identifier: 1975391
2026-03-24 03:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 33d1c73b-cab7-599b-b97a-b905400f9e41 with identifier: 1975391
2026-03-24 03:48:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 33d1c73b-cab7-599b-b97a-b905400f9e41 with identifier: 1975391
2026-03-24 03:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 33d1c73b-cab7-599b-b97a-b905400f9e41 with identifier: 1975391 to the API
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'GRIS CLAIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '33d1c73b-cab7-599b-b97a-b905400f9e41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 139155,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.5 BlueHDi 100ch S&S Active Business',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch S&S Active Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975391%27 HTTP/1.1" 200 None
2026-03-24 03:48:04 [ayvens.fr] INFO: Saving data for 1975391: {'auction_closing_time': 1774368000.0, 'created_time': 1774025603.720863, 'last_price_update_time': 1774324084.854527}
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975391') HTTP/1.1" 204 0
2026-03-24 03:48:04 [ayvens.fr] INFO: Found listing with ID: 1975392
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975392%27 HTTP/1.1" 200 None
2026-03-24 03:48:04 [ayvens.fr] INFO: Scrape type for 1975392: 2
2026-03-24 03:48:04 [ayvens.fr] INFO: Extracting data for car ID: 1975392
2026-03-24 03:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e8e472b-075e-5195-951c-b74ac2309129 with identifier: 1975392
2026-03-24 03:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e8e472b-075e-5195-951c-b74ac2309129 with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e8e472b-075e-5195-951c-b74ac2309129 with scrape type 2
2026-03-24 03:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4e8e472b-075e-5195-951c-b74ac2309129, identifier: 1975392
2026-03-24 03:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4e8e472b-075e-5195-951c-b74ac2309129 with identifier: 1975392
2026-03-24 03:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4e8e472b-075e-5195-951c-b74ac2309129 with identifier: 1975392
2026-03-24 03:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4e8e472b-075e-5195-951c-b74ac2309129 with identifier: 1975392 to the API
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC PERLE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '4e8e472b-075e-5195-951c-b74ac2309129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL 3',
'odometer': 62300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 Model 3 Standard RWD Plus',
'transmission': 'automatic',
'trim': 'Model 3 Standard RWD Plus',
'vin': None,
'year': 2023}
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975392%27 HTTP/1.1" 200 None
2026-03-24 03:48:05 [ayvens.fr] INFO: Saving data for 1975392: {'auction_closing_time': 1774368000.0, 'created_time': 1774025605.001257, 'last_price_update_time': 1774324085.241188}
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975392') HTTP/1.1" 204 0
2026-03-24 03:48:05 [ayvens.fr] INFO: Found listing with ID: 1975393
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975393%27 HTTP/1.1" 200 None
2026-03-24 03:48:05 [ayvens.fr] INFO: Scrape type for 1975393: 2
2026-03-24 03:48:05 [ayvens.fr] INFO: Extracting data for car ID: 1975393
2026-03-24 03:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with identifier: 1975393
2026-03-24 03:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with scrape type 2
2026-03-24 03:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with scrape type 2
2026-03-24 03:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e, identifier: 1975393
2026-03-24 03:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with identifier: 1975393
2026-03-24 03:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with identifier: 1975393
2026-03-24 03:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e with identifier: 1975393 to the API
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5dd1d3f5-d39c-5ab0-8e8b-78d87748eb2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF SW',
'odometer': 130875,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF SW Golf SW 2.0 TDI SCR 115ch Life Business',
'transmission': 'manual',
'trim': 'Golf SW 2.0 TDI SCR 115ch Life Business',
'vin': None,
'year': 2022}
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975393%27 HTTP/1.1" 200 None
2026-03-24 03:48:05 [ayvens.fr] INFO: Saving data for 1975393: {'auction_closing_time': 1774368000.0, 'created_time': 1774025606.336631, 'last_price_update_time': 1774324085.641726}
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975393') HTTP/1.1" 204 0
2026-03-24 03:48:05 [ayvens.fr] INFO: Found listing with ID: 1975394
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975394%27 HTTP/1.1" 200 None
2026-03-24 03:48:05 [ayvens.fr] INFO: Scrape type for 1975394: 2
2026-03-24 03:48:05 [ayvens.fr] INFO: Extracting data for car ID: 1975394
2026-03-24 03:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with identifier: 1975394
2026-03-24 03:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with scrape type 2
2026-03-24 03:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with scrape type 2
2026-03-24 03:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 74d9abb0-7b86-5ecb-9dc7-bf003b035d66, identifier: 1975394
2026-03-24 03:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with identifier: 1975394
2026-03-24 03:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with identifier: 1975394
2026-03-24 03:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 74d9abb0-7b86-5ecb-9dc7-bf003b035d66 with identifier: 1975394 to the API
2026-03-24 03:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '74d9abb0-7b86-5ecb-9dc7-bf003b035d66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 68945,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 X1 sDrive18iA 136ch xLine DKG7',
'transmission': 'automatic',
'trim': 'X1 sDrive18iA 136ch xLine DKG7',
'vin': None,
'year': 2021}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975394%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Saving data for 1975394: {'auction_closing_time': 1774368000.0, 'created_time': 1774025607.679915, 'last_price_update_time': 1774324086.1321}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975394') HTTP/1.1" 204 0
2026-03-24 03:48:06 [ayvens.fr] INFO: Found listing with ID: 1975395
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975395%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Scrape type for 1975395: 2
2026-03-24 03:48:06 [ayvens.fr] INFO: Extracting data for car ID: 1975395
2026-03-24 03:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc442aa-9d39-5d06-a20f-2f751bbd9aec with identifier: 1975395
2026-03-24 03:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc442aa-9d39-5d06-a20f-2f751bbd9aec with scrape type 2
2026-03-24 03:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc442aa-9d39-5d06-a20f-2f751bbd9aec with scrape type 2
2026-03-24 03:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dfc442aa-9d39-5d06-a20f-2f751bbd9aec, identifier: 1975395
2026-03-24 03:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dfc442aa-9d39-5d06-a20f-2f751bbd9aec with identifier: 1975395
2026-03-24 03:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dfc442aa-9d39-5d06-a20f-2f751bbd9aec with identifier: 1975395
2026-03-24 03:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dfc442aa-9d39-5d06-a20f-2f751bbd9aec with identifier: 1975395 to the API
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'dfc442aa-9d39-5d06-a20f-2f751bbd9aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4 HSD',
'odometer': 55175,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 HSD RAV4 Hybride 222ch Lounge AWD-i',
'transmission': 'automatic',
'trim': 'RAV4 Hybride 222ch Lounge AWD-i',
'vin': None,
'year': 2021}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975395%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Saving data for 1975395: {'auction_closing_time': 1774368000.0, 'created_time': 1774025608.881994, 'last_price_update_time': 1774324086.520227}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975395') HTTP/1.1" 204 0
2026-03-24 03:48:06 [ayvens.fr] INFO: Found listing with ID: 1975396
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975396%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Scrape type for 1975396: 2
2026-03-24 03:48:06 [ayvens.fr] INFO: Extracting data for car ID: 1975396
2026-03-24 03:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35aa11af-e533-5eec-a5d1-9242750709e1 with identifier: 1975396
2026-03-24 03:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35aa11af-e533-5eec-a5d1-9242750709e1 with scrape type 2
2026-03-24 03:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35aa11af-e533-5eec-a5d1-9242750709e1 with scrape type 2
2026-03-24 03:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 35aa11af-e533-5eec-a5d1-9242750709e1, identifier: 1975396
2026-03-24 03:48:06 [scrapy.extensions.logstats] INFO: Crawled 7 pages (at 2 pages/min), scraped 322 items (at 128 items/min)
2026-03-24 03:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-24 03:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 35aa11af-e533-5eec-a5d1-9242750709e1 with identifier: 1975396
2026-03-24 03:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 35aa11af-e533-5eec-a5d1-9242750709e1 with identifier: 1975396
2026-03-24 03:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 35aa11af-e533-5eec-a5d1-9242750709e1 with identifier: 1975396 to the API
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '35aa11af-e533-5eec-a5d1-9242750709e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 66844,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975396%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Saving data for 1975396: {'auction_closing_time': 1774368000.0, 'created_time': 1774025610.839481, 'last_price_update_time': 1774324086.927625}
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975396') HTTP/1.1" 204 0
2026-03-24 03:48:06 [ayvens.fr] INFO: Found listing with ID: 1975397
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975397%27 HTTP/1.1" 200 None
2026-03-24 03:48:06 [ayvens.fr] INFO: Scrape type for 1975397: 2
2026-03-24 03:48:06 [ayvens.fr] INFO: Extracting data for car ID: 1975397
2026-03-24 03:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49305981-2484-5f50-8de6-6eea14ec0e9b with identifier: 1975397
2026-03-24 03:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49305981-2484-5f50-8de6-6eea14ec0e9b with scrape type 2
2026-03-24 03:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49305981-2484-5f50-8de6-6eea14ec0e9b with scrape type 2
2026-03-24 03:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 49305981-2484-5f50-8de6-6eea14ec0e9b, identifier: 1975397
2026-03-24 03:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 49305981-2484-5f50-8de6-6eea14ec0e9b with identifier: 1975397
2026-03-24 03:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 49305981-2484-5f50-8de6-6eea14ec0e9b with identifier: 1975397
2026-03-24 03:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 49305981-2484-5f50-8de6-6eea14ec0e9b with identifier: 1975397 to the API
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '49305981-2484-5f50-8de6-6eea14ec0e9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CUPRA',
'model': 'FORMENTOR',
'odometer': 107596,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA FORMENTOR Formentor 1.4 e-HYBRID 204ch Business Edition DSG6',
'transmission': 'automatic',
'trim': 'Formentor 1.4 e-HYBRID 204ch Business Edition DSG6',
'vin': None,
'year': 2023}
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975397%27 HTTP/1.1" 200 None
2026-03-24 03:48:07 [ayvens.fr] INFO: Saving data for 1975397: {'auction_closing_time': 1774368000.0, 'created_time': 1774025611.829244, 'last_price_update_time': 1774324087.33756}
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975397') HTTP/1.1" 204 0
2026-03-24 03:48:07 [ayvens.fr] INFO: Found listing with ID: 1975398
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975398%27 HTTP/1.1" 200 None
2026-03-24 03:48:07 [ayvens.fr] INFO: Scrape type for 1975398: 2
2026-03-24 03:48:07 [ayvens.fr] INFO: Extracting data for car ID: 1975398
2026-03-24 03:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fc22ddf-dc25-590e-9107-c1d89df64149 with identifier: 1975398
2026-03-24 03:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fc22ddf-dc25-590e-9107-c1d89df64149 with scrape type 2
2026-03-24 03:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fc22ddf-dc25-590e-9107-c1d89df64149 with scrape type 2
2026-03-24 03:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7fc22ddf-dc25-590e-9107-c1d89df64149, identifier: 1975398
2026-03-24 03:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7fc22ddf-dc25-590e-9107-c1d89df64149 with identifier: 1975398
2026-03-24 03:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7fc22ddf-dc25-590e-9107-c1d89df64149 with identifier: 1975398
2026-03-24 03:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7fc22ddf-dc25-590e-9107-c1d89df64149 with identifier: 1975398 to the API
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLANC NACR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '7fc22ddf-dc25-590e-9107-c1d89df64149',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 104539,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch Allure Business S&S EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch Allure Business S&S EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975398%27 HTTP/1.1" 200 None
2026-03-24 03:48:07 [ayvens.fr] INFO: Saving data for 1975398: {'auction_closing_time': 1774368000.0, 'created_time': 1774025613.093063, 'last_price_update_time': 1774324087.744577}
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975398') HTTP/1.1" 204 0
2026-03-24 03:48:07 [ayvens.fr] INFO: Found listing with ID: 1975399
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975399%27 HTTP/1.1" 200 None
2026-03-24 03:48:07 [ayvens.fr] INFO: Scrape type for 1975399: 2
2026-03-24 03:48:07 [ayvens.fr] INFO: Extracting data for car ID: 1975399
2026-03-24 03:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with identifier: 1975399
2026-03-24 03:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with scrape type 2
2026-03-24 03:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with scrape type 2
2026-03-24 03:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0bf0b2ae-445f-5aee-aeee-18cc656b1a12, identifier: 1975399
2026-03-24 03:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with identifier: 1975399
2026-03-24 03:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with identifier: 1975399
2026-03-24 03:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0bf0b2ae-445f-5aee-aeee-18cc656b1a12 with identifier: 1975399 to the API
2026-03-24 03:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0bf0b2ae-445f-5aee-aeee-18cc656b1a12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'JEEP',
'model': 'COMPASS',
'odometer': 39743,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP COMPASS Compass 1.3 GSE T4 150ch 80th Anniversary 4x2 BVR6',
'transmission': 'automatic',
'trim': 'Compass 1.3 GSE T4 150ch 80th Anniversary 4x2 BVR6',
'vin': None,
'year': 2022}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975399%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Saving data for 1975399: {'auction_closing_time': 1774368000.0, 'created_time': 1774025615.125581, 'last_price_update_time': 1774324088.144445}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975399') HTTP/1.1" 204 0
2026-03-24 03:48:08 [ayvens.fr] INFO: Found listing with ID: 1975400
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975400%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Scrape type for 1975400: 2
2026-03-24 03:48:08 [ayvens.fr] INFO: Extracting data for car ID: 1975400
2026-03-24 03:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with identifier: 1975400
2026-03-24 03:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with scrape type 2
2026-03-24 03:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with scrape type 2
2026-03-24 03:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ebfb7295-f1e7-58f6-8622-d84b6a6a4c88, identifier: 1975400
2026-03-24 03:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with identifier: 1975400
2026-03-24 03:48:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with identifier: 1975400
2026-03-24 03:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ebfb7295-f1e7-58f6-8622-d84b6a6a4c88 with identifier: 1975400 to the API
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'NOIR MAGIC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ebfb7295-f1e7-58f6-8622-d84b6a6a4c88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 86716,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-26',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA Octavia 2.0 TDI 150ch Style',
'transmission': 'manual',
'trim': 'Octavia 2.0 TDI 150ch Style',
'vin': None,
'year': 2022}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975400%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Saving data for 1975400: {'auction_closing_time': 1774368000.0, 'created_time': 1774025615.931826, 'last_price_update_time': 1774324088.558194}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975400') HTTP/1.1" 204 0
2026-03-24 03:48:08 [ayvens.fr] INFO: Found listing with ID: 1975401
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975401%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Scrape type for 1975401: 2
2026-03-24 03:48:08 [ayvens.fr] INFO: Extracting data for car ID: 1975401
2026-03-24 03:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with identifier: 1975401
2026-03-24 03:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with scrape type 2
2026-03-24 03:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with scrape type 2
2026-03-24 03:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402, identifier: 1975401
2026-03-24 03:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with identifier: 1975401
2026-03-24 03:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with identifier: 1975401
2026-03-24 03:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7da2e1b4-8ae6-5c6c-ba06-8e52e078a402 with identifier: 1975401 to the API
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 38,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '7da2e1b4-8ae6-5c6c-ba06-8e52e078a402',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X2',
'odometer': 90033,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 X2 xDrive25eA 220ch Business Design',
'transmission': 'automatic',
'trim': 'X2 xDrive25eA 220ch Business Design',
'vin': None,
'year': 2022}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975401%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Saving data for 1975401: {'auction_closing_time': 1774368000.0, 'created_time': 1774025617.355551, 'last_price_update_time': 1774324088.958746}
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975401') HTTP/1.1" 204 0
2026-03-24 03:48:08 [ayvens.fr] INFO: Found listing with ID: 1975402
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975402%27 HTTP/1.1" 200 None
2026-03-24 03:48:08 [ayvens.fr] INFO: Scrape type for 1975402: 2
2026-03-24 03:48:08 [ayvens.fr] INFO: Extracting data for car ID: 1975402
2026-03-24 03:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c955340e-ed27-5c97-88a1-28c750903957 with identifier: 1975402
2026-03-24 03:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c955340e-ed27-5c97-88a1-28c750903957 with scrape type 2
2026-03-24 03:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c955340e-ed27-5c97-88a1-28c750903957 with scrape type 2
2026-03-24 03:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c955340e-ed27-5c97-88a1-28c750903957, identifier: 1975402
2026-03-24 03:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c955340e-ed27-5c97-88a1-28c750903957 with identifier: 1975402
2026-03-24 03:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c955340e-ed27-5c97-88a1-28c750903957 with identifier: 1975402
2026-03-24 03:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c955340e-ed27-5c97-88a1-28c750903957 with identifier: 1975402 to the API
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': 'GRIS PYRITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'c955340e-ed27-5c97-88a1-28c750903957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'ARTEON SB',
'odometer': 128243,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ARTEON SB Arteon ShootingBrake 1.4 TSI eHybrid OPF 218ch '
'R-Line DSG6',
'transmission': 'automatic',
'trim': 'Arteon ShootingBrake 1.4 TSI eHybrid OPF 218ch R-Line DSG6',
'vin': None,
'year': 2022}
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975402%27 HTTP/1.1" 200 None
2026-03-24 03:48:09 [ayvens.fr] INFO: Saving data for 1975402: {'auction_closing_time': 1774368000.0, 'created_time': 1774025618.584594, 'last_price_update_time': 1774324089.359499}
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975402') HTTP/1.1" 204 0
2026-03-24 03:48:09 [ayvens.fr] INFO: Found listing with ID: 1975403
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975403%27 HTTP/1.1" 200 None
2026-03-24 03:48:09 [ayvens.fr] INFO: Scrape type for 1975403: 2
2026-03-24 03:48:09 [ayvens.fr] INFO: Extracting data for car ID: 1975403
2026-03-24 03:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3a2e8a1-1280-5625-b574-0989c288a4c8 with identifier: 1975403
2026-03-24 03:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3a2e8a1-1280-5625-b574-0989c288a4c8 with scrape type 2
2026-03-24 03:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3a2e8a1-1280-5625-b574-0989c288a4c8 with scrape type 2
2026-03-24 03:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c3a2e8a1-1280-5625-b574-0989c288a4c8, identifier: 1975403
2026-03-24 03:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c3a2e8a1-1280-5625-b574-0989c288a4c8 with identifier: 1975403
2026-03-24 03:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c3a2e8a1-1280-5625-b574-0989c288a4c8 with identifier: 1975403
2026-03-24 03:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c3a2e8a1-1280-5625-b574-0989c288a4c8 with identifier: 1975403 to the API
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c3a2e8a1-1280-5625-b574-0989c288a4c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 135218,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975403%27 HTTP/1.1" 200 None
2026-03-24 03:48:09 [ayvens.fr] INFO: Saving data for 1975403: {'auction_closing_time': 1774368000.0, 'created_time': 1774025620.915189, 'last_price_update_time': 1774324089.7799}
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975403') HTTP/1.1" 204 0
2026-03-24 03:48:09 [ayvens.fr] INFO: Found listing with ID: 1975404
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975404%27 HTTP/1.1" 200 None
2026-03-24 03:48:09 [ayvens.fr] INFO: Scrape type for 1975404: 2
2026-03-24 03:48:09 [ayvens.fr] INFO: Extracting data for car ID: 1975404
2026-03-24 03:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba8ce483-18ca-5d35-a5c7-8985aefc4221 with identifier: 1975404
2026-03-24 03:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8ce483-18ca-5d35-a5c7-8985aefc4221 with scrape type 2
2026-03-24 03:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba8ce483-18ca-5d35-a5c7-8985aefc4221 with scrape type 2
2026-03-24 03:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ba8ce483-18ca-5d35-a5c7-8985aefc4221, identifier: 1975404
2026-03-24 03:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ba8ce483-18ca-5d35-a5c7-8985aefc4221 with identifier: 1975404
2026-03-24 03:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ba8ce483-18ca-5d35-a5c7-8985aefc4221 with identifier: 1975404
2026-03-24 03:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ba8ce483-18ca-5d35-a5c7-8985aefc4221 with identifier: 1975404 to the API
2026-03-24 03:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ba8ce483-18ca-5d35-a5c7-8985aefc4221',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 83580,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 Crossback PureTech 130ch Business '
'Automatique',
'transmission': 'automatic',
'trim': 'DS 7 Crossback PureTech 130ch Business Automatique',
'vin': None,
'year': 2021}
2026-03-24 03:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975404%27 HTTP/1.1" 200 None
2026-03-24 03:48:10 [ayvens.fr] INFO: Saving data for 1975404: {'auction_closing_time': 1774368000.0, 'created_time': 1774025621.565794, 'last_price_update_time': 1774324090.936931}
2026-03-24 03:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975404') HTTP/1.1" 204 0
2026-03-24 03:48:11 [ayvens.fr] INFO: Found listing with ID: 1975405
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975405%27 HTTP/1.1" 200 None
2026-03-24 03:48:11 [ayvens.fr] INFO: Scrape type for 1975405: 2
2026-03-24 03:48:11 [ayvens.fr] INFO: Extracting data for car ID: 1975405
2026-03-24 03:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with identifier: 1975405
2026-03-24 03:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with scrape type 2
2026-03-24 03:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with scrape type 2
2026-03-24 03:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b, identifier: 1975405
2026-03-24 03:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with identifier: 1975405
2026-03-24 03:48:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with identifier: 1975405
2026-03-24 03:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b with identifier: 1975405 to the API
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'INK NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '9adefb7e-cd5d-58ee-b849-aaf33d6a6f6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 132803,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross PureTech 110ch S&S Feel Business',
'transmission': 'manual',
'trim': 'C3 Aircross PureTech 110ch S&S Feel Business',
'vin': None,
'year': 2018}
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975405%27 HTTP/1.1" 200 None
2026-03-24 03:48:11 [ayvens.fr] INFO: Saving data for 1975405: {'auction_closing_time': 1774368000.0, 'created_time': 1774025623.355062, 'last_price_update_time': 1774324091.631998}
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975405') HTTP/1.1" 204 0
2026-03-24 03:48:11 [ayvens.fr] INFO: Found listing with ID: 1975406
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975406%27 HTTP/1.1" 200 None
2026-03-24 03:48:11 [ayvens.fr] INFO: Scrape type for 1975406: 2
2026-03-24 03:48:11 [ayvens.fr] INFO: Extracting data for car ID: 1975406
2026-03-24 03:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d04736-f874-54c1-a1c3-c7e6e9968a06 with identifier: 1975406
2026-03-24 03:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d04736-f874-54c1-a1c3-c7e6e9968a06 with scrape type 2
2026-03-24 03:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d04736-f874-54c1-a1c3-c7e6e9968a06 with scrape type 2
2026-03-24 03:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 70d04736-f874-54c1-a1c3-c7e6e9968a06, identifier: 1975406
2026-03-24 03:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 70d04736-f874-54c1-a1c3-c7e6e9968a06 with identifier: 1975406
2026-03-24 03:48:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 70d04736-f874-54c1-a1c3-c7e6e9968a06 with identifier: 1975406
2026-03-24 03:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 70d04736-f874-54c1-a1c3-c7e6e9968a06 with identifier: 1975406 to the API
2026-03-24 03:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANCHE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '70d04736-f874-54c1-a1c3-c7e6e9968a06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 114598,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA DUSTER Duster 1.5 dCi 110ch Ambiance 4X4',
'transmission': 'manual',
'trim': 'Duster 1.5 dCi 110ch Ambiance 4X4',
'vin': None,
'year': 2016}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975406%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Saving data for 1975406: {'auction_closing_time': 1774368000.0, 'created_time': 1774025624.607496, 'last_price_update_time': 1774324092.085101}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975406') HTTP/1.1" 204 0
2026-03-24 03:48:12 [ayvens.fr] INFO: Found listing with ID: 1975407
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975407%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Scrape type for 1975407: 2
2026-03-24 03:48:12 [ayvens.fr] INFO: Extracting data for car ID: 1975407
2026-03-24 03:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd7dafd-0605-59c0-93c4-455fb80725d6 with identifier: 1975407
2026-03-24 03:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd7dafd-0605-59c0-93c4-455fb80725d6 with scrape type 2
2026-03-24 03:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd7dafd-0605-59c0-93c4-455fb80725d6 with scrape type 2
2026-03-24 03:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4fd7dafd-0605-59c0-93c4-455fb80725d6, identifier: 1975407
2026-03-24 03:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4fd7dafd-0605-59c0-93c4-455fb80725d6 with identifier: 1975407
2026-03-24 03:48:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4fd7dafd-0605-59c0-93c4-455fb80725d6 with identifier: 1975407
2026-03-24 03:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4fd7dafd-0605-59c0-93c4-455fb80725d6 with identifier: 1975407 to the API
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GRIS',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '4fd7dafd-0605-59c0-93c4-455fb80725d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 130202,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross PureTech 130ch S&S Business EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross PureTech 130ch S&S Business EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975407%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Saving data for 1975407: {'auction_closing_time': 1774368000.0, 'created_time': 1774025626.342938, 'last_price_update_time': 1774324092.493396}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975407') HTTP/1.1" 204 0
2026-03-24 03:48:12 [ayvens.fr] INFO: Found listing with ID: 1975408
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975408%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Scrape type for 1975408: 2
2026-03-24 03:48:12 [ayvens.fr] INFO: Extracting data for car ID: 1975408
2026-03-24 03:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01e1c331-e332-5a70-9351-ff181fe671aa with identifier: 1975408
2026-03-24 03:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01e1c331-e332-5a70-9351-ff181fe671aa with scrape type 2
2026-03-24 03:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01e1c331-e332-5a70-9351-ff181fe671aa with scrape type 2
2026-03-24 03:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 01e1c331-e332-5a70-9351-ff181fe671aa, identifier: 1975408
2026-03-24 03:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 01e1c331-e332-5a70-9351-ff181fe671aa with identifier: 1975408
2026-03-24 03:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 01e1c331-e332-5a70-9351-ff181fe671aa with identifier: 1975408
2026-03-24 03:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 01e1c331-e332-5a70-9351-ff181fe671aa with identifier: 1975408 to the API
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '01e1c331-e332-5a70-9351-ff181fe671aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 57278,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.2 PureTech 82ch S&S Active '
'Euro6c - TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': '208 Business R 1.2 PureTech 82ch S&S Active Euro6c - TRANSFO 5 '
'PLACES / 5 SEATS OK + CERTIF OK',
'vin': None,
'year': 2019}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975408%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Saving data for 1975408: {'auction_closing_time': 1774368000.0, 'created_time': 1774025627.61609, 'last_price_update_time': 1774324092.886671}
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975408') HTTP/1.1" 204 0
2026-03-24 03:48:12 [ayvens.fr] INFO: Found listing with ID: 1975409
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975409%27 HTTP/1.1" 200 None
2026-03-24 03:48:12 [ayvens.fr] INFO: Scrape type for 1975409: 2
2026-03-24 03:48:12 [ayvens.fr] INFO: Extracting data for car ID: 1975409
2026-03-24 03:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62494c4f-34da-54b2-a827-ae5daa7bbd9d with identifier: 1975409
2026-03-24 03:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62494c4f-34da-54b2-a827-ae5daa7bbd9d with scrape type 2
2026-03-24 03:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62494c4f-34da-54b2-a827-ae5daa7bbd9d with scrape type 2
2026-03-24 03:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 62494c4f-34da-54b2-a827-ae5daa7bbd9d, identifier: 1975409
2026-03-24 03:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 62494c4f-34da-54b2-a827-ae5daa7bbd9d with identifier: 1975409
2026-03-24 03:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 62494c4f-34da-54b2-a827-ae5daa7bbd9d with identifier: 1975409
2026-03-24 03:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 62494c4f-34da-54b2-a827-ae5daa7bbd9d with identifier: 1975409 to the API
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GRIS',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.8L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid',
'id': '62494c4f-34da-54b2-a827-ae5daa7bbd9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA TS',
'odometer': 116690,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA TS Corolla Touring Spt 122h Dynamic Business + '
'Programme Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'Corolla Touring Spt 122h Dynamic Business + Programme Beyond Zero '
'Academy',
'vin': None,
'year': 2023}
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975409%27 HTTP/1.1" 200 None
2026-03-24 03:48:13 [ayvens.fr] INFO: Saving data for 1975409: {'auction_closing_time': 1774368000.0, 'created_time': 1774025629.503561, 'last_price_update_time': 1774324093.276668}
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975409') HTTP/1.1" 204 0
2026-03-24 03:48:13 [ayvens.fr] INFO: Found listing with ID: 1975410
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975410%27 HTTP/1.1" 200 None
2026-03-24 03:48:13 [ayvens.fr] INFO: Scrape type for 1975410: 2
2026-03-24 03:48:13 [ayvens.fr] INFO: Extracting data for car ID: 1975410
2026-03-24 03:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2df7834b-d0f0-5c77-9208-915c27404b7d with identifier: 1975410
2026-03-24 03:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2df7834b-d0f0-5c77-9208-915c27404b7d with scrape type 2
2026-03-24 03:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2df7834b-d0f0-5c77-9208-915c27404b7d with scrape type 2
2026-03-24 03:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2df7834b-d0f0-5c77-9208-915c27404b7d, identifier: 1975410
2026-03-24 03:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2df7834b-d0f0-5c77-9208-915c27404b7d with identifier: 1975410
2026-03-24 03:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2df7834b-d0f0-5c77-9208-915c27404b7d with identifier: 1975410
2026-03-24 03:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2df7834b-d0f0-5c77-9208-915c27404b7d with identifier: 1975410 to the API
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GRIS',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2df7834b-d0f0-5c77-9208-915c27404b7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'PUMA',
'odometer': 94032,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-26',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA Puma 1.0 Flexifuel 125ch S&S mHEV Titanium Business',
'transmission': 'manual',
'trim': 'Puma 1.0 Flexifuel 125ch S&S mHEV Titanium Business',
'vin': None,
'year': 2023}
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975410%27 HTTP/1.1" 200 None
2026-03-24 03:48:13 [ayvens.fr] INFO: Saving data for 1975410: {'auction_closing_time': 1774368000.0, 'created_time': 1774025631.203649, 'last_price_update_time': 1774324093.671748}
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975410') HTTP/1.1" 204 0
2026-03-24 03:48:13 [ayvens.fr] INFO: Found listing with ID: 1975411
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975411%27 HTTP/1.1" 200 None
2026-03-24 03:48:13 [ayvens.fr] INFO: Scrape type for 1975411: 2
2026-03-24 03:48:13 [ayvens.fr] INFO: Extracting data for car ID: 1975411
2026-03-24 03:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with identifier: 1975411
2026-03-24 03:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with scrape type 2
2026-03-24 03:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with scrape type 2
2026-03-24 03:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a, identifier: 1975411
2026-03-24 03:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with identifier: 1975411
2026-03-24 03:48:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with identifier: 1975411
2026-03-24 03:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a with identifier: 1975411 to the API
2026-03-24 03:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Rouge Elix',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.0L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'a6eb85bb-7e02-5a01-9ce8-fc77a08f0a3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 45207,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 208 e-208 136ch GT',
'transmission': 'automatic',
'trim': '208 e-208 136ch GT',
'vin': None,
'year': 2021}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975411%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Saving data for 1975411: {'auction_closing_time': 1774368000.0, 'created_time': 1774025630.550085, 'last_price_update_time': 1774324094.071405}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975411') HTTP/1.1" 204 0
2026-03-24 03:48:14 [ayvens.fr] INFO: Found listing with ID: 1975412
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975412%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Scrape type for 1975412: 2
2026-03-24 03:48:14 [ayvens.fr] INFO: Extracting data for car ID: 1975412
2026-03-24 03:48:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with identifier: 1975412
2026-03-24 03:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with scrape type 2
2026-03-24 03:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with scrape type 2
2026-03-24 03:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5, identifier: 1975412
2026-03-24 03:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with identifier: 1975412
2026-03-24 03:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with identifier: 1975412
2026-03-24 03:48:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2cdcedf5-4b5b-52af-b20e-83b2aea14fa5 with identifier: 1975412 to the API
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2cdcedf5-4b5b-52af-b20e-83b2aea14fa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 9945,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 100ch S&S Allure',
'transmission': 'manual',
'trim': '208 1.2 100ch S&S Allure',
'vin': None,
'year': 2025}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975412%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Saving data for 1975412: {'auction_closing_time': 1774368000.0, 'created_time': 1774025633.094965, 'last_price_update_time': 1774324094.469188}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975412') HTTP/1.1" 204 0
2026-03-24 03:48:14 [ayvens.fr] INFO: Found listing with ID: 1975413
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975413%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Scrape type for 1975413: 2
2026-03-24 03:48:14 [ayvens.fr] INFO: Extracting data for car ID: 1975413
2026-03-24 03:48:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9630922-fa5c-5b2c-b13c-4bb5211565bf with identifier: 1975413
2026-03-24 03:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9630922-fa5c-5b2c-b13c-4bb5211565bf with scrape type 2
2026-03-24 03:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9630922-fa5c-5b2c-b13c-4bb5211565bf with scrape type 2
2026-03-24 03:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d9630922-fa5c-5b2c-b13c-4bb5211565bf, identifier: 1975413
2026-03-24 03:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d9630922-fa5c-5b2c-b13c-4bb5211565bf with identifier: 1975413
2026-03-24 03:48:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d9630922-fa5c-5b2c-b13c-4bb5211565bf with identifier: 1975413
2026-03-24 03:48:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d9630922-fa5c-5b2c-b13c-4bb5211565bf with identifier: 1975413 to the API
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'NOIR COSMO',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd9630922-fa5c-5b2c-b13c-4bb5211565bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE A',
'odometer': 144843,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE A Classe A 160 109ch Business Line',
'transmission': 'manual',
'trim': 'Classe A 160 109ch Business Line',
'vin': None,
'year': 2022}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975413%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Saving data for 1975413: {'auction_closing_time': 1774368000.0, 'created_time': 1774025634.835102, 'last_price_update_time': 1774324094.8863}
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975413') HTTP/1.1" 204 0
2026-03-24 03:48:14 [ayvens.fr] INFO: Found listing with ID: 1975414
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975414%27 HTTP/1.1" 200 None
2026-03-24 03:48:14 [ayvens.fr] INFO: Scrape type for 1975414: 2
2026-03-24 03:48:14 [ayvens.fr] INFO: Extracting data for car ID: 1975414
2026-03-24 03:48:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8ef803-f14b-53f8-afbe-26419d2ded54 with identifier: 1975414
2026-03-24 03:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8ef803-f14b-53f8-afbe-26419d2ded54 with scrape type 2
2026-03-24 03:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae8ef803-f14b-53f8-afbe-26419d2ded54 with scrape type 2
2026-03-24 03:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ae8ef803-f14b-53f8-afbe-26419d2ded54, identifier: 1975414
2026-03-24 03:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ae8ef803-f14b-53f8-afbe-26419d2ded54 with identifier: 1975414
2026-03-24 03:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ae8ef803-f14b-53f8-afbe-26419d2ded54 with identifier: 1975414
2026-03-24 03:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ae8ef803-f14b-53f8-afbe-26419d2ded54 with identifier: 1975414 to the API
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLEU',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ae8ef803-f14b-53f8-afbe-26419d2ded54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 164333,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.5 BlueHDi 130ch S&S Allure',
'transmission': 'manual',
'trim': '308 SW 1.5 BlueHDi 130ch S&S Allure',
'vin': None,
'year': 2023}
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975414%27 HTTP/1.1" 200 None
2026-03-24 03:48:15 [ayvens.fr] INFO: Saving data for 1975414: {'auction_closing_time': 1774368000.0, 'created_time': 1774025635.986946, 'last_price_update_time': 1774324095.940959}
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975414') HTTP/1.1" 204 0
2026-03-24 03:48:15 [ayvens.fr] INFO: Found listing with ID: 1975415
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975415%27 HTTP/1.1" 200 None
2026-03-24 03:48:15 [ayvens.fr] INFO: Scrape type for 1975415: 2
2026-03-24 03:48:15 [ayvens.fr] INFO: Extracting data for car ID: 1975415
2026-03-24 03:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d4bae0-9116-5299-8db7-c5686351b4bb with identifier: 1975415
2026-03-24 03:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d4bae0-9116-5299-8db7-c5686351b4bb with scrape type 2
2026-03-24 03:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d4bae0-9116-5299-8db7-c5686351b4bb with scrape type 2
2026-03-24 03:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 04d4bae0-9116-5299-8db7-c5686351b4bb, identifier: 1975415
2026-03-24 03:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 04d4bae0-9116-5299-8db7-c5686351b4bb with identifier: 1975415
2026-03-24 03:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 04d4bae0-9116-5299-8db7-c5686351b4bb with identifier: 1975415
2026-03-24 03:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 04d4bae0-9116-5299-8db7-c5686351b4bb with identifier: 1975415 to the API
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '1.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '04d4bae0-9116-5299-8db7-c5686351b4bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'SCENIC',
'odometer': 135692,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-15',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT SCENIC Scenic 1.3 TCe 140ch Evolution EDC',
'transmission': 'automatic',
'trim': 'Scenic 1.3 TCe 140ch Evolution EDC',
'vin': None,
'year': 2023}
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975415%27 HTTP/1.1" 200 None
2026-03-24 03:48:16 [ayvens.fr] INFO: Saving data for 1975415: {'auction_closing_time': 1774368000.0, 'created_time': 1774025637.899928, 'last_price_update_time': 1774324096.351594}
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975415') HTTP/1.1" 204 0
2026-03-24 03:48:16 [ayvens.fr] INFO: Found listing with ID: 1975416
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975416%27 HTTP/1.1" 200 None
2026-03-24 03:48:16 [ayvens.fr] INFO: Scrape type for 1975416: 2
2026-03-24 03:48:16 [ayvens.fr] INFO: Extracting data for car ID: 1975416
2026-03-24 03:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd315e9-b102-5a6a-83a8-10e9ee05220f with identifier: 1975416
2026-03-24 03:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd315e9-b102-5a6a-83a8-10e9ee05220f with scrape type 2
2026-03-24 03:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd315e9-b102-5a6a-83a8-10e9ee05220f with scrape type 2
2026-03-24 03:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bbd315e9-b102-5a6a-83a8-10e9ee05220f, identifier: 1975416
2026-03-24 03:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bbd315e9-b102-5a6a-83a8-10e9ee05220f with identifier: 1975416
2026-03-24 03:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bbd315e9-b102-5a6a-83a8-10e9ee05220f with identifier: 1975416
2026-03-24 03:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bbd315e9-b102-5a6a-83a8-10e9ee05220f with identifier: 1975416 to the API
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bbd315e9-b102-5a6a-83a8-10e9ee05220f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '2008',
'odometer': 51916,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 2008 1.2 PureTech 130ch S&S GT',
'transmission': 'manual',
'trim': '2008 1.2 PureTech 130ch S&S GT',
'vin': None,
'year': 2020}
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975416%27 HTTP/1.1" 200 None
2026-03-24 03:48:16 [ayvens.fr] INFO: Saving data for 1975416: {'auction_closing_time': 1774368000.0, 'created_time': 1774025639.468537, 'last_price_update_time': 1774324096.834147}
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975416') HTTP/1.1" 204 0
2026-03-24 03:48:16 [ayvens.fr] INFO: Found listing with ID: 1975417
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975417%27 HTTP/1.1" 200 None
2026-03-24 03:48:16 [ayvens.fr] INFO: Scrape type for 1975417: 2
2026-03-24 03:48:16 [ayvens.fr] INFO: Extracting data for car ID: 1975417
2026-03-24 03:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with identifier: 1975417
2026-03-24 03:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with scrape type 2
2026-03-24 03:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with scrape type 2
2026-03-24 03:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1cf6d695-c43d-5115-b0f3-3f53f8b6603b, identifier: 1975417
2026-03-24 03:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with identifier: 1975417
2026-03-24 03:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with identifier: 1975417
2026-03-24 03:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1cf6d695-c43d-5115-b0f3-3f53f8b6603b with identifier: 1975417 to the API
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'NOIR EBENE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '1cf6d695-c43d-5115-b0f3-3f53f8b6603b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'PICANTO',
'odometer': 1000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'KIA PICANTO Picanto 1.2 DPi 84ch GT Line Premium',
'transmission': 'manual',
'trim': 'Picanto 1.2 DPi 84ch GT Line Premium',
'vin': None,
'year': 2023}
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975417%27 HTTP/1.1" 200 None
2026-03-24 03:48:17 [ayvens.fr] INFO: Saving data for 1975417: {'auction_closing_time': 1774368000.0, 'created_time': 1774025640.67721, 'last_price_update_time': 1774324097.219788}
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975417') HTTP/1.1" 204 0
2026-03-24 03:48:17 [ayvens.fr] INFO: Found listing with ID: 1975418
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975418%27 HTTP/1.1" 200 None
2026-03-24 03:48:17 [ayvens.fr] INFO: Scrape type for 1975418: 2
2026-03-24 03:48:17 [ayvens.fr] INFO: Extracting data for car ID: 1975418
2026-03-24 03:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c70565d5-dc96-5f59-acb7-e03634fc2813 with identifier: 1975418
2026-03-24 03:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70565d5-dc96-5f59-acb7-e03634fc2813 with scrape type 2
2026-03-24 03:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c70565d5-dc96-5f59-acb7-e03634fc2813 with scrape type 2
2026-03-24 03:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c70565d5-dc96-5f59-acb7-e03634fc2813, identifier: 1975418
2026-03-24 03:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c70565d5-dc96-5f59-acb7-e03634fc2813 with identifier: 1975418
2026-03-24 03:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c70565d5-dc96-5f59-acb7-e03634fc2813 with identifier: 1975418
2026-03-24 03:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c70565d5-dc96-5f59-acb7-e03634fc2813 with identifier: 1975418 to the API
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c70565d5-dc96-5f59-acb7-e03634fc2813',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 3',
'odometer': 146221,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 3 Serie 3 318dA 150ch Business Design',
'transmission': 'automatic',
'trim': 'Serie 3 318dA 150ch Business Design',
'vin': None,
'year': 2019}
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975418%27 HTTP/1.1" 200 None
2026-03-24 03:48:17 [ayvens.fr] INFO: Saving data for 1975418: {'auction_closing_time': 1774368000.0, 'created_time': 1774025642.022414, 'last_price_update_time': 1774324097.596116}
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975418') HTTP/1.1" 204 0
2026-03-24 03:48:17 [ayvens.fr] INFO: Found listing with ID: 1975419
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975419%27 HTTP/1.1" 200 None
2026-03-24 03:48:17 [ayvens.fr] INFO: Scrape type for 1975419: 2
2026-03-24 03:48:17 [ayvens.fr] INFO: Extracting data for car ID: 1975419
2026-03-24 03:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with identifier: 1975419
2026-03-24 03:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with scrape type 2
2026-03-24 03:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with scrape type 2
2026-03-24 03:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 13cd8cf5-970c-59ce-a2ad-49360d4b9d37, identifier: 1975419
2026-03-24 03:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with identifier: 1975419
2026-03-24 03:48:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with identifier: 1975419
2026-03-24 03:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 13cd8cf5-970c-59ce-a2ad-49360d4b9d37 with identifier: 1975419 to the API
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GRIS INDIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '13cd8cf5-970c-59ce-a2ad-49360d4b9d37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN',
'odometer': 147773,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN Tiguan 2.0 TDI 150ch Confortline Business DSG7',
'transmission': 'automatic',
'trim': 'Tiguan 2.0 TDI 150ch Confortline Business DSG7',
'vin': None,
'year': 2019}
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975419%27 HTTP/1.1" 200 None
2026-03-24 03:48:17 [ayvens.fr] INFO: Saving data for 1975419: {'auction_closing_time': 1774368000.0, 'created_time': 1774025643.758091, 'last_price_update_time': 1774324097.997889}
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975419') HTTP/1.1" 204 0
2026-03-24 03:48:18 [ayvens.fr] INFO: Found listing with ID: 1975420
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975420%27 HTTP/1.1" 200 None
2026-03-24 03:48:18 [ayvens.fr] INFO: Scrape type for 1975420: 2
2026-03-24 03:48:18 [ayvens.fr] INFO: Extracting data for car ID: 1975420
2026-03-24 03:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93112b04-b98b-5612-9594-acdafaa95db4 with identifier: 1975420
2026-03-24 03:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93112b04-b98b-5612-9594-acdafaa95db4 with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93112b04-b98b-5612-9594-acdafaa95db4 with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 93112b04-b98b-5612-9594-acdafaa95db4, identifier: 1975420
2026-03-24 03:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 93112b04-b98b-5612-9594-acdafaa95db4 with identifier: 1975420
2026-03-24 03:48:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 93112b04-b98b-5612-9594-acdafaa95db4 with identifier: 1975420
2026-03-24 03:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 93112b04-b98b-5612-9594-acdafaa95db4 with identifier: 1975420 to the API
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'NOIRE MYTHIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '93112b04-b98b-5612-9594-acdafaa95db4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5',
'odometer': 130297,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 Q5 35 TDI Mild Hybrid 163ch Business Executive S tronic 7',
'transmission': 'automatic',
'trim': 'Q5 35 TDI Mild Hybrid 163ch Business Executive S tronic 7',
'vin': None,
'year': 2021}
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975420%27 HTTP/1.1" 200 None
2026-03-24 03:48:18 [ayvens.fr] INFO: Saving data for 1975420: {'auction_closing_time': 1774368000.0, 'created_time': 1774025644.902403, 'last_price_update_time': 1774324098.398865}
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975420') HTTP/1.1" 204 0
2026-03-24 03:48:18 [ayvens.fr] INFO: Found listing with ID: 1975421
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975421%27 HTTP/1.1" 200 None
2026-03-24 03:48:18 [ayvens.fr] INFO: Scrape type for 1975421: 2
2026-03-24 03:48:18 [ayvens.fr] INFO: Extracting data for car ID: 1975421
2026-03-24 03:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca57af03-fee2-56e9-97b2-0325fad05b4a with identifier: 1975421
2026-03-24 03:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca57af03-fee2-56e9-97b2-0325fad05b4a with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca57af03-fee2-56e9-97b2-0325fad05b4a with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ca57af03-fee2-56e9-97b2-0325fad05b4a, identifier: 1975421
2026-03-24 03:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ca57af03-fee2-56e9-97b2-0325fad05b4a with identifier: 1975421
2026-03-24 03:48:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ca57af03-fee2-56e9-97b2-0325fad05b4a with identifier: 1975421
2026-03-24 03:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ca57af03-fee2-56e9-97b2-0325fad05b4a with identifier: 1975421 to the API
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'LASER RED METALLIC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'ca57af03-fee2-56e9-97b2-0325fad05b4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SMART',
'model': '1',
'odometer': 28161,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'SMART 1 #1 272ch 66kWh 7,4kW Pro+',
'transmission': 'automatic',
'trim': '#1 272ch 66kWh 7,4kW Pro+',
'vin': None,
'year': 2023}
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975421%27 HTTP/1.1" 200 None
2026-03-24 03:48:18 [ayvens.fr] INFO: Saving data for 1975421: {'auction_closing_time': 1774368000.0, 'created_time': 1774025646.074142, 'last_price_update_time': 1774324098.847861}
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975421') HTTP/1.1" 204 0
2026-03-24 03:48:18 [ayvens.fr] INFO: Found listing with ID: 1975422
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975422%27 HTTP/1.1" 200 None
2026-03-24 03:48:18 [ayvens.fr] INFO: Scrape type for 1975422: 2
2026-03-24 03:48:18 [ayvens.fr] INFO: Extracting data for car ID: 1975422
2026-03-24 03:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8f70110-44b2-52d3-afda-5f6f385ab6f3 with identifier: 1975422
2026-03-24 03:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8f70110-44b2-52d3-afda-5f6f385ab6f3 with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8f70110-44b2-52d3-afda-5f6f385ab6f3 with scrape type 2
2026-03-24 03:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d8f70110-44b2-52d3-afda-5f6f385ab6f3, identifier: 1975422
2026-03-24 03:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d8f70110-44b2-52d3-afda-5f6f385ab6f3 with identifier: 1975422
2026-03-24 03:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d8f70110-44b2-52d3-afda-5f6f385ab6f3 with identifier: 1975422
2026-03-24 03:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d8f70110-44b2-52d3-afda-5f6f385ab6f3 with identifier: 1975422 to the API
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'ROUGE ELIXIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'd8f70110-44b2-52d3-afda-5f6f385ab6f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 65000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 HYBRID 225ch GT Pack e-EAT8',
'transmission': 'automatic',
'trim': '508 HYBRID 225ch GT Pack e-EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975422%27 HTTP/1.1" 200 None
2026-03-24 03:48:19 [ayvens.fr] INFO: Saving data for 1975422: {'auction_closing_time': 1774368000.0, 'created_time': 1774025647.527155, 'last_price_update_time': 1774324099.231603}
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975422') HTTP/1.1" 204 0
2026-03-24 03:48:19 [ayvens.fr] INFO: Found listing with ID: 1975423
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975423%27 HTTP/1.1" 200 None
2026-03-24 03:48:19 [ayvens.fr] INFO: Scrape type for 1975423: 2
2026-03-24 03:48:19 [ayvens.fr] INFO: Extracting data for car ID: 1975423
2026-03-24 03:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef62d9be-6823-5de3-a42e-25a42c7956ee with identifier: 1975423
2026-03-24 03:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef62d9be-6823-5de3-a42e-25a42c7956ee with scrape type 2
2026-03-24 03:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef62d9be-6823-5de3-a42e-25a42c7956ee with scrape type 2
2026-03-24 03:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ef62d9be-6823-5de3-a42e-25a42c7956ee, identifier: 1975423
2026-03-24 03:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ef62d9be-6823-5de3-a42e-25a42c7956ee with identifier: 1975423
2026-03-24 03:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ef62d9be-6823-5de3-a42e-25a42c7956ee with identifier: 1975423
2026-03-24 03:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ef62d9be-6823-5de3-a42e-25a42c7956ee with identifier: 1975423 to the API
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'ef62d9be-6823-5de3-a42e-25a42c7956ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 139912,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI Qashqai e-POWER 190ch Business Edition 2022',
'transmission': 'automatic',
'trim': 'Qashqai e-POWER 190ch Business Edition 2022',
'vin': None,
'year': 2022}
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975423%27 HTTP/1.1" 200 None
2026-03-24 03:48:19 [ayvens.fr] INFO: Saving data for 1975423: {'auction_closing_time': 1774368000.0, 'created_time': 1774025649.020988, 'last_price_update_time': 1774324099.635853}
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975423') HTTP/1.1" 204 0
2026-03-24 03:48:19 [ayvens.fr] INFO: Found listing with ID: 1975424
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975424%27 HTTP/1.1" 200 None
2026-03-24 03:48:19 [ayvens.fr] INFO: Scrape type for 1975424: 2
2026-03-24 03:48:19 [ayvens.fr] INFO: Extracting data for car ID: 1975424
2026-03-24 03:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9997fcb9-0437-5f8c-bf80-df5d70f3667e with identifier: 1975424
2026-03-24 03:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9997fcb9-0437-5f8c-bf80-df5d70f3667e with scrape type 2
2026-03-24 03:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9997fcb9-0437-5f8c-bf80-df5d70f3667e with scrape type 2
2026-03-24 03:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9997fcb9-0437-5f8c-bf80-df5d70f3667e, identifier: 1975424
2026-03-24 03:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9997fcb9-0437-5f8c-bf80-df5d70f3667e with identifier: 1975424
2026-03-24 03:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9997fcb9-0437-5f8c-bf80-df5d70f3667e with identifier: 1975424
2026-03-24 03:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9997fcb9-0437-5f8c-bf80-df5d70f3667e with identifier: 1975424 to the API
2026-03-24 03:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'NOIR PELA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9997fcb9-0437-5f8c-bf80-df5d70f3667e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 148353,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975424%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Saving data for 1975424: {'auction_closing_time': 1774368000.0, 'created_time': 1774025650.323329, 'last_price_update_time': 1774324100.030812}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975424') HTTP/1.1" 204 0
2026-03-24 03:48:20 [ayvens.fr] INFO: Found listing with ID: 1975425
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975425%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Scrape type for 1975425: 2
2026-03-24 03:48:20 [ayvens.fr] INFO: Extracting data for car ID: 1975425
2026-03-24 03:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1436f261-5ad3-5d89-9d03-72202fbf30bb with identifier: 1975425
2026-03-24 03:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1436f261-5ad3-5d89-9d03-72202fbf30bb with scrape type 2
2026-03-24 03:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1436f261-5ad3-5d89-9d03-72202fbf30bb with scrape type 2
2026-03-24 03:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1436f261-5ad3-5d89-9d03-72202fbf30bb, identifier: 1975425
2026-03-24 03:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1436f261-5ad3-5d89-9d03-72202fbf30bb with identifier: 1975425
2026-03-24 03:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1436f261-5ad3-5d89-9d03-72202fbf30bb with identifier: 1975425
2026-03-24 03:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1436f261-5ad3-5d89-9d03-72202fbf30bb with identifier: 1975425 to the API
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid',
'id': '1436f261-5ad3-5d89-9d03-72202fbf30bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 75813,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA Kuga 2.5 Duratec 190ch FHEV E85 Titanium BVA',
'transmission': 'automatic',
'trim': 'Kuga 2.5 Duratec 190ch FHEV E85 Titanium BVA',
'vin': None,
'year': 2023}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975425%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Saving data for 1975425: {'auction_closing_time': 1774368000.0, 'created_time': 1774025651.670965, 'last_price_update_time': 1774324100.422625}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975425') HTTP/1.1" 204 0
2026-03-24 03:48:20 [ayvens.fr] INFO: Found listing with ID: 1975426
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975426%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Scrape type for 1975426: 2
2026-03-24 03:48:20 [ayvens.fr] INFO: Extracting data for car ID: 1975426
2026-03-24 03:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with identifier: 1975426
2026-03-24 03:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with scrape type 2
2026-03-24 03:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with scrape type 2
2026-03-24 03:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2, identifier: 1975426
2026-03-24 03:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with identifier: 1975426
2026-03-24 03:48:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with identifier: 1975426
2026-03-24 03:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5f64ca08-fa86-59c8-a053-fb41d6f8f2a2 with identifier: 1975426 to the API
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'JAUNE MIEL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5f64ca08-fa86-59c8-a053-fb41d6f8f2a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'SCENIC',
'odometer': 98460,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT SCENIC Scenic 1.7 Blue dCi 120ch Business',
'transmission': 'manual',
'trim': 'Scenic 1.7 Blue dCi 120ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975426%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Saving data for 1975426: {'auction_closing_time': 1774368000.0, 'created_time': 1774025653.175964, 'last_price_update_time': 1774324100.812501}
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975426') HTTP/1.1" 204 0
2026-03-24 03:48:20 [ayvens.fr] INFO: Found listing with ID: 1975427
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975427%27 HTTP/1.1" 200 None
2026-03-24 03:48:20 [ayvens.fr] INFO: Scrape type for 1975427: 2
2026-03-24 03:48:20 [ayvens.fr] INFO: Extracting data for car ID: 1975427
2026-03-24 03:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0dd171-c6e1-5509-929e-a0f95a870177 with identifier: 1975427
2026-03-24 03:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0dd171-c6e1-5509-929e-a0f95a870177 with scrape type 2
2026-03-24 03:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0dd171-c6e1-5509-929e-a0f95a870177 with scrape type 2
2026-03-24 03:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bb0dd171-c6e1-5509-929e-a0f95a870177, identifier: 1975427
2026-03-24 03:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bb0dd171-c6e1-5509-929e-a0f95a870177 with identifier: 1975427
2026-03-24 03:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bb0dd171-c6e1-5509-929e-a0f95a870177 with identifier: 1975427
2026-03-24 03:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bb0dd171-c6e1-5509-929e-a0f95a870177 with identifier: 1975427 to the API
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'bb0dd171-c6e1-5509-929e-a0f95a870177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 40459,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross Hybrid rechargeable 225ch Shine '
'e-EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross Hybrid rechargeable 225ch Shine e-EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975427%27 HTTP/1.1" 200 None
2026-03-24 03:48:21 [ayvens.fr] INFO: Saving data for 1975427: {'auction_closing_time': 1774368000.0, 'created_time': 1774025654.142859, 'last_price_update_time': 1774324101.293604}
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975427') HTTP/1.1" 204 0
2026-03-24 03:48:21 [ayvens.fr] INFO: Found listing with ID: 1975428
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975428%27 HTTP/1.1" 200 None
2026-03-24 03:48:21 [ayvens.fr] INFO: Scrape type for 1975428: 2
2026-03-24 03:48:21 [ayvens.fr] INFO: Extracting data for car ID: 1975428
2026-03-24 03:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with identifier: 1975428
2026-03-24 03:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with scrape type 2
2026-03-24 03:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with scrape type 2
2026-03-24 03:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5505f71a-de5f-51fd-bf8e-7acfdf8e096e, identifier: 1975428
2026-03-24 03:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with identifier: 1975428
2026-03-24 03:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with identifier: 1975428
2026-03-24 03:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5505f71a-de5f-51fd-bf8e-7acfdf8e096e with identifier: 1975428 to the API
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 55,
'color': 'GRIS GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '5505f71a-de5f-51fd-bf8e-7acfdf8e096e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 51890,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T4 Recharge 129 + 82ch Inscription Luxe DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge 129 + 82ch Inscription Luxe DCT 7',
'vin': None,
'year': 2021}
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975428%27 HTTP/1.1" 200 None
2026-03-24 03:48:21 [ayvens.fr] INFO: Saving data for 1975428: {'auction_closing_time': 1774368000.0, 'created_time': 1774025655.64931, 'last_price_update_time': 1774324101.672879}
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975428') HTTP/1.1" 204 0
2026-03-24 03:48:21 [ayvens.fr] INFO: Found listing with ID: 1975429
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975429%27 HTTP/1.1" 200 None
2026-03-24 03:48:21 [ayvens.fr] INFO: Scrape type for 1975429: 2
2026-03-24 03:48:21 [ayvens.fr] INFO: Extracting data for car ID: 1975429
2026-03-24 03:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d7fb96-115e-56c0-bed0-644a98b66239 with identifier: 1975429
2026-03-24 03:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d7fb96-115e-56c0-bed0-644a98b66239 with scrape type 2
2026-03-24 03:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02d7fb96-115e-56c0-bed0-644a98b66239 with scrape type 2
2026-03-24 03:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 02d7fb96-115e-56c0-bed0-644a98b66239, identifier: 1975429
2026-03-24 03:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 02d7fb96-115e-56c0-bed0-644a98b66239 with identifier: 1975429
2026-03-24 03:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 02d7fb96-115e-56c0-bed0-644a98b66239 with identifier: 1975429
2026-03-24 03:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 02d7fb96-115e-56c0-bed0-644a98b66239 with identifier: 1975429 to the API
2026-03-24 03:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '02d7fb96-115e-56c0-bed0-644a98b66239',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 21584,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.2 Turbo 110ch Elegance Business',
'transmission': 'manual',
'trim': 'Crossland 1.2 Turbo 110ch Elegance Business',
'vin': None,
'year': 2023}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975429%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Saving data for 1975429: {'auction_closing_time': 1774368000.0, 'created_time': 1774025657.020745, 'last_price_update_time': 1774324102.078622}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975429') HTTP/1.1" 204 0
2026-03-24 03:48:22 [ayvens.fr] INFO: Found listing with ID: 1975430
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975430%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Scrape type for 1975430: 2
2026-03-24 03:48:22 [ayvens.fr] INFO: Extracting data for car ID: 1975430
2026-03-24 03:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with identifier: 1975430
2026-03-24 03:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409, identifier: 1975430
2026-03-24 03:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with identifier: 1975430
2026-03-24 03:48:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with identifier: 1975430
2026-03-24 03:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7f1a5d8a-29ab-5879-aa3d-80a8fc4be409 with identifier: 1975430 to the API
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GRIS PLATINIUM METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '7f1a5d8a-29ab-5879-aa3d-80a8fc4be409',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 144271,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross BlueHDi 130ch S&S Business EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross BlueHDi 130ch S&S Business EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975430%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Saving data for 1975430: {'auction_closing_time': 1774368000.0, 'created_time': 1774025658.753334, 'last_price_update_time': 1774324102.474587}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975430') HTTP/1.1" 204 0
2026-03-24 03:48:22 [ayvens.fr] INFO: Found listing with ID: 1975431
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975431%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Scrape type for 1975431: 2
2026-03-24 03:48:22 [ayvens.fr] INFO: Extracting data for car ID: 1975431
2026-03-24 03:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49aa9377-ed92-5a28-9597-af73fafdceb8 with identifier: 1975431
2026-03-24 03:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49aa9377-ed92-5a28-9597-af73fafdceb8 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49aa9377-ed92-5a28-9597-af73fafdceb8 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 49aa9377-ed92-5a28-9597-af73fafdceb8, identifier: 1975431
2026-03-24 03:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 49aa9377-ed92-5a28-9597-af73fafdceb8 with identifier: 1975431
2026-03-24 03:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 49aa9377-ed92-5a28-9597-af73fafdceb8 with identifier: 1975431
2026-03-24 03:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 49aa9377-ed92-5a28-9597-af73fafdceb8 with identifier: 1975431 to the API
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'GRIS DAYTONA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '49aa9377-ed92-5a28-9597-af73fafdceb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5',
'odometer': 111634,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 Q5 40 TDI Mild Hybrid 204ch S line quattro S tronic 7',
'transmission': 'automatic',
'trim': 'Q5 40 TDI Mild Hybrid 204ch S line quattro S tronic 7',
'vin': None,
'year': 2023}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975431%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Saving data for 1975431: {'auction_closing_time': 1774368000.0, 'created_time': 1774025659.901561, 'last_price_update_time': 1774324102.8714}
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975431') HTTP/1.1" 204 0
2026-03-24 03:48:22 [ayvens.fr] INFO: Found listing with ID: 1975432
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975432%27 HTTP/1.1" 200 None
2026-03-24 03:48:22 [ayvens.fr] INFO: Scrape type for 1975432: 2
2026-03-24 03:48:22 [ayvens.fr] INFO: Extracting data for car ID: 1975432
2026-03-24 03:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 748ddaf3-ccc5-5543-a607-7063d59d8771 with identifier: 1975432
2026-03-24 03:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 748ddaf3-ccc5-5543-a607-7063d59d8771 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 748ddaf3-ccc5-5543-a607-7063d59d8771 with scrape type 2
2026-03-24 03:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 748ddaf3-ccc5-5543-a607-7063d59d8771, identifier: 1975432
2026-03-24 03:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 748ddaf3-ccc5-5543-a607-7063d59d8771 with identifier: 1975432
2026-03-24 03:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 748ddaf3-ccc5-5543-a607-7063d59d8771 with identifier: 1975432
2026-03-24 03:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 748ddaf3-ccc5-5543-a607-7063d59d8771 with identifier: 1975432 to the API
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '748ddaf3-ccc5-5543-a607-7063d59d8771',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 112961,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active Business',
'transmission': 'manual',
'trim': '308 1.5 BlueHDi 130ch S&S Active Business',
'vin': None,
'year': 2019}
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975432%27 HTTP/1.1" 200 None
2026-03-24 03:48:23 [ayvens.fr] INFO: Saving data for 1975432: {'auction_closing_time': 1774368000.0, 'created_time': 1774025661.275258, 'last_price_update_time': 1774324103.282338}
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975432') HTTP/1.1" 204 0
2026-03-24 03:48:23 [ayvens.fr] INFO: Found listing with ID: 1975433
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975433%27 HTTP/1.1" 200 None
2026-03-24 03:48:23 [ayvens.fr] INFO: Scrape type for 1975433: 2
2026-03-24 03:48:23 [ayvens.fr] INFO: Extracting data for car ID: 1975433
2026-03-24 03:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc329da2-57e4-5034-a84d-ea836b2311b6 with identifier: 1975433
2026-03-24 03:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc329da2-57e4-5034-a84d-ea836b2311b6 with scrape type 2
2026-03-24 03:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc329da2-57e4-5034-a84d-ea836b2311b6 with scrape type 2
2026-03-24 03:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bc329da2-57e4-5034-a84d-ea836b2311b6, identifier: 1975433
2026-03-24 03:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bc329da2-57e4-5034-a84d-ea836b2311b6 with identifier: 1975433
2026-03-24 03:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bc329da2-57e4-5034-a84d-ea836b2311b6 with identifier: 1975433
2026-03-24 03:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bc329da2-57e4-5034-a84d-ea836b2311b6 with identifier: 1975433 to the API
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bc329da2-57e4-5034-a84d-ea836b2311b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 51156,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 TCe 90ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 90ch Business',
'vin': None,
'year': 2021}
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975433%27 HTTP/1.1" 200 None
2026-03-24 03:48:23 [ayvens.fr] INFO: Saving data for 1975433: {'auction_closing_time': 1774368000.0, 'created_time': 1774025662.903107, 'last_price_update_time': 1774324103.680742}
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975433') HTTP/1.1" 204 0
2026-03-24 03:48:23 [ayvens.fr] INFO: Found listing with ID: 1975434
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975434%27 HTTP/1.1" 200 None
2026-03-24 03:48:23 [ayvens.fr] INFO: Scrape type for 1975434: 2
2026-03-24 03:48:23 [ayvens.fr] INFO: Extracting data for car ID: 1975434
2026-03-24 03:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with identifier: 1975434
2026-03-24 03:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with scrape type 2
2026-03-24 03:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with scrape type 2
2026-03-24 03:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d53a9d90-0c94-5df8-af93-cffeb6b8ebfb, identifier: 1975434
2026-03-24 03:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with identifier: 1975434
2026-03-24 03:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with identifier: 1975434
2026-03-24 03:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d53a9d90-0c94-5df8-af93-cffeb6b8ebfb with identifier: 1975434 to the API
2026-03-24 03:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'NOIR INTENSE NACRE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd53a9d90-0c94-5df8-af93-cffeb6b8ebfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'PASSAT',
'odometer': 121335,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT Passat 1.5 TSI 150ch Business DSG7',
'transmission': 'automatic',
'trim': 'Passat 1.5 TSI 150ch Business DSG7',
'vin': None,
'year': 2020}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975434%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Saving data for 1975434: {'auction_closing_time': 1774368000.0, 'created_time': 1774025664.275096, 'last_price_update_time': 1774324104.071794}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975434') HTTP/1.1" 204 0
2026-03-24 03:48:24 [ayvens.fr] INFO: Found listing with ID: 1975435
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975435%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Scrape type for 1975435: 2
2026-03-24 03:48:24 [ayvens.fr] INFO: Extracting data for car ID: 1975435
2026-03-24 03:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14396a9e-fbaf-5362-8808-ef3699ee340e with identifier: 1975435
2026-03-24 03:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14396a9e-fbaf-5362-8808-ef3699ee340e with scrape type 2
2026-03-24 03:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14396a9e-fbaf-5362-8808-ef3699ee340e with scrape type 2
2026-03-24 03:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 14396a9e-fbaf-5362-8808-ef3699ee340e, identifier: 1975435
2026-03-24 03:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 14396a9e-fbaf-5362-8808-ef3699ee340e with identifier: 1975435
2026-03-24 03:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 14396a9e-fbaf-5362-8808-ef3699ee340e with identifier: 1975435
2026-03-24 03:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 14396a9e-fbaf-5362-8808-ef3699ee340e with identifier: 1975435 to the API
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '14396a9e-fbaf-5362-8808-ef3699ee340e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q3',
'odometer': 46978,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Q3 35 TDI 150ch S line S tronic 7',
'transmission': 'automatic',
'trim': 'Q3 35 TDI 150ch S line S tronic 7',
'vin': None,
'year': 2022}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975435%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Saving data for 1975435: {'auction_closing_time': 1774368000.0, 'created_time': 1774025665.703959, 'last_price_update_time': 1774324104.524841}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975435') HTTP/1.1" 204 0
2026-03-24 03:48:24 [ayvens.fr] INFO: Found listing with ID: 1975436
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975436%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Scrape type for 1975436: 2
2026-03-24 03:48:24 [ayvens.fr] INFO: Extracting data for car ID: 1975436
2026-03-24 03:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a18982fd-d653-5034-91fc-8b4c7ff2413b with identifier: 1975436
2026-03-24 03:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a18982fd-d653-5034-91fc-8b4c7ff2413b with scrape type 2
2026-03-24 03:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a18982fd-d653-5034-91fc-8b4c7ff2413b with scrape type 2
2026-03-24 03:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a18982fd-d653-5034-91fc-8b4c7ff2413b, identifier: 1975436
2026-03-24 03:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a18982fd-d653-5034-91fc-8b4c7ff2413b with identifier: 1975436
2026-03-24 03:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a18982fd-d653-5034-91fc-8b4c7ff2413b with identifier: 1975436
2026-03-24 03:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a18982fd-d653-5034-91fc-8b4c7ff2413b with identifier: 1975436 to the API
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'a18982fd-d653-5034-91fc-8b4c7ff2413b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'BAYON',
'odometer': 127421,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI BAYON Bayon 1.0 T-GDi 100ch Hybrid 48V Business DCT-7',
'transmission': 'automatic',
'trim': 'Bayon 1.0 T-GDi 100ch Hybrid 48V Business DCT-7',
'vin': None,
'year': 2022}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975436%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Saving data for 1975436: {'auction_closing_time': 1774368000.0, 'created_time': 1774025667.070807, 'last_price_update_time': 1774324104.918314}
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975436') HTTP/1.1" 204 0
2026-03-24 03:48:24 [ayvens.fr] INFO: Found listing with ID: 1975437
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975437%27 HTTP/1.1" 200 None
2026-03-24 03:48:24 [ayvens.fr] INFO: Scrape type for 1975437: 2
2026-03-24 03:48:24 [ayvens.fr] INFO: Extracting data for car ID: 1975437
2026-03-24 03:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07fca786-1b12-5018-b70b-67f35dc814f7 with identifier: 1975437
2026-03-24 03:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07fca786-1b12-5018-b70b-67f35dc814f7 with scrape type 2
2026-03-24 03:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07fca786-1b12-5018-b70b-67f35dc814f7 with scrape type 2
2026-03-24 03:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 07fca786-1b12-5018-b70b-67f35dc814f7, identifier: 1975437
2026-03-24 03:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 07fca786-1b12-5018-b70b-67f35dc814f7 with identifier: 1975437
2026-03-24 03:48:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 07fca786-1b12-5018-b70b-67f35dc814f7 with identifier: 1975437
2026-03-24 03:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 07fca786-1b12-5018-b70b-67f35dc814f7 with identifier: 1975437 to the API
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLEU FORET',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '07fca786-1b12-5018-b70b-67f35dc814f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'GRAND C4 SPACETOURER',
'odometer': 102423,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-10',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER Grand C4 SpaceTourer PureTech 130ch '
'S&S Shine Pack EAT8',
'transmission': 'automatic',
'trim': 'Grand C4 SpaceTourer PureTech 130ch S&S Shine Pack EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975437%27 HTTP/1.1" 200 None
2026-03-24 03:48:25 [ayvens.fr] INFO: Saving data for 1975437: {'auction_closing_time': 1774368000.0, 'created_time': 1774025668.825226, 'last_price_update_time': 1774324105.322818}
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975437') HTTP/1.1" 204 0
2026-03-24 03:48:25 [ayvens.fr] INFO: Found listing with ID: 1975438
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975438%27 HTTP/1.1" 200 None
2026-03-24 03:48:25 [ayvens.fr] INFO: Scrape type for 1975438: 2
2026-03-24 03:48:25 [ayvens.fr] INFO: Extracting data for car ID: 1975438
2026-03-24 03:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aeb0f4b-54da-5585-802b-5f78b7345761 with identifier: 1975438
2026-03-24 03:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aeb0f4b-54da-5585-802b-5f78b7345761 with scrape type 2
2026-03-24 03:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aeb0f4b-54da-5585-802b-5f78b7345761 with scrape type 2
2026-03-24 03:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0aeb0f4b-54da-5585-802b-5f78b7345761, identifier: 1975438
2026-03-24 03:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0aeb0f4b-54da-5585-802b-5f78b7345761 with identifier: 1975438
2026-03-24 03:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0aeb0f4b-54da-5585-802b-5f78b7345761 with identifier: 1975438
2026-03-24 03:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0aeb0f4b-54da-5585-802b-5f78b7345761 with identifier: 1975438 to the API
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '0aeb0f4b-54da-5585-802b-5f78b7345761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q5',
'odometer': 68882,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 Q5 50 TFSI e 299ch Business Executive quattro S tronic 7',
'transmission': 'automatic',
'trim': 'Q5 50 TFSI e 299ch Business Executive quattro S tronic 7',
'vin': None,
'year': 2023}
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975438%27 HTTP/1.1" 200 None
2026-03-24 03:48:25 [ayvens.fr] INFO: Saving data for 1975438: {'auction_closing_time': 1774368000.0, 'created_time': 1774025670.00088, 'last_price_update_time': 1774324105.804161}
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975438') HTTP/1.1" 204 0
2026-03-24 03:48:25 [ayvens.fr] INFO: Found listing with ID: 1975439
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975439%27 HTTP/1.1" 200 None
2026-03-24 03:48:25 [ayvens.fr] INFO: Scrape type for 1975439: 2
2026-03-24 03:48:25 [ayvens.fr] INFO: Extracting data for car ID: 1975439
2026-03-24 03:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with identifier: 1975439
2026-03-24 03:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with scrape type 2
2026-03-24 03:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with scrape type 2
2026-03-24 03:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5, identifier: 1975439
2026-03-24 03:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with identifier: 1975439
2026-03-24 03:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with identifier: 1975439
2026-03-24 03:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7f49bd1a-29e9-5737-b1be-e7e4ae9078f5 with identifier: 1975439 to the API
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 92,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '7f49bd1a-29e9-5737-b1be-e7e4ae9078f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 117994,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S Active',
'transmission': 'manual',
'trim': '308 1.5 BlueHDi 130ch S&S Active',
'vin': None,
'year': 2019}
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975439%27 HTTP/1.1" 200 None
2026-03-24 03:48:26 [ayvens.fr] INFO: Saving data for 1975439: {'auction_closing_time': 1774368000.0, 'created_time': 1774025671.576215, 'last_price_update_time': 1774324106.236697}
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975439') HTTP/1.1" 204 0
2026-03-24 03:48:26 [ayvens.fr] INFO: Found listing with ID: 1975440
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975440%27 HTTP/1.1" 200 None
2026-03-24 03:48:26 [ayvens.fr] INFO: Scrape type for 1975440: 2
2026-03-24 03:48:26 [ayvens.fr] INFO: Extracting data for car ID: 1975440
2026-03-24 03:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4ffc910-76be-583f-937e-43b719c268f1 with identifier: 1975440
2026-03-24 03:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4ffc910-76be-583f-937e-43b719c268f1 with scrape type 2
2026-03-24 03:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4ffc910-76be-583f-937e-43b719c268f1 with scrape type 2
2026-03-24 03:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a4ffc910-76be-583f-937e-43b719c268f1, identifier: 1975440
2026-03-24 03:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a4ffc910-76be-583f-937e-43b719c268f1 with identifier: 1975440
2026-03-24 03:48:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a4ffc910-76be-583f-937e-43b719c268f1 with identifier: 1975440
2026-03-24 03:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a4ffc910-76be-583f-937e-43b719c268f1 with identifier: 1975440 to the API
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 59,
'color': 'NOIR ORCA METALLISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'a4ffc910-76be-583f-937e-43b719c268f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'Q7',
'odometer': 141458,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q7 Q7 60 TFSI e 456ch Competition quattro Tiptronic 5 places',
'transmission': 'automatic',
'trim': 'Q7 60 TFSI e 456ch Competition quattro Tiptronic 5 places',
'vin': None,
'year': 2020}
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975440%27 HTTP/1.1" 200 None
2026-03-24 03:48:26 [ayvens.fr] INFO: Saving data for 1975440: {'auction_closing_time': 1774368000.0, 'created_time': 1774025672.752652, 'last_price_update_time': 1774324106.633571}
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975440') HTTP/1.1" 204 0
2026-03-24 03:48:26 [ayvens.fr] INFO: Found listing with ID: 1975441
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975441%27 HTTP/1.1" 200 None
2026-03-24 03:48:26 [ayvens.fr] INFO: Scrape type for 1975441: 2
2026-03-24 03:48:26 [ayvens.fr] INFO: Extracting data for car ID: 1975441
2026-03-24 03:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 122a0fc9-c576-59ec-a262-530d3afc08a6 with identifier: 1975441
2026-03-24 03:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 122a0fc9-c576-59ec-a262-530d3afc08a6 with scrape type 2
2026-03-24 03:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 122a0fc9-c576-59ec-a262-530d3afc08a6 with scrape type 2
2026-03-24 03:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 122a0fc9-c576-59ec-a262-530d3afc08a6, identifier: 1975441
2026-03-24 03:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 122a0fc9-c576-59ec-a262-530d3afc08a6 with identifier: 1975441
2026-03-24 03:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 122a0fc9-c576-59ec-a262-530d3afc08a6 with identifier: 1975441
2026-03-24 03:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 122a0fc9-c576-59ec-a262-530d3afc08a6 with identifier: 1975441 to the API
2026-03-24 03:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '122a0fc9-c576-59ec-a262-530d3afc08a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 110275,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-03',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross BlueHDi 100ch S&S Feel Business',
'transmission': 'manual',
'trim': 'C3 Aircross BlueHDi 100ch S&S Feel Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975441%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Saving data for 1975441: {'auction_closing_time': 1774368000.0, 'created_time': 1774025674.878191, 'last_price_update_time': 1774324107.019232}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975441') HTTP/1.1" 204 0
2026-03-24 03:48:27 [ayvens.fr] INFO: Found listing with ID: 1975442
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975442%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Scrape type for 1975442: 2
2026-03-24 03:48:27 [ayvens.fr] INFO: Extracting data for car ID: 1975442
2026-03-24 03:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with identifier: 1975442
2026-03-24 03:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3, identifier: 1975442
2026-03-24 03:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with identifier: 1975442
2026-03-24 03:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with identifier: 1975442
2026-03-24 03:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3 with identifier: 1975442 to the API
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'GRIS SQUALE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'a62a17d3-d0f0-5b2f-bdc4-a4917c233dd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 133824,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-25',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI Qashqai 1.3 Mild Hybrid 158ch Business Edition '
'Xtronic',
'transmission': 'automatic',
'trim': 'Qashqai 1.3 Mild Hybrid 158ch Business Edition Xtronic',
'vin': None,
'year': 2021}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975442%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Saving data for 1975442: {'auction_closing_time': 1774368000.0, 'created_time': 1774025675.733762, 'last_price_update_time': 1774324107.437553}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975442') HTTP/1.1" 204 0
2026-03-24 03:48:27 [ayvens.fr] INFO: Found listing with ID: 1975443
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975443%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Scrape type for 1975443: 2
2026-03-24 03:48:27 [ayvens.fr] INFO: Extracting data for car ID: 1975443
2026-03-24 03:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10c99d6-41d6-54bf-80fe-ccb59db74184 with identifier: 1975443
2026-03-24 03:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10c99d6-41d6-54bf-80fe-ccb59db74184 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10c99d6-41d6-54bf-80fe-ccb59db74184 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d10c99d6-41d6-54bf-80fe-ccb59db74184, identifier: 1975443
2026-03-24 03:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d10c99d6-41d6-54bf-80fe-ccb59db74184 with identifier: 1975443
2026-03-24 03:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d10c99d6-41d6-54bf-80fe-ccb59db74184 with identifier: 1975443
2026-03-24 03:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d10c99d6-41d6-54bf-80fe-ccb59db74184 with identifier: 1975443 to the API
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'NOIR ONYX',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'd10c99d6-41d6-54bf-80fe-ccb59db74184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'EX30',
'odometer': 16348,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO EX30 EX30 Single Extended Range 272ch Ultra',
'transmission': 'automatic',
'trim': 'EX30 Single Extended Range 272ch Ultra',
'vin': None,
'year': 2024}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975443%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Saving data for 1975443: {'auction_closing_time': 1774368000.0, 'created_time': 1774025676.852473, 'last_price_update_time': 1774324107.840682}
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975443') HTTP/1.1" 204 0
2026-03-24 03:48:27 [ayvens.fr] INFO: Found listing with ID: 1975444
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975444%27 HTTP/1.1" 200 None
2026-03-24 03:48:27 [ayvens.fr] INFO: Scrape type for 1975444: 2
2026-03-24 03:48:27 [ayvens.fr] INFO: Extracting data for car ID: 1975444
2026-03-24 03:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7193bfe8-6fe7-5179-824e-937cb64a3073 with identifier: 1975444
2026-03-24 03:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7193bfe8-6fe7-5179-824e-937cb64a3073 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7193bfe8-6fe7-5179-824e-937cb64a3073 with scrape type 2
2026-03-24 03:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7193bfe8-6fe7-5179-824e-937cb64a3073, identifier: 1975444
2026-03-24 03:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7193bfe8-6fe7-5179-824e-937cb64a3073 with identifier: 1975444
2026-03-24 03:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7193bfe8-6fe7-5179-824e-937cb64a3073 with identifier: 1975444
2026-03-24 03:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7193bfe8-6fe7-5179-824e-937cb64a3073 with identifier: 1975444 to the API
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'GRIS PLATINUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '7193bfe8-6fe7-5179-824e-937cb64a3073',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 129658,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975444%27 HTTP/1.1" 200 None
2026-03-24 03:48:28 [ayvens.fr] INFO: Saving data for 1975444: {'auction_closing_time': 1774368000.0, 'created_time': 1774025678.326583, 'last_price_update_time': 1774324108.245144}
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975444') HTTP/1.1" 204 0
2026-03-24 03:48:28 [ayvens.fr] INFO: Found listing with ID: 1975445
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975445%27 HTTP/1.1" 200 None
2026-03-24 03:48:28 [ayvens.fr] INFO: Scrape type for 1975445: 2
2026-03-24 03:48:28 [ayvens.fr] INFO: Extracting data for car ID: 1975445
2026-03-24 03:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with identifier: 1975445
2026-03-24 03:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with scrape type 2
2026-03-24 03:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with scrape type 2
2026-03-24 03:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0e0faa1e-0d81-5c51-a62d-2c2853c7575a, identifier: 1975445
2026-03-24 03:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with identifier: 1975445
2026-03-24 03:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with identifier: 1975445
2026-03-24 03:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0e0faa1e-0d81-5c51-a62d-2c2853c7575a with identifier: 1975445 to the API
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '0e0faa1e-0d81-5c51-a62d-2c2853c7575a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 35072,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2024}
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975445%27 HTTP/1.1" 200 None
2026-03-24 03:48:28 [ayvens.fr] INFO: Saving data for 1975445: {'auction_closing_time': 1774368000.0, 'created_time': 1774025679.8451, 'last_price_update_time': 1774324108.635301}
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975445') HTTP/1.1" 204 0
2026-03-24 03:48:28 [ayvens.fr] INFO: Found listing with ID: 1975446
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975446%27 HTTP/1.1" 200 None
2026-03-24 03:48:28 [ayvens.fr] INFO: Scrape type for 1975446: 2
2026-03-24 03:48:28 [ayvens.fr] INFO: Extracting data for car ID: 1975446
2026-03-24 03:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa3cf3c7-b755-5f33-96e0-1c2061eb80be with identifier: 1975446
2026-03-24 03:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa3cf3c7-b755-5f33-96e0-1c2061eb80be with scrape type 2
2026-03-24 03:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa3cf3c7-b755-5f33-96e0-1c2061eb80be with scrape type 2
2026-03-24 03:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fa3cf3c7-b755-5f33-96e0-1c2061eb80be, identifier: 1975446
2026-03-24 03:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fa3cf3c7-b755-5f33-96e0-1c2061eb80be with identifier: 1975446
2026-03-24 03:48:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fa3cf3c7-b755-5f33-96e0-1c2061eb80be with identifier: 1975446
2026-03-24 03:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fa3cf3c7-b755-5f33-96e0-1c2061eb80be with identifier: 1975446 to the API
2026-03-24 03:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'GRIS ATLAS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'fa3cf3c7-b755-5f33-96e0-1c2061eb80be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'YARIS HYBRID',
'odometer': 29375,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS HYBRID Yaris 100h France Business 5p',
'transmission': 'automatic',
'trim': 'Yaris 100h France Business 5p',
'vin': None,
'year': 2019}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975446%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Saving data for 1975446: {'auction_closing_time': 1774368000.0, 'created_time': 1774025681.259052, 'last_price_update_time': 1774324109.047096}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975446') HTTP/1.1" 204 0
2026-03-24 03:48:29 [ayvens.fr] INFO: Found listing with ID: 1975447
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975447%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Scrape type for 1975447: 2
2026-03-24 03:48:29 [ayvens.fr] INFO: Extracting data for car ID: 1975447
2026-03-24 03:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447e08d8-c3c2-5022-a0f7-51e9cce4269b with identifier: 1975447
2026-03-24 03:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447e08d8-c3c2-5022-a0f7-51e9cce4269b with scrape type 2
2026-03-24 03:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447e08d8-c3c2-5022-a0f7-51e9cce4269b with scrape type 2
2026-03-24 03:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 447e08d8-c3c2-5022-a0f7-51e9cce4269b, identifier: 1975447
2026-03-24 03:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 447e08d8-c3c2-5022-a0f7-51e9cce4269b with identifier: 1975447
2026-03-24 03:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 447e08d8-c3c2-5022-a0f7-51e9cce4269b with identifier: 1975447
2026-03-24 03:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 447e08d8-c3c2-5022-a0f7-51e9cce4269b with identifier: 1975447 to the API
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'GRIS PLATINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '447e08d8-c3c2-5022-a0f7-51e9cce4269b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE',
'odometer': 130894,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-23',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN ALLSPACE Tiguan Allspace 2.0 TDI 150ch Carat DSG7',
'transmission': 'automatic',
'trim': 'Tiguan Allspace 2.0 TDI 150ch Carat DSG7',
'vin': None,
'year': 2020}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975447%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Saving data for 1975447: {'auction_closing_time': 1774368000.0, 'created_time': 1774025682.543159, 'last_price_update_time': 1774324109.453515}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975447') HTTP/1.1" 204 0
2026-03-24 03:48:29 [ayvens.fr] INFO: Found listing with ID: 1975448
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975448%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Scrape type for 1975448: 2
2026-03-24 03:48:29 [ayvens.fr] INFO: Extracting data for car ID: 1975448
2026-03-24 03:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with identifier: 1975448
2026-03-24 03:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with scrape type 2
2026-03-24 03:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with scrape type 2
2026-03-24 03:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 704eb40e-dd08-5e81-b28b-c624d4b60ac2, identifier: 1975448
2026-03-24 03:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with identifier: 1975448
2026-03-24 03:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with identifier: 1975448
2026-03-24 03:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 704eb40e-dd08-5e81-b28b-c624d4b60ac2 with identifier: 1975448 to the API
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLEU IRON',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '704eb40e-dd08-5e81-b28b-c624d4b60ac2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 82160,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.0 TCe 90ch Business',
'transmission': 'manual',
'trim': 'Captur 1.0 TCe 90ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975448%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Saving data for 1975448: {'auction_closing_time': 1774368000.0, 'created_time': 1774025684.034829, 'last_price_update_time': 1774324109.845279}
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975448') HTTP/1.1" 204 0
2026-03-24 03:48:29 [ayvens.fr] INFO: Found listing with ID: 1975449
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975449%27 HTTP/1.1" 200 None
2026-03-24 03:48:29 [ayvens.fr] INFO: Scrape type for 1975449: 2
2026-03-24 03:48:29 [ayvens.fr] INFO: Extracting data for car ID: 1975449
2026-03-24 03:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e166bab-25f0-5cff-af17-8b20496d3506 with identifier: 1975449
2026-03-24 03:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e166bab-25f0-5cff-af17-8b20496d3506 with scrape type 2
2026-03-24 03:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e166bab-25f0-5cff-af17-8b20496d3506 with scrape type 2
2026-03-24 03:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3e166bab-25f0-5cff-af17-8b20496d3506, identifier: 1975449
2026-03-24 03:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3e166bab-25f0-5cff-af17-8b20496d3506 with identifier: 1975449
2026-03-24 03:48:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3e166bab-25f0-5cff-af17-8b20496d3506 with identifier: 1975449
2026-03-24 03:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3e166bab-25f0-5cff-af17-8b20496d3506 with identifier: 1975449 to the API
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 69,
'color': 'EIGER GREY',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '3e166bab-25f0-5cff-af17-8b20496d3506',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT',
'odometer': 34155,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER RANGE ROVER SPORT Range Rover Sport 2.0 P400e 404ch '
'Autobiography Dynamic Mark VIII',
'transmission': 'automatic',
'trim': 'Range Rover Sport 2.0 P400e 404ch Autobiography Dynamic Mark VIII',
'vin': None,
'year': 2020}
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975449%27 HTTP/1.1" 200 None
2026-03-24 03:48:30 [ayvens.fr] INFO: Saving data for 1975449: {'auction_closing_time': 1774368000.0, 'created_time': 1774025685.599531, 'last_price_update_time': 1774324110.333815}
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975449') HTTP/1.1" 204 0
2026-03-24 03:48:30 [ayvens.fr] INFO: Found listing with ID: 1975450
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975450%27 HTTP/1.1" 200 None
2026-03-24 03:48:30 [ayvens.fr] INFO: Scrape type for 1975450: 2
2026-03-24 03:48:30 [ayvens.fr] INFO: Extracting data for car ID: 1975450
2026-03-24 03:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with identifier: 1975450
2026-03-24 03:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with scrape type 2
2026-03-24 03:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with scrape type 2
2026-03-24 03:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eee96c53-3ae7-5d43-b2b9-24d1a121d1b1, identifier: 1975450
2026-03-24 03:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with identifier: 1975450
2026-03-24 03:48:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with identifier: 1975450
2026-03-24 03:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eee96c53-3ae7-5d43-b2b9-24d1a121d1b1 with identifier: 1975450 to the API
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLEU DE PRUSSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'eee96c53-3ae7-5d43-b2b9-24d1a121d1b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4 HSD',
'odometer': 77395,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 HSD RAV4 2.5 Hybride 218ch Dynamic Business 2WD + '
'Programme Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'RAV4 2.5 Hybride 218ch Dynamic Business 2WD + Programme Beyond Zero '
'Academy',
'vin': None,
'year': 2022}
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975450%27 HTTP/1.1" 200 None
2026-03-24 03:48:30 [ayvens.fr] INFO: Saving data for 1975450: {'auction_closing_time': 1774368000.0, 'created_time': 1774025686.467319, 'last_price_update_time': 1774324110.74391}
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975450') HTTP/1.1" 204 0
2026-03-24 03:48:30 [ayvens.fr] INFO: Found listing with ID: 1975451
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975451%27 HTTP/1.1" 200 None
2026-03-24 03:48:30 [ayvens.fr] INFO: Scrape type for 1975451: 2
2026-03-24 03:48:30 [ayvens.fr] INFO: Extracting data for car ID: 1975451
2026-03-24 03:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with identifier: 1975451
2026-03-24 03:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with scrape type 2
2026-03-24 03:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with scrape type 2
2026-03-24 03:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ad55fac0-91e5-52a7-9fab-7aeccf2834a8, identifier: 1975451
2026-03-24 03:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with identifier: 1975451
2026-03-24 03:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with identifier: 1975451
2026-03-24 03:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ad55fac0-91e5-52a7-9fab-7aeccf2834a8 with identifier: 1975451 to the API
2026-03-24 03:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ad55fac0-91e5-52a7-9fab-7aeccf2834a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 19044,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 208 1.2 PureTech 75ch S&S Style',
'transmission': 'manual',
'trim': '208 1.2 PureTech 75ch S&S Style',
'vin': None,
'year': 2023}
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975451%27 HTTP/1.1" 200 None
2026-03-24 03:48:31 [ayvens.fr] INFO: Saving data for 1975451: {'auction_closing_time': 1774368000.0, 'created_time': 1774025687.880073, 'last_price_update_time': 1774324111.346392}
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975451') HTTP/1.1" 204 0
2026-03-24 03:48:31 [ayvens.fr] INFO: Found listing with ID: 1975452
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975452%27 HTTP/1.1" 200 None
2026-03-24 03:48:31 [ayvens.fr] INFO: Scrape type for 1975452: 2
2026-03-24 03:48:31 [ayvens.fr] INFO: Extracting data for car ID: 1975452
2026-03-24 03:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcebe508-9188-5aa0-9943-b0ea9114032a with identifier: 1975452
2026-03-24 03:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcebe508-9188-5aa0-9943-b0ea9114032a with scrape type 2
2026-03-24 03:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcebe508-9188-5aa0-9943-b0ea9114032a with scrape type 2
2026-03-24 03:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bcebe508-9188-5aa0-9943-b0ea9114032a, identifier: 1975452
2026-03-24 03:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bcebe508-9188-5aa0-9943-b0ea9114032a with identifier: 1975452
2026-03-24 03:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bcebe508-9188-5aa0-9943-b0ea9114032a with identifier: 1975452
2026-03-24 03:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bcebe508-9188-5aa0-9943-b0ea9114032a with identifier: 1975452 to the API
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'bcebe508-9188-5aa0-9943-b0ea9114032a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 44902,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-25',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.2 Turbo 110ch Elegance',
'transmission': 'manual',
'trim': 'Crossland 1.2 Turbo 110ch Elegance',
'vin': None,
'year': 2023}
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975452%27 HTTP/1.1" 200 None
2026-03-24 03:48:31 [ayvens.fr] INFO: Saving data for 1975452: {'auction_closing_time': 1774368000.0, 'created_time': 1774025689.548537, 'last_price_update_time': 1774324111.948609}
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975452') HTTP/1.1" 204 0
2026-03-24 03:48:31 [ayvens.fr] INFO: Found listing with ID: 1975453
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975453%27 HTTP/1.1" 200 None
2026-03-24 03:48:31 [ayvens.fr] INFO: Scrape type for 1975453: 2
2026-03-24 03:48:31 [ayvens.fr] INFO: Extracting data for car ID: 1975453
2026-03-24 03:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with identifier: 1975453
2026-03-24 03:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with scrape type 2
2026-03-24 03:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with scrape type 2
2026-03-24 03:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23, identifier: 1975453
2026-03-24 03:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with identifier: 1975453
2026-03-24 03:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with identifier: 1975453
2026-03-24 03:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23 with identifier: 1975453 to the API
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2b3dd4bc-58a3-5d02-9bea-98a0f5dd2c23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 107586,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-17',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 2.0 BlueHDi 180ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '5008 2.0 BlueHDi 180ch S&S Allure Business EAT8',
'vin': None,
'year': 2018}
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975453%27 HTTP/1.1" 200 None
2026-03-24 03:48:32 [ayvens.fr] INFO: Saving data for 1975453: {'auction_closing_time': 1774368000.0, 'created_time': 1774025690.949407, 'last_price_update_time': 1774324112.355053}
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975453') HTTP/1.1" 204 0
2026-03-24 03:48:32 [ayvens.fr] INFO: Found listing with ID: 1975454
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975454%27 HTTP/1.1" 200 None
2026-03-24 03:48:32 [ayvens.fr] INFO: Scrape type for 1975454: 2
2026-03-24 03:48:32 [ayvens.fr] INFO: Extracting data for car ID: 1975454
2026-03-24 03:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with identifier: 1975454
2026-03-24 03:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with scrape type 2
2026-03-24 03:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with scrape type 2
2026-03-24 03:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0, identifier: 1975454
2026-03-24 03:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with identifier: 1975454
2026-03-24 03:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with identifier: 1975454
2026-03-24 03:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0 with identifier: 1975454 to the API
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '5709db3f-eebd-57dc-8cdb-e9ab4fbbc1a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 40035,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 SCe 75ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 SCe 75ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975454%27 HTTP/1.1" 200 None
2026-03-24 03:48:32 [ayvens.fr] INFO: Saving data for 1975454: {'auction_closing_time': 1774368000.0, 'created_time': 1774025691.866452, 'last_price_update_time': 1774324112.761921}
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975454') HTTP/1.1" 204 0
2026-03-24 03:48:32 [ayvens.fr] INFO: Found listing with ID: 1975455
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975455%27 HTTP/1.1" 200 None
2026-03-24 03:48:32 [ayvens.fr] INFO: Scrape type for 1975455: 2
2026-03-24 03:48:32 [ayvens.fr] INFO: Extracting data for car ID: 1975455
2026-03-24 03:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33deaf97-c6ae-5e2b-b895-3f294a446677 with identifier: 1975455
2026-03-24 03:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33deaf97-c6ae-5e2b-b895-3f294a446677 with scrape type 2
2026-03-24 03:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33deaf97-c6ae-5e2b-b895-3f294a446677 with scrape type 2
2026-03-24 03:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 33deaf97-c6ae-5e2b-b895-3f294a446677, identifier: 1975455
2026-03-24 03:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 33deaf97-c6ae-5e2b-b895-3f294a446677 with identifier: 1975455
2026-03-24 03:48:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 33deaf97-c6ae-5e2b-b895-3f294a446677 with identifier: 1975455
2026-03-24 03:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 33deaf97-c6ae-5e2b-b895-3f294a446677 with identifier: 1975455 to the API
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLEUE OUTREMER M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.4L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '33deaf97-c6ae-5e2b-b895-3f294a446677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TESLA',
'model': 'MODEL Y',
'odometer': 15552,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y Model Y Standard RWD',
'transmission': 'automatic',
'trim': 'Model Y Standard RWD',
'vin': None,
'year': 2023}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975455%27 HTTP/1.1" 200 None
2026-03-24 03:48:33 [ayvens.fr] INFO: Saving data for 1975455: {'auction_closing_time': 1774368000.0, 'created_time': 1774025693.316806, 'last_price_update_time': 1774324113.195529}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975455') HTTP/1.1" 204 0
2026-03-24 03:48:33 [ayvens.fr] INFO: Found listing with ID: 1975456
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975456%27 HTTP/1.1" 200 None
2026-03-24 03:48:33 [ayvens.fr] INFO: Scrape type for 1975456: 2
2026-03-24 03:48:33 [ayvens.fr] INFO: Extracting data for car ID: 1975456
2026-03-24 03:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f061051a-7c35-5626-8b96-ede742cbd9cc with identifier: 1975456
2026-03-24 03:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f061051a-7c35-5626-8b96-ede742cbd9cc with scrape type 2
2026-03-24 03:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f061051a-7c35-5626-8b96-ede742cbd9cc with scrape type 2
2026-03-24 03:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f061051a-7c35-5626-8b96-ede742cbd9cc, identifier: 1975456
2026-03-24 03:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f061051a-7c35-5626-8b96-ede742cbd9cc with identifier: 1975456
2026-03-24 03:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f061051a-7c35-5626-8b96-ede742cbd9cc with identifier: 1975456
2026-03-24 03:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f061051a-7c35-5626-8b96-ede742cbd9cc with identifier: 1975456 to the API
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS KRISTALL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f061051a-7c35-5626-8b96-ede742cbd9cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'CROSSLAND',
'odometer': 24084,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND Crossland 1.2 Turbo 110ch Elegance',
'transmission': 'manual',
'trim': 'Crossland 1.2 Turbo 110ch Elegance',
'vin': None,
'year': 2024}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975456%27 HTTP/1.1" 200 None
2026-03-24 03:48:33 [ayvens.fr] INFO: Saving data for 1975456: {'auction_closing_time': 1774368000.0, 'created_time': 1774025694.719041, 'last_price_update_time': 1774324113.581409}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975456') HTTP/1.1" 204 0
2026-03-24 03:48:33 [ayvens.fr] INFO: Found listing with ID: 1975457
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975457%27 HTTP/1.1" 200 None
2026-03-24 03:48:33 [ayvens.fr] INFO: Scrape type for 1975457: 2
2026-03-24 03:48:33 [ayvens.fr] INFO: Extracting data for car ID: 1975457
2026-03-24 03:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc03c924-44ea-58d2-b4d7-2103d5f9c862 with identifier: 1975457
2026-03-24 03:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc03c924-44ea-58d2-b4d7-2103d5f9c862 with scrape type 2
2026-03-24 03:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc03c924-44ea-58d2-b4d7-2103d5f9c862 with scrape type 2
2026-03-24 03:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cc03c924-44ea-58d2-b4d7-2103d5f9c862, identifier: 1975457
2026-03-24 03:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cc03c924-44ea-58d2-b4d7-2103d5f9c862 with identifier: 1975457
2026-03-24 03:48:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cc03c924-44ea-58d2-b4d7-2103d5f9c862 with identifier: 1975457
2026-03-24 03:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cc03c924-44ea-58d2-b4d7-2103d5f9c862 with identifier: 1975457 to the API
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SAPHIR SCHWARZ METAL NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'cc03c924-44ea-58d2-b4d7-2103d5f9c862',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 48896,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Série 1 118iA 136ch M Sport DKG7',
'transmission': 'automatic',
'trim': 'Série 1 118iA 136ch M Sport DKG7',
'vin': None,
'year': 2022}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975457%27 HTTP/1.1" 200 None
2026-03-24 03:48:33 [ayvens.fr] INFO: Saving data for 1975457: {'auction_closing_time': 1774368000.0, 'created_time': 1774025696.593491, 'last_price_update_time': 1774324113.987844}
2026-03-24 03:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975457') HTTP/1.1" 204 0
2026-03-24 03:48:34 [ayvens.fr] INFO: Found listing with ID: 1975458
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975458%27 HTTP/1.1" 200 None
2026-03-24 03:48:34 [ayvens.fr] INFO: Scrape type for 1975458: 2
2026-03-24 03:48:34 [ayvens.fr] INFO: Extracting data for car ID: 1975458
2026-03-24 03:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a3e757-4247-5e61-adf5-f672667f7e97 with identifier: 1975458
2026-03-24 03:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a3e757-4247-5e61-adf5-f672667f7e97 with scrape type 2
2026-03-24 03:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85a3e757-4247-5e61-adf5-f672667f7e97 with scrape type 2
2026-03-24 03:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 85a3e757-4247-5e61-adf5-f672667f7e97, identifier: 1975458
2026-03-24 03:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 85a3e757-4247-5e61-adf5-f672667f7e97 with identifier: 1975458
2026-03-24 03:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 85a3e757-4247-5e61-adf5-f672667f7e97 with identifier: 1975458
2026-03-24 03:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 85a3e757-4247-5e61-adf5-f672667f7e97 with identifier: 1975458 to the API
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'BLANCHE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '85a3e757-4247-5e61-adf5-f672667f7e97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 75729,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.6 E-Tech 140ch Business',
'transmission': 'automatic',
'trim': 'Clio 1.6 E-Tech 140ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975458%27 HTTP/1.1" 200 None
2026-03-24 03:48:34 [ayvens.fr] INFO: Saving data for 1975458: {'auction_closing_time': 1774368000.0, 'created_time': 1774025697.923424, 'last_price_update_time': 1774324114.402697}
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975458') HTTP/1.1" 204 0
2026-03-24 03:48:34 [ayvens.fr] INFO: Found listing with ID: 1975459
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975459%27 HTTP/1.1" 200 None
2026-03-24 03:48:34 [ayvens.fr] INFO: Scrape type for 1975459: 2
2026-03-24 03:48:34 [ayvens.fr] INFO: Extracting data for car ID: 1975459
2026-03-24 03:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with identifier: 1975459
2026-03-24 03:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with scrape type 2
2026-03-24 03:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with scrape type 2
2026-03-24 03:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f6148ede-61c5-5fc8-9e45-e2f5f4ff657d, identifier: 1975459
2026-03-24 03:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with identifier: 1975459
2026-03-24 03:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with identifier: 1975459
2026-03-24 03:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f6148ede-61c5-5fc8-9e45-e2f5f4ff657d with identifier: 1975459 to the API
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f6148ede-61c5-5fc8-9e45-e2f5f4ff657d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 36616,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.0 TCe 100ch Business',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 100ch Business',
'vin': None,
'year': 2020}
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975459%27 HTTP/1.1" 200 None
2026-03-24 03:48:34 [ayvens.fr] INFO: Saving data for 1975459: {'auction_closing_time': 1774368000.0, 'created_time': 1774025699.485124, 'last_price_update_time': 1774324114.837878}
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975459') HTTP/1.1" 204 0
2026-03-24 03:48:34 [ayvens.fr] INFO: Found listing with ID: 1975460
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975460%27 HTTP/1.1" 200 None
2026-03-24 03:48:34 [ayvens.fr] INFO: Scrape type for 1975460: 2
2026-03-24 03:48:34 [ayvens.fr] INFO: Extracting data for car ID: 1975460
2026-03-24 03:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0797756-41dd-5cc7-8067-e8c663b0cfa8 with identifier: 1975460
2026-03-24 03:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0797756-41dd-5cc7-8067-e8c663b0cfa8 with scrape type 2
2026-03-24 03:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0797756-41dd-5cc7-8067-e8c663b0cfa8 with scrape type 2
2026-03-24 03:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e0797756-41dd-5cc7-8067-e8c663b0cfa8, identifier: 1975460
2026-03-24 03:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e0797756-41dd-5cc7-8067-e8c663b0cfa8 with identifier: 1975460
2026-03-24 03:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e0797756-41dd-5cc7-8067-e8c663b0cfa8 with identifier: 1975460
2026-03-24 03:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e0797756-41dd-5cc7-8067-e8c663b0cfa8 with identifier: 1975460 to the API
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'e0797756-41dd-5cc7-8067-e8c663b0cfa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'EV6',
'odometer': 74626,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 EV6 325ch GT-Line 4WD',
'transmission': 'automatic',
'trim': 'EV6 325ch GT-Line 4WD',
'vin': None,
'year': 2022}
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975460%27 HTTP/1.1" 200 None
2026-03-24 03:48:35 [ayvens.fr] INFO: Saving data for 1975460: {'auction_closing_time': 1774368000.0, 'created_time': 1774025700.748933, 'last_price_update_time': 1774324115.312764}
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975460') HTTP/1.1" 204 0
2026-03-24 03:48:35 [ayvens.fr] INFO: Found listing with ID: 1975461
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975461%27 HTTP/1.1" 200 None
2026-03-24 03:48:35 [ayvens.fr] INFO: Scrape type for 1975461: 2
2026-03-24 03:48:35 [ayvens.fr] INFO: Extracting data for car ID: 1975461
2026-03-24 03:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f494b84e-508d-592f-9ac7-e92fcc4457ae with identifier: 1975461
2026-03-24 03:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f494b84e-508d-592f-9ac7-e92fcc4457ae with scrape type 2
2026-03-24 03:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f494b84e-508d-592f-9ac7-e92fcc4457ae with scrape type 2
2026-03-24 03:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f494b84e-508d-592f-9ac7-e92fcc4457ae, identifier: 1975461
2026-03-24 03:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f494b84e-508d-592f-9ac7-e92fcc4457ae with identifier: 1975461
2026-03-24 03:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f494b84e-508d-592f-9ac7-e92fcc4457ae with identifier: 1975461
2026-03-24 03:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f494b84e-508d-592f-9ac7-e92fcc4457ae with identifier: 1975461 to the API
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLEU CELEBS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f494b84e-508d-592f-9ac7-e92fcc4457ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 72595,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975461%27 HTTP/1.1" 200 None
2026-03-24 03:48:35 [ayvens.fr] INFO: Saving data for 1975461: {'auction_closing_time': 1774368000.0, 'created_time': 1774025702.44255, 'last_price_update_time': 1774324115.705363}
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975461') HTTP/1.1" 204 0
2026-03-24 03:48:35 [ayvens.fr] INFO: Found listing with ID: 1975462
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975462%27 HTTP/1.1" 200 None
2026-03-24 03:48:35 [ayvens.fr] INFO: Scrape type for 1975462: 2
2026-03-24 03:48:35 [ayvens.fr] INFO: Extracting data for car ID: 1975462
2026-03-24 03:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with identifier: 1975462
2026-03-24 03:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with scrape type 2
2026-03-24 03:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with scrape type 2
2026-03-24 03:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2c80a27f-e6a6-5118-888c-7ab4e18537f2, identifier: 1975462
2026-03-24 03:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with identifier: 1975462
2026-03-24 03:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with identifier: 1975462
2026-03-24 03:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2c80a27f-e6a6-5118-888c-7ab4e18537f2 with identifier: 1975462 to the API
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2c80a27f-e6a6-5118-888c-7ab4e18537f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 146152,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.5 BlueHDi 130ch S&S Allure Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975462%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Saving data for 1975462: {'auction_closing_time': 1774368000.0, 'created_time': 1774025704.546395, 'last_price_update_time': 1774324116.096067}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975462') HTTP/1.1" 204 0
2026-03-24 03:48:36 [ayvens.fr] INFO: Found listing with ID: 1975463
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975463%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Scrape type for 1975463: 2
2026-03-24 03:48:36 [ayvens.fr] INFO: Extracting data for car ID: 1975463
2026-03-24 03:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with identifier: 1975463
2026-03-24 03:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with scrape type 2
2026-03-24 03:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with scrape type 2
2026-03-24 03:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7, identifier: 1975463
2026-03-24 03:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with identifier: 1975463
2026-03-24 03:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with identifier: 1975463
2026-03-24 03:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7 with identifier: 1975463 to the API
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '6c9f1f0d-86d5-590a-a5cb-685a7f8fa9f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 44175,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-25',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S GT EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S GT EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975463%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Saving data for 1975463: {'auction_closing_time': 1774368000.0, 'created_time': 1774025705.145317, 'last_price_update_time': 1774324116.50756}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975463') HTTP/1.1" 204 0
2026-03-24 03:48:36 [ayvens.fr] INFO: Found listing with ID: 1975464
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975464%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Scrape type for 1975464: 2
2026-03-24 03:48:36 [ayvens.fr] INFO: Extracting data for car ID: 1975464
2026-03-24 03:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f46e38e-6f57-5813-a940-b5b799b0dfbf with identifier: 1975464
2026-03-24 03:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f46e38e-6f57-5813-a940-b5b799b0dfbf with scrape type 2
2026-03-24 03:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f46e38e-6f57-5813-a940-b5b799b0dfbf with scrape type 2
2026-03-24 03:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9f46e38e-6f57-5813-a940-b5b799b0dfbf, identifier: 1975464
2026-03-24 03:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9f46e38e-6f57-5813-a940-b5b799b0dfbf with identifier: 1975464
2026-03-24 03:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9f46e38e-6f57-5813-a940-b5b799b0dfbf with identifier: 1975464
2026-03-24 03:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9f46e38e-6f57-5813-a940-b5b799b0dfbf with identifier: 1975464 to the API
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9f46e38e-6f57-5813-a940-b5b799b0dfbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 83239,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-14',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975464%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Saving data for 1975464: {'auction_closing_time': 1774368000.0, 'created_time': 1774025706.451071, 'last_price_update_time': 1774324116.914729}
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975464') HTTP/1.1" 204 0
2026-03-24 03:48:36 [ayvens.fr] INFO: Found listing with ID: 1975465
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975465%27 HTTP/1.1" 200 None
2026-03-24 03:48:36 [ayvens.fr] INFO: Scrape type for 1975465: 2
2026-03-24 03:48:36 [ayvens.fr] INFO: Extracting data for car ID: 1975465
2026-03-24 03:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 255bf376-0772-5140-a6c8-5c5b5dc0a640 with identifier: 1975465
2026-03-24 03:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 255bf376-0772-5140-a6c8-5c5b5dc0a640 with scrape type 2
2026-03-24 03:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 255bf376-0772-5140-a6c8-5c5b5dc0a640 with scrape type 2
2026-03-24 03:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 255bf376-0772-5140-a6c8-5c5b5dc0a640, identifier: 1975465
2026-03-24 03:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 255bf376-0772-5140-a6c8-5c5b5dc0a640 with identifier: 1975465
2026-03-24 03:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 255bf376-0772-5140-a6c8-5c5b5dc0a640 with identifier: 1975465
2026-03-24 03:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 255bf376-0772-5140-a6c8-5c5b5dc0a640 with identifier: 1975465 to the API
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'NOIR AGATE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid',
'id': '255bf376-0772-5140-a6c8-5c5b5dc0a640',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'KUGA',
'odometer': 62017,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA Kuga 2.5 Duratec 190ch FHEV E85 Vignale BVA',
'transmission': 'automatic',
'trim': 'Kuga 2.5 Duratec 190ch FHEV E85 Vignale BVA',
'vin': None,
'year': 2024}
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975465%27 HTTP/1.1" 200 None
2026-03-24 03:48:37 [ayvens.fr] INFO: Saving data for 1975465: {'auction_closing_time': 1774368000.0, 'created_time': 1774025708.032879, 'last_price_update_time': 1774324117.327712}
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975465') HTTP/1.1" 204 0
2026-03-24 03:48:37 [ayvens.fr] INFO: Found listing with ID: 1975466
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975466%27 HTTP/1.1" 200 None
2026-03-24 03:48:37 [ayvens.fr] INFO: Scrape type for 1975466: 2
2026-03-24 03:48:37 [ayvens.fr] INFO: Extracting data for car ID: 1975466
2026-03-24 03:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with identifier: 1975466
2026-03-24 03:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with scrape type 2
2026-03-24 03:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with scrape type 2
2026-03-24 03:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fa9b7dfc-1355-5c08-a88a-70da4f1a2a44, identifier: 1975466
2026-03-24 03:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with identifier: 1975466
2026-03-24 03:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with identifier: 1975466
2026-03-24 03:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fa9b7dfc-1355-5c08-a88a-70da4f1a2a44 with identifier: 1975466 to the API
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'fa9b7dfc-1355-5c08-a88a-70da4f1a2a44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 69112,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 265ch PHEV GT-Line Premium Business '
'BVA6 4x4',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 265ch PHEV GT-Line Premium Business BVA6 4x4',
'vin': None,
'year': 2023}
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975466%27 HTTP/1.1" 200 None
2026-03-24 03:48:37 [ayvens.fr] INFO: Saving data for 1975466: {'auction_closing_time': 1774368000.0, 'created_time': 1774025709.296066, 'last_price_update_time': 1774324117.75165}
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975466') HTTP/1.1" 204 0
2026-03-24 03:48:37 [ayvens.fr] INFO: Found listing with ID: 1975467
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975467%27 HTTP/1.1" 200 None
2026-03-24 03:48:37 [ayvens.fr] INFO: Scrape type for 1975467: 2
2026-03-24 03:48:37 [ayvens.fr] INFO: Extracting data for car ID: 1975467
2026-03-24 03:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with identifier: 1975467
2026-03-24 03:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with scrape type 2
2026-03-24 03:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with scrape type 2
2026-03-24 03:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8399e3ef-950b-55e9-9706-af21fa9e6ef3, identifier: 1975467
2026-03-24 03:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with identifier: 1975467
2026-03-24 03:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with identifier: 1975467
2026-03-24 03:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8399e3ef-950b-55e9-9706-af21fa9e6ef3 with identifier: 1975467 to the API
2026-03-24 03:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'NOIRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '8399e3ef-950b-55e9-9706-af21fa9e6ef3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 135415,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.3 TCe 140ch FAP Business EDC',
'transmission': 'automatic',
'trim': 'Megane 1.3 TCe 140ch FAP Business EDC',
'vin': None,
'year': 2021}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975467%27 HTTP/1.1" 200 None
2026-03-24 03:48:38 [ayvens.fr] INFO: Saving data for 1975467: {'auction_closing_time': 1774368000.0, 'created_time': 1774025711.1294, 'last_price_update_time': 1774324118.157222}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975467') HTTP/1.1" 204 0
2026-03-24 03:48:38 [ayvens.fr] INFO: Found listing with ID: 1975468
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975468%27 HTTP/1.1" 200 None
2026-03-24 03:48:38 [ayvens.fr] INFO: Scrape type for 1975468: 2
2026-03-24 03:48:38 [ayvens.fr] INFO: Extracting data for car ID: 1975468
2026-03-24 03:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with identifier: 1975468
2026-03-24 03:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with scrape type 2
2026-03-24 03:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with scrape type 2
2026-03-24 03:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9aa28d1a-3cdc-5d41-982d-64a6749fc34a, identifier: 1975468
2026-03-24 03:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with identifier: 1975468
2026-03-24 03:48:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with identifier: 1975468
2026-03-24 03:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9aa28d1a-3cdc-5d41-982d-64a6749fc34a with identifier: 1975468 to the API
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'MINERALWEISS METALISEE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '9aa28d1a-3cdc-5d41-982d-64a6749fc34a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 130309,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 X1 xDrive23i 218ch M Sport',
'transmission': 'automatic',
'trim': 'X1 xDrive23i 218ch M Sport',
'vin': None,
'year': 2023}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975468%27 HTTP/1.1" 200 None
2026-03-24 03:48:38 [ayvens.fr] INFO: Saving data for 1975468: {'auction_closing_time': 1774368000.0, 'created_time': 1774025711.999911, 'last_price_update_time': 1774324118.574424}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975468') HTTP/1.1" 204 0
2026-03-24 03:48:38 [ayvens.fr] INFO: Found listing with ID: 1975469
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975469%27 HTTP/1.1" 200 None
2026-03-24 03:48:38 [ayvens.fr] INFO: Scrape type for 1975469: 2
2026-03-24 03:48:38 [ayvens.fr] INFO: Extracting data for car ID: 1975469
2026-03-24 03:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with identifier: 1975469
2026-03-24 03:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with scrape type 2
2026-03-24 03:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with scrape type 2
2026-03-24 03:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dc47e27d-64ae-5be2-a5b7-ecfddb9975ef, identifier: 1975469
2026-03-24 03:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with identifier: 1975469
2026-03-24 03:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with identifier: 1975469
2026-03-24 03:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dc47e27d-64ae-5be2-a5b7-ecfddb9975ef with identifier: 1975469 to the API
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dc47e27d-64ae-5be2-a5b7-ecfddb9975ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 33694,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK A3 Sportback 35 TDI 150ch Business line S tronic '
'7',
'transmission': 'automatic',
'trim': 'A3 Sportback 35 TDI 150ch Business line S tronic 7',
'vin': None,
'year': 2019}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975469%27 HTTP/1.1" 200 None
2026-03-24 03:48:38 [ayvens.fr] INFO: Saving data for 1975469: {'auction_closing_time': 1774368000.0, 'created_time': 1774025714.538942, 'last_price_update_time': 1774324118.9817}
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975469') HTTP/1.1" 204 0
2026-03-24 03:48:38 [ayvens.fr] INFO: Found listing with ID: 1975470
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975470%27 HTTP/1.1" 200 None
2026-03-24 03:48:39 [ayvens.fr] INFO: Scrape type for 1975470: 2
2026-03-24 03:48:39 [ayvens.fr] INFO: Extracting data for car ID: 1975470
2026-03-24 03:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4616940-f920-5fa2-9eb8-cb8a125d1708 with identifier: 1975470
2026-03-24 03:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4616940-f920-5fa2-9eb8-cb8a125d1708 with scrape type 2
2026-03-24 03:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4616940-f920-5fa2-9eb8-cb8a125d1708 with scrape type 2
2026-03-24 03:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b4616940-f920-5fa2-9eb8-cb8a125d1708, identifier: 1975470
2026-03-24 03:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b4616940-f920-5fa2-9eb8-cb8a125d1708 with identifier: 1975470
2026-03-24 03:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b4616940-f920-5fa2-9eb8-cb8a125d1708 with identifier: 1975470
2026-03-24 03:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b4616940-f920-5fa2-9eb8-cb8a125d1708 with identifier: 1975470 to the API
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b4616940-f920-5fa2-9eb8-cb8a125d1708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '508',
'odometer': 143993,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 508 SW BlueHDi 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '508 SW BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975470%27 HTTP/1.1" 200 None
2026-03-24 03:48:39 [ayvens.fr] INFO: Saving data for 1975470: {'auction_closing_time': 1774368000.0, 'created_time': 1774025715.847751, 'last_price_update_time': 1774324119.380384}
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975470') HTTP/1.1" 204 0
2026-03-24 03:48:39 [ayvens.fr] INFO: Found listing with ID: 1975471
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975471%27 HTTP/1.1" 200 None
2026-03-24 03:48:39 [ayvens.fr] INFO: Scrape type for 1975471: 2
2026-03-24 03:48:39 [ayvens.fr] INFO: Extracting data for car ID: 1975471
2026-03-24 03:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0b8541-596b-5da7-b751-e33c8192f755 with identifier: 1975471
2026-03-24 03:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0b8541-596b-5da7-b751-e33c8192f755 with scrape type 2
2026-03-24 03:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0b8541-596b-5da7-b751-e33c8192f755 with scrape type 2
2026-03-24 03:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6a0b8541-596b-5da7-b751-e33c8192f755, identifier: 1975471
2026-03-24 03:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6a0b8541-596b-5da7-b751-e33c8192f755 with identifier: 1975471
2026-03-24 03:48:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6a0b8541-596b-5da7-b751-e33c8192f755 with identifier: 1975471
2026-03-24 03:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6a0b8541-596b-5da7-b751-e33c8192f755 with identifier: 1975471 to the API
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'NOIR ETOILE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '6a0b8541-596b-5da7-b751-e33c8192f755',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 68845,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-12',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.6 E-Tech hybride 140ch Business',
'transmission': 'automatic',
'trim': 'Clio 1.6 E-Tech hybride 140ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975471%27 HTTP/1.1" 200 None
2026-03-24 03:48:39 [ayvens.fr] INFO: Saving data for 1975471: {'auction_closing_time': 1774368000.0, 'created_time': 1774025717.277567, 'last_price_update_time': 1774324119.893975}
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975471') HTTP/1.1" 204 0
2026-03-24 03:48:39 [ayvens.fr] INFO: Found listing with ID: 1975472
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975472%27 HTTP/1.1" 200 None
2026-03-24 03:48:39 [ayvens.fr] INFO: Scrape type for 1975472: 2
2026-03-24 03:48:39 [ayvens.fr] INFO: Extracting data for car ID: 1975472
2026-03-24 03:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68f109fa-70da-5c99-bc22-626eceefc19e with identifier: 1975472
2026-03-24 03:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68f109fa-70da-5c99-bc22-626eceefc19e with scrape type 2
2026-03-24 03:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68f109fa-70da-5c99-bc22-626eceefc19e with scrape type 2
2026-03-24 03:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 68f109fa-70da-5c99-bc22-626eceefc19e, identifier: 1975472
2026-03-24 03:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 68f109fa-70da-5c99-bc22-626eceefc19e with identifier: 1975472
2026-03-24 03:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 68f109fa-70da-5c99-bc22-626eceefc19e with identifier: 1975472
2026-03-24 03:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 68f109fa-70da-5c99-bc22-626eceefc19e with identifier: 1975472 to the API
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GRIS ARTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '68f109fa-70da-5c99-bc22-626eceefc19e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 142839,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.2 PureTech 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975472%27 HTTP/1.1" 200 None
2026-03-24 03:48:40 [ayvens.fr] INFO: Saving data for 1975472: {'auction_closing_time': 1774368000.0, 'created_time': 1774025719.453499, 'last_price_update_time': 1774324120.293301}
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975472') HTTP/1.1" 204 0
2026-03-24 03:48:40 [ayvens.fr] INFO: Found listing with ID: 1975473
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975473%27 HTTP/1.1" 200 None
2026-03-24 03:48:40 [ayvens.fr] INFO: Scrape type for 1975473: 2
2026-03-24 03:48:40 [ayvens.fr] INFO: Extracting data for car ID: 1975473
2026-03-24 03:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with identifier: 1975473
2026-03-24 03:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with scrape type 2
2026-03-24 03:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with scrape type 2
2026-03-24 03:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e1da80d8-38ad-5a1b-9554-a2b7bbec1c13, identifier: 1975473
2026-03-24 03:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with identifier: 1975473
2026-03-24 03:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with identifier: 1975473
2026-03-24 03:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e1da80d8-38ad-5a1b-9554-a2b7bbec1c13 with identifier: 1975473 to the API
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e1da80d8-38ad-5a1b-9554-a2b7bbec1c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 97898,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross PureTech 130ch S&S Shine EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross PureTech 130ch S&S Shine EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975473%27 HTTP/1.1" 200 None
2026-03-24 03:48:40 [ayvens.fr] INFO: Saving data for 1975473: {'auction_closing_time': 1774368000.0, 'created_time': 1774025720.451833, 'last_price_update_time': 1774324120.689477}
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975473') HTTP/1.1" 204 0
2026-03-24 03:48:40 [ayvens.fr] INFO: Found listing with ID: 1975474
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975474%27 HTTP/1.1" 200 None
2026-03-24 03:48:40 [ayvens.fr] INFO: Scrape type for 1975474: 2
2026-03-24 03:48:40 [ayvens.fr] INFO: Extracting data for car ID: 1975474
2026-03-24 03:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179ed0b5-213c-5188-a612-9fc4d85a4dac with identifier: 1975474
2026-03-24 03:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179ed0b5-213c-5188-a612-9fc4d85a4dac with scrape type 2
2026-03-24 03:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 179ed0b5-213c-5188-a612-9fc4d85a4dac with scrape type 2
2026-03-24 03:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 179ed0b5-213c-5188-a612-9fc4d85a4dac, identifier: 1975474
2026-03-24 03:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 179ed0b5-213c-5188-a612-9fc4d85a4dac with identifier: 1975474
2026-03-24 03:48:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 179ed0b5-213c-5188-a612-9fc4d85a4dac with identifier: 1975474
2026-03-24 03:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 179ed0b5-213c-5188-a612-9fc4d85a4dac with identifier: 1975474 to the API
2026-03-24 03:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'BLEU NEBULA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '179ed0b5-213c-5188-a612-9fc4d85a4dac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 66748,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR C-HR 122h Dynamic Business 2WD E-CVT',
'transmission': 'automatic',
'trim': 'C-HR 122h Dynamic Business 2WD E-CVT',
'vin': None,
'year': 2019}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975474%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Saving data for 1975474: {'auction_closing_time': 1774368000.0, 'created_time': 1774025724.519691, 'last_price_update_time': 1774324121.118451}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975474') HTTP/1.1" 204 0
2026-03-24 03:48:41 [ayvens.fr] INFO: Found listing with ID: 1975475
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975475%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Scrape type for 1975475: 2
2026-03-24 03:48:41 [ayvens.fr] INFO: Extracting data for car ID: 1975475
2026-03-24 03:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with identifier: 1975475
2026-03-24 03:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with scrape type 2
2026-03-24 03:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with scrape type 2
2026-03-24 03:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de, identifier: 1975475
2026-03-24 03:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with identifier: 1975475
2026-03-24 03:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with identifier: 1975475
2026-03-24 03:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 84bcbefe-89ed-5aef-ad0b-f99d5c6f17de with identifier: 1975475 to the API
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 18,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '84bcbefe-89ed-5aef-ad0b-f99d5c6f17de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HONDA',
'model': 'CR-V',
'odometer': 141884,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'HONDA CR-V CR-V 2.0 i-MMD 184ch e:PHEV Advance Tech 2WD',
'transmission': 'automatic',
'trim': 'CR-V 2.0 i-MMD 184ch e:PHEV Advance Tech 2WD',
'vin': None,
'year': 2023}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975475%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Saving data for 1975475: {'auction_closing_time': 1774368000.0, 'created_time': 1774025725.598136, 'last_price_update_time': 1774324121.514005}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975475') HTTP/1.1" 204 0
2026-03-24 03:48:41 [ayvens.fr] INFO: Found listing with ID: 1975476
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975476%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Scrape type for 1975476: 2
2026-03-24 03:48:41 [ayvens.fr] INFO: Extracting data for car ID: 1975476
2026-03-24 03:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with identifier: 1975476
2026-03-24 03:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with scrape type 2
2026-03-24 03:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with scrape type 2
2026-03-24 03:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3dfc93a8-5c79-5f1a-b44c-59f780c0b128, identifier: 1975476
2026-03-24 03:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with identifier: 1975476
2026-03-24 03:48:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with identifier: 1975476
2026-03-24 03:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3dfc93a8-5c79-5f1a-b44c-59f780c0b128 with identifier: 1975476 to the API
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLEU LAVE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '3dfc93a8-5c79-5f1a-b44c-59f780c0b128',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 125264,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA Octavia 2.0 TDI 150ch Style DSG7 Euro6d-AP',
'transmission': 'automatic',
'trim': 'Octavia 2.0 TDI 150ch Style DSG7 Euro6d-AP',
'vin': None,
'year': 2021}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975476%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Saving data for 1975476: {'auction_closing_time': 1774368000.0, 'created_time': 1774025727.435066, 'last_price_update_time': 1774324121.916956}
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975476') HTTP/1.1" 204 0
2026-03-24 03:48:41 [ayvens.fr] INFO: Found listing with ID: 1975477
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975477%27 HTTP/1.1" 200 None
2026-03-24 03:48:41 [ayvens.fr] INFO: Scrape type for 1975477: 2
2026-03-24 03:48:41 [ayvens.fr] INFO: Extracting data for car ID: 1975477
2026-03-24 03:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8454374b-f6a4-5095-bf2d-9831c235a22e with identifier: 1975477
2026-03-24 03:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8454374b-f6a4-5095-bf2d-9831c235a22e with scrape type 2
2026-03-24 03:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8454374b-f6a4-5095-bf2d-9831c235a22e with scrape type 2
2026-03-24 03:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8454374b-f6a4-5095-bf2d-9831c235a22e, identifier: 1975477
2026-03-24 03:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8454374b-f6a4-5095-bf2d-9831c235a22e with identifier: 1975477
2026-03-24 03:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8454374b-f6a4-5095-bf2d-9831c235a22e with identifier: 1975477
2026-03-24 03:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8454374b-f6a4-5095-bf2d-9831c235a22e with identifier: 1975477 to the API
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '8454374b-f6a4-5095-bf2d-9831c235a22e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'LEXUS',
'model': 'LBX',
'odometer': 1082,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'LEXUS LBX LBX 1.5 136ch Business Plus 2WD',
'transmission': 'automatic',
'trim': 'LBX 1.5 136ch Business Plus 2WD',
'vin': None,
'year': 2025}
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975477%27 HTTP/1.1" 200 None
2026-03-24 03:48:42 [ayvens.fr] INFO: Saving data for 1975477: {'auction_closing_time': 1774368000.0, 'created_time': 1774025728.683753, 'last_price_update_time': 1774324122.319557}
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975477') HTTP/1.1" 204 0
2026-03-24 03:48:42 [ayvens.fr] INFO: Found listing with ID: 1975478
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975478%27 HTTP/1.1" 200 None
2026-03-24 03:48:42 [ayvens.fr] INFO: Scrape type for 1975478: 2
2026-03-24 03:48:42 [ayvens.fr] INFO: Extracting data for car ID: 1975478
2026-03-24 03:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with identifier: 1975478
2026-03-24 03:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with scrape type 2
2026-03-24 03:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with scrape type 2
2026-03-24 03:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9d0f6d39-603f-51ae-8db2-620f418ac2f5, identifier: 1975478
2026-03-24 03:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with identifier: 1975478
2026-03-24 03:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with identifier: 1975478
2026-03-24 03:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9d0f6d39-603f-51ae-8db2-620f418ac2f5 with identifier: 1975478 to the API
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '9d0f6d39-603f-51ae-8db2-620f418ac2f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HONDA',
'model': 'ZR-V',
'odometer': 68526,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'HONDA ZR-V ZR-V 2.0 i-MMD 184ch e:HEV Sport MY24',
'transmission': 'automatic',
'trim': 'ZR-V 2.0 i-MMD 184ch e:HEV Sport MY24',
'vin': None,
'year': 2024}
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975478%27 HTTP/1.1" 200 None
2026-03-24 03:48:42 [ayvens.fr] INFO: Saving data for 1975478: {'auction_closing_time': 1774368000.0, 'created_time': 1774025730.908176, 'last_price_update_time': 1774324122.724576}
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975478') HTTP/1.1" 204 0
2026-03-24 03:48:42 [ayvens.fr] INFO: Found listing with ID: 1975479
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975479%27 HTTP/1.1" 200 None
2026-03-24 03:48:42 [ayvens.fr] INFO: Scrape type for 1975479: 2
2026-03-24 03:48:42 [ayvens.fr] INFO: Extracting data for car ID: 1975479
2026-03-24 03:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b5afde-fb5b-5167-afb7-b4b61427879a with identifier: 1975479
2026-03-24 03:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b5afde-fb5b-5167-afb7-b4b61427879a with scrape type 2
2026-03-24 03:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b5afde-fb5b-5167-afb7-b4b61427879a with scrape type 2
2026-03-24 03:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e1b5afde-fb5b-5167-afb7-b4b61427879a, identifier: 1975479
2026-03-24 03:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e1b5afde-fb5b-5167-afb7-b4b61427879a with identifier: 1975479
2026-03-24 03:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e1b5afde-fb5b-5167-afb7-b4b61427879a with identifier: 1975479
2026-03-24 03:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e1b5afde-fb5b-5167-afb7-b4b61427879a with identifier: 1975479 to the API
2026-03-24 03:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e1b5afde-fb5b-5167-afb7-b4b61427879a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3 AIRCROSS',
'odometer': 134941,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 AIRCROSS C3 Aircross BlueHDi 120ch S&S Feel Pack '
'Business EAT6',
'transmission': 'automatic',
'trim': 'C3 Aircross BlueHDi 120ch S&S Feel Pack Business EAT6',
'vin': None,
'year': 2021}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975479%27 HTTP/1.1" 200 None
2026-03-24 03:48:43 [ayvens.fr] INFO: Saving data for 1975479: {'auction_closing_time': 1774368000.0, 'created_time': 1774025732.682305, 'last_price_update_time': 1774324123.103061}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975479') HTTP/1.1" 204 0
2026-03-24 03:48:43 [ayvens.fr] INFO: Found listing with ID: 1975480
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975480%27 HTTP/1.1" 200 None
2026-03-24 03:48:43 [ayvens.fr] INFO: Scrape type for 1975480: 2
2026-03-24 03:48:43 [ayvens.fr] INFO: Extracting data for car ID: 1975480
2026-03-24 03:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183faaea-4778-5832-9d23-669b67334853 with identifier: 1975480
2026-03-24 03:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183faaea-4778-5832-9d23-669b67334853 with scrape type 2
2026-03-24 03:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 183faaea-4778-5832-9d23-669b67334853 with scrape type 2
2026-03-24 03:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 183faaea-4778-5832-9d23-669b67334853, identifier: 1975480
2026-03-24 03:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 183faaea-4778-5832-9d23-669b67334853 with identifier: 1975480
2026-03-24 03:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 183faaea-4778-5832-9d23-669b67334853 with identifier: 1975480
2026-03-24 03:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 183faaea-4778-5832-9d23-669b67334853 with identifier: 1975480 to the API
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '183faaea-4778-5832-9d23-669b67334853',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 93549,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 2.0 BlueHDi 180ch S&S Allure EAT8',
'transmission': 'automatic',
'trim': '5008 2.0 BlueHDi 180ch S&S Allure EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975480%27 HTTP/1.1" 200 None
2026-03-24 03:48:43 [ayvens.fr] INFO: Saving data for 1975480: {'auction_closing_time': 1774368000.0, 'created_time': 1774025733.504253, 'last_price_update_time': 1774324123.487906}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975480') HTTP/1.1" 204 0
2026-03-24 03:48:43 [ayvens.fr] INFO: Found listing with ID: 1975481
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975481%27 HTTP/1.1" 200 None
2026-03-24 03:48:43 [ayvens.fr] INFO: Scrape type for 1975481: 2
2026-03-24 03:48:43 [ayvens.fr] INFO: Extracting data for car ID: 1975481
2026-03-24 03:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e647266-54d6-5d88-b5ac-c52f62b24849 with identifier: 1975481
2026-03-24 03:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e647266-54d6-5d88-b5ac-c52f62b24849 with scrape type 2
2026-03-24 03:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e647266-54d6-5d88-b5ac-c52f62b24849 with scrape type 2
2026-03-24 03:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6e647266-54d6-5d88-b5ac-c52f62b24849, identifier: 1975481
2026-03-24 03:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6e647266-54d6-5d88-b5ac-c52f62b24849 with identifier: 1975481
2026-03-24 03:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6e647266-54d6-5d88-b5ac-c52f62b24849 with identifier: 1975481
2026-03-24 03:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6e647266-54d6-5d88-b5ac-c52f62b24849 with identifier: 1975481 to the API
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GRIS ELECTROCLASH',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '6e647266-54d6-5d88-b5ac-c52f62b24849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 16093,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-28',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Pack Confort',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Pack Confort',
'vin': None,
'year': 2023}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975481%27 HTTP/1.1" 200 None
2026-03-24 03:48:43 [ayvens.fr] INFO: Saving data for 1975481: {'auction_closing_time': 1774368000.0, 'created_time': 1774025736.052672, 'last_price_update_time': 1774324123.885421}
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975481') HTTP/1.1" 204 0
2026-03-24 03:48:43 [ayvens.fr] INFO: Found listing with ID: 1975482
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975482%27 HTTP/1.1" 200 None
2026-03-24 03:48:44 [ayvens.fr] INFO: Scrape type for 1975482: 2
2026-03-24 03:48:44 [ayvens.fr] INFO: Extracting data for car ID: 1975482
2026-03-24 03:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1a44692-991b-5719-95d0-fe74689f2363 with identifier: 1975482
2026-03-24 03:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1a44692-991b-5719-95d0-fe74689f2363 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1a44692-991b-5719-95d0-fe74689f2363 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a1a44692-991b-5719-95d0-fe74689f2363, identifier: 1975482
2026-03-24 03:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a1a44692-991b-5719-95d0-fe74689f2363 with identifier: 1975482
2026-03-24 03:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a1a44692-991b-5719-95d0-fe74689f2363 with identifier: 1975482
2026-03-24 03:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a1a44692-991b-5719-95d0-fe74689f2363 with identifier: 1975482 to the API
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'a1a44692-991b-5719-95d0-fe74689f2363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C5 AIRCROSS',
'odometer': 74966,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C5 AIRCROSS C5 Aircross Hybrid 225ch Shine Pack e-EAT8',
'transmission': 'automatic',
'trim': 'C5 Aircross Hybrid 225ch Shine Pack e-EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975482%27 HTTP/1.1" 200 None
2026-03-24 03:48:44 [ayvens.fr] INFO: Saving data for 1975482: {'auction_closing_time': 1774368000.0, 'created_time': 1774025737.072891, 'last_price_update_time': 1774324124.374921}
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975482') HTTP/1.1" 204 0
2026-03-24 03:48:44 [ayvens.fr] INFO: Found listing with ID: 1975483
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975483%27 HTTP/1.1" 200 None
2026-03-24 03:48:44 [ayvens.fr] INFO: Scrape type for 1975483: 2
2026-03-24 03:48:44 [ayvens.fr] INFO: Extracting data for car ID: 1975483
2026-03-24 03:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33adc451-17dc-559d-acaa-15fa1f6283d3 with identifier: 1975483
2026-03-24 03:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33adc451-17dc-559d-acaa-15fa1f6283d3 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33adc451-17dc-559d-acaa-15fa1f6283d3 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 33adc451-17dc-559d-acaa-15fa1f6283d3, identifier: 1975483
2026-03-24 03:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 33adc451-17dc-559d-acaa-15fa1f6283d3 with identifier: 1975483
2026-03-24 03:48:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 33adc451-17dc-559d-acaa-15fa1f6283d3 with identifier: 1975483
2026-03-24 03:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 33adc451-17dc-559d-acaa-15fa1f6283d3 with identifier: 1975483 to the API
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'NOIR ETOILE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '33adc451-17dc-559d-acaa-15fa1f6283d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CAPTUR',
'odometer': 57076,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR Captur 1.3 TCe mild hybrid 160ch Techno EDC',
'transmission': 'automatic',
'trim': 'Captur 1.3 TCe mild hybrid 160ch Techno EDC',
'vin': None,
'year': 2023}
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975483%27 HTTP/1.1" 200 None
2026-03-24 03:48:44 [ayvens.fr] INFO: Saving data for 1975483: {'auction_closing_time': 1774368000.0, 'created_time': 1774025739.430725, 'last_price_update_time': 1774324124.806248}
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975483') HTTP/1.1" 204 0
2026-03-24 03:48:44 [ayvens.fr] INFO: Found listing with ID: 1975484
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975484%27 HTTP/1.1" 200 None
2026-03-24 03:48:44 [ayvens.fr] INFO: Scrape type for 1975484: 2
2026-03-24 03:48:44 [ayvens.fr] INFO: Extracting data for car ID: 1975484
2026-03-24 03:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe206f4-1955-59b5-b285-ed981dfa4132 with identifier: 1975484
2026-03-24 03:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe206f4-1955-59b5-b285-ed981dfa4132 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe206f4-1955-59b5-b285-ed981dfa4132 with scrape type 2
2026-03-24 03:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: efe206f4-1955-59b5-b285-ed981dfa4132, identifier: 1975484
2026-03-24 03:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: efe206f4-1955-59b5-b285-ed981dfa4132 with identifier: 1975484
2026-03-24 03:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: efe206f4-1955-59b5-b285-ed981dfa4132 with identifier: 1975484
2026-03-24 03:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: efe206f4-1955-59b5-b285-ed981dfa4132 with identifier: 1975484 to the API
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'efe206f4-1955-59b5-b285-ed981dfa4132',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS3 CROSSBACK',
'odometer': 51748,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS3 CROSSBACK DS 3 Crossback E-Tense Performance '
'Line',
'transmission': 'automatic',
'trim': 'DS 3 Crossback E-Tense Performance Line',
'vin': None,
'year': 2022}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975484%27 HTTP/1.1" 200 None
2026-03-24 03:48:45 [ayvens.fr] INFO: Saving data for 1975484: {'auction_closing_time': 1774368000.0, 'created_time': 1774025740.817847, 'last_price_update_time': 1774324125.199968}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975484') HTTP/1.1" 204 0
2026-03-24 03:48:45 [ayvens.fr] INFO: Found listing with ID: 1975485
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975485%27 HTTP/1.1" 200 None
2026-03-24 03:48:45 [ayvens.fr] INFO: Scrape type for 1975485: 2
2026-03-24 03:48:45 [ayvens.fr] INFO: Extracting data for car ID: 1975485
2026-03-24 03:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with identifier: 1975485
2026-03-24 03:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with scrape type 2
2026-03-24 03:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with scrape type 2
2026-03-24 03:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4f88f98a-785c-5463-9f1b-b3d1df0c1b43, identifier: 1975485
2026-03-24 03:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with identifier: 1975485
2026-03-24 03:48:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with identifier: 1975485
2026-03-24 03:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4f88f98a-785c-5463-9f1b-b3d1df0c1b43 with identifier: 1975485 to the API
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'GRIS EPCIEA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '4f88f98a-785c-5463-9f1b-b3d1df0c1b43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 90665,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 B4 AdBlue AWD 197ch Business Executive Geartronic',
'transmission': 'automatic',
'trim': 'XC60 B4 AdBlue AWD 197ch Business Executive Geartronic',
'vin': None,
'year': 2020}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975485%27 HTTP/1.1" 200 None
2026-03-24 03:48:45 [ayvens.fr] INFO: Saving data for 1975485: {'auction_closing_time': 1774368000.0, 'created_time': 1774025742.38276, 'last_price_update_time': 1774324125.597863}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975485') HTTP/1.1" 204 0
2026-03-24 03:48:45 [ayvens.fr] INFO: Found listing with ID: 1975486
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975486%27 HTTP/1.1" 200 None
2026-03-24 03:48:45 [ayvens.fr] INFO: Scrape type for 1975486: 2
2026-03-24 03:48:45 [ayvens.fr] INFO: Extracting data for car ID: 1975486
2026-03-24 03:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd05d634-ddde-59bc-8b70-8290106b0e01 with identifier: 1975486
2026-03-24 03:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd05d634-ddde-59bc-8b70-8290106b0e01 with scrape type 2
2026-03-24 03:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd05d634-ddde-59bc-8b70-8290106b0e01 with scrape type 2
2026-03-24 03:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dd05d634-ddde-59bc-8b70-8290106b0e01, identifier: 1975486
2026-03-24 03:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dd05d634-ddde-59bc-8b70-8290106b0e01 with identifier: 1975486
2026-03-24 03:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dd05d634-ddde-59bc-8b70-8290106b0e01 with identifier: 1975486
2026-03-24 03:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dd05d634-ddde-59bc-8b70-8290106b0e01 with identifier: 1975486 to the API
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dd05d634-ddde-59bc-8b70-8290106b0e01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308 SW',
'odometer': 82725,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 308 SW 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.5 BlueHDi 130ch S&S Active Pack EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975486%27 HTTP/1.1" 200 None
2026-03-24 03:48:45 [ayvens.fr] INFO: Saving data for 1975486: {'auction_closing_time': 1774368000.0, 'created_time': 1774025743.830253, 'last_price_update_time': 1774324125.991059}
2026-03-24 03:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975486') HTTP/1.1" 204 0
2026-03-24 03:48:46 [ayvens.fr] INFO: Found listing with ID: 1975487
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975487%27 HTTP/1.1" 200 None
2026-03-24 03:48:46 [ayvens.fr] INFO: Scrape type for 1975487: 2
2026-03-24 03:48:46 [ayvens.fr] INFO: Extracting data for car ID: 1975487
2026-03-24 03:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45c5be70-11ce-5a13-99ec-2b99ff94f122 with identifier: 1975487
2026-03-24 03:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45c5be70-11ce-5a13-99ec-2b99ff94f122 with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45c5be70-11ce-5a13-99ec-2b99ff94f122 with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 45c5be70-11ce-5a13-99ec-2b99ff94f122, identifier: 1975487
2026-03-24 03:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 45c5be70-11ce-5a13-99ec-2b99ff94f122 with identifier: 1975487
2026-03-24 03:48:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 45c5be70-11ce-5a13-99ec-2b99ff94f122 with identifier: 1975487
2026-03-24 03:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 45c5be70-11ce-5a13-99ec-2b99ff94f122 with identifier: 1975487 to the API
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'CRISTAL PEARL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '45c5be70-11ce-5a13-99ec-2b99ff94f122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS4',
'odometer': 52903,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS4 DS 4 PureTech 130ch Rivoli Automatique',
'transmission': 'automatic',
'trim': 'DS 4 PureTech 130ch Rivoli Automatique',
'vin': None,
'year': 2022}
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975487%27 HTTP/1.1" 200 None
2026-03-24 03:48:46 [ayvens.fr] INFO: Saving data for 1975487: {'auction_closing_time': 1774368000.0, 'created_time': 1774025746.46061, 'last_price_update_time': 1774324126.406081}
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975487') HTTP/1.1" 204 0
2026-03-24 03:48:46 [ayvens.fr] INFO: Found listing with ID: 1975488
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975488%27 HTTP/1.1" 200 None
2026-03-24 03:48:46 [ayvens.fr] INFO: Scrape type for 1975488: 2
2026-03-24 03:48:46 [ayvens.fr] INFO: Extracting data for car ID: 1975488
2026-03-24 03:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f8777f-e932-5cae-a6be-dcd4356b5372 with identifier: 1975488
2026-03-24 03:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f8777f-e932-5cae-a6be-dcd4356b5372 with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f8777f-e932-5cae-a6be-dcd4356b5372 with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 41f8777f-e932-5cae-a6be-dcd4356b5372, identifier: 1975488
2026-03-24 03:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 41f8777f-e932-5cae-a6be-dcd4356b5372 with identifier: 1975488
2026-03-24 03:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 41f8777f-e932-5cae-a6be-dcd4356b5372 with identifier: 1975488
2026-03-24 03:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 41f8777f-e932-5cae-a6be-dcd4356b5372 with identifier: 1975488 to the API
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 33,
'color': 'GRIS PLATINUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '41f8777f-e932-5cae-a6be-dcd4356b5372',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 24378,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 Plug-in Hybrid 180ch Active Pack e-EAT8',
'transmission': 'automatic',
'trim': '3008 Plug-in Hybrid 180ch Active Pack e-EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975488%27 HTTP/1.1" 200 None
2026-03-24 03:48:46 [ayvens.fr] INFO: Saving data for 1975488: {'auction_closing_time': 1774368000.0, 'created_time': 1774025748.097779, 'last_price_update_time': 1774324126.805923}
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975488') HTTP/1.1" 204 0
2026-03-24 03:48:46 [ayvens.fr] INFO: Found listing with ID: 1975489
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975489%27 HTTP/1.1" 200 None
2026-03-24 03:48:46 [ayvens.fr] INFO: Scrape type for 1975489: 2
2026-03-24 03:48:46 [ayvens.fr] INFO: Extracting data for car ID: 1975489
2026-03-24 03:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with identifier: 1975489
2026-03-24 03:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with scrape type 2
2026-03-24 03:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b, identifier: 1975489
2026-03-24 03:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with identifier: 1975489
2026-03-24 03:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with identifier: 1975489
2026-03-24 03:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b with identifier: 1975489 to the API
2026-03-24 03:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'ecf8ba03-a3a3-571d-a9e2-eba03a1bd64b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 44682,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo 1.0 TSI 95ch Style',
'transmission': 'manual',
'trim': 'Polo 1.0 TSI 95ch Style',
'vin': None,
'year': 2023}
2026-03-24 03:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975489%27 HTTP/1.1" 200 None
2026-03-24 03:48:47 [ayvens.fr] INFO: Saving data for 1975489: {'auction_closing_time': 1774368000.0, 'created_time': 1774025751.397263, 'last_price_update_time': 1774324127.201685}
2026-03-24 03:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975489') HTTP/1.1" 204 0
2026-03-24 03:48:47 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 600
2026-03-24 03:48:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:48:48 [ayvens.fr] INFO: Found listing with ID: 1975490
2026-03-24 03:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975490%27 HTTP/1.1" 200 None
2026-03-24 03:48:48 [ayvens.fr] INFO: Scrape type for 1975490: 2
2026-03-24 03:48:48 [ayvens.fr] INFO: Extracting data for car ID: 1975490
2026-03-24 03:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with identifier: 1975490
2026-03-24 03:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with scrape type 2
2026-03-24 03:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with scrape type 2
2026-03-24 03:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399, identifier: 1975490
2026-03-24 03:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with identifier: 1975490
2026-03-24 03:48:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with identifier: 1975490
2026-03-24 03:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5f98493e-ca5a-5d7c-9d91-0a7eb6e00399 with identifier: 1975490 to the API
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'DARK NIGHT METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '5f98493e-ca5a-5d7c-9d91-0a7eb6e00399',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'HYUNDAI',
'model': 'TUCSON',
'odometer': 72392,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON Tucson 1.6 T-GDi 150ch Hybrid 48V Executive DCT7',
'transmission': 'automatic',
'trim': 'Tucson 1.6 T-GDi 150ch Hybrid 48V Executive DCT7',
'vin': None,
'year': 2021}
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975490%27 HTTP/1.1" 200 None
2026-03-24 03:48:49 [ayvens.fr] INFO: Saving data for 1975490: {'auction_closing_time': 1774368000.0, 'created_time': 1774025753.627187, 'last_price_update_time': 1774324129.258098}
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975490') HTTP/1.1" 204 0
2026-03-24 03:48:49 [ayvens.fr] INFO: Found listing with ID: 1975491
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975491%27 HTTP/1.1" 200 None
2026-03-24 03:48:49 [ayvens.fr] INFO: Scrape type for 1975491: 2
2026-03-24 03:48:49 [ayvens.fr] INFO: Extracting data for car ID: 1975491
2026-03-24 03:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 724659a6-afd5-5b13-abaa-ab91e7be902b with identifier: 1975491
2026-03-24 03:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 724659a6-afd5-5b13-abaa-ab91e7be902b with scrape type 2
2026-03-24 03:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 724659a6-afd5-5b13-abaa-ab91e7be902b with scrape type 2
2026-03-24 03:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 724659a6-afd5-5b13-abaa-ab91e7be902b, identifier: 1975491
2026-03-24 03:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 724659a6-afd5-5b13-abaa-ab91e7be902b with identifier: 1975491
2026-03-24 03:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 724659a6-afd5-5b13-abaa-ab91e7be902b with identifier: 1975491
2026-03-24 03:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 724659a6-afd5-5b13-abaa-ab91e7be902b with identifier: 1975491 to the API
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GRIS TITANIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '724659a6-afd5-5b13-abaa-ab91e7be902b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 50133,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.3 TCe 140ch Techno',
'transmission': 'manual',
'trim': 'Megane 1.3 TCe 140ch Techno',
'vin': None,
'year': 2022}
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975491%27 HTTP/1.1" 200 None
2026-03-24 03:48:49 [ayvens.fr] INFO: Saving data for 1975491: {'auction_closing_time': 1774368000.0, 'created_time': 1774025754.915481, 'last_price_update_time': 1774324129.651096}
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975491') HTTP/1.1" 204 0
2026-03-24 03:48:49 [ayvens.fr] INFO: Found listing with ID: 1975492
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975492%27 HTTP/1.1" 200 None
2026-03-24 03:48:49 [ayvens.fr] INFO: Scrape type for 1975492: 2
2026-03-24 03:48:49 [ayvens.fr] INFO: Extracting data for car ID: 1975492
2026-03-24 03:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with identifier: 1975492
2026-03-24 03:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with scrape type 2
2026-03-24 03:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with scrape type 2
2026-03-24 03:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9, identifier: 1975492
2026-03-24 03:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with identifier: 1975492
2026-03-24 03:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with identifier: 1975492
2026-03-24 03:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1414e9f4-3d9c-59ed-a8d5-c517c5a832a9 with identifier: 1975492 to the API
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1414e9f4-3d9c-59ed-a8d5-c517c5a832a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '3008',
'odometer': 97206,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 3008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'transmission': 'automatic',
'trim': '3008 1.5 BlueHDi 130ch S&S Allure Pack EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975492%27 HTTP/1.1" 200 None
2026-03-24 03:48:50 [ayvens.fr] INFO: Saving data for 1975492: {'auction_closing_time': 1774368000.0, 'created_time': 1774025756.076008, 'last_price_update_time': 1774324130.043504}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975492') HTTP/1.1" 204 0
2026-03-24 03:48:50 [ayvens.fr] INFO: Found listing with ID: 1975493
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975493%27 HTTP/1.1" 200 None
2026-03-24 03:48:50 [ayvens.fr] INFO: Scrape type for 1975493: 2
2026-03-24 03:48:50 [ayvens.fr] INFO: Extracting data for car ID: 1975493
2026-03-24 03:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a2da3a-9541-5890-80f9-09a4ba43218a with identifier: 1975493
2026-03-24 03:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a2da3a-9541-5890-80f9-09a4ba43218a with scrape type 2
2026-03-24 03:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a2da3a-9541-5890-80f9-09a4ba43218a with scrape type 2
2026-03-24 03:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 89a2da3a-9541-5890-80f9-09a4ba43218a, identifier: 1975493
2026-03-24 03:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 89a2da3a-9541-5890-80f9-09a4ba43218a with identifier: 1975493
2026-03-24 03:48:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 89a2da3a-9541-5890-80f9-09a4ba43218a with identifier: 1975493
2026-03-24 03:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 89a2da3a-9541-5890-80f9-09a4ba43218a with identifier: 1975493 to the API
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'GRIS MAGNETIC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': '89a2da3a-9541-5890-80f9-09a4ba43218a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'MONDEO',
'odometer': 122468,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MONDEO Mondeo 2.0 HYBRID 187ch Titanium BVA',
'transmission': 'automatic',
'trim': 'Mondeo 2.0 HYBRID 187ch Titanium BVA',
'vin': None,
'year': 2020}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975493%27 HTTP/1.1" 200 None
2026-03-24 03:48:50 [ayvens.fr] INFO: Saving data for 1975493: {'auction_closing_time': 1774368000.0, 'created_time': 1774025757.167555, 'last_price_update_time': 1774324130.575584}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975493') HTTP/1.1" 204 0
2026-03-24 03:48:50 [ayvens.fr] INFO: Found listing with ID: 1975494
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975494%27 HTTP/1.1" 200 None
2026-03-24 03:48:50 [ayvens.fr] INFO: Scrape type for 1975494: 2
2026-03-24 03:48:50 [ayvens.fr] INFO: Extracting data for car ID: 1975494
2026-03-24 03:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with identifier: 1975494
2026-03-24 03:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with scrape type 2
2026-03-24 03:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with scrape type 2
2026-03-24 03:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5, identifier: 1975494
2026-03-24 03:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with identifier: 1975494
2026-03-24 03:48:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with identifier: 1975494
2026-03-24 03:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 19c2a4f9-ab5d-528e-89fa-9b53eb4373a5 with identifier: 1975494 to the API
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'TECH HOUSE GREY',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '19c2a4f9-ab5d-528e-89fa-9b53eb4373a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 44172,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-14',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 0.9 8v TwinAir 85ch S&S S',
'transmission': 'manual',
'trim': '500 0.9 8v TwinAir 85ch S&S S',
'vin': None,
'year': 2019}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975494%27 HTTP/1.1" 200 None
2026-03-24 03:48:50 [ayvens.fr] INFO: Saving data for 1975494: {'auction_closing_time': 1774368000.0, 'created_time': 1774025758.548669, 'last_price_update_time': 1774324130.981321}
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975494') HTTP/1.1" 204 0
2026-03-24 03:48:50 [ayvens.fr] INFO: Found listing with ID: 1975495
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975495%27 HTTP/1.1" 200 None
2026-03-24 03:48:51 [ayvens.fr] INFO: Scrape type for 1975495: 2
2026-03-24 03:48:51 [ayvens.fr] INFO: Extracting data for car ID: 1975495
2026-03-24 03:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 724bc30c-5c82-53f6-af0a-d2ea6395d382 with identifier: 1975495
2026-03-24 03:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 724bc30c-5c82-53f6-af0a-d2ea6395d382 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 724bc30c-5c82-53f6-af0a-d2ea6395d382 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 724bc30c-5c82-53f6-af0a-d2ea6395d382, identifier: 1975495
2026-03-24 03:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 724bc30c-5c82-53f6-af0a-d2ea6395d382 with identifier: 1975495
2026-03-24 03:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 724bc30c-5c82-53f6-af0a-d2ea6395d382 with identifier: 1975495
2026-03-24 03:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 724bc30c-5c82-53f6-af0a-d2ea6395d382 with identifier: 1975495 to the API
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'SAPHIR SCHWARZ METAL NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '724bc30c-5c82-53f6-af0a-d2ea6395d382',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 81380,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 118iA 136ch Business Design DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 118iA 136ch Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975495%27 HTTP/1.1" 200 None
2026-03-24 03:48:51 [ayvens.fr] INFO: Saving data for 1975495: {'auction_closing_time': 1774368000.0, 'created_time': 1774025760.408836, 'last_price_update_time': 1774324131.39724}
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975495') HTTP/1.1" 204 0
2026-03-24 03:48:51 [ayvens.fr] INFO: Found listing with ID: 1975496
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975496%27 HTTP/1.1" 200 None
2026-03-24 03:48:51 [ayvens.fr] INFO: Scrape type for 1975496: 2
2026-03-24 03:48:51 [ayvens.fr] INFO: Extracting data for car ID: 1975496
2026-03-24 03:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa535df4-c410-5112-8d84-5aa32a1aae25 with identifier: 1975496
2026-03-24 03:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa535df4-c410-5112-8d84-5aa32a1aae25 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa535df4-c410-5112-8d84-5aa32a1aae25 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: aa535df4-c410-5112-8d84-5aa32a1aae25, identifier: 1975496
2026-03-24 03:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: aa535df4-c410-5112-8d84-5aa32a1aae25 with identifier: 1975496
2026-03-24 03:48:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: aa535df4-c410-5112-8d84-5aa32a1aae25 with identifier: 1975496
2026-03-24 03:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: aa535df4-c410-5112-8d84-5aa32a1aae25 with identifier: 1975496 to the API
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'VERT BORNEO',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'aa535df4-c410-5112-8d84-5aa32a1aae25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'KIA',
'model': 'SPORTAGE',
'odometer': 148066,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE Sportage 1.6 T-GDi 230ch HEV Design BVA6 4x2',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 230ch HEV Design BVA6 4x2',
'vin': None,
'year': 2022}
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975496%27 HTTP/1.1" 200 None
2026-03-24 03:48:51 [ayvens.fr] INFO: Saving data for 1975496: {'auction_closing_time': 1774368000.0, 'created_time': 1774025761.602692, 'last_price_update_time': 1774324131.821101}
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975496') HTTP/1.1" 204 0
2026-03-24 03:48:51 [ayvens.fr] INFO: Found listing with ID: 1975497
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975497%27 HTTP/1.1" 200 None
2026-03-24 03:48:51 [ayvens.fr] INFO: Scrape type for 1975497: 2
2026-03-24 03:48:51 [ayvens.fr] INFO: Extracting data for car ID: 1975497
2026-03-24 03:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c91e0f5-221b-532b-b186-00ffd149efc5 with identifier: 1975497
2026-03-24 03:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c91e0f5-221b-532b-b186-00ffd149efc5 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c91e0f5-221b-532b-b186-00ffd149efc5 with scrape type 2
2026-03-24 03:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7c91e0f5-221b-532b-b186-00ffd149efc5, identifier: 1975497
2026-03-24 03:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7c91e0f5-221b-532b-b186-00ffd149efc5 with identifier: 1975497
2026-03-24 03:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7c91e0f5-221b-532b-b186-00ffd149efc5 with identifier: 1975497
2026-03-24 03:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7c91e0f5-221b-532b-b186-00ffd149efc5 with identifier: 1975497 to the API
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 56,
'color': 'NOIR ONYX',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '7c91e0f5-221b-532b-b186-00ffd149efc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 78002,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 87ch Business Executive Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 87ch Business Executive Geartronic',
'vin': None,
'year': 2020}
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975497%27 HTTP/1.1" 200 None
2026-03-24 03:48:52 [ayvens.fr] INFO: Saving data for 1975497: {'auction_closing_time': 1774368000.0, 'created_time': 1774025763.091556, 'last_price_update_time': 1774324132.222037}
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975497') HTTP/1.1" 204 0
2026-03-24 03:48:52 [ayvens.fr] INFO: Found listing with ID: 1975498
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975498%27 HTTP/1.1" 200 None
2026-03-24 03:48:52 [ayvens.fr] INFO: Scrape type for 1975498: 2
2026-03-24 03:48:52 [ayvens.fr] INFO: Extracting data for car ID: 1975498
2026-03-24 03:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with identifier: 1975498
2026-03-24 03:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with scrape type 2
2026-03-24 03:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with scrape type 2
2026-03-24 03:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c, identifier: 1975498
2026-03-24 03:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with identifier: 1975498
2026-03-24 03:48:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with identifier: 1975498
2026-03-24 03:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c with identifier: 1975498 to the API
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 29,
'color': 'BLEU SAPHIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '5fcf6d99-0c55-5e93-b41f-b1f59ea3e96c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 43203,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 E-TENSE 225ch Opera',
'transmission': 'automatic',
'trim': 'DS 7 E-TENSE 225ch Opera',
'vin': None,
'year': 2023}
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975498%27 HTTP/1.1" 200 None
2026-03-24 03:48:52 [ayvens.fr] INFO: Saving data for 1975498: {'auction_closing_time': 1774368000.0, 'created_time': 1774025764.443391, 'last_price_update_time': 1774324132.623427}
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975498') HTTP/1.1" 204 0
2026-03-24 03:48:52 [ayvens.fr] INFO: Found listing with ID: 1975499
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975499%27 HTTP/1.1" 200 None
2026-03-24 03:48:52 [ayvens.fr] INFO: Scrape type for 1975499: 2
2026-03-24 03:48:52 [ayvens.fr] INFO: Extracting data for car ID: 1975499
2026-03-24 03:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08758866-135f-504b-a68b-c3e46956ca50 with identifier: 1975499
2026-03-24 03:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08758866-135f-504b-a68b-c3e46956ca50 with scrape type 2
2026-03-24 03:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08758866-135f-504b-a68b-c3e46956ca50 with scrape type 2
2026-03-24 03:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 08758866-135f-504b-a68b-c3e46956ca50, identifier: 1975499
2026-03-24 03:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 08758866-135f-504b-a68b-c3e46956ca50 with identifier: 1975499
2026-03-24 03:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 08758866-135f-504b-a68b-c3e46956ca50 with identifier: 1975499
2026-03-24 03:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 08758866-135f-504b-a68b-c3e46956ca50 with identifier: 1975499 to the API
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '08758866-135f-504b-a68b-c3e46956ca50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'CLASSE CLA',
'odometer': 137181,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASSE CLA CLA Shooting Brake 250 e 218ch Progressive '
'Line 8G-DCT',
'transmission': 'automatic',
'trim': 'CLA Shooting Brake 250 e 218ch Progressive Line 8G-DCT',
'vin': None,
'year': 2023}
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975499%27 HTTP/1.1" 200 None
2026-03-24 03:48:52 [ayvens.fr] INFO: Saving data for 1975499: {'auction_closing_time': 1774368000.0, 'created_time': 1774025766.405971, 'last_price_update_time': 1774324132.997487}
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975499') HTTP/1.1" 204 0
2026-03-24 03:48:53 [ayvens.fr] INFO: Found listing with ID: 1975500
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975500%27 HTTP/1.1" 200 None
2026-03-24 03:48:53 [ayvens.fr] INFO: Scrape type for 1975500: 2
2026-03-24 03:48:53 [ayvens.fr] INFO: Extracting data for car ID: 1975500
2026-03-24 03:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with identifier: 1975500
2026-03-24 03:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0159a6b2-e74a-500f-a4de-c7e18f8a71d4, identifier: 1975500
2026-03-24 03:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with identifier: 1975500
2026-03-24 03:48:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with identifier: 1975500
2026-03-24 03:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0159a6b2-e74a-500f-a4de-c7e18f8a71d4 with identifier: 1975500 to the API
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': 'MINERALWEISS METAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '0159a6b2-e74a-500f-a4de-c7e18f8a71d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X3',
'odometer': 141035,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 X3 xDrive30e 292ch Business Design',
'transmission': 'automatic',
'trim': 'X3 xDrive30e 292ch Business Design',
'vin': None,
'year': 2022}
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975500%27 HTTP/1.1" 200 None
2026-03-24 03:48:53 [ayvens.fr] INFO: Saving data for 1975500: {'auction_closing_time': 1774368000.0, 'created_time': 1774025767.853253, 'last_price_update_time': 1774324133.413361}
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975500') HTTP/1.1" 204 0
2026-03-24 03:48:53 [ayvens.fr] INFO: Found listing with ID: 1975501
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975501%27 HTTP/1.1" 200 None
2026-03-24 03:48:53 [ayvens.fr] INFO: Scrape type for 1975501: 2
2026-03-24 03:48:53 [ayvens.fr] INFO: Extracting data for car ID: 1975501
2026-03-24 03:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db14044b-b4cf-584b-b2be-0d7630c9cb18 with identifier: 1975501
2026-03-24 03:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db14044b-b4cf-584b-b2be-0d7630c9cb18 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db14044b-b4cf-584b-b2be-0d7630c9cb18 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: db14044b-b4cf-584b-b2be-0d7630c9cb18, identifier: 1975501
2026-03-24 03:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: db14044b-b4cf-584b-b2be-0d7630c9cb18 with identifier: 1975501
2026-03-24 03:48:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: db14044b-b4cf-584b-b2be-0d7630c9cb18 with identifier: 1975501
2026-03-24 03:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: db14044b-b4cf-584b-b2be-0d7630c9cb18 with identifier: 1975501 to the API
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'SAPHIRSCHWARZ',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'db14044b-b4cf-584b-b2be-0d7630c9cb18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'X1',
'odometer': 60589,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 X1 xDrive25eA 220ch Business Design 6cv',
'transmission': 'automatic',
'trim': 'X1 xDrive25eA 220ch Business Design 6cv',
'vin': None,
'year': 2021}
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975501%27 HTTP/1.1" 200 None
2026-03-24 03:48:53 [ayvens.fr] INFO: Saving data for 1975501: {'auction_closing_time': 1774368000.0, 'created_time': 1774025769.546463, 'last_price_update_time': 1774324133.811791}
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975501') HTTP/1.1" 204 0
2026-03-24 03:48:53 [ayvens.fr] INFO: Found listing with ID: 1975502
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975502%27 HTTP/1.1" 200 None
2026-03-24 03:48:53 [ayvens.fr] INFO: Scrape type for 1975502: 2
2026-03-24 03:48:53 [ayvens.fr] INFO: Extracting data for car ID: 1975502
2026-03-24 03:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5431633b-7c43-5e4b-bdbc-da675d140009 with identifier: 1975502
2026-03-24 03:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5431633b-7c43-5e4b-bdbc-da675d140009 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5431633b-7c43-5e4b-bdbc-da675d140009 with scrape type 2
2026-03-24 03:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5431633b-7c43-5e4b-bdbc-da675d140009, identifier: 1975502
2026-03-24 03:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5431633b-7c43-5e4b-bdbc-da675d140009 with identifier: 1975502
2026-03-24 03:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5431633b-7c43-5e4b-bdbc-da675d140009 with identifier: 1975502
2026-03-24 03:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5431633b-7c43-5e4b-bdbc-da675d140009 with identifier: 1975502 to the API
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '5431633b-7c43-5e4b-bdbc-da675d140009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'DS AUTOMOBILES',
'model': 'DS7',
'odometer': 92663,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 DS 7 Crossback E-TENSE 225ch Performance Line',
'transmission': 'automatic',
'trim': 'DS 7 Crossback E-TENSE 225ch Performance Line',
'vin': None,
'year': 2021}
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975502%27 HTTP/1.1" 200 None
2026-03-24 03:48:54 [ayvens.fr] INFO: Saving data for 1975502: {'auction_closing_time': 1774368000.0, 'created_time': 1774025770.58733, 'last_price_update_time': 1774324134.252964}
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975502') HTTP/1.1" 204 0
2026-03-24 03:48:54 [ayvens.fr] INFO: Found listing with ID: 1975503
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975503%27 HTTP/1.1" 200 None
2026-03-24 03:48:54 [ayvens.fr] INFO: Scrape type for 1975503: 2
2026-03-24 03:48:54 [ayvens.fr] INFO: Extracting data for car ID: 1975503
2026-03-24 03:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with identifier: 1975503
2026-03-24 03:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with scrape type 2
2026-03-24 03:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with scrape type 2
2026-03-24 03:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7d385676-976a-5cf1-99cc-f9e4c6dd34f0, identifier: 1975503
2026-03-24 03:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with identifier: 1975503
2026-03-24 03:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with identifier: 1975503
2026-03-24 03:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7d385676-976a-5cf1-99cc-f9e4c6dd34f0 with identifier: 1975503 to the API
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '7d385676-976a-5cf1-99cc-f9e4c6dd34f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 113964,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T4 Recharge 129 + 82ch Start DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge 129 + 82ch Start DCT 7',
'vin': None,
'year': 2022}
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975503%27 HTTP/1.1" 200 None
2026-03-24 03:48:54 [ayvens.fr] INFO: Saving data for 1975503: {'auction_closing_time': 1774368000.0, 'created_time': 1774025771.933388, 'last_price_update_time': 1774324134.645712}
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975503') HTTP/1.1" 204 0
2026-03-24 03:48:54 [ayvens.fr] INFO: Found listing with ID: 1975504
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975504%27 HTTP/1.1" 200 None
2026-03-24 03:48:54 [ayvens.fr] INFO: Scrape type for 1975504: 2
2026-03-24 03:48:54 [ayvens.fr] INFO: Extracting data for car ID: 1975504
2026-03-24 03:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32efb9c-de29-5de1-bb98-b8547cbf8143 with identifier: 1975504
2026-03-24 03:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32efb9c-de29-5de1-bb98-b8547cbf8143 with scrape type 2
2026-03-24 03:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32efb9c-de29-5de1-bb98-b8547cbf8143 with scrape type 2
2026-03-24 03:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b32efb9c-de29-5de1-bb98-b8547cbf8143, identifier: 1975504
2026-03-24 03:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b32efb9c-de29-5de1-bb98-b8547cbf8143 with identifier: 1975504
2026-03-24 03:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b32efb9c-de29-5de1-bb98-b8547cbf8143 with identifier: 1975504
2026-03-24 03:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b32efb9c-de29-5de1-bb98-b8547cbf8143 with identifier: 1975504 to the API
2026-03-24 03:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 47,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'b32efb9c-de29-5de1-bb98-b8547cbf8143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 48822,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 T4 Recharge 129 + 82ch Plus DCT 7',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge 129 + 82ch Plus DCT 7',
'vin': None,
'year': 2022}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975504%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Saving data for 1975504: {'auction_closing_time': 1774368000.0, 'created_time': 1774025773.325533, 'last_price_update_time': 1774324135.117349}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975504') HTTP/1.1" 204 0
2026-03-24 03:48:55 [ayvens.fr] INFO: Found listing with ID: 1975505
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975505%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Scrape type for 1975505: 2
2026-03-24 03:48:55 [ayvens.fr] INFO: Extracting data for car ID: 1975505
2026-03-24 03:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 633c708a-cda8-5f58-9115-ca689649ec79 with identifier: 1975505
2026-03-24 03:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 633c708a-cda8-5f58-9115-ca689649ec79 with scrape type 2
2026-03-24 03:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 633c708a-cda8-5f58-9115-ca689649ec79 with scrape type 2
2026-03-24 03:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 633c708a-cda8-5f58-9115-ca689649ec79, identifier: 1975505
2026-03-24 03:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 633c708a-cda8-5f58-9115-ca689649ec79 with identifier: 1975505
2026-03-24 03:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 633c708a-cda8-5f58-9115-ca689649ec79 with identifier: 1975505
2026-03-24 03:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 633c708a-cda8-5f58-9115-ca689649ec79 with identifier: 1975505 to the API
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '633c708a-cda8-5f58-9115-ca689649ec79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 35896,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 Recharge 231ch Start EDT',
'transmission': 'automatic',
'trim': 'XC40 Recharge 231ch Start EDT',
'vin': None,
'year': 2022}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975505%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Saving data for 1975505: {'auction_closing_time': 1774368000.0, 'created_time': 1774025774.971611, 'last_price_update_time': 1774324135.508967}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975505') HTTP/1.1" 204 0
2026-03-24 03:48:55 [ayvens.fr] INFO: Found listing with ID: 1975506
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975506%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Scrape type for 1975506: 2
2026-03-24 03:48:55 [ayvens.fr] INFO: Extracting data for car ID: 1975506
2026-03-24 03:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with identifier: 1975506
2026-03-24 03:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with scrape type 2
2026-03-24 03:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with scrape type 2
2026-03-24 03:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c94108e3-b6d4-5067-b57a-f4f6bb5356c0, identifier: 1975506
2026-03-24 03:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with identifier: 1975506
2026-03-24 03:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with identifier: 1975506
2026-03-24 03:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c94108e3-b6d4-5067-b57a-f4f6bb5356c0 with identifier: 1975506 to the API
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 30,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'c94108e3-b6d4-5067-b57a-f4f6bb5356c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC90',
'odometer': 133034,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 7,
'seller_name': None,
'title': 'VOLVO XC90 XC90 T8 AWD 310 + 145ch Ultra Style Chrome Geartronic',
'transmission': 'automatic',
'trim': 'XC90 T8 AWD 310 + 145ch Ultra Style Chrome Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975506%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Saving data for 1975506: {'auction_closing_time': 1774368000.0, 'created_time': 1774025776.446304, 'last_price_update_time': 1774324135.893393}
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975506') HTTP/1.1" 204 0
2026-03-24 03:48:55 [ayvens.fr] INFO: Found listing with ID: 1975507
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975507%27 HTTP/1.1" 200 None
2026-03-24 03:48:55 [ayvens.fr] INFO: Scrape type for 1975507: 2
2026-03-24 03:48:55 [ayvens.fr] INFO: Extracting data for car ID: 1975507
2026-03-24 03:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bce2762e-3fa7-5505-81c8-80778c09f8e9 with identifier: 1975507
2026-03-24 03:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bce2762e-3fa7-5505-81c8-80778c09f8e9 with scrape type 2
2026-03-24 03:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bce2762e-3fa7-5505-81c8-80778c09f8e9 with scrape type 2
2026-03-24 03:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bce2762e-3fa7-5505-81c8-80778c09f8e9, identifier: 1975507
2026-03-24 03:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bce2762e-3fa7-5505-81c8-80778c09f8e9 with identifier: 1975507
2026-03-24 03:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bce2762e-3fa7-5505-81c8-80778c09f8e9 with identifier: 1975507
2026-03-24 03:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bce2762e-3fa7-5505-81c8-80778c09f8e9 with identifier: 1975507 to the API
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'bce2762e-3fa7-5505-81c8-80778c09f8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 126103,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 B3 163ch Ultimate DCT 7',
'transmission': 'automatic',
'trim': 'XC40 B3 163ch Ultimate DCT 7',
'vin': None,
'year': 2022}
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975507%27 HTTP/1.1" 200 None
2026-03-24 03:48:56 [ayvens.fr] INFO: Saving data for 1975507: {'auction_closing_time': 1774368000.0, 'created_time': 1774025777.646908, 'last_price_update_time': 1774324136.277584}
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975507') HTTP/1.1" 204 0
2026-03-24 03:48:56 [ayvens.fr] INFO: Found listing with ID: 1975508
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975508%27 HTTP/1.1" 200 None
2026-03-24 03:48:56 [ayvens.fr] INFO: Scrape type for 1975508: 2
2026-03-24 03:48:56 [ayvens.fr] INFO: Extracting data for car ID: 1975508
2026-03-24 03:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with identifier: 1975508
2026-03-24 03:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with scrape type 2
2026-03-24 03:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with scrape type 2
2026-03-24 03:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 19b3a59c-b9c9-5fd5-ad13-d5a331239e26, identifier: 1975508
2026-03-24 03:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with identifier: 1975508
2026-03-24 03:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with identifier: 1975508
2026-03-24 03:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 19b3a59c-b9c9-5fd5-ad13-d5a331239e26 with identifier: 1975508 to the API
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 55,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '19b3a59c-b9c9-5fd5-ad13-d5a331239e26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 144002,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 87ch Inscription Business Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 87ch Inscription Business Geartronic',
'vin': None,
'year': 2021}
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975508%27 HTTP/1.1" 200 None
2026-03-24 03:48:56 [ayvens.fr] INFO: Saving data for 1975508: {'auction_closing_time': 1774368000.0, 'created_time': 1774025778.995798, 'last_price_update_time': 1774324136.658302}
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975508') HTTP/1.1" 204 0
2026-03-24 03:48:56 [ayvens.fr] INFO: Found listing with ID: 1975509
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975509%27 HTTP/1.1" 200 None
2026-03-24 03:48:56 [ayvens.fr] INFO: Scrape type for 1975509: 2
2026-03-24 03:48:56 [ayvens.fr] INFO: Extracting data for car ID: 1975509
2026-03-24 03:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb3937d4-a42c-5588-87b6-19c70482a842 with identifier: 1975509
2026-03-24 03:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb3937d4-a42c-5588-87b6-19c70482a842 with scrape type 2
2026-03-24 03:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb3937d4-a42c-5588-87b6-19c70482a842 with scrape type 2
2026-03-24 03:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cb3937d4-a42c-5588-87b6-19c70482a842, identifier: 1975509
2026-03-24 03:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cb3937d4-a42c-5588-87b6-19c70482a842 with identifier: 1975509
2026-03-24 03:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cb3937d4-a42c-5588-87b6-19c70482a842 with identifier: 1975509
2026-03-24 03:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cb3937d4-a42c-5588-87b6-19c70482a842 with identifier: 1975509 to the API
2026-03-24 03:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'cb3937d4-a42c-5588-87b6-19c70482a842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC40',
'odometer': 45098,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 XC40 Recharge 231ch Start',
'transmission': 'automatic',
'trim': 'XC40 Recharge 231ch Start',
'vin': None,
'year': 2023}
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975509%27 HTTP/1.1" 200 None
2026-03-24 03:48:57 [ayvens.fr] INFO: Saving data for 1975509: {'auction_closing_time': 1774368000.0, 'created_time': 1774025780.388384, 'last_price_update_time': 1774324137.07471}
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975509') HTTP/1.1" 204 0
2026-03-24 03:48:57 [ayvens.fr] INFO: Found listing with ID: 1975510
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975510%27 HTTP/1.1" 200 None
2026-03-24 03:48:57 [ayvens.fr] INFO: Scrape type for 1975510: 2
2026-03-24 03:48:57 [ayvens.fr] INFO: Extracting data for car ID: 1975510
2026-03-24 03:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with identifier: 1975510
2026-03-24 03:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with scrape type 2
2026-03-24 03:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with scrape type 2
2026-03-24 03:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 79ee3ff0-4e37-54f6-acd9-0bcd0edef829, identifier: 1975510
2026-03-24 03:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with identifier: 1975510
2026-03-24 03:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with identifier: 1975510
2026-03-24 03:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 79ee3ff0-4e37-54f6-acd9-0bcd0edef829 with identifier: 1975510 to the API
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/diesel',
'id': '79ee3ff0-4e37-54f6-acd9-0bcd0edef829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 135983,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 B5 AdBlue AWD 235ch R-Design Geartronic',
'transmission': 'automatic',
'trim': 'XC60 B5 AdBlue AWD 235ch R-Design Geartronic',
'vin': None,
'year': 2020}
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975510%27 HTTP/1.1" 200 None
2026-03-24 03:48:57 [ayvens.fr] INFO: Saving data for 1975510: {'auction_closing_time': 1774368000.0, 'created_time': 1774025782.610584, 'last_price_update_time': 1774324137.453197}
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975510') HTTP/1.1" 204 0
2026-03-24 03:48:57 [ayvens.fr] INFO: Found listing with ID: 1975511
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975511%27 HTTP/1.1" 200 None
2026-03-24 03:48:57 [ayvens.fr] INFO: Scrape type for 1975511: 2
2026-03-24 03:48:57 [ayvens.fr] INFO: Extracting data for car ID: 1975511
2026-03-24 03:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f805e8f9-444d-53e5-84f5-500f796f50cb with identifier: 1975511
2026-03-24 03:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f805e8f9-444d-53e5-84f5-500f796f50cb with scrape type 2
2026-03-24 03:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f805e8f9-444d-53e5-84f5-500f796f50cb with scrape type 2
2026-03-24 03:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f805e8f9-444d-53e5-84f5-500f796f50cb, identifier: 1975511
2026-03-24 03:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f805e8f9-444d-53e5-84f5-500f796f50cb with identifier: 1975511
2026-03-24 03:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f805e8f9-444d-53e5-84f5-500f796f50cb with identifier: 1975511
2026-03-24 03:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f805e8f9-444d-53e5-84f5-500f796f50cb with identifier: 1975511 to the API
2026-03-24 03:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': 'f805e8f9-444d-53e5-84f5-500f796f50cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 82082,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 145ch Inscription Business Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 145ch Inscription Business Geartronic',
'vin': None,
'year': 2022}
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975511%27 HTTP/1.1" 200 None
2026-03-24 03:48:58 [ayvens.fr] INFO: Saving data for 1975511: {'auction_closing_time': 1774368000.0, 'created_time': 1774025784.625526, 'last_price_update_time': 1774324138.746617}
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975511') HTTP/1.1" 204 0
2026-03-24 03:48:58 [ayvens.fr] INFO: Found listing with ID: 1975512
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975512%27 HTTP/1.1" 200 None
2026-03-24 03:48:58 [ayvens.fr] INFO: Scrape type for 1975512: 2
2026-03-24 03:48:58 [ayvens.fr] INFO: Extracting data for car ID: 1975512
2026-03-24 03:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 380a14b8-9890-5919-b5cf-541bae1838d7 with identifier: 1975512
2026-03-24 03:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 380a14b8-9890-5919-b5cf-541bae1838d7 with scrape type 2
2026-03-24 03:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 380a14b8-9890-5919-b5cf-541bae1838d7 with scrape type 2
2026-03-24 03:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 380a14b8-9890-5919-b5cf-541bae1838d7, identifier: 1975512
2026-03-24 03:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 380a14b8-9890-5919-b5cf-541bae1838d7 with identifier: 1975512
2026-03-24 03:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 380a14b8-9890-5919-b5cf-541bae1838d7 with identifier: 1975512
2026-03-24 03:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 380a14b8-9890-5919-b5cf-541bae1838d7 with identifier: 1975512 to the API
2026-03-24 03:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '380a14b8-9890-5919-b5cf-541bae1838d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'VOLVO',
'model': 'XC60',
'odometer': 32964,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 XC60 T6 AWD 253 + 145ch Black Edition Geartronic',
'transmission': 'automatic',
'trim': 'XC60 T6 AWD 253 + 145ch Black Edition Geartronic',
'vin': None,
'year': 2023}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975512%27 HTTP/1.1" 200 None
2026-03-24 03:48:59 [ayvens.fr] INFO: Saving data for 1975512: {'auction_closing_time': 1774368000.0, 'created_time': 1774025785.673893, 'last_price_update_time': 1774324139.127882}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975512') HTTP/1.1" 204 0
2026-03-24 03:48:59 [ayvens.fr] INFO: Found listing with ID: 1975513
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975513%27 HTTP/1.1" 200 None
2026-03-24 03:48:59 [ayvens.fr] INFO: Scrape type for 1975513: 2
2026-03-24 03:48:59 [ayvens.fr] INFO: Extracting data for car ID: 1975513
2026-03-24 03:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc138171-5ea7-5777-986d-e3fbc7604abe with identifier: 1975513
2026-03-24 03:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc138171-5ea7-5777-986d-e3fbc7604abe with scrape type 2
2026-03-24 03:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc138171-5ea7-5777-986d-e3fbc7604abe with scrape type 2
2026-03-24 03:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fc138171-5ea7-5777-986d-e3fbc7604abe, identifier: 1975513
2026-03-24 03:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fc138171-5ea7-5777-986d-e3fbc7604abe with identifier: 1975513
2026-03-24 03:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fc138171-5ea7-5777-986d-e3fbc7604abe with identifier: 1975513
2026-03-24 03:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fc138171-5ea7-5777-986d-e3fbc7604abe with identifier: 1975513 to the API
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'fc138171-5ea7-5777-986d-e3fbc7604abe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 48498,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.2 PureTech 100 S&S Active '
'- TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': '208 Business R 1.2 PureTech 100 S&S Active - TRANSFO 5 PLACES / 5 '
'SEATS OK + CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975513%27 HTTP/1.1" 200 None
2026-03-24 03:48:59 [ayvens.fr] INFO: Saving data for 1975513: {'auction_closing_time': 1774368000.0, 'created_time': 1774025787.873266, 'last_price_update_time': 1774324139.551834}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975513') HTTP/1.1" 204 0
2026-03-24 03:48:59 [ayvens.fr] INFO: Found listing with ID: 1975514
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975514%27 HTTP/1.1" 200 None
2026-03-24 03:48:59 [ayvens.fr] INFO: Scrape type for 1975514: 2
2026-03-24 03:48:59 [ayvens.fr] INFO: Extracting data for car ID: 1975514
2026-03-24 03:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with identifier: 1975514
2026-03-24 03:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with scrape type 2
2026-03-24 03:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with scrape type 2
2026-03-24 03:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e1fb0ea9-66ac-53c5-86ce-4c48367a0b49, identifier: 1975514
2026-03-24 03:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with identifier: 1975514
2026-03-24 03:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with identifier: 1975514
2026-03-24 03:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e1fb0ea9-66ac-53c5-86ce-4c48367a0b49 with identifier: 1975514 to the API
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:48: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-24 03:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'e1fb0ea9-66ac-53c5-86ce-4c48367a0b49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C4',
'odometer': 86012,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C4 C4 Ste 1.2 PureTech 130ch Feel Nav Business R EAT8 - '
'TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'automatic',
'trim': 'C4 Ste 1.2 PureTech 130ch Feel Nav Business R EAT8 - TRANSFO 5 '
'PLACES / 5 SEATS OK + CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975514%27 HTTP/1.1" 200 None
2026-03-24 03:48:59 [ayvens.fr] INFO: Saving data for 1975514: {'auction_closing_time': 1774368000.0, 'created_time': 1774025789.547305, 'last_price_update_time': 1774324139.944627}
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975514') HTTP/1.1" 204 0
2026-03-24 03:49:00 [ayvens.fr] INFO: Found listing with ID: 1975515
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975515%27 HTTP/1.1" 200 None
2026-03-24 03:49:00 [ayvens.fr] INFO: Scrape type for 1975515: 2
2026-03-24 03:49:00 [ayvens.fr] INFO: Extracting data for car ID: 1975515
2026-03-24 03:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614f7c9e-e482-5638-b3d9-168bbb507e1a with identifier: 1975515
2026-03-24 03:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614f7c9e-e482-5638-b3d9-168bbb507e1a with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 614f7c9e-e482-5638-b3d9-168bbb507e1a with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 614f7c9e-e482-5638-b3d9-168bbb507e1a, identifier: 1975515
2026-03-24 03:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 614f7c9e-e482-5638-b3d9-168bbb507e1a with identifier: 1975515
2026-03-24 03:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 614f7c9e-e482-5638-b3d9-168bbb507e1a with identifier: 1975515
2026-03-24 03:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 614f7c9e-e482-5638-b3d9-168bbb507e1a with identifier: 1975515 to the API
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '614f7c9e-e482-5638-b3d9-168bbb507e1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 56135,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.2 PureTech 83ch Feel Business R - TRANSFO 5 '
'PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'manual',
'trim': 'C3 Ste 1.2 PureTech 83ch Feel Business R - TRANSFO 5 PLACES / 5 '
'SEATS OK + CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975515%27 HTTP/1.1" 200 None
2026-03-24 03:49:00 [ayvens.fr] INFO: Saving data for 1975515: {'auction_closing_time': 1774368000.0, 'created_time': 1774025790.865865, 'last_price_update_time': 1774324140.431118}
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975515') HTTP/1.1" 204 0
2026-03-24 03:49:00 [ayvens.fr] INFO: Found listing with ID: 1975516
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975516%27 HTTP/1.1" 200 None
2026-03-24 03:49:00 [ayvens.fr] INFO: Scrape type for 1975516: 2
2026-03-24 03:49:00 [ayvens.fr] INFO: Extracting data for car ID: 1975516
2026-03-24 03:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee83026-ef40-551b-8664-eeef081f2653 with identifier: 1975516
2026-03-24 03:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee83026-ef40-551b-8664-eeef081f2653 with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ee83026-ef40-551b-8664-eeef081f2653 with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6ee83026-ef40-551b-8664-eeef081f2653, identifier: 1975516
2026-03-24 03:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6ee83026-ef40-551b-8664-eeef081f2653 with identifier: 1975516
2026-03-24 03:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6ee83026-ef40-551b-8664-eeef081f2653 with identifier: 1975516
2026-03-24 03:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6ee83026-ef40-551b-8664-eeef081f2653 with identifier: 1975516 to the API
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '6ee83026-ef40-551b-8664-eeef081f2653',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208 BUSINESS R',
'odometer': 24700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 BUSINESS R 208 Business R e-208 136ch Active - '
'TRANSFO 5 PLACES / 5 SEATS OK + CERTIF OK',
'transmission': 'automatic',
'trim': '208 Business R e-208 136ch Active - TRANSFO 5 PLACES / 5 SEATS OK + '
'CERTIF OK',
'vin': None,
'year': 2023}
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975516%27 HTTP/1.1" 200 None
2026-03-24 03:49:00 [ayvens.fr] INFO: Saving data for 1975516: {'auction_closing_time': 1774368000.0, 'created_time': 1774025792.340012, 'last_price_update_time': 1774324140.853279}
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975516') HTTP/1.1" 204 0
2026-03-24 03:49:00 [ayvens.fr] INFO: Found listing with ID: 1975517
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975517%27 HTTP/1.1" 200 None
2026-03-24 03:49:00 [ayvens.fr] INFO: Scrape type for 1975517: 2
2026-03-24 03:49:00 [ayvens.fr] INFO: Extracting data for car ID: 1975517
2026-03-24 03:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with identifier: 1975517
2026-03-24 03:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with scrape type 2
2026-03-24 03:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 55a9b24b-e5a4-5df6-b1f9-54ee499f9486, identifier: 1975517
2026-03-24 03:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with identifier: 1975517
2026-03-24 03:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with identifier: 1975517
2026-03-24 03:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 55a9b24b-e5a4-5df6-b1f9-54ee499f9486 with identifier: 1975517 to the API
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '55a9b24b-e5a4-5df6-b1f9-54ee499f9486',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208',
'odometer': 98215,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-208 208 e-208 136ch Active',
'transmission': 'automatic',
'trim': '208 e-208 136ch Active',
'vin': None,
'year': 2021}
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975517%27 HTTP/1.1" 200 None
2026-03-24 03:49:01 [ayvens.fr] INFO: Saving data for 1975517: {'auction_closing_time': 1774368000.0, 'created_time': 1774025794.339181, 'last_price_update_time': 1774324141.27219}
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975517') HTTP/1.1" 204 0
2026-03-24 03:49:01 [ayvens.fr] INFO: Found listing with ID: 1975518
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975518%27 HTTP/1.1" 200 None
2026-03-24 03:49:01 [ayvens.fr] INFO: Scrape type for 1975518: 2
2026-03-24 03:49:01 [ayvens.fr] INFO: Extracting data for car ID: 1975518
2026-03-24 03:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92591fd5-ec27-5345-a221-66f849e51443 with identifier: 1975518
2026-03-24 03:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92591fd5-ec27-5345-a221-66f849e51443 with scrape type 2
2026-03-24 03:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92591fd5-ec27-5345-a221-66f849e51443 with scrape type 2
2026-03-24 03:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 92591fd5-ec27-5345-a221-66f849e51443, identifier: 1975518
2026-03-24 03:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 92591fd5-ec27-5345-a221-66f849e51443 with identifier: 1975518
2026-03-24 03:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 92591fd5-ec27-5345-a221-66f849e51443 with identifier: 1975518
2026-03-24 03:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 92591fd5-ec27-5345-a221-66f849e51443 with identifier: 1975518 to the API
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '92591fd5-ec27-5345-a221-66f849e51443',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 1',
'odometer': 88580,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW SERIE 1 Serie 1 116dA 116ch Lounge DKG7',
'transmission': 'automatic',
'trim': 'Serie 1 116dA 116ch Lounge DKG7',
'vin': None,
'year': 2019}
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975518%27 HTTP/1.1" 200 None
2026-03-24 03:49:01 [ayvens.fr] INFO: Saving data for 1975518: {'auction_closing_time': 1774368000.0, 'created_time': 1774025795.608563, 'last_price_update_time': 1774324141.653889}
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975518') HTTP/1.1" 204 0
2026-03-24 03:49:01 [ayvens.fr] INFO: Found listing with ID: 1975519
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975519%27 HTTP/1.1" 200 None
2026-03-24 03:49:01 [ayvens.fr] INFO: Scrape type for 1975519: 2
2026-03-24 03:49:01 [ayvens.fr] INFO: Extracting data for car ID: 1975519
2026-03-24 03:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01c71b6f-1ac5-51e4-a647-598413f2572d with identifier: 1975519
2026-03-24 03:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01c71b6f-1ac5-51e4-a647-598413f2572d with scrape type 2
2026-03-24 03:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01c71b6f-1ac5-51e4-a647-598413f2572d with scrape type 2
2026-03-24 03:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 01c71b6f-1ac5-51e4-a647-598413f2572d, identifier: 1975519
2026-03-24 03:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 01c71b6f-1ac5-51e4-a647-598413f2572d with identifier: 1975519
2026-03-24 03:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 01c71b6f-1ac5-51e4-a647-598413f2572d with identifier: 1975519
2026-03-24 03:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 01c71b6f-1ac5-51e4-a647-598413f2572d with identifier: 1975519 to the API
2026-03-24 03:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '01c71b6f-1ac5-51e4-a647-598413f2572d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'GRAND C4 SPACETOURER',
'odometer': 72190,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-16',
'seats_number': 7,
'seller_name': None,
'title': 'CITROËN GRAND C4 SPACETOURER Grand C4 SpaceTourer PureTech 130ch '
'S&S Business EAT8',
'transmission': 'automatic',
'trim': 'Grand C4 SpaceTourer PureTech 130ch S&S Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975519%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Saving data for 1975519: {'auction_closing_time': 1774368000.0, 'created_time': 1774025796.878139, 'last_price_update_time': 1774324142.043308}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975519') HTTP/1.1" 204 0
2026-03-24 03:49:02 [ayvens.fr] INFO: Found listing with ID: 1975520
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975520%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Scrape type for 1975520: 2
2026-03-24 03:49:02 [ayvens.fr] INFO: Extracting data for car ID: 1975520
2026-03-24 03:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with identifier: 1975520
2026-03-24 03:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with scrape type 2
2026-03-24 03:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with scrape type 2
2026-03-24 03:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a4650fcb-ef99-5f19-b77a-fbb5230b1ac5, identifier: 1975520
2026-03-24 03:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with identifier: 1975520
2026-03-24 03:49:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with identifier: 1975520
2026-03-24 03:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a4650fcb-ef99-5f19-b77a-fbb5230b1ac5 with identifier: 1975520 to the API
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GRIS MINERAL',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'a4650fcb-ef99-5f19-b77a-fbb5230b1ac5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'COROLLA TS',
'odometer': 129291,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA TS Corolla Touring Spt 184h Dynamic Business + '
'Programme Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'Corolla Touring Spt 184h Dynamic Business + Programme Beyond Zero '
'Academy',
'vin': None,
'year': 2023}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975520%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Saving data for 1975520: {'auction_closing_time': 1774368000.0, 'created_time': 1774025798.420224, 'last_price_update_time': 1774324142.456601}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975520') HTTP/1.1" 204 0
2026-03-24 03:49:02 [ayvens.fr] INFO: Found listing with ID: 1975521
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975521%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Scrape type for 1975521: 2
2026-03-24 03:49:02 [ayvens.fr] INFO: Extracting data for car ID: 1975521
2026-03-24 03:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with identifier: 1975521
2026-03-24 03:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with scrape type 2
2026-03-24 03:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with scrape type 2
2026-03-24 03:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46, identifier: 1975521
2026-03-24 03:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with identifier: 1975521
2026-03-24 03:49:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with identifier: 1975521
2026-03-24 03:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46 with identifier: 1975521 to the API
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLANC NEVADA M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2b9f9bcd-76a0-55f5-9ad8-cdd13aa74a46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'ATECA',
'odometer': 127729,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ATECA Ateca 2.0 TDI 150ch Start&Stop Style Business DSG',
'transmission': 'automatic',
'trim': 'Ateca 2.0 TDI 150ch Start&Stop Style Business DSG',
'vin': None,
'year': 2022}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975521%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Saving data for 1975521: {'auction_closing_time': 1774368000.0, 'created_time': 1774025799.859682, 'last_price_update_time': 1774324142.877611}
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975521') HTTP/1.1" 204 0
2026-03-24 03:49:02 [ayvens.fr] INFO: Found listing with ID: 1975522
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975522%27 HTTP/1.1" 200 None
2026-03-24 03:49:02 [ayvens.fr] INFO: Scrape type for 1975522: 2
2026-03-24 03:49:02 [ayvens.fr] INFO: Extracting data for car ID: 1975522
2026-03-24 03:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e2977bf-b359-5cb8-83db-03e486c59855 with identifier: 1975522
2026-03-24 03:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e2977bf-b359-5cb8-83db-03e486c59855 with scrape type 2
2026-03-24 03:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e2977bf-b359-5cb8-83db-03e486c59855 with scrape type 2
2026-03-24 03:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1e2977bf-b359-5cb8-83db-03e486c59855, identifier: 1975522
2026-03-24 03:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1e2977bf-b359-5cb8-83db-03e486c59855 with identifier: 1975522
2026-03-24 03:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1e2977bf-b359-5cb8-83db-03e486c59855 with identifier: 1975522
2026-03-24 03:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1e2977bf-b359-5cb8-83db-03e486c59855 with identifier: 1975522 to the API
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '1e2977bf-b359-5cb8-83db-03e486c59855',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '5008',
'odometer': 77594,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 5008 1.2 PureTech 130ch S&S Active Business EAT8',
'transmission': 'automatic',
'trim': '5008 1.2 PureTech 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975522%27 HTTP/1.1" 200 None
2026-03-24 03:49:03 [ayvens.fr] INFO: Saving data for 1975522: {'auction_closing_time': 1774368000.0, 'created_time': 1774025801.026968, 'last_price_update_time': 1774324143.266359}
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975522') HTTP/1.1" 204 0
2026-03-24 03:49:03 [ayvens.fr] INFO: Found listing with ID: 1975523
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975523%27 HTTP/1.1" 200 None
2026-03-24 03:49:03 [ayvens.fr] INFO: Scrape type for 1975523: 2
2026-03-24 03:49:03 [ayvens.fr] INFO: Extracting data for car ID: 1975523
2026-03-24 03:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925ddaa3-8f43-542a-bfee-e0900e6b1eab with identifier: 1975523
2026-03-24 03:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925ddaa3-8f43-542a-bfee-e0900e6b1eab with scrape type 2
2026-03-24 03:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925ddaa3-8f43-542a-bfee-e0900e6b1eab with scrape type 2
2026-03-24 03:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 925ddaa3-8f43-542a-bfee-e0900e6b1eab, identifier: 1975523
2026-03-24 03:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 925ddaa3-8f43-542a-bfee-e0900e6b1eab with identifier: 1975523
2026-03-24 03:49:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 925ddaa3-8f43-542a-bfee-e0900e6b1eab with identifier: 1975523
2026-03-24 03:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 925ddaa3-8f43-542a-bfee-e0900e6b1eab with identifier: 1975523 to the API
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SAPHIRSCHWARZ M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '925ddaa3-8f43-542a-bfee-e0900e6b1eab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': 'SERIE 2 GRAN TOURER',
'odometer': 96853,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-18',
'seats_number': 7,
'seller_name': None,
'title': 'BMW SERIE 2 GRAN TOURER Série 2 Gran Tourer 216dA 116ch Business '
'Design DKG7',
'transmission': 'automatic',
'trim': 'Série 2 Gran Tourer 216dA 116ch Business Design DKG7',
'vin': None,
'year': 2022}
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975523%27 HTTP/1.1" 200 None
2026-03-24 03:49:03 [ayvens.fr] INFO: Saving data for 1975523: {'auction_closing_time': 1774368000.0, 'created_time': 1774025802.440474, 'last_price_update_time': 1774324143.672974}
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975523') HTTP/1.1" 204 0
2026-03-24 03:49:03 [ayvens.fr] INFO: Found listing with ID: 1975524
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975524%27 HTTP/1.1" 200 None
2026-03-24 03:49:03 [ayvens.fr] INFO: Scrape type for 1975524: 2
2026-03-24 03:49:03 [ayvens.fr] INFO: Extracting data for car ID: 1975524
2026-03-24 03:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbb43c06-65df-5868-8bf1-7ca7714f7c50 with identifier: 1975524
2026-03-24 03:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbb43c06-65df-5868-8bf1-7ca7714f7c50 with scrape type 2
2026-03-24 03:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbb43c06-65df-5868-8bf1-7ca7714f7c50 with scrape type 2
2026-03-24 03:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cbb43c06-65df-5868-8bf1-7ca7714f7c50, identifier: 1975524
2026-03-24 03:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cbb43c06-65df-5868-8bf1-7ca7714f7c50 with identifier: 1975524
2026-03-24 03:49:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cbb43c06-65df-5868-8bf1-7ca7714f7c50 with identifier: 1975524
2026-03-24 03:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cbb43c06-65df-5868-8bf1-7ca7714f7c50 with identifier: 1975524 to the API
2026-03-24 03:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GRIS ARGENT',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'cbb43c06-65df-5868-8bf1-7ca7714f7c50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'SKODA',
'model': 'OCTAVIA',
'odometer': 49602,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-23',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA Octavia 2.0 TDI 150ch Style',
'transmission': 'manual',
'trim': 'Octavia 2.0 TDI 150ch Style',
'vin': None,
'year': 2022}
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975524%27 HTTP/1.1" 200 None
2026-03-24 03:49:04 [ayvens.fr] INFO: Saving data for 1975524: {'auction_closing_time': 1774368000.0, 'created_time': 1774025803.843518, 'last_price_update_time': 1774324144.086566}
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975524') HTTP/1.1" 204 0
2026-03-24 03:49:04 [ayvens.fr] INFO: Found listing with ID: 1975525
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975525%27 HTTP/1.1" 200 None
2026-03-24 03:49:04 [ayvens.fr] INFO: Scrape type for 1975525: 2
2026-03-24 03:49:04 [ayvens.fr] INFO: Extracting data for car ID: 1975525
2026-03-24 03:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 223718b5-d149-5836-8fc3-ee569c8ebf6b with identifier: 1975525
2026-03-24 03:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 223718b5-d149-5836-8fc3-ee569c8ebf6b with scrape type 2
2026-03-24 03:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 223718b5-d149-5836-8fc3-ee569c8ebf6b with scrape type 2
2026-03-24 03:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 223718b5-d149-5836-8fc3-ee569c8ebf6b, identifier: 1975525
2026-03-24 03:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 223718b5-d149-5836-8fc3-ee569c8ebf6b with identifier: 1975525
2026-03-24 03:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 223718b5-d149-5836-8fc3-ee569c8ebf6b with identifier: 1975525
2026-03-24 03:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 223718b5-d149-5836-8fc3-ee569c8ebf6b with identifier: 1975525 to the API
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '223718b5-d149-5836-8fc3-ee569c8ebf6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 89156,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 308 1.5 BlueHDi 130ch S&S GT Line EAT8',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S GT Line EAT8',
'vin': None,
'year': 2018}
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975525%27 HTTP/1.1" 200 None
2026-03-24 03:49:04 [ayvens.fr] INFO: Saving data for 1975525: {'auction_closing_time': 1774368000.0, 'created_time': 1774025805.373383, 'last_price_update_time': 1774324144.489165}
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975525') HTTP/1.1" 204 0
2026-03-24 03:49:04 [ayvens.fr] INFO: Found listing with ID: 1975526
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975526%27 HTTP/1.1" 200 None
2026-03-24 03:49:04 [ayvens.fr] INFO: Scrape type for 1975526: 2
2026-03-24 03:49:04 [ayvens.fr] INFO: Extracting data for car ID: 1975526
2026-03-24 03:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07fd29a7-c87f-58bf-a92a-d45dc271f51e with identifier: 1975526
2026-03-24 03:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07fd29a7-c87f-58bf-a92a-d45dc271f51e with scrape type 2
2026-03-24 03:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07fd29a7-c87f-58bf-a92a-d45dc271f51e with scrape type 2
2026-03-24 03:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 07fd29a7-c87f-58bf-a92a-d45dc271f51e, identifier: 1975526
2026-03-24 03:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 07fd29a7-c87f-58bf-a92a-d45dc271f51e with identifier: 1975526
2026-03-24 03:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 07fd29a7-c87f-58bf-a92a-d45dc271f51e with identifier: 1975526
2026-03-24 03:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 07fd29a7-c87f-58bf-a92a-d45dc271f51e with identifier: 1975526 to the API
2026-03-24 03:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '07fd29a7-c87f-58bf-a92a-d45dc271f51e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C4 SPACETOURER',
'odometer': 112635,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': None,
'title': 'CITROËN C4 SPACETOURER C4 SpaceTourer BlueHDi 130ch S&S Business '
'EAT8',
'transmission': 'automatic',
'trim': 'C4 SpaceTourer BlueHDi 130ch S&S Business EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975526%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Saving data for 1975526: {'auction_closing_time': 1774368000.0, 'created_time': 1774025806.89091, 'last_price_update_time': 1774324145.032709}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975526') HTTP/1.1" 204 0
2026-03-24 03:49:05 [ayvens.fr] INFO: Found listing with ID: 1975527
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975527%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Scrape type for 1975527: 2
2026-03-24 03:49:05 [ayvens.fr] INFO: Extracting data for car ID: 1975527
2026-03-24 03:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with identifier: 1975527
2026-03-24 03:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with scrape type 2
2026-03-24 03:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with scrape type 2
2026-03-24 03:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 78c60b33-dbfb-5918-8f87-07eeeefd6ba6, identifier: 1975527
2026-03-24 03:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with identifier: 1975527
2026-03-24 03:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with identifier: 1975527
2026-03-24 03:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 78c60b33-dbfb-5918-8f87-07eeeefd6ba6 with identifier: 1975527 to the API
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 49,
'color': 'GRIS GRAPHITE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.3L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'phev/petrol',
'id': '78c60b33-dbfb-5918-8f87-07eeeefd6ba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC',
'odometer': 105173,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC GLC 300 e 211+122ch AMG Line 4Matic 9G-Tronic',
'transmission': 'automatic',
'trim': 'GLC 300 e 211+122ch AMG Line 4Matic 9G-Tronic',
'vin': None,
'year': 2021}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975527%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Saving data for 1975527: {'auction_closing_time': 1774368000.0, 'created_time': 1774025807.780462, 'last_price_update_time': 1774324145.438978}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975527') HTTP/1.1" 204 0
2026-03-24 03:49:05 [ayvens.fr] INFO: Found listing with ID: 1975528
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975528%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Scrape type for 1975528: 2
2026-03-24 03:49:05 [ayvens.fr] INFO: Extracting data for car ID: 1975528
2026-03-24 03:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with identifier: 1975528
2026-03-24 03:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with scrape type 2
2026-03-24 03:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with scrape type 2
2026-03-24 03:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 86cbc2ac-80e6-5f89-b449-78c9e82e2b68, identifier: 1975528
2026-03-24 03:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with identifier: 1975528
2026-03-24 03:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with identifier: 1975528
2026-03-24 03:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 86cbc2ac-80e6-5f89-b449-78c9e82e2b68 with identifier: 1975528 to the API
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '86cbc2ac-80e6-5f89-b449-78c9e82e2b68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ZOE',
'odometer': 40896,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT ZOE Zoe Zen charge normale R110 Achat Integral',
'transmission': 'automatic',
'trim': 'Zoe Zen charge normale R110 Achat Integral',
'vin': None,
'year': 2020}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975528%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Saving data for 1975528: {'auction_closing_time': 1774368000.0, 'created_time': 1774025809.881964, 'last_price_update_time': 1774324145.925876}
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975528') HTTP/1.1" 204 0
2026-03-24 03:49:05 [ayvens.fr] INFO: Found listing with ID: 1975529
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975529%27 HTTP/1.1" 200 None
2026-03-24 03:49:05 [ayvens.fr] INFO: Scrape type for 1975529: 2
2026-03-24 03:49:05 [ayvens.fr] INFO: Extracting data for car ID: 1975529
2026-03-24 03:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4c09223-6a61-523d-a264-2ee00f2a8536 with identifier: 1975529
2026-03-24 03:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4c09223-6a61-523d-a264-2ee00f2a8536 with scrape type 2
2026-03-24 03:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4c09223-6a61-523d-a264-2ee00f2a8536 with scrape type 2
2026-03-24 03:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b4c09223-6a61-523d-a264-2ee00f2a8536, identifier: 1975529
2026-03-24 03:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b4c09223-6a61-523d-a264-2ee00f2a8536 with identifier: 1975529
2026-03-24 03:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b4c09223-6a61-523d-a264-2ee00f2a8536 with identifier: 1975529
2026-03-24 03:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b4c09223-6a61-523d-a264-2ee00f2a8536 with identifier: 1975529 to the API
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BOSSA NOVA WHITE',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'b4c09223-6a61-523d-a264-2ee00f2a8536',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'FIAT',
'model': '500',
'odometer': 13571,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 500 1.0 70ch BSG S&S Cult',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Cult',
'vin': None,
'year': 2022}
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975529%27 HTTP/1.1" 200 None
2026-03-24 03:49:06 [ayvens.fr] INFO: Saving data for 1975529: {'auction_closing_time': 1774368000.0, 'created_time': 1774025811.253731, 'last_price_update_time': 1774324146.333578}
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975529') HTTP/1.1" 204 0
2026-03-24 03:49:06 [ayvens.fr] INFO: Found listing with ID: 1975530
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975530%27 HTTP/1.1" 200 None
2026-03-24 03:49:06 [ayvens.fr] INFO: Scrape type for 1975530: 2
2026-03-24 03:49:06 [ayvens.fr] INFO: Extracting data for car ID: 1975530
2026-03-24 03:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with identifier: 1975530
2026-03-24 03:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with scrape type 2
2026-03-24 03:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with scrape type 2
2026-03-24 03:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 63eebff2-a18d-54db-aa3a-9a73fd9d8b54, identifier: 1975530
2026-03-24 03:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with identifier: 1975530
2026-03-24 03:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with identifier: 1975530
2026-03-24 03:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 63eebff2-a18d-54db-aa3a-9a73fd9d8b54 with identifier: 1975530 to the API
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'NOIR',
'currency': 'EUR',
'doors_number': 5,
'engine': '2.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid',
'id': '63eebff2-a18d-54db-aa3a-9a73fd9d8b54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40879',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'RAV4',
'odometer': 163077,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 RAV4 2.5 Hybride 218ch Dynamic Business 2WD + Programme '
'Beyond Zero Academy',
'transmission': 'automatic',
'trim': 'RAV4 2.5 Hybride 218ch Dynamic Business 2WD + Programme Beyond Zero '
'Academy',
'vin': None,
'year': 2023}
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975530%27 HTTP/1.1" 200 None
2026-03-24 03:49:06 [ayvens.fr] INFO: Saving data for 1975530: {'auction_closing_time': 1774368000.0, 'created_time': 1774025813.936246, 'last_price_update_time': 1774324146.707935}
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975530') HTTP/1.1" 204 0
2026-03-24 03:49:06 [ayvens.fr] INFO: Found listing with ID: 1975531
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975531%27 HTTP/1.1" 200 None
2026-03-24 03:49:06 [ayvens.fr] INFO: Scrape type for 1975531: 2
2026-03-24 03:49:06 [ayvens.fr] INFO: Extracting data for car ID: 1975531
2026-03-24 03:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27135e8e-c055-5141-9770-6d9de7f3e0dc with identifier: 1975531
2026-03-24 03:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27135e8e-c055-5141-9770-6d9de7f3e0dc with scrape type 2
2026-03-24 03:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27135e8e-c055-5141-9770-6d9de7f3e0dc with scrape type 2
2026-03-24 03:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 27135e8e-c055-5141-9770-6d9de7f3e0dc, identifier: 1975531
2026-03-24 03:49:07 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 1 pages/min), scraped 457 items (at 135 items/min)
2026-03-24 03:49:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-24 03:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 27135e8e-c055-5141-9770-6d9de7f3e0dc with identifier: 1975531
2026-03-24 03:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 27135e8e-c055-5141-9770-6d9de7f3e0dc with identifier: 1975531
2026-03-24 03:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 27135e8e-c055-5141-9770-6d9de7f3e0dc with identifier: 1975531 to the API
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '27135e8e-c055-5141-9770-6d9de7f3e0dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 29338,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Sté 1.0 TCe 90ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Sté 1.0 TCe 90ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975531%27 HTTP/1.1" 200 None
2026-03-24 03:49:07 [ayvens.fr] INFO: Saving data for 1975531: {'auction_closing_time': 1774368000.0, 'created_time': 1774025815.335854, 'last_price_update_time': 1774324147.275013}
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975531') HTTP/1.1" 204 0
2026-03-24 03:49:07 [ayvens.fr] INFO: Found listing with ID: 1975532
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975532%27 HTTP/1.1" 200 None
2026-03-24 03:49:07 [ayvens.fr] INFO: Scrape type for 1975532: 2
2026-03-24 03:49:07 [ayvens.fr] INFO: Extracting data for car ID: 1975532
2026-03-24 03:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with identifier: 1975532
2026-03-24 03:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with scrape type 2
2026-03-24 03:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with scrape type 2
2026-03-24 03:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b, identifier: 1975532
2026-03-24 03:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with identifier: 1975532
2026-03-24 03:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with identifier: 1975532
2026-03-24 03:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 06e598a7-1bf1-5b4f-a13b-d7d0cd74588b with identifier: 1975532 to the API
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '06e598a7-1bf1-5b4f-a13b-d7d0cd74588b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 75401,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-16',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Sté 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav',
'transmission': 'manual',
'trim': 'C3 Sté 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav',
'vin': None,
'year': 2022}
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975532%27 HTTP/1.1" 200 None
2026-03-24 03:49:07 [ayvens.fr] INFO: Saving data for 1975532: {'auction_closing_time': 1774368000.0, 'created_time': 1774025816.917923, 'last_price_update_time': 1774324147.669305}
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975532') HTTP/1.1" 204 0
2026-03-24 03:49:07 [ayvens.fr] INFO: Found listing with ID: 1975533
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975533%27 HTTP/1.1" 200 None
2026-03-24 03:49:07 [ayvens.fr] INFO: Scrape type for 1975533: 2
2026-03-24 03:49:07 [ayvens.fr] INFO: Extracting data for car ID: 1975533
2026-03-24 03:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8a963c5-9a51-55cf-be5f-746ee67f19b0 with identifier: 1975533
2026-03-24 03:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8a963c5-9a51-55cf-be5f-746ee67f19b0 with scrape type 2
2026-03-24 03:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8a963c5-9a51-55cf-be5f-746ee67f19b0 with scrape type 2
2026-03-24 03:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c8a963c5-9a51-55cf-be5f-746ee67f19b0, identifier: 1975533
2026-03-24 03:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c8a963c5-9a51-55cf-be5f-746ee67f19b0 with identifier: 1975533
2026-03-24 03:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c8a963c5-9a51-55cf-be5f-746ee67f19b0 with identifier: 1975533
2026-03-24 03:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c8a963c5-9a51-55cf-be5f-746ee67f19b0 with identifier: 1975533 to the API
2026-03-24 03:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLANCHE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'c8a963c5-9a51-55cf-be5f-746ee67f19b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 79684,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Ste 1.0 SCe 65ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Ste 1.0 SCe 65ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975533%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Saving data for 1975533: {'auction_closing_time': 1774368000.0, 'created_time': 1774025818.788566, 'last_price_update_time': 1774324148.084213}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975533') HTTP/1.1" 204 0
2026-03-24 03:49:08 [ayvens.fr] INFO: Found listing with ID: 1975534
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975534%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Scrape type for 1975534: 2
2026-03-24 03:49:08 [ayvens.fr] INFO: Extracting data for car ID: 1975534
2026-03-24 03:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b93574-a707-59e3-a91a-b80d821ec039 with identifier: 1975534
2026-03-24 03:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b93574-a707-59e3-a91a-b80d821ec039 with scrape type 2
2026-03-24 03:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b93574-a707-59e3-a91a-b80d821ec039 with scrape type 2
2026-03-24 03:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d4b93574-a707-59e3-a91a-b80d821ec039, identifier: 1975534
2026-03-24 03:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d4b93574-a707-59e3-a91a-b80d821ec039 with identifier: 1975534
2026-03-24 03:49:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d4b93574-a707-59e3-a91a-b80d821ec039 with identifier: 1975534
2026-03-24 03:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d4b93574-a707-59e3-a91a-b80d821ec039 with identifier: 1975534 to the API
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'PEINTURE OPAQUE BLANC BAN',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd4b93574-a707-59e3-a91a-b80d821ec039',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 61035,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT Expert Fg Standard 1.5 BlueHDi 120ch S&S Premium',
'transmission': 'manual',
'trim': 'Expert Fg Standard 1.5 BlueHDi 120ch S&S Premium',
'vin': None,
'year': 2022}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975534%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Saving data for 1975534: {'auction_closing_time': 1774368000.0, 'created_time': 1774025819.957445, 'last_price_update_time': 1774324148.483738}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975534') HTTP/1.1" 204 0
2026-03-24 03:49:08 [ayvens.fr] INFO: Found listing with ID: 1975535
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975535%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Scrape type for 1975535: 2
2026-03-24 03:49:08 [ayvens.fr] INFO: Extracting data for car ID: 1975535
2026-03-24 03:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02948751-6ee3-50f0-bf98-67bcc40e1963 with identifier: 1975535
2026-03-24 03:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02948751-6ee3-50f0-bf98-67bcc40e1963 with scrape type 2
2026-03-24 03:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02948751-6ee3-50f0-bf98-67bcc40e1963 with scrape type 2
2026-03-24 03:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 02948751-6ee3-50f0-bf98-67bcc40e1963, identifier: 1975535
2026-03-24 03:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 02948751-6ee3-50f0-bf98-67bcc40e1963 with identifier: 1975535
2026-03-24 03:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 02948751-6ee3-50f0-bf98-67bcc40e1963 with identifier: 1975535
2026-03-24 03:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 02948751-6ee3-50f0-bf98-67bcc40e1963 with identifier: 1975535 to the API
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 242,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '02948751-6ee3-50f0-bf98-67bcc40e1963',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 65410,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2022}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975535%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Saving data for 1975535: {'auction_closing_time': 1774368000.0, 'created_time': 1774025821.801783, 'last_price_update_time': 1774324148.889379}
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975535') HTTP/1.1" 204 0
2026-03-24 03:49:08 [ayvens.fr] INFO: Found listing with ID: 1975536
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975536%27 HTTP/1.1" 200 None
2026-03-24 03:49:08 [ayvens.fr] INFO: Scrape type for 1975536: 2
2026-03-24 03:49:08 [ayvens.fr] INFO: Extracting data for car ID: 1975536
2026-03-24 03:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c43acf4d-2f02-5622-98e4-c54f014ef8af with identifier: 1975536
2026-03-24 03:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43acf4d-2f02-5622-98e4-c54f014ef8af with scrape type 2
2026-03-24 03:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c43acf4d-2f02-5622-98e4-c54f014ef8af with scrape type 2
2026-03-24 03:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c43acf4d-2f02-5622-98e4-c54f014ef8af, identifier: 1975536
2026-03-24 03:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c43acf4d-2f02-5622-98e4-c54f014ef8af with identifier: 1975536
2026-03-24 03:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c43acf4d-2f02-5622-98e4-c54f014ef8af with identifier: 1975536
2026-03-24 03:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c43acf4d-2f02-5622-98e4-c54f014ef8af with identifier: 1975536 to the API
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c43acf4d-2f02-5622-98e4-c54f014ef8af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 102107,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-18',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975536%27 HTTP/1.1" 200 None
2026-03-24 03:49:09 [ayvens.fr] INFO: Saving data for 1975536: {'auction_closing_time': 1774368000.0, 'created_time': 1774025823.693829, 'last_price_update_time': 1774324149.298906}
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975536') HTTP/1.1" 204 0
2026-03-24 03:49:09 [ayvens.fr] INFO: Found listing with ID: 1975537
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975537%27 HTTP/1.1" 200 None
2026-03-24 03:49:09 [ayvens.fr] INFO: Scrape type for 1975537: 2
2026-03-24 03:49:09 [ayvens.fr] INFO: Extracting data for car ID: 1975537
2026-03-24 03:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b146e0f2-f714-519d-8ea6-d54033353c61 with identifier: 1975537
2026-03-24 03:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b146e0f2-f714-519d-8ea6-d54033353c61 with scrape type 2
2026-03-24 03:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b146e0f2-f714-519d-8ea6-d54033353c61 with scrape type 2
2026-03-24 03:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b146e0f2-f714-519d-8ea6-d54033353c61, identifier: 1975537
2026-03-24 03:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b146e0f2-f714-519d-8ea6-d54033353c61 with identifier: 1975537
2026-03-24 03:49:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b146e0f2-f714-519d-8ea6-d54033353c61 with identifier: 1975537
2026-03-24 03:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b146e0f2-f714-519d-8ea6-d54033353c61 with identifier: 1975537 to the API
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC CANDY',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b146e0f2-f714-519d-8ea6-d54033353c61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 58524,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R',
'vin': None,
'year': 2022}
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975537%27 HTTP/1.1" 200 None
2026-03-24 03:49:09 [ayvens.fr] INFO: Saving data for 1975537: {'auction_closing_time': 1774368000.0, 'created_time': 1774025825.19227, 'last_price_update_time': 1774324149.815992}
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975537') HTTP/1.1" 204 0
2026-03-24 03:49:09 [ayvens.fr] INFO: Found listing with ID: 1975538
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975538%27 HTTP/1.1" 200 None
2026-03-24 03:49:09 [ayvens.fr] INFO: Scrape type for 1975538: 2
2026-03-24 03:49:09 [ayvens.fr] INFO: Extracting data for car ID: 1975538
2026-03-24 03:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad71684-cca5-530c-afd6-51bbabb6320c with identifier: 1975538
2026-03-24 03:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad71684-cca5-530c-afd6-51bbabb6320c with scrape type 2
2026-03-24 03:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad71684-cca5-530c-afd6-51bbabb6320c with scrape type 2
2026-03-24 03:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cad71684-cca5-530c-afd6-51bbabb6320c, identifier: 1975538
2026-03-24 03:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cad71684-cca5-530c-afd6-51bbabb6320c with identifier: 1975538
2026-03-24 03:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cad71684-cca5-530c-afd6-51bbabb6320c with identifier: 1975538
2026-03-24 03:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cad71684-cca5-530c-afd6-51bbabb6320c with identifier: 1975538 to the API
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': None,
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'cad71684-cca5-530c-afd6-51bbabb6320c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 20195,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-18',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 650kg BlueHDi 100ch S&S BVM5 '
'Premium',
'transmission': 'manual',
'trim': 'Partner Standard 650kg BlueHDi 100ch S&S BVM5 Premium',
'vin': None,
'year': 2018}
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975538%27 HTTP/1.1" 200 None
2026-03-24 03:49:10 [ayvens.fr] INFO: Saving data for 1975538: {'auction_closing_time': 1774368000.0, 'created_time': 1774025826.271643, 'last_price_update_time': 1774324150.203239}
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975538') HTTP/1.1" 204 0
2026-03-24 03:49:10 [ayvens.fr] INFO: Found listing with ID: 1975539
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975539%27 HTTP/1.1" 200 None
2026-03-24 03:49:10 [ayvens.fr] INFO: Scrape type for 1975539: 2
2026-03-24 03:49:10 [ayvens.fr] INFO: Extracting data for car ID: 1975539
2026-03-24 03:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4153dbef-c276-5802-8484-fc8cf289a049 with identifier: 1975539
2026-03-24 03:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4153dbef-c276-5802-8484-fc8cf289a049 with scrape type 2
2026-03-24 03:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4153dbef-c276-5802-8484-fc8cf289a049 with scrape type 2
2026-03-24 03:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4153dbef-c276-5802-8484-fc8cf289a049, identifier: 1975539
2026-03-24 03:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4153dbef-c276-5802-8484-fc8cf289a049 with identifier: 1975539
2026-03-24 03:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4153dbef-c276-5802-8484-fc8cf289a049 with identifier: 1975539
2026-03-24 03:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4153dbef-c276-5802-8484-fc8cf289a049 with identifier: 1975539 to the API
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4153dbef-c276-5802-8484-fc8cf289a049',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 46426,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT Expert Fg Standard 2.0 BlueHDi 180ch S&S Asphalt '
'EAT8',
'transmission': 'automatic',
'trim': 'Expert Fg Standard 2.0 BlueHDi 180ch S&S Asphalt EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975539%27 HTTP/1.1" 200 None
2026-03-24 03:49:10 [ayvens.fr] INFO: Saving data for 1975539: {'auction_closing_time': 1774368000.0, 'created_time': 1774025827.501982, 'last_price_update_time': 1774324150.607139}
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975539') HTTP/1.1" 204 0
2026-03-24 03:49:10 [ayvens.fr] INFO: Found listing with ID: 1975540
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975540%27 HTTP/1.1" 200 None
2026-03-24 03:49:10 [ayvens.fr] INFO: Scrape type for 1975540: 2
2026-03-24 03:49:10 [ayvens.fr] INFO: Extracting data for car ID: 1975540
2026-03-24 03:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac34bd3-b45e-522d-b035-7a4a0b8012b5 with identifier: 1975540
2026-03-24 03:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac34bd3-b45e-522d-b035-7a4a0b8012b5 with scrape type 2
2026-03-24 03:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eac34bd3-b45e-522d-b035-7a4a0b8012b5 with scrape type 2
2026-03-24 03:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eac34bd3-b45e-522d-b035-7a4a0b8012b5, identifier: 1975540
2026-03-24 03:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eac34bd3-b45e-522d-b035-7a4a0b8012b5 with identifier: 1975540
2026-03-24 03:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eac34bd3-b45e-522d-b035-7a4a0b8012b5 with identifier: 1975540
2026-03-24 03:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eac34bd3-b45e-522d-b035-7a4a0b8012b5 with identifier: 1975540 to the API
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC CANDY',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'eac34bd3-b45e-522d-b035-7a4a0b8012b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 83260,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Business R',
'vin': None,
'year': 2022}
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975540%27 HTTP/1.1" 200 None
2026-03-24 03:49:10 [ayvens.fr] INFO: Saving data for 1975540: {'auction_closing_time': 1774368000.0, 'created_time': 1774025828.797322, 'last_price_update_time': 1774324150.994143}
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975540') HTTP/1.1" 204 0
2026-03-24 03:49:11 [ayvens.fr] INFO: Found listing with ID: 1975541
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975541%27 HTTP/1.1" 200 None
2026-03-24 03:49:11 [ayvens.fr] INFO: Scrape type for 1975541: 2
2026-03-24 03:49:11 [ayvens.fr] INFO: Extracting data for car ID: 1975541
2026-03-24 03:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6f6c9c-755d-5799-8aee-a7a5074b471f with identifier: 1975541
2026-03-24 03:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6f6c9c-755d-5799-8aee-a7a5074b471f with scrape type 2
2026-03-24 03:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf6f6c9c-755d-5799-8aee-a7a5074b471f with scrape type 2
2026-03-24 03:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bf6f6c9c-755d-5799-8aee-a7a5074b471f, identifier: 1975541
2026-03-24 03:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bf6f6c9c-755d-5799-8aee-a7a5074b471f with identifier: 1975541
2026-03-24 03:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bf6f6c9c-755d-5799-8aee-a7a5074b471f with identifier: 1975541
2026-03-24 03:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bf6f6c9c-755d-5799-8aee-a7a5074b471f with identifier: 1975541 to the API
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'bf6f6c9c-755d-5799-8aee-a7a5074b471f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 108634,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-13',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 130 S&S Driver EAT8',
'transmission': 'automatic',
'trim': 'Berlingo Van M 650kg BlueHDi 130 S&S Driver EAT8',
'vin': None,
'year': 2019}
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975541%27 HTTP/1.1" 200 None
2026-03-24 03:49:11 [ayvens.fr] INFO: Saving data for 1975541: {'auction_closing_time': 1774368000.0, 'created_time': 1774025830.503713, 'last_price_update_time': 1774324151.481473}
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975541') HTTP/1.1" 204 0
2026-03-24 03:49:11 [ayvens.fr] INFO: Found listing with ID: 1975542
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975542%27 HTTP/1.1" 200 None
2026-03-24 03:49:11 [ayvens.fr] INFO: Scrape type for 1975542: 2
2026-03-24 03:49:11 [ayvens.fr] INFO: Extracting data for car ID: 1975542
2026-03-24 03:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with identifier: 1975542
2026-03-24 03:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with scrape type 2
2026-03-24 03:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with scrape type 2
2026-03-24 03:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56, identifier: 1975542
2026-03-24 03:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with identifier: 1975542
2026-03-24 03:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with identifier: 1975542
2026-03-24 03:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 95a8cdf5-eb4e-54f0-88eb-76cd6744fa56 with identifier: 1975542 to the API
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 268,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '95a8cdf5-eb4e-54f0-88eb-76cd6744fa56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 62191,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-13',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand '
'Confort Euro6',
'transmission': 'manual',
'trim': 'Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand Confort Euro6',
'vin': None,
'year': 2021}
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975542%27 HTTP/1.1" 200 None
2026-03-24 03:49:11 [ayvens.fr] INFO: Saving data for 1975542: {'auction_closing_time': 1774368000.0, 'created_time': 1774025831.747039, 'last_price_update_time': 1774324151.922443}
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975542') HTTP/1.1" 204 0
2026-03-24 03:49:11 [ayvens.fr] INFO: Found listing with ID: 1975543
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975543%27 HTTP/1.1" 200 None
2026-03-24 03:49:11 [ayvens.fr] INFO: Scrape type for 1975543: 2
2026-03-24 03:49:11 [ayvens.fr] INFO: Extracting data for car ID: 1975543
2026-03-24 03:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48898344-cc35-57b9-8be0-fc47862328bb with identifier: 1975543
2026-03-24 03:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48898344-cc35-57b9-8be0-fc47862328bb with scrape type 2
2026-03-24 03:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48898344-cc35-57b9-8be0-fc47862328bb with scrape type 2
2026-03-24 03:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 48898344-cc35-57b9-8be0-fc47862328bb, identifier: 1975543
2026-03-24 03:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 48898344-cc35-57b9-8be0-fc47862328bb with identifier: 1975543
2026-03-24 03:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 48898344-cc35-57b9-8be0-fc47862328bb with identifier: 1975543
2026-03-24 03:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 48898344-cc35-57b9-8be0-fc47862328bb with identifier: 1975543 to the API
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '48898344-cc35-57b9-8be0-fc47862328bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 84273,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Ste 1.5 Blue dCi 85ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Ste 1.5 Blue dCi 85ch Air Nav',
'vin': None,
'year': 2020}
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975543%27 HTTP/1.1" 200 None
2026-03-24 03:49:12 [ayvens.fr] INFO: Saving data for 1975543: {'auction_closing_time': 1774368000.0, 'created_time': 1774025833.36893, 'last_price_update_time': 1774324152.32237}
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975543') HTTP/1.1" 204 0
2026-03-24 03:49:12 [ayvens.fr] INFO: Found listing with ID: 1975544
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975544%27 HTTP/1.1" 200 None
2026-03-24 03:49:12 [ayvens.fr] INFO: Scrape type for 1975544: 2
2026-03-24 03:49:12 [ayvens.fr] INFO: Extracting data for car ID: 1975544
2026-03-24 03:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d276ef18-250f-5c7c-912a-5c9d4b5edbea with identifier: 1975544
2026-03-24 03:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d276ef18-250f-5c7c-912a-5c9d4b5edbea with scrape type 2
2026-03-24 03:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d276ef18-250f-5c7c-912a-5c9d4b5edbea with scrape type 2
2026-03-24 03:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d276ef18-250f-5c7c-912a-5c9d4b5edbea, identifier: 1975544
2026-03-24 03:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d276ef18-250f-5c7c-912a-5c9d4b5edbea with identifier: 1975544
2026-03-24 03:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d276ef18-250f-5c7c-912a-5c9d4b5edbea with identifier: 1975544
2026-03-24 03:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d276ef18-250f-5c7c-912a-5c9d4b5edbea with identifier: 1975544 to the API
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd276ef18-250f-5c7c-912a-5c9d4b5edbea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 24624,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-22',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'transmission': 'manual',
'trim': '208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'vin': None,
'year': 2021}
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975544%27 HTTP/1.1" 200 None
2026-03-24 03:49:12 [ayvens.fr] INFO: Saving data for 1975544: {'auction_closing_time': 1774368000.0, 'created_time': 1774025834.793273, 'last_price_update_time': 1774324152.749159}
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975544') HTTP/1.1" 204 0
2026-03-24 03:49:12 [ayvens.fr] INFO: Found listing with ID: 1975545
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975545%27 HTTP/1.1" 200 None
2026-03-24 03:49:12 [ayvens.fr] INFO: Scrape type for 1975545: 2
2026-03-24 03:49:12 [ayvens.fr] INFO: Extracting data for car ID: 1975545
2026-03-24 03:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9b76a91-7feb-5b04-bb0c-658c38845b42 with identifier: 1975545
2026-03-24 03:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9b76a91-7feb-5b04-bb0c-658c38845b42 with scrape type 2
2026-03-24 03:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9b76a91-7feb-5b04-bb0c-658c38845b42 with scrape type 2
2026-03-24 03:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b9b76a91-7feb-5b04-bb0c-658c38845b42, identifier: 1975545
2026-03-24 03:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b9b76a91-7feb-5b04-bb0c-658c38845b42 with identifier: 1975545
2026-03-24 03:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b9b76a91-7feb-5b04-bb0c-658c38845b42 with identifier: 1975545
2026-03-24 03:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b9b76a91-7feb-5b04-bb0c-658c38845b42 with identifier: 1975545 to the API
2026-03-24 03:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b9b76a91-7feb-5b04-bb0c-658c38845b42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 137564,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-20',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE Megane Ste 1.5 Blue dCi 115ch Air Nav',
'transmission': 'manual',
'trim': 'Megane Ste 1.5 Blue dCi 115ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975545%27 HTTP/1.1" 200 None
2026-03-24 03:49:13 [ayvens.fr] INFO: Saving data for 1975545: {'auction_closing_time': 1774368000.0, 'created_time': 1774025836.41519, 'last_price_update_time': 1774324153.145579}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975545') HTTP/1.1" 204 0
2026-03-24 03:49:13 [ayvens.fr] INFO: Found listing with ID: 1975546
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975546%27 HTTP/1.1" 200 None
2026-03-24 03:49:13 [ayvens.fr] INFO: Scrape type for 1975546: 2
2026-03-24 03:49:13 [ayvens.fr] INFO: Extracting data for car ID: 1975546
2026-03-24 03:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1546a845-9e48-5f84-a611-03a1daa33a2d with identifier: 1975546
2026-03-24 03:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1546a845-9e48-5f84-a611-03a1daa33a2d with scrape type 2
2026-03-24 03:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1546a845-9e48-5f84-a611-03a1daa33a2d with scrape type 2
2026-03-24 03:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1546a845-9e48-5f84-a611-03a1daa33a2d, identifier: 1975546
2026-03-24 03:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1546a845-9e48-5f84-a611-03a1daa33a2d with identifier: 1975546
2026-03-24 03:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1546a845-9e48-5f84-a611-03a1daa33a2d with identifier: 1975546
2026-03-24 03:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1546a845-9e48-5f84-a611-03a1daa33a2d with identifier: 1975546 to the API
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1546a845-9e48-5f84-a611-03a1daa33a2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 84016,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Ste 1.5 Blue dCi 100ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Ste 1.5 Blue dCi 100ch Air Nav',
'vin': None,
'year': 2022}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975546%27 HTTP/1.1" 200 None
2026-03-24 03:49:13 [ayvens.fr] INFO: Saving data for 1975546: {'auction_closing_time': 1774368000.0, 'created_time': 1774025837.674201, 'last_price_update_time': 1774324153.540638}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975546') HTTP/1.1" 204 0
2026-03-24 03:49:13 [ayvens.fr] INFO: Found listing with ID: 1975547
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975547%27 HTTP/1.1" 200 None
2026-03-24 03:49:13 [ayvens.fr] INFO: Scrape type for 1975547: 2
2026-03-24 03:49:13 [ayvens.fr] INFO: Extracting data for car ID: 1975547
2026-03-24 03:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14ff687a-5ee7-5180-b93e-2da3b7caad42 with identifier: 1975547
2026-03-24 03:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14ff687a-5ee7-5180-b93e-2da3b7caad42 with scrape type 2
2026-03-24 03:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14ff687a-5ee7-5180-b93e-2da3b7caad42 with scrape type 2
2026-03-24 03:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 14ff687a-5ee7-5180-b93e-2da3b7caad42, identifier: 1975547
2026-03-24 03:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 14ff687a-5ee7-5180-b93e-2da3b7caad42 with identifier: 1975547
2026-03-24 03:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 14ff687a-5ee7-5180-b93e-2da3b7caad42 with identifier: 1975547
2026-03-24 03:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 14ff687a-5ee7-5180-b93e-2da3b7caad42 with identifier: 1975547 to the API
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 234,
'color': None,
'currency': 'EUR',
'doors_number': 2,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '14ff687a-5ee7-5180-b93e-2da3b7caad42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT',
'odometer': 31189,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend '
'Business',
'transmission': 'manual',
'trim': 'Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend Business',
'vin': None,
'year': 2024}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975547%27 HTTP/1.1" 200 None
2026-03-24 03:49:13 [ayvens.fr] INFO: Saving data for 1975547: {'auction_closing_time': 1774368000.0, 'created_time': 1774025839.377086, 'last_price_update_time': 1774324153.92807}
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975547') HTTP/1.1" 204 0
2026-03-24 03:49:14 [ayvens.fr] INFO: Found listing with ID: 1975548
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975548%27 HTTP/1.1" 200 None
2026-03-24 03:49:14 [ayvens.fr] INFO: Scrape type for 1975548: 2
2026-03-24 03:49:14 [ayvens.fr] INFO: Extracting data for car ID: 1975548
2026-03-24 03:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with identifier: 1975548
2026-03-24 03:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 72254875-0e4b-5b86-91a8-3c8aa36a20e4, identifier: 1975548
2026-03-24 03:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with identifier: 1975548
2026-03-24 03:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with identifier: 1975548
2026-03-24 03:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 72254875-0e4b-5b86-91a8-3c8aa36a20e4 with identifier: 1975548 to the API
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 234,
'color': None,
'currency': 'EUR',
'doors_number': 2,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '72254875-0e4b-5b86-91a8-3c8aa36a20e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT',
'odometer': 30537,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-05',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend '
'Business',
'transmission': 'manual',
'trim': 'Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend Business',
'vin': None,
'year': 2024}
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975548%27 HTTP/1.1" 200 None
2026-03-24 03:49:14 [ayvens.fr] INFO: Saving data for 1975548: {'auction_closing_time': 1774368000.0, 'created_time': 1774025840.893045, 'last_price_update_time': 1774324154.421473}
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975548') HTTP/1.1" 204 0
2026-03-24 03:49:14 [ayvens.fr] INFO: Found listing with ID: 1975549
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975549%27 HTTP/1.1" 200 None
2026-03-24 03:49:14 [ayvens.fr] INFO: Scrape type for 1975549: 2
2026-03-24 03:49:14 [ayvens.fr] INFO: Extracting data for car ID: 1975549
2026-03-24 03:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with identifier: 1975549
2026-03-24 03:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c, identifier: 1975549
2026-03-24 03:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with identifier: 1975549
2026-03-24 03:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with identifier: 1975549
2026-03-24 03:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0cc0ea5d-6b5e-5576-93c6-b94b69c7340c with identifier: 1975549 to the API
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0cc0ea5d-6b5e-5576-93c6-b94b69c7340c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 116624,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 80ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 80ch Grand Confort',
'vin': None,
'year': 2020}
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975549%27 HTTP/1.1" 200 None
2026-03-24 03:49:14 [ayvens.fr] INFO: Saving data for 1975549: {'auction_closing_time': 1774368000.0, 'created_time': 1774025842.35644, 'last_price_update_time': 1774324154.816922}
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975549') HTTP/1.1" 204 0
2026-03-24 03:49:14 [ayvens.fr] INFO: Found listing with ID: 1975550
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975550%27 HTTP/1.1" 200 None
2026-03-24 03:49:14 [ayvens.fr] INFO: Scrape type for 1975550: 2
2026-03-24 03:49:14 [ayvens.fr] INFO: Extracting data for car ID: 1975550
2026-03-24 03:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4049abf-8c75-5d5f-ba37-e6040c4a3203 with identifier: 1975550
2026-03-24 03:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4049abf-8c75-5d5f-ba37-e6040c4a3203 with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4049abf-8c75-5d5f-ba37-e6040c4a3203 with scrape type 2
2026-03-24 03:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d4049abf-8c75-5d5f-ba37-e6040c4a3203, identifier: 1975550
2026-03-24 03:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d4049abf-8c75-5d5f-ba37-e6040c4a3203 with identifier: 1975550
2026-03-24 03:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d4049abf-8c75-5d5f-ba37-e6040c4a3203 with identifier: 1975550
2026-03-24 03:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d4049abf-8c75-5d5f-ba37-e6040c4a3203 with identifier: 1975550 to the API
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'd4049abf-8c75-5d5f-ba37-e6040c4a3203',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 114518,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-13',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.2 PureTech 83ch S&S Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.2 PureTech 83ch S&S Feel Nav',
'vin': None,
'year': 2022}
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975550%27 HTTP/1.1" 200 None
2026-03-24 03:49:15 [ayvens.fr] INFO: Saving data for 1975550: {'auction_closing_time': 1774368000.0, 'created_time': 1774025844.551399, 'last_price_update_time': 1774324155.212332}
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975550') HTTP/1.1" 204 0
2026-03-24 03:49:15 [ayvens.fr] INFO: Found listing with ID: 1975551
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975551%27 HTTP/1.1" 200 None
2026-03-24 03:49:15 [ayvens.fr] INFO: Scrape type for 1975551: 2
2026-03-24 03:49:15 [ayvens.fr] INFO: Extracting data for car ID: 1975551
2026-03-24 03:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdaff0a7-2bb9-5902-b1ac-74c07324a958 with identifier: 1975551
2026-03-24 03:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdaff0a7-2bb9-5902-b1ac-74c07324a958 with scrape type 2
2026-03-24 03:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdaff0a7-2bb9-5902-b1ac-74c07324a958 with scrape type 2
2026-03-24 03:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fdaff0a7-2bb9-5902-b1ac-74c07324a958, identifier: 1975551
2026-03-24 03:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fdaff0a7-2bb9-5902-b1ac-74c07324a958 with identifier: 1975551
2026-03-24 03:49:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fdaff0a7-2bb9-5902-b1ac-74c07324a958 with identifier: 1975551
2026-03-24 03:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fdaff0a7-2bb9-5902-b1ac-74c07324a958 with identifier: 1975551 to the API
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'M',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'fdaff0a7-2bb9-5902-b1ac-74c07324a958',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 57761,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-25',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.5 BlueHDi 100ch S&S Active',
'transmission': 'manual',
'trim': '208 Business R 1.5 BlueHDi 100ch S&S Active',
'vin': None,
'year': 2022}
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975551%27 HTTP/1.1" 200 None
2026-03-24 03:49:15 [ayvens.fr] INFO: Saving data for 1975551: {'auction_closing_time': 1774368000.0, 'created_time': 1774025846.427648, 'last_price_update_time': 1774324155.599516}
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975551') HTTP/1.1" 204 0
2026-03-24 03:49:15 [ayvens.fr] INFO: Found listing with ID: 1975552
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975552%27 HTTP/1.1" 200 None
2026-03-24 03:49:15 [ayvens.fr] INFO: Scrape type for 1975552: 2
2026-03-24 03:49:15 [ayvens.fr] INFO: Extracting data for car ID: 1975552
2026-03-24 03:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b615f2db-4b9c-5089-aa28-dca32c002a4f with identifier: 1975552
2026-03-24 03:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b615f2db-4b9c-5089-aa28-dca32c002a4f with scrape type 2
2026-03-24 03:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b615f2db-4b9c-5089-aa28-dca32c002a4f with scrape type 2
2026-03-24 03:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b615f2db-4b9c-5089-aa28-dca32c002a4f, identifier: 1975552
2026-03-24 03:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b615f2db-4b9c-5089-aa28-dca32c002a4f with identifier: 1975552
2026-03-24 03:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b615f2db-4b9c-5089-aa28-dca32c002a4f with identifier: 1975552
2026-03-24 03:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b615f2db-4b9c-5089-aa28-dca32c002a4f with identifier: 1975552 to the API
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 234,
'color': None,
'currency': 'EUR',
'doors_number': 2,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b615f2db-4b9c-5089-aa28-dca32c002a4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT',
'odometer': 53232,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-14',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend '
'Business',
'transmission': 'manual',
'trim': 'Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend Business',
'vin': None,
'year': 2023}
2026-03-24 03:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975552%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Saving data for 1975552: {'auction_closing_time': 1774368000.0, 'created_time': 1774025848.000709, 'last_price_update_time': 1774324156.006061}
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975552') HTTP/1.1" 204 0
2026-03-24 03:49:16 [ayvens.fr] INFO: Found listing with ID: 1975553
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975553%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Scrape type for 1975553: 2
2026-03-24 03:49:16 [ayvens.fr] INFO: Extracting data for car ID: 1975553
2026-03-24 03:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ac21a88-7634-5c96-ac72-90d382cf0d1f with identifier: 1975553
2026-03-24 03:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ac21a88-7634-5c96-ac72-90d382cf0d1f with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ac21a88-7634-5c96-ac72-90d382cf0d1f with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6ac21a88-7634-5c96-ac72-90d382cf0d1f, identifier: 1975553
2026-03-24 03:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6ac21a88-7634-5c96-ac72-90d382cf0d1f with identifier: 1975553
2026-03-24 03:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6ac21a88-7634-5c96-ac72-90d382cf0d1f with identifier: 1975553
2026-03-24 03:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6ac21a88-7634-5c96-ac72-90d382cf0d1f with identifier: 1975553 to the API
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6ac21a88-7634-5c96-ac72-90d382cf0d1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 131796,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-10',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 95ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2020}
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975553%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Saving data for 1975553: {'auction_closing_time': 1774368000.0, 'created_time': 1774025849.017759, 'last_price_update_time': 1774324156.38532}
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975553') HTTP/1.1" 204 0
2026-03-24 03:49:16 [ayvens.fr] INFO: Found listing with ID: 1975554
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975554%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Scrape type for 1975554: 2
2026-03-24 03:49:16 [ayvens.fr] INFO: Extracting data for car ID: 1975554
2026-03-24 03:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with identifier: 1975554
2026-03-24 03:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d, identifier: 1975554
2026-03-24 03:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with identifier: 1975554
2026-03-24 03:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with identifier: 1975554
2026-03-24 03:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 96f99cb7-8e81-57b9-92ae-8ed14cf84d1d with identifier: 1975554 to the API
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 234,
'color': None,
'currency': 'EUR',
'doors_number': 2,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '96f99cb7-8e81-57b9-92ae-8ed14cf84d1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT',
'odometer': 9380,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-29',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend '
'Business',
'transmission': 'manual',
'trim': 'Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend Business',
'vin': None,
'year': 2023}
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975554%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Saving data for 1975554: {'auction_closing_time': 1774368000.0, 'created_time': 1774025850.432299, 'last_price_update_time': 1774324156.774218}
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975554') HTTP/1.1" 204 0
2026-03-24 03:49:16 [ayvens.fr] INFO: Found listing with ID: 1975555
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975555%27 HTTP/1.1" 200 None
2026-03-24 03:49:16 [ayvens.fr] INFO: Scrape type for 1975555: 2
2026-03-24 03:49:16 [ayvens.fr] INFO: Extracting data for car ID: 1975555
2026-03-24 03:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with identifier: 1975555
2026-03-24 03:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with scrape type 2
2026-03-24 03:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 74d7cfe3-ab85-5e92-b83f-0516c57aaefb, identifier: 1975555
2026-03-24 03:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with identifier: 1975555
2026-03-24 03:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with identifier: 1975555
2026-03-24 03:49:16 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 74d7cfe3-ab85-5e92-b83f-0516c57aaefb with identifier: 1975555 to the API
2026-03-24 03:49:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '74d7cfe3-ab85-5e92-b83f-0516c57aaefb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 144315,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-17',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 100 S&S Club',
'transmission': 'manual',
'trim': 'Berlingo Van M 650kg BlueHDi 100 S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975555%27 HTTP/1.1" 200 None
2026-03-24 03:49:17 [ayvens.fr] INFO: Saving data for 1975555: {'auction_closing_time': 1774368000.0, 'created_time': 1774025852.255465, 'last_price_update_time': 1774324157.167656}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975555') HTTP/1.1" 204 0
2026-03-24 03:49:17 [ayvens.fr] INFO: Found listing with ID: 1975556
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975556%27 HTTP/1.1" 200 None
2026-03-24 03:49:17 [ayvens.fr] INFO: Scrape type for 1975556: 2
2026-03-24 03:49:17 [ayvens.fr] INFO: Extracting data for car ID: 1975556
2026-03-24 03:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with identifier: 1975556
2026-03-24 03:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with scrape type 2
2026-03-24 03:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with scrape type 2
2026-03-24 03:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3127f495-7cc5-5e82-a4f3-30236cc5ef58, identifier: 1975556
2026-03-24 03:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with identifier: 1975556
2026-03-24 03:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with identifier: 1975556
2026-03-24 03:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3127f495-7cc5-5e82-a4f3-30236cc5ef58 with identifier: 1975556 to the API
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'GRIS PLATINE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '3127f495-7cc5-5e82-a4f3-30236cc5ef58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 65702,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Reversible 1.0 TCe 90ch Business',
'transmission': 'manual',
'trim': 'Clio Reversible 1.0 TCe 90ch Business',
'vin': None,
'year': 2021}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975556%27 HTTP/1.1" 200 None
2026-03-24 03:49:17 [ayvens.fr] INFO: Saving data for 1975556: {'auction_closing_time': 1774368000.0, 'created_time': 1774025853.641185, 'last_price_update_time': 1774324157.573886}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975556') HTTP/1.1" 204 0
2026-03-24 03:49:17 [ayvens.fr] INFO: Found listing with ID: 1975557
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975557%27 HTTP/1.1" 200 None
2026-03-24 03:49:17 [ayvens.fr] INFO: Scrape type for 1975557: 2
2026-03-24 03:49:17 [ayvens.fr] INFO: Extracting data for car ID: 1975557
2026-03-24 03:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with identifier: 1975557
2026-03-24 03:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with scrape type 2
2026-03-24 03:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with scrape type 2
2026-03-24 03:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d6fd18ed-8604-52ea-aefc-c44e14f74ff2, identifier: 1975557
2026-03-24 03:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with identifier: 1975557
2026-03-24 03:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with identifier: 1975557
2026-03-24 03:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d6fd18ed-8604-52ea-aefc-c44e14f74ff2 with identifier: 1975557 to the API
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd6fd18ed-8604-52ea-aefc-c44e14f74ff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'PROACE CITY',
'odometer': 26125,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE CITY PROACE CITY Medium 100 D-4D Business',
'transmission': 'manual',
'trim': 'PROACE CITY Medium 100 D-4D Business',
'vin': None,
'year': 2022}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975557%27 HTTP/1.1" 200 None
2026-03-24 03:49:17 [ayvens.fr] INFO: Saving data for 1975557: {'auction_closing_time': 1774368000.0, 'created_time': 1774025856.349631, 'last_price_update_time': 1774324157.976098}
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975557') HTTP/1.1" 204 0
2026-03-24 03:49:17 [ayvens.fr] INFO: Found listing with ID: 1975558
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975558%27 HTTP/1.1" 200 None
2026-03-24 03:49:18 [ayvens.fr] INFO: Scrape type for 1975558: 2
2026-03-24 03:49:18 [ayvens.fr] INFO: Extracting data for car ID: 1975558
2026-03-24 03:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd3c815-a344-5f03-978a-d933895bf72f with identifier: 1975558
2026-03-24 03:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd3c815-a344-5f03-978a-d933895bf72f with scrape type 2
2026-03-24 03:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd3c815-a344-5f03-978a-d933895bf72f with scrape type 2
2026-03-24 03:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6cd3c815-a344-5f03-978a-d933895bf72f, identifier: 1975558
2026-03-24 03:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6cd3c815-a344-5f03-978a-d933895bf72f with identifier: 1975558
2026-03-24 03:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6cd3c815-a344-5f03-978a-d933895bf72f with identifier: 1975558
2026-03-24 03:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6cd3c815-a344-5f03-978a-d933895bf72f with identifier: 1975558 to the API
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 223,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6cd3c815-a344-5f03-978a-d933895bf72f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 85520,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-05',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 330 L1H1 2.2 BlueHDi S&S 120ch Premium',
'transmission': 'manual',
'trim': 'Boxer Fg 330 L1H1 2.2 BlueHDi S&S 120ch Premium',
'vin': None,
'year': 2021}
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975558%27 HTTP/1.1" 200 None
2026-03-24 03:49:18 [ayvens.fr] INFO: Saving data for 1975558: {'auction_closing_time': 1774368000.0, 'created_time': 1774025857.527456, 'last_price_update_time': 1774324158.384736}
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975558') HTTP/1.1" 204 0
2026-03-24 03:49:18 [ayvens.fr] INFO: Found listing with ID: 1975559
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975559%27 HTTP/1.1" 200 None
2026-03-24 03:49:18 [ayvens.fr] INFO: Scrape type for 1975559: 2
2026-03-24 03:49:18 [ayvens.fr] INFO: Extracting data for car ID: 1975559
2026-03-24 03:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd5367ea-958b-5fe0-b276-937769ee4878 with identifier: 1975559
2026-03-24 03:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd5367ea-958b-5fe0-b276-937769ee4878 with scrape type 2
2026-03-24 03:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd5367ea-958b-5fe0-b276-937769ee4878 with scrape type 2
2026-03-24 03:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dd5367ea-958b-5fe0-b276-937769ee4878, identifier: 1975559
2026-03-24 03:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dd5367ea-958b-5fe0-b276-937769ee4878 with identifier: 1975559
2026-03-24 03:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dd5367ea-958b-5fe0-b276-937769ee4878 with identifier: 1975559
2026-03-24 03:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dd5367ea-958b-5fe0-b276-937769ee4878 with identifier: 1975559 to the API
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dd5367ea-958b-5fe0-b276-937769ee4878',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 55450,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO Kangoo Van L1 1.5 Blue dCi 95ch Grand Confort',
'transmission': 'manual',
'trim': 'Kangoo Van L1 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2023}
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975559%27 HTTP/1.1" 200 None
2026-03-24 03:49:18 [ayvens.fr] INFO: Saving data for 1975559: {'auction_closing_time': 1774368000.0, 'created_time': 1774025858.75409, 'last_price_update_time': 1774324158.87729}
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975559') HTTP/1.1" 204 0
2026-03-24 03:49:18 [ayvens.fr] INFO: Found listing with ID: 1975560
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975560%27 HTTP/1.1" 200 None
2026-03-24 03:49:18 [ayvens.fr] INFO: Scrape type for 1975560: 2
2026-03-24 03:49:18 [ayvens.fr] INFO: Extracting data for car ID: 1975560
2026-03-24 03:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe93d36-1229-5265-9549-8d5e5fc90430 with identifier: 1975560
2026-03-24 03:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe93d36-1229-5265-9549-8d5e5fc90430 with scrape type 2
2026-03-24 03:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe93d36-1229-5265-9549-8d5e5fc90430 with scrape type 2
2026-03-24 03:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: afe93d36-1229-5265-9549-8d5e5fc90430, identifier: 1975560
2026-03-24 03:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: afe93d36-1229-5265-9549-8d5e5fc90430 with identifier: 1975560
2026-03-24 03:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: afe93d36-1229-5265-9549-8d5e5fc90430 with identifier: 1975560
2026-03-24 03:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: afe93d36-1229-5265-9549-8d5e5fc90430 with identifier: 1975560 to the API
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'afe93d36-1229-5265-9549-8d5e5fc90430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 96167,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-24',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.2 PureTech 83ch S&S Feel',
'transmission': 'manual',
'trim': 'C3 Ste 1.2 PureTech 83ch S&S Feel',
'vin': None,
'year': 2021}
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975560%27 HTTP/1.1" 200 None
2026-03-24 03:49:19 [ayvens.fr] INFO: Saving data for 1975560: {'auction_closing_time': 1774368000.0, 'created_time': 1774025860.728823, 'last_price_update_time': 1774324159.266938}
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975560') HTTP/1.1" 204 0
2026-03-24 03:49:19 [ayvens.fr] INFO: Found listing with ID: 1975561
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975561%27 HTTP/1.1" 200 None
2026-03-24 03:49:19 [ayvens.fr] INFO: Scrape type for 1975561: 2
2026-03-24 03:49:19 [ayvens.fr] INFO: Extracting data for car ID: 1975561
2026-03-24 03:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77482a21-20a6-5ea2-87bc-b396f6d945f6 with identifier: 1975561
2026-03-24 03:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77482a21-20a6-5ea2-87bc-b396f6d945f6 with scrape type 2
2026-03-24 03:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77482a21-20a6-5ea2-87bc-b396f6d945f6 with scrape type 2
2026-03-24 03:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 77482a21-20a6-5ea2-87bc-b396f6d945f6, identifier: 1975561
2026-03-24 03:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 77482a21-20a6-5ea2-87bc-b396f6d945f6 with identifier: 1975561
2026-03-24 03:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 77482a21-20a6-5ea2-87bc-b396f6d945f6 with identifier: 1975561
2026-03-24 03:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 77482a21-20a6-5ea2-87bc-b396f6d945f6 with identifier: 1975561 to the API
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '77482a21-20a6-5ea2-87bc-b396f6d945f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'ZOE',
'odometer': 13592,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT ZOE Zoe Reversible R110 Business - Achat Integral',
'transmission': 'automatic',
'trim': 'Zoe Reversible R110 Business - Achat Integral',
'vin': None,
'year': 2021}
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975561%27 HTTP/1.1" 200 None
2026-03-24 03:49:19 [ayvens.fr] INFO: Saving data for 1975561: {'auction_closing_time': 1774368000.0, 'created_time': 1774025861.697987, 'last_price_update_time': 1774324159.65437}
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975561') HTTP/1.1" 204 0
2026-03-24 03:49:19 [ayvens.fr] INFO: Found listing with ID: 1975562
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975562%27 HTTP/1.1" 200 None
2026-03-24 03:49:19 [ayvens.fr] INFO: Scrape type for 1975562: 2
2026-03-24 03:49:19 [ayvens.fr] INFO: Extracting data for car ID: 1975562
2026-03-24 03:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f8ce9b1-c3af-5768-b377-273424f96e04 with identifier: 1975562
2026-03-24 03:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f8ce9b1-c3af-5768-b377-273424f96e04 with scrape type 2
2026-03-24 03:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f8ce9b1-c3af-5768-b377-273424f96e04 with scrape type 2
2026-03-24 03:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5f8ce9b1-c3af-5768-b377-273424f96e04, identifier: 1975562
2026-03-24 03:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5f8ce9b1-c3af-5768-b377-273424f96e04 with identifier: 1975562
2026-03-24 03:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5f8ce9b1-c3af-5768-b377-273424f96e04 with identifier: 1975562
2026-03-24 03:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5f8ce9b1-c3af-5768-b377-273424f96e04 with identifier: 1975562 to the API
2026-03-24 03:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5f8ce9b1-c3af-5768-b377-273424f96e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 110326,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 1000kg BlueHDi 130ch S&S Premium '
'EAT8',
'transmission': 'automatic',
'trim': 'Partner Standard 1000kg BlueHDi 130ch S&S Premium EAT8',
'vin': None,
'year': 2022}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975562%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Saving data for 1975562: {'auction_closing_time': 1774368000.0, 'created_time': 1774025863.173818, 'last_price_update_time': 1774324160.052272}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975562') HTTP/1.1" 204 0
2026-03-24 03:49:20 [ayvens.fr] INFO: Found listing with ID: 1975563
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975563%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Scrape type for 1975563: 2
2026-03-24 03:49:20 [ayvens.fr] INFO: Extracting data for car ID: 1975563
2026-03-24 03:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1650b3f-b58f-5b6e-96d1-f3755d84e980 with identifier: 1975563
2026-03-24 03:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1650b3f-b58f-5b6e-96d1-f3755d84e980 with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1650b3f-b58f-5b6e-96d1-f3755d84e980 with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d1650b3f-b58f-5b6e-96d1-f3755d84e980, identifier: 1975563
2026-03-24 03:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d1650b3f-b58f-5b6e-96d1-f3755d84e980 with identifier: 1975563
2026-03-24 03:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d1650b3f-b58f-5b6e-96d1-f3755d84e980 with identifier: 1975563
2026-03-24 03:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d1650b3f-b58f-5b6e-96d1-f3755d84e980 with identifier: 1975563 to the API
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'd1650b3f-b58f-5b6e-96d1-f3755d84e980',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'E-TRANSIT',
'odometer': 17866,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-31',
'seats_number': 3,
'seller_name': None,
'title': 'FORD E-TRANSIT Transit 2T Fg PE 350 L2H2 198 kW Batterie 75/68 kWh '
'Trend Business - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'transmission': 'automatic',
'trim': 'Transit 2T Fg PE 350 L2H2 198 kW Batterie 75/68 kWh Trend Business - '
'3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'vin': None,
'year': 2023}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975563%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Saving data for 1975563: {'auction_closing_time': 1774368000.0, 'created_time': 1774025864.717197, 'last_price_update_time': 1774324160.438005}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975563') HTTP/1.1" 204 0
2026-03-24 03:49:20 [ayvens.fr] INFO: Found listing with ID: 1975564
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975564%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Scrape type for 1975564: 2
2026-03-24 03:49:20 [ayvens.fr] INFO: Extracting data for car ID: 1975564
2026-03-24 03:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with identifier: 1975564
2026-03-24 03:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 603e3e7d-a067-5a85-aa23-d4a29fc7c87a, identifier: 1975564
2026-03-24 03:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with identifier: 1975564
2026-03-24 03:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with identifier: 1975564
2026-03-24 03:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 603e3e7d-a067-5a85-aa23-d4a29fc7c87a with identifier: 1975564 to the API
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '603e3e7d-a067-5a85-aa23-d4a29fc7c87a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'E-TRANSIT',
'odometer': 17951,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-31',
'seats_number': 3,
'seller_name': None,
'title': 'FORD E-TRANSIT Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh '
'Trend Business - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'transmission': 'automatic',
'trim': 'Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh Trend Business - '
'3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'vin': None,
'year': 2023}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975564%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Saving data for 1975564: {'auction_closing_time': 1774368000.0, 'created_time': 1774025866.064911, 'last_price_update_time': 1774324160.823343}
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975564') HTTP/1.1" 204 0
2026-03-24 03:49:20 [ayvens.fr] INFO: Found listing with ID: 1975565
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975565%27 HTTP/1.1" 200 None
2026-03-24 03:49:20 [ayvens.fr] INFO: Scrape type for 1975565: 2
2026-03-24 03:49:20 [ayvens.fr] INFO: Extracting data for car ID: 1975565
2026-03-24 03:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3977ee4e-899d-55da-881f-75804778ae0d with identifier: 1975565
2026-03-24 03:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3977ee4e-899d-55da-881f-75804778ae0d with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3977ee4e-899d-55da-881f-75804778ae0d with scrape type 2
2026-03-24 03:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 3977ee4e-899d-55da-881f-75804778ae0d, identifier: 1975565
2026-03-24 03:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 3977ee4e-899d-55da-881f-75804778ae0d with identifier: 1975565
2026-03-24 03:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 3977ee4e-899d-55da-881f-75804778ae0d with identifier: 1975565
2026-03-24 03:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 3977ee4e-899d-55da-881f-75804778ae0d with identifier: 1975565 to the API
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '3977ee4e-899d-55da-881f-75804778ae0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'E-TRANSIT',
'odometer': 17859,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD E-TRANSIT Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh '
'Trend Business - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'transmission': 'automatic',
'trim': 'Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh Trend Business - '
'3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'vin': None,
'year': 2023}
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975565%27 HTTP/1.1" 200 None
2026-03-24 03:49:21 [ayvens.fr] INFO: Saving data for 1975565: {'auction_closing_time': 1774368000.0, 'created_time': 1774025867.475613, 'last_price_update_time': 1774324161.24452}
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975565') HTTP/1.1" 204 0
2026-03-24 03:49:21 [ayvens.fr] INFO: Found listing with ID: 1975566
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975566%27 HTTP/1.1" 200 None
2026-03-24 03:49:21 [ayvens.fr] INFO: Scrape type for 1975566: 2
2026-03-24 03:49:21 [ayvens.fr] INFO: Extracting data for car ID: 1975566
2026-03-24 03:49:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with identifier: 1975566
2026-03-24 03:49:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with scrape type 2
2026-03-24 03:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with scrape type 2
2026-03-24 03:49:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5756d5fd-a84d-584c-be10-35fc2ff4dd83, identifier: 1975566
2026-03-24 03:49:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with identifier: 1975566
2026-03-24 03:49:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with identifier: 1975566
2026-03-24 03:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5756d5fd-a84d-584c-be10-35fc2ff4dd83 with identifier: 1975566 to the API
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '5756d5fd-a84d-584c-be10-35fc2ff4dd83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'E-TRANSIT',
'odometer': 18149,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-26',
'seats_number': 3,
'seller_name': None,
'title': 'FORD E-TRANSIT Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh '
'Trend Business - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'transmission': 'automatic',
'trim': 'Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh Trend Business - '
'3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'vin': None,
'year': 2023}
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975566%27 HTTP/1.1" 200 None
2026-03-24 03:49:21 [ayvens.fr] INFO: Saving data for 1975566: {'auction_closing_time': 1774368000.0, 'created_time': 1774025868.787292, 'last_price_update_time': 1774324161.639169}
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975566') HTTP/1.1" 204 0
2026-03-24 03:49:21 [ayvens.fr] INFO: Found listing with ID: 1975567
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975567%27 HTTP/1.1" 200 None
2026-03-24 03:49:21 [ayvens.fr] INFO: Scrape type for 1975567: 2
2026-03-24 03:49:21 [ayvens.fr] INFO: Extracting data for car ID: 1975567
2026-03-24 03:49:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 120c69db-9fcc-5c61-a530-b56ed29399c2 with identifier: 1975567
2026-03-24 03:49:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 120c69db-9fcc-5c61-a530-b56ed29399c2 with scrape type 2
2026-03-24 03:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 120c69db-9fcc-5c61-a530-b56ed29399c2 with scrape type 2
2026-03-24 03:49:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 120c69db-9fcc-5c61-a530-b56ed29399c2, identifier: 1975567
2026-03-24 03:49:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 120c69db-9fcc-5c61-a530-b56ed29399c2 with identifier: 1975567
2026-03-24 03:49:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 120c69db-9fcc-5c61-a530-b56ed29399c2 with identifier: 1975567
2026-03-24 03:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 120c69db-9fcc-5c61-a530-b56ed29399c2 with identifier: 1975567 to the API
2026-03-24 03:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '120c69db-9fcc-5c61-a530-b56ed29399c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 145992,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-21',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 75 S&S Club',
'transmission': 'manual',
'trim': 'Berlingo Van M 650kg BlueHDi 75 S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975567%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Saving data for 1975567: {'auction_closing_time': 1774368000.0, 'created_time': 1774025870.697369, 'last_price_update_time': 1774324162.036654}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975567') HTTP/1.1" 204 0
2026-03-24 03:49:22 [ayvens.fr] INFO: Found listing with ID: 1975568
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975568%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Scrape type for 1975568: 2
2026-03-24 03:49:22 [ayvens.fr] INFO: Extracting data for car ID: 1975568
2026-03-24 03:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with identifier: 1975568
2026-03-24 03:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with scrape type 2
2026-03-24 03:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with scrape type 2
2026-03-24 03:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 08d5d1de-faef-5cee-9ae4-a63915adc1c3, identifier: 1975568
2026-03-24 03:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with identifier: 1975568
2026-03-24 03:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with identifier: 1975568
2026-03-24 03:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 08d5d1de-faef-5cee-9ae4-a63915adc1c3 with identifier: 1975568 to the API
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '08d5d1de-faef-5cee-9ae4-a63915adc1c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 115225,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 dCi 90ch Extra R-Link EDC',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 dCi 90ch Extra R-Link EDC',
'vin': None,
'year': 2019}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975568%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Saving data for 1975568: {'auction_closing_time': 1774368000.0, 'created_time': 1774025872.43762, 'last_price_update_time': 1774324162.438295}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975568') HTTP/1.1" 204 0
2026-03-24 03:49:22 [ayvens.fr] INFO: Found listing with ID: 1975569
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975569%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Scrape type for 1975569: 2
2026-03-24 03:49:22 [ayvens.fr] INFO: Extracting data for car ID: 1975569
2026-03-24 03:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with identifier: 1975569
2026-03-24 03:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with scrape type 2
2026-03-24 03:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with scrape type 2
2026-03-24 03:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9225ae7f-bf85-5ff0-a581-aabd90558ec9, identifier: 1975569
2026-03-24 03:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with identifier: 1975569
2026-03-24 03:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with identifier: 1975569
2026-03-24 03:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9225ae7f-bf85-5ff0-a581-aabd90558ec9 with identifier: 1975569 to the API
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9225ae7f-bf85-5ff0-a581-aabd90558ec9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CONNECT',
'odometer': 99809,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-03',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT Transit Connect L1 1.5 EcoBlue 100ch Trend '
'Business Nav',
'transmission': 'manual',
'trim': 'Transit Connect L1 1.5 EcoBlue 100ch Trend Business Nav',
'vin': None,
'year': 2020}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975569%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Saving data for 1975569: {'auction_closing_time': 1774368000.0, 'created_time': 1774025874.344257, 'last_price_update_time': 1774324162.832668}
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975569') HTTP/1.1" 204 0
2026-03-24 03:49:22 [ayvens.fr] INFO: Found listing with ID: 1975570
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975570%27 HTTP/1.1" 200 None
2026-03-24 03:49:22 [ayvens.fr] INFO: Scrape type for 1975570: 2
2026-03-24 03:49:22 [ayvens.fr] INFO: Extracting data for car ID: 1975570
2026-03-24 03:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c606cb78-a82e-5b10-9646-9576d6cf846d with identifier: 1975570
2026-03-24 03:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c606cb78-a82e-5b10-9646-9576d6cf846d with scrape type 2
2026-03-24 03:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c606cb78-a82e-5b10-9646-9576d6cf846d with scrape type 2
2026-03-24 03:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c606cb78-a82e-5b10-9646-9576d6cf846d, identifier: 1975570
2026-03-24 03:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c606cb78-a82e-5b10-9646-9576d6cf846d with identifier: 1975570
2026-03-24 03:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c606cb78-a82e-5b10-9646-9576d6cf846d with identifier: 1975570
2026-03-24 03:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c606cb78-a82e-5b10-9646-9576d6cf846d with identifier: 1975570 to the API
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '1.5L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c606cb78-a82e-5b10-9646-9576d6cf846d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 81994,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-16',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg M 1.5 BlueHDi 120ch S&S Driver',
'transmission': 'manual',
'trim': 'Jumpy Fg M 1.5 BlueHDi 120ch S&S Driver',
'vin': None,
'year': 2021}
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975570%27 HTTP/1.1" 200 None
2026-03-24 03:49:23 [ayvens.fr] INFO: Saving data for 1975570: {'auction_closing_time': 1774368000.0, 'created_time': 1774025875.462726, 'last_price_update_time': 1774324163.318656}
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975570') HTTP/1.1" 204 0
2026-03-24 03:49:23 [ayvens.fr] INFO: Found listing with ID: 1975571
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975571%27 HTTP/1.1" 200 None
2026-03-24 03:49:23 [ayvens.fr] INFO: Scrape type for 1975571: 2
2026-03-24 03:49:23 [ayvens.fr] INFO: Extracting data for car ID: 1975571
2026-03-24 03:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db8d5a91-b785-5060-90a0-ebbe1a17df9a with identifier: 1975571
2026-03-24 03:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db8d5a91-b785-5060-90a0-ebbe1a17df9a with scrape type 2
2026-03-24 03:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db8d5a91-b785-5060-90a0-ebbe1a17df9a with scrape type 2
2026-03-24 03:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: db8d5a91-b785-5060-90a0-ebbe1a17df9a, identifier: 1975571
2026-03-24 03:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: db8d5a91-b785-5060-90a0-ebbe1a17df9a with identifier: 1975571
2026-03-24 03:49:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: db8d5a91-b785-5060-90a0-ebbe1a17df9a with identifier: 1975571
2026-03-24 03:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: db8d5a91-b785-5060-90a0-ebbe1a17df9a with identifier: 1975571 to the API
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'GRIS LIMESTONE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'db8d5a91-b785-5060-90a0-ebbe1a17df9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 105432,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-28',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo Ste 1.0 TSI 95ch Confortline Business '
'Reversible',
'transmission': 'manual',
'trim': 'Polo Ste 1.0 TSI 95ch Confortline Business Reversible',
'vin': None,
'year': 2019}
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975571%27 HTTP/1.1" 200 None
2026-03-24 03:49:23 [ayvens.fr] INFO: Saving data for 1975571: {'auction_closing_time': 1774368000.0, 'created_time': 1774025877.38103, 'last_price_update_time': 1774324163.698699}
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975571') HTTP/1.1" 204 0
2026-03-24 03:49:23 [ayvens.fr] INFO: Found listing with ID: 1975572
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975572%27 HTTP/1.1" 200 None
2026-03-24 03:49:23 [ayvens.fr] INFO: Scrape type for 1975572: 2
2026-03-24 03:49:23 [ayvens.fr] INFO: Extracting data for car ID: 1975572
2026-03-24 03:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a687b47-f553-5e61-88ae-07559335711d with identifier: 1975572
2026-03-24 03:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a687b47-f553-5e61-88ae-07559335711d with scrape type 2
2026-03-24 03:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a687b47-f553-5e61-88ae-07559335711d with scrape type 2
2026-03-24 03:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9a687b47-f553-5e61-88ae-07559335711d, identifier: 1975572
2026-03-24 03:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9a687b47-f553-5e61-88ae-07559335711d with identifier: 1975572
2026-03-24 03:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9a687b47-f553-5e61-88ae-07559335711d with identifier: 1975572
2026-03-24 03:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9a687b47-f553-5e61-88ae-07559335711d with identifier: 1975572 to the API
2026-03-24 03:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'GRIS LIMESTONE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '9a687b47-f553-5e61-88ae-07559335711d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 110803,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-28',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo Ste 1.0 TSI 95ch Confortline Business '
'Reversible',
'transmission': 'manual',
'trim': 'Polo Ste 1.0 TSI 95ch Confortline Business Reversible',
'vin': None,
'year': 2019}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975572%27 HTTP/1.1" 200 None
2026-03-24 03:49:24 [ayvens.fr] INFO: Saving data for 1975572: {'auction_closing_time': 1774368000.0, 'created_time': 1774025879.033555, 'last_price_update_time': 1774324164.165317}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975572') HTTP/1.1" 204 0
2026-03-24 03:49:24 [ayvens.fr] INFO: Found listing with ID: 1975573
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975573%27 HTTP/1.1" 200 None
2026-03-24 03:49:24 [ayvens.fr] INFO: Scrape type for 1975573: 2
2026-03-24 03:49:24 [ayvens.fr] INFO: Extracting data for car ID: 1975573
2026-03-24 03:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aadb709-9207-5ecd-b271-4cabb93519dd with identifier: 1975573
2026-03-24 03:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aadb709-9207-5ecd-b271-4cabb93519dd with scrape type 2
2026-03-24 03:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aadb709-9207-5ecd-b271-4cabb93519dd with scrape type 2
2026-03-24 03:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6aadb709-9207-5ecd-b271-4cabb93519dd, identifier: 1975573
2026-03-24 03:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6aadb709-9207-5ecd-b271-4cabb93519dd with identifier: 1975573
2026-03-24 03:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6aadb709-9207-5ecd-b271-4cabb93519dd with identifier: 1975573
2026-03-24 03:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6aadb709-9207-5ecd-b271-4cabb93519dd with identifier: 1975573 to the API
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6aadb709-9207-5ecd-b271-4cabb93519dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 123624,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-02',
'seats_number': 6,
'seller_name': None,
'title': 'PEUGEOT EXPERT Expert Fg Long 2.0 BlueHDi 180ch S&S Asphalt EAT8',
'transmission': 'automatic',
'trim': 'Expert Fg Long 2.0 BlueHDi 180ch S&S Asphalt EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975573%27 HTTP/1.1" 200 None
2026-03-24 03:49:24 [ayvens.fr] INFO: Saving data for 1975573: {'auction_closing_time': 1774368000.0, 'created_time': 1774025880.08393, 'last_price_update_time': 1774324164.586139}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975573') HTTP/1.1" 204 0
2026-03-24 03:49:24 [ayvens.fr] INFO: Found listing with ID: 1975574
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975574%27 HTTP/1.1" 200 None
2026-03-24 03:49:24 [ayvens.fr] INFO: Scrape type for 1975574: 2
2026-03-24 03:49:24 [ayvens.fr] INFO: Extracting data for car ID: 1975574
2026-03-24 03:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with identifier: 1975574
2026-03-24 03:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with scrape type 2
2026-03-24 03:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with scrape type 2
2026-03-24 03:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 49036a82-e2f1-5d66-9f1d-dbcd990ff714, identifier: 1975574
2026-03-24 03:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with identifier: 1975574
2026-03-24 03:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with identifier: 1975574
2026-03-24 03:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 49036a82-e2f1-5d66-9f1d-dbcd990ff714 with identifier: 1975574 to the API
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '49036a82-e2f1-5d66-9f1d-dbcd990ff714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 143917,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-30',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 100 S&S Driver BVM5',
'transmission': 'manual',
'trim': 'Berlingo Van M 650kg BlueHDi 100 S&S Driver BVM5',
'vin': None,
'year': 2021}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975574%27 HTTP/1.1" 200 None
2026-03-24 03:49:24 [ayvens.fr] INFO: Saving data for 1975574: {'auction_closing_time': 1774368000.0, 'created_time': 1774025883.178204, 'last_price_update_time': 1774324164.992191}
2026-03-24 03:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975574') HTTP/1.1" 204 0
2026-03-24 03:49:25 [ayvens.fr] INFO: Found listing with ID: 1975575
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975575%27 HTTP/1.1" 200 None
2026-03-24 03:49:25 [ayvens.fr] INFO: Scrape type for 1975575: 2
2026-03-24 03:49:25 [ayvens.fr] INFO: Extracting data for car ID: 1975575
2026-03-24 03:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90a3af28-a603-5f1a-a50e-2740e681fbe4 with identifier: 1975575
2026-03-24 03:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90a3af28-a603-5f1a-a50e-2740e681fbe4 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90a3af28-a603-5f1a-a50e-2740e681fbe4 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 90a3af28-a603-5f1a-a50e-2740e681fbe4, identifier: 1975575
2026-03-24 03:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 90a3af28-a603-5f1a-a50e-2740e681fbe4 with identifier: 1975575
2026-03-24 03:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 90a3af28-a603-5f1a-a50e-2740e681fbe4 with identifier: 1975575
2026-03-24 03:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 90a3af28-a603-5f1a-a50e-2740e681fbe4 with identifier: 1975575 to the API
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 257,
'color': 'GRIS INDIUM',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '90a3af28-a603-5f1a-a50e-2740e681fbe4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CRAFTER',
'odometer': 127031,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-10',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER Crafter Fg 30 L3H3 2.0 TDI 140ch Business '
'Traction BVA8',
'transmission': 'automatic',
'trim': 'Crafter Fg 30 L3H3 2.0 TDI 140ch Business Traction BVA8',
'vin': None,
'year': 2021}
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975575%27 HTTP/1.1" 200 None
2026-03-24 03:49:25 [ayvens.fr] INFO: Saving data for 1975575: {'auction_closing_time': 1774368000.0, 'created_time': 1774025884.506207, 'last_price_update_time': 1774324165.383345}
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975575') HTTP/1.1" 204 0
2026-03-24 03:49:25 [ayvens.fr] INFO: Found listing with ID: 1975576
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975576%27 HTTP/1.1" 200 None
2026-03-24 03:49:25 [ayvens.fr] INFO: Scrape type for 1975576: 2
2026-03-24 03:49:25 [ayvens.fr] INFO: Extracting data for car ID: 1975576
2026-03-24 03:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb211948-9de9-5a67-a4e7-61318088f227 with identifier: 1975576
2026-03-24 03:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb211948-9de9-5a67-a4e7-61318088f227 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb211948-9de9-5a67-a4e7-61318088f227 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bb211948-9de9-5a67-a4e7-61318088f227, identifier: 1975576
2026-03-24 03:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bb211948-9de9-5a67-a4e7-61318088f227 with identifier: 1975576
2026-03-24 03:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bb211948-9de9-5a67-a4e7-61318088f227 with identifier: 1975576
2026-03-24 03:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bb211948-9de9-5a67-a4e7-61318088f227 with identifier: 1975576 to the API
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'bb211948-9de9-5a67-a4e7-61318088f227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 50050,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-20',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE Megane Ste 1.5 Blue dCi 115ch Air Nav',
'transmission': 'manual',
'trim': 'Megane Ste 1.5 Blue dCi 115ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975576%27 HTTP/1.1" 200 None
2026-03-24 03:49:25 [ayvens.fr] INFO: Saving data for 1975576: {'auction_closing_time': 1774368000.0, 'created_time': 1774025886.241557, 'last_price_update_time': 1774324165.759182}
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975576') HTTP/1.1" 204 0
2026-03-24 03:49:25 [ayvens.fr] INFO: Found listing with ID: 1975577
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975577%27 HTTP/1.1" 200 None
2026-03-24 03:49:25 [ayvens.fr] INFO: Scrape type for 1975577: 2
2026-03-24 03:49:25 [ayvens.fr] INFO: Extracting data for car ID: 1975577
2026-03-24 03:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c6da8e9-a118-5c11-a825-f95a331d7a36 with identifier: 1975577
2026-03-24 03:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c6da8e9-a118-5c11-a825-f95a331d7a36 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c6da8e9-a118-5c11-a825-f95a331d7a36 with scrape type 2
2026-03-24 03:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1c6da8e9-a118-5c11-a825-f95a331d7a36, identifier: 1975577
2026-03-24 03:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1c6da8e9-a118-5c11-a825-f95a331d7a36 with identifier: 1975577
2026-03-24 03:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1c6da8e9-a118-5c11-a825-f95a331d7a36 with identifier: 1975577
2026-03-24 03:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1c6da8e9-a118-5c11-a825-f95a331d7a36 with identifier: 1975577 to the API
2026-03-24 03:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1c6da8e9-a118-5c11-a825-f95a331d7a36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 94339,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-06',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Reversible 1.5 Blue dCi 100ch Evolution',
'transmission': 'manual',
'trim': 'Clio Reversible 1.5 Blue dCi 100ch Evolution',
'vin': None,
'year': 2023}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975577%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Saving data for 1975577: {'auction_closing_time': 1774368000.0, 'created_time': 1774025888.144241, 'last_price_update_time': 1774324166.147226}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975577') HTTP/1.1" 204 0
2026-03-24 03:49:26 [ayvens.fr] INFO: Found listing with ID: 1975578
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975578%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Scrape type for 1975578: 2
2026-03-24 03:49:26 [ayvens.fr] INFO: Extracting data for car ID: 1975578
2026-03-24 03:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6df29625-b56a-58d0-9b23-bcd8e1309814 with identifier: 1975578
2026-03-24 03:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6df29625-b56a-58d0-9b23-bcd8e1309814 with scrape type 2
2026-03-24 03:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6df29625-b56a-58d0-9b23-bcd8e1309814 with scrape type 2
2026-03-24 03:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6df29625-b56a-58d0-9b23-bcd8e1309814, identifier: 1975578
2026-03-24 03:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6df29625-b56a-58d0-9b23-bcd8e1309814 with identifier: 1975578
2026-03-24 03:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6df29625-b56a-58d0-9b23-bcd8e1309814 with identifier: 1975578
2026-03-24 03:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6df29625-b56a-58d0-9b23-bcd8e1309814 with identifier: 1975578 to the API
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '6df29625-b56a-58d0-9b23-bcd8e1309814',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 77026,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 1.2 PureTech 110ch S&S Shine Business EAT6 // 2 '
'PLACES - 2 SEATS',
'transmission': 'automatic',
'trim': 'C3 1.2 PureTech 110ch S&S Shine Business EAT6 // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2020}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975578%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Saving data for 1975578: {'auction_closing_time': 1774368000.0, 'created_time': 1774025889.688258, 'last_price_update_time': 1774324166.541132}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975578') HTTP/1.1" 204 0
2026-03-24 03:49:26 [ayvens.fr] INFO: Found listing with ID: 1975579
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975579%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Scrape type for 1975579: 2
2026-03-24 03:49:26 [ayvens.fr] INFO: Extracting data for car ID: 1975579
2026-03-24 03:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with identifier: 1975579
2026-03-24 03:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with scrape type 2
2026-03-24 03:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with scrape type 2
2026-03-24 03:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd, identifier: 1975579
2026-03-24 03:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with identifier: 1975579
2026-03-24 03:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with identifier: 1975579
2026-03-24 03:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd with identifier: 1975579 to the API
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ab2425c1-b56a-5ad1-b14a-a048e4c6f3dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 111762,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav',
'vin': None,
'year': 2022}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975579%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Saving data for 1975579: {'auction_closing_time': 1774368000.0, 'created_time': 1774025891.273306, 'last_price_update_time': 1774324166.927311}
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975579') HTTP/1.1" 204 0
2026-03-24 03:49:26 [ayvens.fr] INFO: Found listing with ID: 1975580
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975580%27 HTTP/1.1" 200 None
2026-03-24 03:49:26 [ayvens.fr] INFO: Scrape type for 1975580: 2
2026-03-24 03:49:26 [ayvens.fr] INFO: Extracting data for car ID: 1975580
2026-03-24 03:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f656c4-16f7-51e4-bdd3-63e860496899 with identifier: 1975580
2026-03-24 03:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f656c4-16f7-51e4-bdd3-63e860496899 with scrape type 2
2026-03-24 03:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f656c4-16f7-51e4-bdd3-63e860496899 with scrape type 2
2026-03-24 03:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 19f656c4-16f7-51e4-bdd3-63e860496899, identifier: 1975580
2026-03-24 03:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 19f656c4-16f7-51e4-bdd3-63e860496899 with identifier: 1975580
2026-03-24 03:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 19f656c4-16f7-51e4-bdd3-63e860496899 with identifier: 1975580
2026-03-24 03:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 19f656c4-16f7-51e4-bdd3-63e860496899 with identifier: 1975580 to the API
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '19f656c4-16f7-51e4-bdd3-63e860496899',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 98822,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-17',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav // 2 PLACES - 2 '
'SEATS',
'transmission': 'manual',
'trim': 'C3 1.5 BlueHDi 100ch S&S BVM 6 Feel Nav // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2023}
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975580%27 HTTP/1.1" 200 None
2026-03-24 03:49:27 [ayvens.fr] INFO: Saving data for 1975580: {'auction_closing_time': 1774368000.0, 'created_time': 1774025892.520271, 'last_price_update_time': 1774324167.314837}
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975580') HTTP/1.1" 204 0
2026-03-24 03:49:27 [ayvens.fr] INFO: Found listing with ID: 1975581
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975581%27 HTTP/1.1" 200 None
2026-03-24 03:49:27 [ayvens.fr] INFO: Scrape type for 1975581: 2
2026-03-24 03:49:27 [ayvens.fr] INFO: Extracting data for car ID: 1975581
2026-03-24 03:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eba6c065-bb7d-5b36-b75c-087ade6e5e16 with identifier: 1975581
2026-03-24 03:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eba6c065-bb7d-5b36-b75c-087ade6e5e16 with scrape type 2
2026-03-24 03:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eba6c065-bb7d-5b36-b75c-087ade6e5e16 with scrape type 2
2026-03-24 03:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eba6c065-bb7d-5b36-b75c-087ade6e5e16, identifier: 1975581
2026-03-24 03:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eba6c065-bb7d-5b36-b75c-087ade6e5e16 with identifier: 1975581
2026-03-24 03:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eba6c065-bb7d-5b36-b75c-087ade6e5e16 with identifier: 1975581
2026-03-24 03:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eba6c065-bb7d-5b36-b75c-087ade6e5e16 with identifier: 1975581 to the API
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'eba6c065-bb7d-5b36-b75c-087ade6e5e16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 70718,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975581%27 HTTP/1.1" 200 None
2026-03-24 03:49:27 [ayvens.fr] INFO: Saving data for 1975581: {'auction_closing_time': 1774368000.0, 'created_time': 1774025894.437528, 'last_price_update_time': 1774324167.811943}
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975581') HTTP/1.1" 204 0
2026-03-24 03:49:27 [ayvens.fr] INFO: Found listing with ID: 1975582
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975582%27 HTTP/1.1" 200 None
2026-03-24 03:49:27 [ayvens.fr] INFO: Scrape type for 1975582: 2
2026-03-24 03:49:27 [ayvens.fr] INFO: Extracting data for car ID: 1975582
2026-03-24 03:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf54dfbd-a821-5065-9f22-d63affc5663d with identifier: 1975582
2026-03-24 03:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf54dfbd-a821-5065-9f22-d63affc5663d with scrape type 2
2026-03-24 03:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf54dfbd-a821-5065-9f22-d63affc5663d with scrape type 2
2026-03-24 03:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cf54dfbd-a821-5065-9f22-d63affc5663d, identifier: 1975582
2026-03-24 03:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cf54dfbd-a821-5065-9f22-d63affc5663d with identifier: 1975582
2026-03-24 03:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cf54dfbd-a821-5065-9f22-d63affc5663d with identifier: 1975582
2026-03-24 03:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cf54dfbd-a821-5065-9f22-d63affc5663d with identifier: 1975582 to the API
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GRIS PLATINIUM',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'cf54dfbd-a821-5065-9f22-d63affc5663d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'PROACE CITY',
'odometer': 68336,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-10',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE CITY PROACE CITY Medium 130 D-4D Business BVA',
'transmission': 'automatic',
'trim': 'PROACE CITY Medium 130 D-4D Business BVA',
'vin': None,
'year': 2022}
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975582%27 HTTP/1.1" 200 None
2026-03-24 03:49:28 [ayvens.fr] INFO: Saving data for 1975582: {'auction_closing_time': 1774368000.0, 'created_time': 1774025895.882459, 'last_price_update_time': 1774324168.210325}
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975582') HTTP/1.1" 204 0
2026-03-24 03:49:28 [ayvens.fr] INFO: Found listing with ID: 1975583
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975583%27 HTTP/1.1" 200 None
2026-03-24 03:49:28 [ayvens.fr] INFO: Scrape type for 1975583: 2
2026-03-24 03:49:28 [ayvens.fr] INFO: Extracting data for car ID: 1975583
2026-03-24 03:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 975cee2e-a6e2-5572-9554-550844f634b4 with identifier: 1975583
2026-03-24 03:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 975cee2e-a6e2-5572-9554-550844f634b4 with scrape type 2
2026-03-24 03:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 975cee2e-a6e2-5572-9554-550844f634b4 with scrape type 2
2026-03-24 03:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 975cee2e-a6e2-5572-9554-550844f634b4, identifier: 1975583
2026-03-24 03:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 975cee2e-a6e2-5572-9554-550844f634b4 with identifier: 1975583
2026-03-24 03:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 975cee2e-a6e2-5572-9554-550844f634b4 with identifier: 1975583
2026-03-24 03:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 975cee2e-a6e2-5572-9554-550844f634b4 with identifier: 1975583 to the API
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '975cee2e-a6e2-5572-9554-550844f634b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 26905,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-06',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 95ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975583%27 HTTP/1.1" 200 None
2026-03-24 03:49:28 [ayvens.fr] INFO: Saving data for 1975583: {'auction_closing_time': 1774368000.0, 'created_time': 1774025897.115002, 'last_price_update_time': 1774324168.598775}
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975583') HTTP/1.1" 204 0
2026-03-24 03:49:28 [ayvens.fr] INFO: Found listing with ID: 1975584
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975584%27 HTTP/1.1" 200 None
2026-03-24 03:49:28 [ayvens.fr] INFO: Scrape type for 1975584: 2
2026-03-24 03:49:28 [ayvens.fr] INFO: Extracting data for car ID: 1975584
2026-03-24 03:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef054482-9709-577e-967f-e4c008c41085 with identifier: 1975584
2026-03-24 03:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef054482-9709-577e-967f-e4c008c41085 with scrape type 2
2026-03-24 03:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef054482-9709-577e-967f-e4c008c41085 with scrape type 2
2026-03-24 03:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ef054482-9709-577e-967f-e4c008c41085, identifier: 1975584
2026-03-24 03:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ef054482-9709-577e-967f-e4c008c41085 with identifier: 1975584
2026-03-24 03:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ef054482-9709-577e-967f-e4c008c41085 with identifier: 1975584
2026-03-24 03:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ef054482-9709-577e-967f-e4c008c41085 with identifier: 1975584 to the API
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ef054482-9709-577e-967f-e4c008c41085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'EXPRESS',
'odometer': 75825,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-25',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT EXPRESS Kangoo Express 1.5 Blue dCi 95ch Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975584%27 HTTP/1.1" 200 None
2026-03-24 03:49:28 [ayvens.fr] INFO: Saving data for 1975584: {'auction_closing_time': 1774368000.0, 'created_time': 1774025899.090227, 'last_price_update_time': 1774324168.98925}
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975584') HTTP/1.1" 204 0
2026-03-24 03:49:29 [ayvens.fr] INFO: Found listing with ID: 1975585
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975585%27 HTTP/1.1" 200 None
2026-03-24 03:49:29 [ayvens.fr] INFO: Scrape type for 1975585: 2
2026-03-24 03:49:29 [ayvens.fr] INFO: Extracting data for car ID: 1975585
2026-03-24 03:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with identifier: 1975585
2026-03-24 03:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 29d856a1-d5db-5f6d-a80c-c54a57d2d040, identifier: 1975585
2026-03-24 03:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with identifier: 1975585
2026-03-24 03:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with identifier: 1975585
2026-03-24 03:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 29d856a1-d5db-5f6d-a80c-c54a57d2d040 with identifier: 1975585 to the API
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '29d856a1-d5db-5f6d-a80c-c54a57d2d040',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'EXPRESS',
'odometer': 125795,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT EXPRESS Express Van 1.5 Blue dCi 95ch Confort',
'transmission': 'manual',
'trim': 'Express Van 1.5 Blue dCi 95ch Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975585%27 HTTP/1.1" 200 None
2026-03-24 03:49:29 [ayvens.fr] INFO: Saving data for 1975585: {'auction_closing_time': 1774368000.0, 'created_time': 1774025899.971548, 'last_price_update_time': 1774324169.397632}
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975585') HTTP/1.1" 204 0
2026-03-24 03:49:29 [ayvens.fr] INFO: Found listing with ID: 1975586
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975586%27 HTTP/1.1" 200 None
2026-03-24 03:49:29 [ayvens.fr] INFO: Scrape type for 1975586: 2
2026-03-24 03:49:29 [ayvens.fr] INFO: Extracting data for car ID: 1975586
2026-03-24 03:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 149bf6ba-bd81-5660-ae2f-a0078f769d66 with identifier: 1975586
2026-03-24 03:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 149bf6ba-bd81-5660-ae2f-a0078f769d66 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 149bf6ba-bd81-5660-ae2f-a0078f769d66 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 149bf6ba-bd81-5660-ae2f-a0078f769d66, identifier: 1975586
2026-03-24 03:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 149bf6ba-bd81-5660-ae2f-a0078f769d66 with identifier: 1975586
2026-03-24 03:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 149bf6ba-bd81-5660-ae2f-a0078f769d66 with identifier: 1975586
2026-03-24 03:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 149bf6ba-bd81-5660-ae2f-a0078f769d66 with identifier: 1975586 to the API
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '149bf6ba-bd81-5660-ae2f-a0078f769d66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 51541,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'transmission': 'manual',
'trim': '208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'vin': None,
'year': 2021}
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975586%27 HTTP/1.1" 200 None
2026-03-24 03:49:29 [ayvens.fr] INFO: Saving data for 1975586: {'auction_closing_time': 1774368000.0, 'created_time': 1774025901.329439, 'last_price_update_time': 1774324169.84379}
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975586') HTTP/1.1" 204 0
2026-03-24 03:49:29 [ayvens.fr] INFO: Found listing with ID: 1975587
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975587%27 HTTP/1.1" 200 None
2026-03-24 03:49:29 [ayvens.fr] INFO: Scrape type for 1975587: 2
2026-03-24 03:49:29 [ayvens.fr] INFO: Extracting data for car ID: 1975587
2026-03-24 03:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with identifier: 1975587
2026-03-24 03:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with scrape type 2
2026-03-24 03:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 136b1828-b7b2-52f1-8f58-13c05a1a3a23, identifier: 1975587
2026-03-24 03:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with identifier: 1975587
2026-03-24 03:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with identifier: 1975587
2026-03-24 03:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 136b1828-b7b2-52f1-8f58-13c05a1a3a23 with identifier: 1975587 to the API
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLANCHE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '136b1828-b7b2-52f1-8f58-13c05a1a3a23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 91746,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-21',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Ste 1.5 Blue dCi 85ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Ste 1.5 Blue dCi 85ch Air Nav',
'vin': None,
'year': 2020}
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975587%27 HTTP/1.1" 200 None
2026-03-24 03:49:30 [ayvens.fr] INFO: Saving data for 1975587: {'auction_closing_time': 1774368000.0, 'created_time': 1774025902.857922, 'last_price_update_time': 1774324170.268899}
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975587') HTTP/1.1" 204 0
2026-03-24 03:49:30 [ayvens.fr] INFO: Found listing with ID: 1975588
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975588%27 HTTP/1.1" 200 None
2026-03-24 03:49:30 [ayvens.fr] INFO: Scrape type for 1975588: 2
2026-03-24 03:49:30 [ayvens.fr] INFO: Extracting data for car ID: 1975588
2026-03-24 03:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with identifier: 1975588
2026-03-24 03:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with scrape type 2
2026-03-24 03:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with scrape type 2
2026-03-24 03:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e8c1d477-45e6-5822-8c8e-2bf5058b2bdb, identifier: 1975588
2026-03-24 03:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with identifier: 1975588
2026-03-24 03:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with identifier: 1975588
2026-03-24 03:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e8c1d477-45e6-5822-8c8e-2bf5058b2bdb with identifier: 1975588 to the API
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e8c1d477-45e6-5822-8c8e-2bf5058b2bdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 79998,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort',
'transmission': 'manual',
'trim': 'Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975588%27 HTTP/1.1" 200 None
2026-03-24 03:49:30 [ayvens.fr] INFO: Saving data for 1975588: {'auction_closing_time': 1774368000.0, 'created_time': 1774025904.322487, 'last_price_update_time': 1774324170.665095}
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975588') HTTP/1.1" 204 0
2026-03-24 03:49:30 [ayvens.fr] INFO: Found listing with ID: 1975589
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975589%27 HTTP/1.1" 200 None
2026-03-24 03:49:30 [ayvens.fr] INFO: Scrape type for 1975589: 2
2026-03-24 03:49:30 [ayvens.fr] INFO: Extracting data for car ID: 1975589
2026-03-24 03:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1483218b-af8b-5a80-94d6-735bef46b006 with identifier: 1975589
2026-03-24 03:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1483218b-af8b-5a80-94d6-735bef46b006 with scrape type 2
2026-03-24 03:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1483218b-af8b-5a80-94d6-735bef46b006 with scrape type 2
2026-03-24 03:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1483218b-af8b-5a80-94d6-735bef46b006, identifier: 1975589
2026-03-24 03:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1483218b-af8b-5a80-94d6-735bef46b006 with identifier: 1975589
2026-03-24 03:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1483218b-af8b-5a80-94d6-735bef46b006 with identifier: 1975589
2026-03-24 03:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1483218b-af8b-5a80-94d6-735bef46b006 with identifier: 1975589 to the API
2026-03-24 03:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1483218b-af8b-5a80-94d6-735bef46b006',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 76054,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975589%27 HTTP/1.1" 200 None
2026-03-24 03:49:31 [ayvens.fr] INFO: Saving data for 1975589: {'auction_closing_time': 1774368000.0, 'created_time': 1774025906.049532, 'last_price_update_time': 1774324171.297183}
2026-03-24 03:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975589') HTTP/1.1" 204 0
2026-03-24 03:49:31 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 700
2026-03-24 03:49:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:49:33 [ayvens.fr] INFO: Found listing with ID: 1975590
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975590%27 HTTP/1.1" 200 None
2026-03-24 03:49:33 [ayvens.fr] INFO: Scrape type for 1975590: 2
2026-03-24 03:49:33 [ayvens.fr] INFO: Extracting data for car ID: 1975590
2026-03-24 03:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbdba1a-fe0c-5843-9311-1c4e50a34228 with identifier: 1975590
2026-03-24 03:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbdba1a-fe0c-5843-9311-1c4e50a34228 with scrape type 2
2026-03-24 03:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbbdba1a-fe0c-5843-9311-1c4e50a34228 with scrape type 2
2026-03-24 03:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fbbdba1a-fe0c-5843-9311-1c4e50a34228, identifier: 1975590
2026-03-24 03:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fbbdba1a-fe0c-5843-9311-1c4e50a34228 with identifier: 1975590
2026-03-24 03:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fbbdba1a-fe0c-5843-9311-1c4e50a34228 with identifier: 1975590
2026-03-24 03:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fbbdba1a-fe0c-5843-9311-1c4e50a34228 with identifier: 1975590 to the API
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': None,
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'fbbdba1a-fe0c-5843-9311-1c4e50a34228',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 26116,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-09',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 1.6 BlueHDi 100ch S&S Premium',
'transmission': 'manual',
'trim': 'Partner Standard 1.6 BlueHDi 100ch S&S Premium',
'vin': None,
'year': 2018}
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975590%27 HTTP/1.1" 200 None
2026-03-24 03:49:33 [ayvens.fr] INFO: Saving data for 1975590: {'auction_closing_time': 1774368000.0, 'created_time': 1774025908.546035, 'last_price_update_time': 1774324173.408607}
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975590') HTTP/1.1" 204 0
2026-03-24 03:49:33 [ayvens.fr] INFO: Found listing with ID: 1975591
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975591%27 HTTP/1.1" 200 None
2026-03-24 03:49:33 [ayvens.fr] INFO: Scrape type for 1975591: 2
2026-03-24 03:49:33 [ayvens.fr] INFO: Extracting data for car ID: 1975591
2026-03-24 03:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58b5bd07-ef72-5875-9c49-13b98846f8d8 with identifier: 1975591
2026-03-24 03:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58b5bd07-ef72-5875-9c49-13b98846f8d8 with scrape type 2
2026-03-24 03:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58b5bd07-ef72-5875-9c49-13b98846f8d8 with scrape type 2
2026-03-24 03:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 58b5bd07-ef72-5875-9c49-13b98846f8d8, identifier: 1975591
2026-03-24 03:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 58b5bd07-ef72-5875-9c49-13b98846f8d8 with identifier: 1975591
2026-03-24 03:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 58b5bd07-ef72-5875-9c49-13b98846f8d8 with identifier: 1975591
2026-03-24 03:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 58b5bd07-ef72-5875-9c49-13b98846f8d8 with identifier: 1975591 to the API
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '58b5bd07-ef72-5875-9c49-13b98846f8d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 92685,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-24',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express Maxi 1.5 Blue dCi 95ch Grand '
'Volume Extra R-Link',
'transmission': 'manual',
'trim': 'Kangoo Express Maxi 1.5 Blue dCi 95ch Grand Volume Extra R-Link',
'vin': None,
'year': 2020}
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975591%27 HTTP/1.1" 200 None
2026-03-24 03:49:33 [ayvens.fr] INFO: Saving data for 1975591: {'auction_closing_time': 1774368000.0, 'created_time': 1774025910.079438, 'last_price_update_time': 1774324173.859217}
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975591') HTTP/1.1" 204 0
2026-03-24 03:49:33 [ayvens.fr] INFO: Found listing with ID: 1975592
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975592%27 HTTP/1.1" 200 None
2026-03-24 03:49:33 [ayvens.fr] INFO: Scrape type for 1975592: 2
2026-03-24 03:49:33 [ayvens.fr] INFO: Extracting data for car ID: 1975592
2026-03-24 03:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b08b7f32-a40f-5b73-a583-45fce1a329b9 with identifier: 1975592
2026-03-24 03:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b08b7f32-a40f-5b73-a583-45fce1a329b9 with scrape type 2
2026-03-24 03:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b08b7f32-a40f-5b73-a583-45fce1a329b9 with scrape type 2
2026-03-24 03:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b08b7f32-a40f-5b73-a583-45fce1a329b9, identifier: 1975592
2026-03-24 03:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b08b7f32-a40f-5b73-a583-45fce1a329b9 with identifier: 1975592
2026-03-24 03:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b08b7f32-a40f-5b73-a583-45fce1a329b9 with identifier: 1975592
2026-03-24 03:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b08b7f32-a40f-5b73-a583-45fce1a329b9 with identifier: 1975592 to the API
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'b08b7f32-a40f-5b73-a583-45fce1a329b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 86059,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-30',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'transmission': 'manual',
'trim': '208 Affaire 1.2 PureTech 75ch S&S Premium Pack',
'vin': None,
'year': 2021}
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975592%27 HTTP/1.1" 200 None
2026-03-24 03:49:34 [ayvens.fr] INFO: Saving data for 1975592: {'auction_closing_time': 1774368000.0, 'created_time': 1774025911.450366, 'last_price_update_time': 1774324174.35318}
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975592') HTTP/1.1" 204 0
2026-03-24 03:49:34 [ayvens.fr] INFO: Found listing with ID: 1975593
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975593%27 HTTP/1.1" 200 None
2026-03-24 03:49:34 [ayvens.fr] INFO: Scrape type for 1975593: 2
2026-03-24 03:49:34 [ayvens.fr] INFO: Extracting data for car ID: 1975593
2026-03-24 03:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with identifier: 1975593
2026-03-24 03:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with scrape type 2
2026-03-24 03:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with scrape type 2
2026-03-24 03:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dfb2f2c5-1129-5072-8c81-d5f9da6c4667, identifier: 1975593
2026-03-24 03:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with identifier: 1975593
2026-03-24 03:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with identifier: 1975593
2026-03-24 03:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dfb2f2c5-1129-5072-8c81-d5f9da6c4667 with identifier: 1975593 to the API
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dfb2f2c5-1129-5072-8c81-d5f9da6c4667',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 93396,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 95ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2020}
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975593%27 HTTP/1.1" 200 None
2026-03-24 03:49:34 [ayvens.fr] INFO: Saving data for 1975593: {'auction_closing_time': 1774368000.0, 'created_time': 1774025913.042717, 'last_price_update_time': 1774324174.75214}
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975593') HTTP/1.1" 204 0
2026-03-24 03:49:34 [ayvens.fr] INFO: Found listing with ID: 1975594
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975594%27 HTTP/1.1" 200 None
2026-03-24 03:49:34 [ayvens.fr] INFO: Scrape type for 1975594: 2
2026-03-24 03:49:34 [ayvens.fr] INFO: Extracting data for car ID: 1975594
2026-03-24 03:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1648de57-f112-5f99-a8ff-f3dfa44a18ff with identifier: 1975594
2026-03-24 03:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1648de57-f112-5f99-a8ff-f3dfa44a18ff with scrape type 2
2026-03-24 03:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1648de57-f112-5f99-a8ff-f3dfa44a18ff with scrape type 2
2026-03-24 03:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1648de57-f112-5f99-a8ff-f3dfa44a18ff, identifier: 1975594
2026-03-24 03:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1648de57-f112-5f99-a8ff-f3dfa44a18ff with identifier: 1975594
2026-03-24 03:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1648de57-f112-5f99-a8ff-f3dfa44a18ff with identifier: 1975594
2026-03-24 03:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1648de57-f112-5f99-a8ff-f3dfa44a18ff with identifier: 1975594 to the API
2026-03-24 03:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1648de57-f112-5f99-a8ff-f3dfa44a18ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 6206,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-11',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'vin': None,
'year': 2022}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975594%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Saving data for 1975594: {'auction_closing_time': 1774368000.0, 'created_time': 1774025913.818098, 'last_price_update_time': 1774324175.138695}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975594') HTTP/1.1" 204 0
2026-03-24 03:49:35 [ayvens.fr] INFO: Found listing with ID: 1975595
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975595%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Scrape type for 1975595: 2
2026-03-24 03:49:35 [ayvens.fr] INFO: Extracting data for car ID: 1975595
2026-03-24 03:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8108fdb-fc73-5845-8d41-a32409cd8a7d with identifier: 1975595
2026-03-24 03:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8108fdb-fc73-5845-8d41-a32409cd8a7d with scrape type 2
2026-03-24 03:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8108fdb-fc73-5845-8d41-a32409cd8a7d with scrape type 2
2026-03-24 03:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d8108fdb-fc73-5845-8d41-a32409cd8a7d, identifier: 1975595
2026-03-24 03:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d8108fdb-fc73-5845-8d41-a32409cd8a7d with identifier: 1975595
2026-03-24 03:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d8108fdb-fc73-5845-8d41-a32409cd8a7d with identifier: 1975595
2026-03-24 03:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d8108fdb-fc73-5845-8d41-a32409cd8a7d with identifier: 1975595 to the API
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 246,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd8108fdb-fc73-5845-8d41-a32409cd8a7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 80838,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3500 L2H2 2.3 dCi 135ch Grand Confort',
'transmission': 'manual',
'trim': 'Master Fg F3500 L2H2 2.3 dCi 135ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975595%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Saving data for 1975595: {'auction_closing_time': 1774368000.0, 'created_time': 1774025915.547699, 'last_price_update_time': 1774324175.533189}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975595') HTTP/1.1" 204 0
2026-03-24 03:49:35 [ayvens.fr] INFO: Found listing with ID: 1975596
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975596%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Scrape type for 1975596: 2
2026-03-24 03:49:35 [ayvens.fr] INFO: Extracting data for car ID: 1975596
2026-03-24 03:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baaf1b35-349c-5c99-be0b-7b35d64c942a with identifier: 1975596
2026-03-24 03:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baaf1b35-349c-5c99-be0b-7b35d64c942a with scrape type 2
2026-03-24 03:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baaf1b35-349c-5c99-be0b-7b35d64c942a with scrape type 2
2026-03-24 03:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: baaf1b35-349c-5c99-be0b-7b35d64c942a, identifier: 1975596
2026-03-24 03:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: baaf1b35-349c-5c99-be0b-7b35d64c942a with identifier: 1975596
2026-03-24 03:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: baaf1b35-349c-5c99-be0b-7b35d64c942a with identifier: 1975596
2026-03-24 03:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: baaf1b35-349c-5c99-be0b-7b35d64c942a with identifier: 1975596 to the API
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 183,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'baaf1b35-349c-5c99-be0b-7b35d64c942a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 145211,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L1H1 2T8 2.0 Blue dCi 110ch Confort',
'transmission': 'manual',
'trim': 'Trafic Fg L1H1 2T8 2.0 Blue dCi 110ch Confort',
'vin': None,
'year': 2022}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975596%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Saving data for 1975596: {'auction_closing_time': 1774368000.0, 'created_time': 1774025916.835951, 'last_price_update_time': 1774324175.926282}
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975596') HTTP/1.1" 204 0
2026-03-24 03:49:35 [ayvens.fr] INFO: Found listing with ID: 1975597
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975597%27 HTTP/1.1" 200 None
2026-03-24 03:49:35 [ayvens.fr] INFO: Scrape type for 1975597: 2
2026-03-24 03:49:35 [ayvens.fr] INFO: Extracting data for car ID: 1975597
2026-03-24 03:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a581a7e0-a680-5e76-a461-0a2d017c29e7 with identifier: 1975597
2026-03-24 03:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a581a7e0-a680-5e76-a461-0a2d017c29e7 with scrape type 2
2026-03-24 03:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a581a7e0-a680-5e76-a461-0a2d017c29e7 with scrape type 2
2026-03-24 03:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a581a7e0-a680-5e76-a461-0a2d017c29e7, identifier: 1975597
2026-03-24 03:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a581a7e0-a680-5e76-a461-0a2d017c29e7 with identifier: 1975597
2026-03-24 03:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a581a7e0-a680-5e76-a461-0a2d017c29e7 with identifier: 1975597
2026-03-24 03:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a581a7e0-a680-5e76-a461-0a2d017c29e7 with identifier: 1975597 to the API
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 165,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'a581a7e0-a680-5e76-a461-0a2d017c29e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 44065,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-13',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L1H1 1000 1.6 dCi 95ch Grand Confort',
'transmission': 'manual',
'trim': 'Trafic Fg L1H1 1000 1.6 dCi 95ch Grand Confort',
'vin': None,
'year': 2019}
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975597%27 HTTP/1.1" 200 None
2026-03-24 03:49:36 [ayvens.fr] INFO: Saving data for 1975597: {'auction_closing_time': 1774368000.0, 'created_time': 1774025918.13005, 'last_price_update_time': 1774324176.321207}
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975597') HTTP/1.1" 204 0
2026-03-24 03:49:36 [ayvens.fr] INFO: Found listing with ID: 1975598
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975598%27 HTTP/1.1" 200 None
2026-03-24 03:49:36 [ayvens.fr] INFO: Scrape type for 1975598: 2
2026-03-24 03:49:36 [ayvens.fr] INFO: Extracting data for car ID: 1975598
2026-03-24 03:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16762fdc-dcf1-561e-8e35-3ee50b5a319b with identifier: 1975598
2026-03-24 03:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16762fdc-dcf1-561e-8e35-3ee50b5a319b with scrape type 2
2026-03-24 03:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16762fdc-dcf1-561e-8e35-3ee50b5a319b with scrape type 2
2026-03-24 03:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 16762fdc-dcf1-561e-8e35-3ee50b5a319b, identifier: 1975598
2026-03-24 03:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 16762fdc-dcf1-561e-8e35-3ee50b5a319b with identifier: 1975598
2026-03-24 03:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 16762fdc-dcf1-561e-8e35-3ee50b5a319b with identifier: 1975598
2026-03-24 03:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 16762fdc-dcf1-561e-8e35-3ee50b5a319b with identifier: 1975598 to the API
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '16762fdc-dcf1-561e-8e35-3ee50b5a319b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 102209,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Sté 1.2 PureTech 83ch Feel Business R',
'transmission': 'manual',
'trim': 'C3 Sté 1.2 PureTech 83ch Feel Business R',
'vin': None,
'year': 2022}
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975598%27 HTTP/1.1" 200 None
2026-03-24 03:49:36 [ayvens.fr] INFO: Saving data for 1975598: {'auction_closing_time': 1774368000.0, 'created_time': 1774025920.234541, 'last_price_update_time': 1774324176.703101}
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975598') HTTP/1.1" 204 0
2026-03-24 03:49:36 [ayvens.fr] INFO: Found listing with ID: 1975599
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975599%27 HTTP/1.1" 200 None
2026-03-24 03:49:36 [ayvens.fr] INFO: Scrape type for 1975599: 2
2026-03-24 03:49:36 [ayvens.fr] INFO: Extracting data for car ID: 1975599
2026-03-24 03:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a145a11c-d9e3-5bd5-92c9-ca365e98c01d with identifier: 1975599
2026-03-24 03:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a145a11c-d9e3-5bd5-92c9-ca365e98c01d with scrape type 2
2026-03-24 03:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a145a11c-d9e3-5bd5-92c9-ca365e98c01d with scrape type 2
2026-03-24 03:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a145a11c-d9e3-5bd5-92c9-ca365e98c01d, identifier: 1975599
2026-03-24 03:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a145a11c-d9e3-5bd5-92c9-ca365e98c01d with identifier: 1975599
2026-03-24 03:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a145a11c-d9e3-5bd5-92c9-ca365e98c01d with identifier: 1975599
2026-03-24 03:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a145a11c-d9e3-5bd5-92c9-ca365e98c01d with identifier: 1975599 to the API
2026-03-24 03:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'a145a11c-d9e3-5bd5-92c9-ca365e98c01d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 99952,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-03',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 130 S&S Driver EAT8',
'transmission': 'automatic',
'trim': 'Berlingo Van M 650kg BlueHDi 130 S&S Driver EAT8',
'vin': None,
'year': 2019}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975599%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Saving data for 1975599: {'auction_closing_time': 1774368000.0, 'created_time': 1774025921.551775, 'last_price_update_time': 1774324177.091706}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975599') HTTP/1.1" 204 0
2026-03-24 03:49:37 [ayvens.fr] INFO: Found listing with ID: 1975600
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975600%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Scrape type for 1975600: 2
2026-03-24 03:49:37 [ayvens.fr] INFO: Extracting data for car ID: 1975600
2026-03-24 03:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1213062-5a2d-5565-8459-608ed5389c02 with identifier: 1975600
2026-03-24 03:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1213062-5a2d-5565-8459-608ed5389c02 with scrape type 2
2026-03-24 03:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1213062-5a2d-5565-8459-608ed5389c02 with scrape type 2
2026-03-24 03:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c1213062-5a2d-5565-8459-608ed5389c02, identifier: 1975600
2026-03-24 03:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c1213062-5a2d-5565-8459-608ed5389c02 with identifier: 1975600
2026-03-24 03:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c1213062-5a2d-5565-8459-608ed5389c02 with identifier: 1975600
2026-03-24 03:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c1213062-5a2d-5565-8459-608ed5389c02 with identifier: 1975600 to the API
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 255,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c1213062-5a2d-5565-8459-608ed5389c02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 62589,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-02',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3500 L3H3 2.3 dCi 150ch Energy Grand '
'Confort',
'transmission': 'manual',
'trim': 'Master Fg F3500 L3H3 2.3 dCi 150ch Energy Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975600%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Saving data for 1975600: {'auction_closing_time': 1774368000.0, 'created_time': 1774025922.923132, 'last_price_update_time': 1774324177.480672}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975600') HTTP/1.1" 204 0
2026-03-24 03:49:37 [ayvens.fr] INFO: Found listing with ID: 1975601
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975601%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Scrape type for 1975601: 2
2026-03-24 03:49:37 [ayvens.fr] INFO: Extracting data for car ID: 1975601
2026-03-24 03:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with identifier: 1975601
2026-03-24 03:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with scrape type 2
2026-03-24 03:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with scrape type 2
2026-03-24 03:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4e5bf7a9-fa71-5030-93e4-f20c22467df5, identifier: 1975601
2026-03-24 03:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with identifier: 1975601
2026-03-24 03:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with identifier: 1975601
2026-03-24 03:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4e5bf7a9-fa71-5030-93e4-f20c22467df5 with identifier: 1975601 to the API
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4e5bf7a9-fa71-5030-93e4-f20c22467df5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 68884,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-06',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 208 Affaire 1.5 BlueHDi 100 Premium Pack',
'transmission': 'manual',
'trim': '208 Affaire 1.5 BlueHDi 100 Premium Pack',
'vin': None,
'year': 2021}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975601%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Saving data for 1975601: {'auction_closing_time': 1774368000.0, 'created_time': 1774025924.34859, 'last_price_update_time': 1774324177.894601}
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975601') HTTP/1.1" 204 0
2026-03-24 03:49:37 [ayvens.fr] INFO: Found listing with ID: 1975602
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975602%27 HTTP/1.1" 200 None
2026-03-24 03:49:37 [ayvens.fr] INFO: Scrape type for 1975602: 2
2026-03-24 03:49:37 [ayvens.fr] INFO: Extracting data for car ID: 1975602
2026-03-24 03:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e91b23e5-beb5-5b3d-a405-41a51884c008 with identifier: 1975602
2026-03-24 03:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e91b23e5-beb5-5b3d-a405-41a51884c008 with scrape type 2
2026-03-24 03:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e91b23e5-beb5-5b3d-a405-41a51884c008 with scrape type 2
2026-03-24 03:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e91b23e5-beb5-5b3d-a405-41a51884c008, identifier: 1975602
2026-03-24 03:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e91b23e5-beb5-5b3d-a405-41a51884c008 with identifier: 1975602
2026-03-24 03:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e91b23e5-beb5-5b3d-a405-41a51884c008 with identifier: 1975602
2026-03-24 03:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e91b23e5-beb5-5b3d-a405-41a51884c008 with identifier: 1975602 to the API
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e91b23e5-beb5-5b3d-a405-41a51884c008',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 148735,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-15',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg XS 1.5 BlueHDi 100ch S&S Club',
'transmission': 'manual',
'trim': 'Jumpy Fg XS 1.5 BlueHDi 100ch S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975602%27 HTTP/1.1" 200 None
2026-03-24 03:49:38 [ayvens.fr] INFO: Saving data for 1975602: {'auction_closing_time': 1774368000.0, 'created_time': 1774025925.865563, 'last_price_update_time': 1774324178.317622}
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975602') HTTP/1.1" 204 0
2026-03-24 03:49:38 [ayvens.fr] INFO: Found listing with ID: 1975603
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975603%27 HTTP/1.1" 200 None
2026-03-24 03:49:38 [ayvens.fr] INFO: Scrape type for 1975603: 2
2026-03-24 03:49:38 [ayvens.fr] INFO: Extracting data for car ID: 1975603
2026-03-24 03:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with identifier: 1975603
2026-03-24 03:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with scrape type 2
2026-03-24 03:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with scrape type 2
2026-03-24 03:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 58f1aff4-9c46-5e81-9d2a-cfdc17d62509, identifier: 1975603
2026-03-24 03:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with identifier: 1975603
2026-03-24 03:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with identifier: 1975603
2026-03-24 03:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 58f1aff4-9c46-5e81-9d2a-cfdc17d62509 with identifier: 1975603 to the API
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '58f1aff4-9c46-5e81-9d2a-cfdc17d62509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 2910,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-10',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg M 1.5 BlueHDi 100ch S&S Club',
'transmission': 'manual',
'trim': 'Jumpy Fg M 1.5 BlueHDi 100ch S&S Club',
'vin': None,
'year': 2023}
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975603%27 HTTP/1.1" 200 None
2026-03-24 03:49:38 [ayvens.fr] INFO: Saving data for 1975603: {'auction_closing_time': 1774368000.0, 'created_time': 1774025927.478119, 'last_price_update_time': 1774324178.78323}
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975603') HTTP/1.1" 204 0
2026-03-24 03:49:38 [ayvens.fr] INFO: Found listing with ID: 1975604
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975604%27 HTTP/1.1" 200 None
2026-03-24 03:49:38 [ayvens.fr] INFO: Scrape type for 1975604: 2
2026-03-24 03:49:38 [ayvens.fr] INFO: Extracting data for car ID: 1975604
2026-03-24 03:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with identifier: 1975604
2026-03-24 03:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with scrape type 2
2026-03-24 03:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with scrape type 2
2026-03-24 03:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 161f1f27-3ebd-51c9-82f8-e6b79ce0222e, identifier: 1975604
2026-03-24 03:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with identifier: 1975604
2026-03-24 03:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with identifier: 1975604
2026-03-24 03:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 161f1f27-3ebd-51c9-82f8-e6b79ce0222e with identifier: 1975604 to the API
2026-03-24 03:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '161f1f27-3ebd-51c9-82f8-e6b79ce0222e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 109580,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.5 BlueHDi 100ch S&S Active',
'transmission': 'manual',
'trim': '208 Business R 1.5 BlueHDi 100ch S&S Active',
'vin': None,
'year': 2022}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975604%27 HTTP/1.1" 200 None
2026-03-24 03:49:39 [ayvens.fr] INFO: Saving data for 1975604: {'auction_closing_time': 1774368000.0, 'created_time': 1774025928.893267, 'last_price_update_time': 1774324179.171448}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975604') HTTP/1.1" 204 0
2026-03-24 03:49:39 [ayvens.fr] INFO: Found listing with ID: 1975605
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975605%27 HTTP/1.1" 200 None
2026-03-24 03:49:39 [ayvens.fr] INFO: Scrape type for 1975605: 2
2026-03-24 03:49:39 [ayvens.fr] INFO: Extracting data for car ID: 1975605
2026-03-24 03:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313f54fd-75db-51a3-a6ea-8596e9362c91 with identifier: 1975605
2026-03-24 03:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313f54fd-75db-51a3-a6ea-8596e9362c91 with scrape type 2
2026-03-24 03:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313f54fd-75db-51a3-a6ea-8596e9362c91 with scrape type 2
2026-03-24 03:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 313f54fd-75db-51a3-a6ea-8596e9362c91, identifier: 1975605
2026-03-24 03:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 313f54fd-75db-51a3-a6ea-8596e9362c91 with identifier: 1975605
2026-03-24 03:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 313f54fd-75db-51a3-a6ea-8596e9362c91 with identifier: 1975605
2026-03-24 03:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 313f54fd-75db-51a3-a6ea-8596e9362c91 with identifier: 1975605 to the API
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '313f54fd-75db-51a3-a6ea-8596e9362c91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 104568,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort S&S',
'transmission': 'manual',
'trim': 'Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort S&S',
'vin': None,
'year': 2021}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975605%27 HTTP/1.1" 200 None
2026-03-24 03:49:39 [ayvens.fr] INFO: Saving data for 1975605: {'auction_closing_time': 1774368000.0, 'created_time': 1774025930.261006, 'last_price_update_time': 1774324179.567957}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975605') HTTP/1.1" 204 0
2026-03-24 03:49:39 [ayvens.fr] INFO: Found listing with ID: 1975606
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975606%27 HTTP/1.1" 200 None
2026-03-24 03:49:39 [ayvens.fr] INFO: Scrape type for 1975606: 2
2026-03-24 03:49:39 [ayvens.fr] INFO: Extracting data for car ID: 1975606
2026-03-24 03:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c5e440-f454-5588-b045-1b6d97056893 with identifier: 1975606
2026-03-24 03:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c5e440-f454-5588-b045-1b6d97056893 with scrape type 2
2026-03-24 03:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c5e440-f454-5588-b045-1b6d97056893 with scrape type 2
2026-03-24 03:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 33c5e440-f454-5588-b045-1b6d97056893, identifier: 1975606
2026-03-24 03:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 33c5e440-f454-5588-b045-1b6d97056893 with identifier: 1975606
2026-03-24 03:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 33c5e440-f454-5588-b045-1b6d97056893 with identifier: 1975606
2026-03-24 03:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 33c5e440-f454-5588-b045-1b6d97056893 with identifier: 1975606 to the API
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '33c5e440-f454-5588-b045-1b6d97056893',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 18,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-10',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO Combo Cargo XL 950kg BlueHDi 100ch S&S',
'transmission': 'manual',
'trim': 'Combo Cargo XL 950kg BlueHDi 100ch S&S',
'vin': None,
'year': 2025}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975606%27 HTTP/1.1" 200 None
2026-03-24 03:49:39 [ayvens.fr] INFO: Saving data for 1975606: {'auction_closing_time': 1774368000.0, 'created_time': 1774025931.560507, 'last_price_update_time': 1774324179.968761}
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975606') HTTP/1.1" 204 0
2026-03-24 03:49:39 [ayvens.fr] INFO: Found listing with ID: 1975607
2026-03-24 03:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975607%27 HTTP/1.1" 200 None
2026-03-24 03:49:40 [ayvens.fr] INFO: Scrape type for 1975607: 2
2026-03-24 03:49:40 [ayvens.fr] INFO: Extracting data for car ID: 1975607
2026-03-24 03:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b6f580-f710-5dad-be92-a1dd38f36267 with identifier: 1975607
2026-03-24 03:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b6f580-f710-5dad-be92-a1dd38f36267 with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b6f580-f710-5dad-be92-a1dd38f36267 with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f6b6f580-f710-5dad-be92-a1dd38f36267, identifier: 1975607
2026-03-24 03:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f6b6f580-f710-5dad-be92-a1dd38f36267 with identifier: 1975607
2026-03-24 03:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f6b6f580-f710-5dad-be92-a1dd38f36267 with identifier: 1975607
2026-03-24 03:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f6b6f580-f710-5dad-be92-a1dd38f36267 with identifier: 1975607 to the API
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f6b6f580-f710-5dad-be92-a1dd38f36267',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 63288,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 95ch Extra '
'R-Link',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Extra R-Link',
'vin': None,
'year': 2021}
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975607%27 HTTP/1.1" 200 None
2026-03-24 03:49:40 [ayvens.fr] INFO: Saving data for 1975607: {'auction_closing_time': 1774368000.0, 'created_time': 1774025933.605971, 'last_price_update_time': 1774324180.364633}
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975607') HTTP/1.1" 204 0
2026-03-24 03:49:40 [ayvens.fr] INFO: Found listing with ID: 1975608
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975608%27 HTTP/1.1" 200 None
2026-03-24 03:49:40 [ayvens.fr] INFO: Scrape type for 1975608: 2
2026-03-24 03:49:40 [ayvens.fr] INFO: Extracting data for car ID: 1975608
2026-03-24 03:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84a64c9-e62d-5c50-b9d4-58a088f200ed with identifier: 1975608
2026-03-24 03:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84a64c9-e62d-5c50-b9d4-58a088f200ed with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84a64c9-e62d-5c50-b9d4-58a088f200ed with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f84a64c9-e62d-5c50-b9d4-58a088f200ed, identifier: 1975608
2026-03-24 03:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f84a64c9-e62d-5c50-b9d4-58a088f200ed with identifier: 1975608
2026-03-24 03:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f84a64c9-e62d-5c50-b9d4-58a088f200ed with identifier: 1975608
2026-03-24 03:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f84a64c9-e62d-5c50-b9d4-58a088f200ed with identifier: 1975608 to the API
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f84a64c9-e62d-5c50-b9d4-58a088f200ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 147294,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-07',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT Expert Fg Long 2.0 BlueHDi 120ch S&S Pro',
'transmission': 'manual',
'trim': 'Expert Fg Long 2.0 BlueHDi 120ch S&S Pro',
'vin': None,
'year': 2021}
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975608%27 HTTP/1.1" 200 None
2026-03-24 03:49:40 [ayvens.fr] INFO: Saving data for 1975608: {'auction_closing_time': 1774368000.0, 'created_time': 1774025934.764932, 'last_price_update_time': 1774324180.765265}
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975608') HTTP/1.1" 204 0
2026-03-24 03:49:40 [ayvens.fr] INFO: Found listing with ID: 1975609
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975609%27 HTTP/1.1" 200 None
2026-03-24 03:49:40 [ayvens.fr] INFO: Scrape type for 1975609: 2
2026-03-24 03:49:40 [ayvens.fr] INFO: Extracting data for car ID: 1975609
2026-03-24 03:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with identifier: 1975609
2026-03-24 03:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with scrape type 2
2026-03-24 03:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f2ddc40e-32f6-5bcb-b6f8-d02f14224c03, identifier: 1975609
2026-03-24 03:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with identifier: 1975609
2026-03-24 03:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with identifier: 1975609
2026-03-24 03:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f2ddc40e-32f6-5bcb-b6f8-d02f14224c03 with identifier: 1975609 to the API
2026-03-24 03:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'NOIR INTENSE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'hybrid/petrol',
'id': 'f2ddc40e-32f6-5bcb-b6f8-d02f14224c03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'GOLF',
'odometer': 68194,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-02',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF Golf Ste 1.0 eTSI OPF 110ch Life Plus Societe '
'Reversible DSG7',
'transmission': 'automatic',
'trim': 'Golf Ste 1.0 eTSI OPF 110ch Life Plus Societe Reversible DSG7',
'vin': None,
'year': 2023}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975609%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Saving data for 1975609: {'auction_closing_time': 1774368000.0, 'created_time': 1774025936.068066, 'last_price_update_time': 1774324181.164694}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975609') HTTP/1.1" 204 0
2026-03-24 03:49:41 [ayvens.fr] INFO: Found listing with ID: 1975610
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975610%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Scrape type for 1975610: 2
2026-03-24 03:49:41 [ayvens.fr] INFO: Extracting data for car ID: 1975610
2026-03-24 03:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with identifier: 1975610
2026-03-24 03:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with scrape type 2
2026-03-24 03:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with scrape type 2
2026-03-24 03:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2, identifier: 1975610
2026-03-24 03:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with identifier: 1975610
2026-03-24 03:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with identifier: 1975610
2026-03-24 03:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2 with identifier: 1975610 to the API
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC NACRE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '69dbe1f7-736c-59f1-9af7-40fdc2e3b4b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208 BUSINESS R',
'odometer': 46110,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT E-208 BUSINESS R 208 Business R e-208 136ch Active',
'transmission': 'automatic',
'trim': '208 Business R e-208 136ch Active',
'vin': None,
'year': 2020}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975610%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Saving data for 1975610: {'auction_closing_time': 1774368000.0, 'created_time': 1774025938.358422, 'last_price_update_time': 1774324181.55356}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975610') HTTP/1.1" 204 0
2026-03-24 03:49:41 [ayvens.fr] INFO: Found listing with ID: 1975611
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975611%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Scrape type for 1975611: 2
2026-03-24 03:49:41 [ayvens.fr] INFO: Extracting data for car ID: 1975611
2026-03-24 03:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 305df32d-ce67-54d5-9981-ebc323677e53 with identifier: 1975611
2026-03-24 03:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 305df32d-ce67-54d5-9981-ebc323677e53 with scrape type 2
2026-03-24 03:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 305df32d-ce67-54d5-9981-ebc323677e53 with scrape type 2
2026-03-24 03:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 305df32d-ce67-54d5-9981-ebc323677e53, identifier: 1975611
2026-03-24 03:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 305df32d-ce67-54d5-9981-ebc323677e53 with identifier: 1975611
2026-03-24 03:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 305df32d-ce67-54d5-9981-ebc323677e53 with identifier: 1975611
2026-03-24 03:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 305df32d-ce67-54d5-9981-ebc323677e53 with identifier: 1975611 to the API
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '305df32d-ce67-54d5-9981-ebc323677e53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 112201,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Reversible 1.5 Blue dCi 100ch Business',
'transmission': 'manual',
'trim': 'Clio Reversible 1.5 Blue dCi 100ch Business',
'vin': None,
'year': 2022}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975611%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Saving data for 1975611: {'auction_closing_time': 1774368000.0, 'created_time': 1774025939.768042, 'last_price_update_time': 1774324181.940227}
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975611') HTTP/1.1" 204 0
2026-03-24 03:49:41 [ayvens.fr] INFO: Found listing with ID: 1975612
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975612%27 HTTP/1.1" 200 None
2026-03-24 03:49:41 [ayvens.fr] INFO: Scrape type for 1975612: 2
2026-03-24 03:49:41 [ayvens.fr] INFO: Extracting data for car ID: 1975612
2026-03-24 03:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a823b1e5-b555-5974-a13c-bc99ce5de021 with identifier: 1975612
2026-03-24 03:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a823b1e5-b555-5974-a13c-bc99ce5de021 with scrape type 2
2026-03-24 03:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a823b1e5-b555-5974-a13c-bc99ce5de021 with scrape type 2
2026-03-24 03:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a823b1e5-b555-5974-a13c-bc99ce5de021, identifier: 1975612
2026-03-24 03:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a823b1e5-b555-5974-a13c-bc99ce5de021 with identifier: 1975612
2026-03-24 03:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a823b1e5-b555-5974-a13c-bc99ce5de021 with identifier: 1975612
2026-03-24 03:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a823b1e5-b555-5974-a13c-bc99ce5de021 with identifier: 1975612 to the API
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'a823b1e5-b555-5974-a13c-bc99ce5de021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'VIVARO',
'odometer': 100884,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-02',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL VIVARO Vivaro Fg L2 Standard 2.0 D 145ch Pack Clim BVA8',
'transmission': 'automatic',
'trim': 'Vivaro Fg L2 Standard 2.0 D 145ch Pack Clim BVA8',
'vin': None,
'year': 2022}
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975612%27 HTTP/1.1" 200 None
2026-03-24 03:49:42 [ayvens.fr] INFO: Saving data for 1975612: {'auction_closing_time': 1774368000.0, 'created_time': 1774025941.345129, 'last_price_update_time': 1774324182.325794}
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975612') HTTP/1.1" 204 0
2026-03-24 03:49:42 [ayvens.fr] INFO: Found listing with ID: 1975613
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975613%27 HTTP/1.1" 200 None
2026-03-24 03:49:42 [ayvens.fr] INFO: Scrape type for 1975613: 2
2026-03-24 03:49:42 [ayvens.fr] INFO: Extracting data for car ID: 1975613
2026-03-24 03:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8012c897-6db0-53b7-983c-0b0699dfbff1 with identifier: 1975613
2026-03-24 03:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8012c897-6db0-53b7-983c-0b0699dfbff1 with scrape type 2
2026-03-24 03:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8012c897-6db0-53b7-983c-0b0699dfbff1 with scrape type 2
2026-03-24 03:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8012c897-6db0-53b7-983c-0b0699dfbff1, identifier: 1975613
2026-03-24 03:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8012c897-6db0-53b7-983c-0b0699dfbff1 with identifier: 1975613
2026-03-24 03:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8012c897-6db0-53b7-983c-0b0699dfbff1 with identifier: 1975613
2026-03-24 03:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8012c897-6db0-53b7-983c-0b0699dfbff1 with identifier: 1975613 to the API
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': None,
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8012c897-6db0-53b7-983c-0b0699dfbff1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 139239,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-27',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 1.6 BlueHDi 75ch Premium',
'transmission': 'manual',
'trim': 'Partner Standard 1.6 BlueHDi 75ch Premium',
'vin': None,
'year': 2018}
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975613%27 HTTP/1.1" 200 None
2026-03-24 03:49:42 [ayvens.fr] INFO: Saving data for 1975613: {'auction_closing_time': 1774368000.0, 'created_time': 1774025942.408425, 'last_price_update_time': 1774324182.719312}
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975613') HTTP/1.1" 204 0
2026-03-24 03:49:42 [ayvens.fr] INFO: Found listing with ID: 1975614
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975614%27 HTTP/1.1" 200 None
2026-03-24 03:49:42 [ayvens.fr] INFO: Scrape type for 1975614: 2
2026-03-24 03:49:42 [ayvens.fr] INFO: Extracting data for car ID: 1975614
2026-03-24 03:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0648e77-1866-5673-9f74-fdc781c668ce with identifier: 1975614
2026-03-24 03:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0648e77-1866-5673-9f74-fdc781c668ce with scrape type 2
2026-03-24 03:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0648e77-1866-5673-9f74-fdc781c668ce with scrape type 2
2026-03-24 03:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a0648e77-1866-5673-9f74-fdc781c668ce, identifier: 1975614
2026-03-24 03:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a0648e77-1866-5673-9f74-fdc781c668ce with identifier: 1975614
2026-03-24 03:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a0648e77-1866-5673-9f74-fdc781c668ce with identifier: 1975614
2026-03-24 03:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a0648e77-1866-5673-9f74-fdc781c668ce with identifier: 1975614 to the API
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': None,
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'a0648e77-1866-5673-9f74-fdc781c668ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 143076,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-27',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 1.6 BlueHDi 75ch Premium',
'transmission': 'manual',
'trim': 'Partner Standard 1.6 BlueHDi 75ch Premium',
'vin': None,
'year': 2018}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975614%27 HTTP/1.1" 200 None
2026-03-24 03:49:43 [ayvens.fr] INFO: Saving data for 1975614: {'auction_closing_time': 1774368000.0, 'created_time': 1774025943.700799, 'last_price_update_time': 1774324183.198635}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975614') HTTP/1.1" 204 0
2026-03-24 03:49:43 [ayvens.fr] INFO: Found listing with ID: 1975615
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975615%27 HTTP/1.1" 200 None
2026-03-24 03:49:43 [ayvens.fr] INFO: Scrape type for 1975615: 2
2026-03-24 03:49:43 [ayvens.fr] INFO: Extracting data for car ID: 1975615
2026-03-24 03:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with identifier: 1975615
2026-03-24 03:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with scrape type 2
2026-03-24 03:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with scrape type 2
2026-03-24 03:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea, identifier: 1975615
2026-03-24 03:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with identifier: 1975615
2026-03-24 03:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with identifier: 1975615
2026-03-24 03:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 57bf947f-0324-50c4-a2c2-2cc8ed5b87ea with identifier: 1975615 to the API
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '57bf947f-0324-50c4-a2c2-2cc8ed5b87ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CONNECT VU',
'odometer': 133803,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-26',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT VU Transit Connect L2 1.5 EcoBlue 100ch Trend '
'Business Nav',
'transmission': 'manual',
'trim': 'Transit Connect L2 1.5 EcoBlue 100ch Trend Business Nav',
'vin': None,
'year': 2019}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975615%27 HTTP/1.1" 200 None
2026-03-24 03:49:43 [ayvens.fr] INFO: Saving data for 1975615: {'auction_closing_time': 1774368000.0, 'created_time': 1774025945.639097, 'last_price_update_time': 1774324183.588364}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975615') HTTP/1.1" 204 0
2026-03-24 03:49:43 [ayvens.fr] INFO: Found listing with ID: 1975616
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975616%27 HTTP/1.1" 200 None
2026-03-24 03:49:43 [ayvens.fr] INFO: Scrape type for 1975616: 2
2026-03-24 03:49:43 [ayvens.fr] INFO: Extracting data for car ID: 1975616
2026-03-24 03:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with identifier: 1975616
2026-03-24 03:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with scrape type 2
2026-03-24 03:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with scrape type 2
2026-03-24 03:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 33bf88b3-fb77-5236-95e9-7ac3b05e56a5, identifier: 1975616
2026-03-24 03:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with identifier: 1975616
2026-03-24 03:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with identifier: 1975616
2026-03-24 03:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 33bf88b3-fb77-5236-95e9-7ac3b05e56a5 with identifier: 1975616 to the API
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '33bf88b3-fb77-5236-95e9-7ac3b05e56a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CONNECT VU',
'odometer': 111721,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-12',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT VU Transit Connect L2 1.5 EcoBlue 100ch Trend '
'Business Nav',
'transmission': 'manual',
'trim': 'Transit Connect L2 1.5 EcoBlue 100ch Trend Business Nav',
'vin': None,
'year': 2019}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975616%27 HTTP/1.1" 200 None
2026-03-24 03:49:43 [ayvens.fr] INFO: Saving data for 1975616: {'auction_closing_time': 1774368000.0, 'created_time': 1774025946.512931, 'last_price_update_time': 1774324183.991158}
2026-03-24 03:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975616') HTTP/1.1" 204 0
2026-03-24 03:49:44 [ayvens.fr] INFO: Found listing with ID: 1975617
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975617%27 HTTP/1.1" 200 None
2026-03-24 03:49:44 [ayvens.fr] INFO: Scrape type for 1975617: 2
2026-03-24 03:49:44 [ayvens.fr] INFO: Extracting data for car ID: 1975617
2026-03-24 03:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with identifier: 1975617
2026-03-24 03:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0, identifier: 1975617
2026-03-24 03:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with identifier: 1975617
2026-03-24 03:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with identifier: 1975617
2026-03-24 03:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0 with identifier: 1975617 to the API
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'dcfc2363-2e2f-5f1c-8902-e5ccc5249ba0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 120631,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-27',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.2 PureTech 100 S&S Active',
'transmission': 'manual',
'trim': '208 Business R 1.2 PureTech 100 S&S Active',
'vin': None,
'year': 2022}
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975617%27 HTTP/1.1" 200 None
2026-03-24 03:49:44 [ayvens.fr] INFO: Saving data for 1975617: {'auction_closing_time': 1774368000.0, 'created_time': 1774025948.446724, 'last_price_update_time': 1774324184.385779}
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975617') HTTP/1.1" 204 0
2026-03-24 03:49:44 [ayvens.fr] INFO: Found listing with ID: 1975618
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975618%27 HTTP/1.1" 200 None
2026-03-24 03:49:44 [ayvens.fr] INFO: Scrape type for 1975618: 2
2026-03-24 03:49:44 [ayvens.fr] INFO: Extracting data for car ID: 1975618
2026-03-24 03:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b4f9d68-9b84-5946-8783-e44e4d10d055 with identifier: 1975618
2026-03-24 03:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b4f9d68-9b84-5946-8783-e44e4d10d055 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b4f9d68-9b84-5946-8783-e44e4d10d055 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8b4f9d68-9b84-5946-8783-e44e4d10d055, identifier: 1975618
2026-03-24 03:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8b4f9d68-9b84-5946-8783-e44e4d10d055 with identifier: 1975618
2026-03-24 03:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8b4f9d68-9b84-5946-8783-e44e4d10d055 with identifier: 1975618
2026-03-24 03:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8b4f9d68-9b84-5946-8783-e44e4d10d055 with identifier: 1975618 to the API
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 268,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8b4f9d68-9b84-5946-8783-e44e4d10d055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 63557,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand Confort',
'vin': None,
'year': 2022}
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975618%27 HTTP/1.1" 200 None
2026-03-24 03:49:44 [ayvens.fr] INFO: Saving data for 1975618: {'auction_closing_time': 1774368000.0, 'created_time': 1774025949.818279, 'last_price_update_time': 1774324184.774396}
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975618') HTTP/1.1" 204 0
2026-03-24 03:49:44 [ayvens.fr] INFO: Found listing with ID: 1975619
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975619%27 HTTP/1.1" 200 None
2026-03-24 03:49:44 [ayvens.fr] INFO: Scrape type for 1975619: 2
2026-03-24 03:49:44 [ayvens.fr] INFO: Extracting data for car ID: 1975619
2026-03-24 03:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7b2fb88-397c-52ae-b3da-19682774cd72 with identifier: 1975619
2026-03-24 03:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7b2fb88-397c-52ae-b3da-19682774cd72 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7b2fb88-397c-52ae-b3da-19682774cd72 with scrape type 2
2026-03-24 03:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: a7b2fb88-397c-52ae-b3da-19682774cd72, identifier: 1975619
2026-03-24 03:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: a7b2fb88-397c-52ae-b3da-19682774cd72 with identifier: 1975619
2026-03-24 03:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: a7b2fb88-397c-52ae-b3da-19682774cd72 with identifier: 1975619
2026-03-24 03:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: a7b2fb88-397c-52ae-b3da-19682774cd72 with identifier: 1975619 to the API
2026-03-24 03:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 244,
'color': 'NOIR INTENSE NACR',
'currency': 'EUR',
'doors_number': 2,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'a7b2fb88-397c-52ae-b3da-19682774cd72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'CRAFTER',
'odometer': 66899,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-25',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN CRAFTER Crafter CCb 35 L4 2.0 TDI 177ch Business Line '
'Propulsion',
'transmission': 'manual',
'trim': 'Crafter CCb 35 L4 2.0 TDI 177ch Business Line Propulsion',
'vin': None,
'year': 2021}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975619%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Saving data for 1975619: {'auction_closing_time': 1774368000.0, 'created_time': 1774025951.080317, 'last_price_update_time': 1774324185.155787}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975619') HTTP/1.1" 204 0
2026-03-24 03:49:45 [ayvens.fr] INFO: Found listing with ID: 1975620
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975620%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Scrape type for 1975620: 2
2026-03-24 03:49:45 [ayvens.fr] INFO: Extracting data for car ID: 1975620
2026-03-24 03:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cbcab4-d275-580f-952d-977d5db6fb28 with identifier: 1975620
2026-03-24 03:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cbcab4-d275-580f-952d-977d5db6fb28 with scrape type 2
2026-03-24 03:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cbcab4-d275-580f-952d-977d5db6fb28 with scrape type 2
2026-03-24 03:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 52cbcab4-d275-580f-952d-977d5db6fb28, identifier: 1975620
2026-03-24 03:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 52cbcab4-d275-580f-952d-977d5db6fb28 with identifier: 1975620
2026-03-24 03:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 52cbcab4-d275-580f-952d-977d5db6fb28 with identifier: 1975620
2026-03-24 03:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 52cbcab4-d275-580f-952d-977d5db6fb28 with identifier: 1975620 to the API
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'GRIS ACIER',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '52cbcab4-d275-580f-952d-977d5db6fb28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 111826,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 130ch S&S EAT8',
'transmission': 'automatic',
'trim': 'Berlingo Van M 650kg BlueHDi 130ch S&S EAT8',
'vin': None,
'year': 2023}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975620%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Saving data for 1975620: {'auction_closing_time': 1774368000.0, 'created_time': 1774025951.928282, 'last_price_update_time': 1774324185.545011}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975620') HTTP/1.1" 204 0
2026-03-24 03:49:45 [ayvens.fr] INFO: Found listing with ID: 1975621
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975621%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Scrape type for 1975621: 2
2026-03-24 03:49:45 [ayvens.fr] INFO: Extracting data for car ID: 1975621
2026-03-24 03:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6694b5c7-6769-5e4c-a345-cd91f3041310 with identifier: 1975621
2026-03-24 03:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6694b5c7-6769-5e4c-a345-cd91f3041310 with scrape type 2
2026-03-24 03:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6694b5c7-6769-5e4c-a345-cd91f3041310 with scrape type 2
2026-03-24 03:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 6694b5c7-6769-5e4c-a345-cd91f3041310, identifier: 1975621
2026-03-24 03:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 6694b5c7-6769-5e4c-a345-cd91f3041310 with identifier: 1975621
2026-03-24 03:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 6694b5c7-6769-5e4c-a345-cd91f3041310 with identifier: 1975621
2026-03-24 03:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 6694b5c7-6769-5e4c-a345-cd91f3041310 with identifier: 1975621 to the API
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 3,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '6694b5c7-6769-5e4c-a345-cd91f3041310',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 138817,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-11',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo M 1.6 BlueHDi 100 Club',
'transmission': 'manual',
'trim': 'Berlingo M 1.6 BlueHDi 100 Club',
'vin': None,
'year': 2017}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975621%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Saving data for 1975621: {'auction_closing_time': 1774368000.0, 'created_time': 1774025953.582273, 'last_price_update_time': 1774324185.943608}
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975621') HTTP/1.1" 204 0
2026-03-24 03:49:45 [ayvens.fr] INFO: Found listing with ID: 1975622
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975622%27 HTTP/1.1" 200 None
2026-03-24 03:49:45 [ayvens.fr] INFO: Scrape type for 1975622: 2
2026-03-24 03:49:45 [ayvens.fr] INFO: Extracting data for car ID: 1975622
2026-03-24 03:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with identifier: 1975622
2026-03-24 03:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with scrape type 2
2026-03-24 03:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with scrape type 2
2026-03-24 03:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0eecefe6-bf3d-5600-9c60-ba4ca70e1425, identifier: 1975622
2026-03-24 03:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with identifier: 1975622
2026-03-24 03:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with identifier: 1975622
2026-03-24 03:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0eecefe6-bf3d-5600-9c60-ba4ca70e1425 with identifier: 1975622 to the API
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0eecefe6-bf3d-5600-9c60-ba4ca70e1425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 71295,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-15',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 100 S&S Club',
'transmission': 'manual',
'trim': 'Berlingo Van M 650kg BlueHDi 100 S&S Club',
'vin': None,
'year': 2021}
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975622%27 HTTP/1.1" 200 None
2026-03-24 03:49:46 [ayvens.fr] INFO: Saving data for 1975622: {'auction_closing_time': 1774368000.0, 'created_time': 1774025954.680947, 'last_price_update_time': 1774324186.384106}
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975622') HTTP/1.1" 204 0
2026-03-24 03:49:46 [ayvens.fr] INFO: Found listing with ID: 1975623
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975623%27 HTTP/1.1" 200 None
2026-03-24 03:49:46 [ayvens.fr] INFO: Scrape type for 1975623: 2
2026-03-24 03:49:46 [ayvens.fr] INFO: Extracting data for car ID: 1975623
2026-03-24 03:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70246697-f3fd-5c21-ad9e-464ec9198ff4 with identifier: 1975623
2026-03-24 03:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70246697-f3fd-5c21-ad9e-464ec9198ff4 with scrape type 2
2026-03-24 03:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70246697-f3fd-5c21-ad9e-464ec9198ff4 with scrape type 2
2026-03-24 03:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 70246697-f3fd-5c21-ad9e-464ec9198ff4, identifier: 1975623
2026-03-24 03:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 70246697-f3fd-5c21-ad9e-464ec9198ff4 with identifier: 1975623
2026-03-24 03:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 70246697-f3fd-5c21-ad9e-464ec9198ff4 with identifier: 1975623
2026-03-24 03:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 70246697-f3fd-5c21-ad9e-464ec9198ff4 with identifier: 1975623 to the API
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 193,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '70246697-f3fd-5c21-ad9e-464ec9198ff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'PROACE',
'odometer': 63681,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE PROACE Long 2.0 D-4D 120 Business',
'transmission': 'manual',
'trim': 'PROACE Long 2.0 D-4D 120 Business',
'vin': None,
'year': 2021}
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975623%27 HTTP/1.1" 200 None
2026-03-24 03:49:46 [ayvens.fr] INFO: Saving data for 1975623: {'auction_closing_time': 1774368000.0, 'created_time': 1774025956.744989, 'last_price_update_time': 1774324186.775803}
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975623') HTTP/1.1" 204 0
2026-03-24 03:49:46 [ayvens.fr] INFO: Found listing with ID: 1975624
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975624%27 HTTP/1.1" 200 None
2026-03-24 03:49:46 [ayvens.fr] INFO: Scrape type for 1975624: 2
2026-03-24 03:49:46 [ayvens.fr] INFO: Extracting data for car ID: 1975624
2026-03-24 03:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with identifier: 1975624
2026-03-24 03:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with scrape type 2
2026-03-24 03:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with scrape type 2
2026-03-24 03:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4, identifier: 1975624
2026-03-24 03:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with identifier: 1975624
2026-03-24 03:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with identifier: 1975624
2026-03-24 03:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0b3b2d5d-9a9b-5908-9d49-6e930b594cf4 with identifier: 1975624 to the API
2026-03-24 03:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0b3b2d5d-9a9b-5908-9d49-6e930b594cf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 119140,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'vin': None,
'year': 2020}
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975624%27 HTTP/1.1" 200 None
2026-03-24 03:49:47 [ayvens.fr] INFO: Saving data for 1975624: {'auction_closing_time': 1774368000.0, 'created_time': 1774025958.122386, 'last_price_update_time': 1774324187.160719}
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975624') HTTP/1.1" 204 0
2026-03-24 03:49:47 [ayvens.fr] INFO: Found listing with ID: 1975625
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975625%27 HTTP/1.1" 200 None
2026-03-24 03:49:47 [ayvens.fr] INFO: Scrape type for 1975625: 2
2026-03-24 03:49:47 [ayvens.fr] INFO: Extracting data for car ID: 1975625
2026-03-24 03:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f53a4a8f-5630-546a-9451-bfe03a90d474 with identifier: 1975625
2026-03-24 03:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f53a4a8f-5630-546a-9451-bfe03a90d474 with scrape type 2
2026-03-24 03:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f53a4a8f-5630-546a-9451-bfe03a90d474 with scrape type 2
2026-03-24 03:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f53a4a8f-5630-546a-9451-bfe03a90d474, identifier: 1975625
2026-03-24 03:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f53a4a8f-5630-546a-9451-bfe03a90d474 with identifier: 1975625
2026-03-24 03:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f53a4a8f-5630-546a-9451-bfe03a90d474 with identifier: 1975625
2026-03-24 03:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f53a4a8f-5630-546a-9451-bfe03a90d474 with identifier: 1975625 to the API
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f53a4a8f-5630-546a-9451-bfe03a90d474',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 133990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-02',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 dCi 90ch Extra R-Link',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 dCi 90ch Extra R-Link',
'vin': None,
'year': 2019}
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975625%27 HTTP/1.1" 200 None
2026-03-24 03:49:47 [ayvens.fr] INFO: Saving data for 1975625: {'auction_closing_time': 1774368000.0, 'created_time': 1774025959.552095, 'last_price_update_time': 1774324187.664744}
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975625') HTTP/1.1" 204 0
2026-03-24 03:49:47 [ayvens.fr] INFO: Found listing with ID: 1975626
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975626%27 HTTP/1.1" 200 None
2026-03-24 03:49:47 [ayvens.fr] INFO: Scrape type for 1975626: 2
2026-03-24 03:49:47 [ayvens.fr] INFO: Extracting data for car ID: 1975626
2026-03-24 03:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4752a824-a3bc-5ee5-a9e1-40610416a975 with identifier: 1975626
2026-03-24 03:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4752a824-a3bc-5ee5-a9e1-40610416a975 with scrape type 2
2026-03-24 03:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4752a824-a3bc-5ee5-a9e1-40610416a975 with scrape type 2
2026-03-24 03:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4752a824-a3bc-5ee5-a9e1-40610416a975, identifier: 1975626
2026-03-24 03:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4752a824-a3bc-5ee5-a9e1-40610416a975 with identifier: 1975626
2026-03-24 03:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4752a824-a3bc-5ee5-a9e1-40610416a975 with identifier: 1975626
2026-03-24 03:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4752a824-a3bc-5ee5-a9e1-40610416a975 with identifier: 1975626 to the API
2026-03-24 03:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4752a824-a3bc-5ee5-a9e1-40610416a975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208 BUSINESS R',
'odometer': 128501,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-05',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 BUSINESS R 208 Business R 1.5 BlueHDi 100ch S&S Active',
'transmission': 'manual',
'trim': '208 Business R 1.5 BlueHDi 100ch S&S Active',
'vin': None,
'year': 2021}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975626%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Saving data for 1975626: {'auction_closing_time': 1774368000.0, 'created_time': 1774025960.966773, 'last_price_update_time': 1774324188.056006}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975626') HTTP/1.1" 204 0
2026-03-24 03:49:48 [ayvens.fr] INFO: Found listing with ID: 1975627
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975627%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Scrape type for 1975627: 2
2026-03-24 03:49:48 [ayvens.fr] INFO: Extracting data for car ID: 1975627
2026-03-24 03:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3a7222-f370-5f79-bb3d-a871a4eac963 with identifier: 1975627
2026-03-24 03:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3a7222-f370-5f79-bb3d-a871a4eac963 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c3a7222-f370-5f79-bb3d-a871a4eac963 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8c3a7222-f370-5f79-bb3d-a871a4eac963, identifier: 1975627
2026-03-24 03:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8c3a7222-f370-5f79-bb3d-a871a4eac963 with identifier: 1975627
2026-03-24 03:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8c3a7222-f370-5f79-bb3d-a871a4eac963 with identifier: 1975627
2026-03-24 03:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8c3a7222-f370-5f79-bb3d-a871a4eac963 with identifier: 1975627 to the API
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLANCHE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '8c3a7222-f370-5f79-bb3d-a871a4eac963',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 48610,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Ste 1.0 TCe 90ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Ste 1.0 TCe 90ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975627%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Saving data for 1975627: {'auction_closing_time': 1774368000.0, 'created_time': 1774025962.329222, 'last_price_update_time': 1774324188.449586}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975627') HTTP/1.1" 204 0
2026-03-24 03:49:48 [ayvens.fr] INFO: Found listing with ID: 1975628
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975628%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Scrape type for 1975628: 2
2026-03-24 03:49:48 [ayvens.fr] INFO: Extracting data for car ID: 1975628
2026-03-24 03:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 228312dd-976d-5d18-9c4a-149f08e05169 with identifier: 1975628
2026-03-24 03:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 228312dd-976d-5d18-9c4a-149f08e05169 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 228312dd-976d-5d18-9c4a-149f08e05169 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 228312dd-976d-5d18-9c4a-149f08e05169, identifier: 1975628
2026-03-24 03:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 228312dd-976d-5d18-9c4a-149f08e05169 with identifier: 1975628
2026-03-24 03:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 228312dd-976d-5d18-9c4a-149f08e05169 with identifier: 1975628
2026-03-24 03:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 228312dd-976d-5d18-9c4a-149f08e05169 with identifier: 1975628 to the API
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 234,
'color': None,
'currency': 'EUR',
'doors_number': 2,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '228312dd-976d-5d18-9c4a-149f08e05169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT',
'odometer': 37456,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-04',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend '
'Business',
'transmission': 'manual',
'trim': 'Transit 2T CCb P350 L4 2.0 EcoBlue 130ch HDT S&S Trend Business',
'vin': None,
'year': 2023}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975628%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Saving data for 1975628: {'auction_closing_time': 1774368000.0, 'created_time': 1774025964.685693, 'last_price_update_time': 1774324188.829427}
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975628') HTTP/1.1" 204 0
2026-03-24 03:49:48 [ayvens.fr] INFO: Found listing with ID: 1975629
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975629%27 HTTP/1.1" 200 None
2026-03-24 03:49:48 [ayvens.fr] INFO: Scrape type for 1975629: 2
2026-03-24 03:49:48 [ayvens.fr] INFO: Extracting data for car ID: 1975629
2026-03-24 03:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10955e5b-ad28-58e0-87ba-31a75e284d64 with identifier: 1975629
2026-03-24 03:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10955e5b-ad28-58e0-87ba-31a75e284d64 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10955e5b-ad28-58e0-87ba-31a75e284d64 with scrape type 2
2026-03-24 03:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 10955e5b-ad28-58e0-87ba-31a75e284d64, identifier: 1975629
2026-03-24 03:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 10955e5b-ad28-58e0-87ba-31a75e284d64 with identifier: 1975629
2026-03-24 03:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 10955e5b-ad28-58e0-87ba-31a75e284d64 with identifier: 1975629
2026-03-24 03:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 10955e5b-ad28-58e0-87ba-31a75e284d64 with identifier: 1975629 to the API
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 264,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '10955e5b-ad28-58e0-87ba-31a75e284d64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 110299,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-06',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 435 L4H3 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 435 L4H3 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2020}
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975629%27 HTTP/1.1" 200 None
2026-03-24 03:49:49 [ayvens.fr] INFO: Saving data for 1975629: {'auction_closing_time': 1774368000.0, 'created_time': 1774025965.56674, 'last_price_update_time': 1774324189.219492}
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975629') HTTP/1.1" 204 0
2026-03-24 03:49:49 [ayvens.fr] INFO: Found listing with ID: 1975630
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975630%27 HTTP/1.1" 200 None
2026-03-24 03:49:49 [ayvens.fr] INFO: Scrape type for 1975630: 2
2026-03-24 03:49:49 [ayvens.fr] INFO: Extracting data for car ID: 1975630
2026-03-24 03:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a929984-d802-500e-8b64-75a0924cfd06 with identifier: 1975630
2026-03-24 03:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a929984-d802-500e-8b64-75a0924cfd06 with scrape type 2
2026-03-24 03:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a929984-d802-500e-8b64-75a0924cfd06 with scrape type 2
2026-03-24 03:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 7a929984-d802-500e-8b64-75a0924cfd06, identifier: 1975630
2026-03-24 03:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 7a929984-d802-500e-8b64-75a0924cfd06 with identifier: 1975630
2026-03-24 03:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 7a929984-d802-500e-8b64-75a0924cfd06 with identifier: 1975630
2026-03-24 03:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 7a929984-d802-500e-8b64-75a0924cfd06 with identifier: 1975630 to the API
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': '7a929984-d802-500e-8b64-75a0924cfd06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'E-TRANSIT',
'odometer': 69627,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-14',
'seats_number': 3,
'seller_name': None,
'title': 'FORD E-TRANSIT Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh '
'Trend Business // - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'transmission': 'automatic',
'trim': 'Transit 2T Fg PE 350 L2H2 135 kW Batterie 75/68 kWh Trend Business '
'// - 3T9 VITESSE LIMITEE A 90//OK PERMIS B',
'vin': None,
'year': 2023}
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975630%27 HTTP/1.1" 200 None
2026-03-24 03:49:49 [ayvens.fr] INFO: Saving data for 1975630: {'auction_closing_time': 1774368000.0, 'created_time': 1774025966.684976, 'last_price_update_time': 1774324189.649256}
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975630') HTTP/1.1" 204 0
2026-03-24 03:49:49 [ayvens.fr] INFO: Found listing with ID: 1975631
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975631%27 HTTP/1.1" 200 None
2026-03-24 03:49:49 [ayvens.fr] INFO: Scrape type for 1975631: 2
2026-03-24 03:49:49 [ayvens.fr] INFO: Extracting data for car ID: 1975631
2026-03-24 03:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3fd18b-842d-59ac-8988-111ee1d14bff with identifier: 1975631
2026-03-24 03:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3fd18b-842d-59ac-8988-111ee1d14bff with scrape type 2
2026-03-24 03:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3fd18b-842d-59ac-8988-111ee1d14bff with scrape type 2
2026-03-24 03:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: de3fd18b-842d-59ac-8988-111ee1d14bff, identifier: 1975631
2026-03-24 03:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: de3fd18b-842d-59ac-8988-111ee1d14bff with identifier: 1975631
2026-03-24 03:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: de3fd18b-842d-59ac-8988-111ee1d14bff with identifier: 1975631
2026-03-24 03:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: de3fd18b-842d-59ac-8988-111ee1d14bff with identifier: 1975631 to the API
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 245,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'de3fd18b-842d-59ac-8988-111ee1d14bff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'RANGER',
'odometer': 104371,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-16',
'seats_number': 4,
'seller_name': None,
'title': 'FORD RANGER Ranger 2.0 TDCi 170ch Super Cab XLT',
'transmission': 'automatic',
'trim': 'Ranger 2.0 TDCi 170ch Super Cab XLT',
'vin': None,
'year': 2022}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975631%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Saving data for 1975631: {'auction_closing_time': 1774368000.0, 'created_time': 1774025968.177048, 'last_price_update_time': 1774324190.037297}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975631') HTTP/1.1" 204 0
2026-03-24 03:49:50 [ayvens.fr] INFO: Found listing with ID: 1975632
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975632%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Scrape type for 1975632: 2
2026-03-24 03:49:50 [ayvens.fr] INFO: Extracting data for car ID: 1975632
2026-03-24 03:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baebbdcf-9292-500a-adb3-8684ba7df3b8 with identifier: 1975632
2026-03-24 03:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baebbdcf-9292-500a-adb3-8684ba7df3b8 with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baebbdcf-9292-500a-adb3-8684ba7df3b8 with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: baebbdcf-9292-500a-adb3-8684ba7df3b8, identifier: 1975632
2026-03-24 03:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: baebbdcf-9292-500a-adb3-8684ba7df3b8 with identifier: 1975632
2026-03-24 03:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: baebbdcf-9292-500a-adb3-8684ba7df3b8 with identifier: 1975632
2026-03-24 03:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: baebbdcf-9292-500a-adb3-8684ba7df3b8 with identifier: 1975632 to the API
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'baebbdcf-9292-500a-adb3-8684ba7df3b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'TOYOTA',
'model': 'PROACE CITY',
'odometer': 12688,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-18',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA PROACE CITY PROACE CITY Medium 110 VVT-i Active',
'transmission': 'manual',
'trim': 'PROACE CITY Medium 110 VVT-i Active',
'vin': None,
'year': 2020}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975632%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Saving data for 1975632: {'auction_closing_time': 1774368000.0, 'created_time': 1774025969.620449, 'last_price_update_time': 1774324190.429967}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975632') HTTP/1.1" 204 0
2026-03-24 03:49:50 [ayvens.fr] INFO: Found listing with ID: 1975633
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975633%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Scrape type for 1975633: 2
2026-03-24 03:49:50 [ayvens.fr] INFO: Extracting data for car ID: 1975633
2026-03-24 03:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ac8afc-9e47-562b-8363-82c0069c44af with identifier: 1975633
2026-03-24 03:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ac8afc-9e47-562b-8363-82c0069c44af with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ac8afc-9e47-562b-8363-82c0069c44af with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 31ac8afc-9e47-562b-8363-82c0069c44af, identifier: 1975633
2026-03-24 03:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 31ac8afc-9e47-562b-8363-82c0069c44af with identifier: 1975633
2026-03-24 03:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 31ac8afc-9e47-562b-8363-82c0069c44af with identifier: 1975633
2026-03-24 03:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 31ac8afc-9e47-562b-8363-82c0069c44af with identifier: 1975633 to the API
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '31ac8afc-9e47-562b-8363-82c0069c44af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 42340,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-19',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3500 L2H2 2.3 dCi 130ch Grand Confort '
'Euro6',
'transmission': 'manual',
'trim': 'Master Fg F3500 L2H2 2.3 dCi 130ch Grand Confort Euro6',
'vin': None,
'year': 2018}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975633%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Saving data for 1975633: {'auction_closing_time': 1774368000.0, 'created_time': 1774025971.352437, 'last_price_update_time': 1774324190.840184}
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975633') HTTP/1.1" 204 0
2026-03-24 03:49:50 [ayvens.fr] INFO: Found listing with ID: 1975634
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975634%27 HTTP/1.1" 200 None
2026-03-24 03:49:50 [ayvens.fr] INFO: Scrape type for 1975634: 2
2026-03-24 03:49:50 [ayvens.fr] INFO: Extracting data for car ID: 1975634
2026-03-24 03:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dee33f3b-cfef-5854-a4f6-66971ed6852f with identifier: 1975634
2026-03-24 03:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dee33f3b-cfef-5854-a4f6-66971ed6852f with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dee33f3b-cfef-5854-a4f6-66971ed6852f with scrape type 2
2026-03-24 03:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: dee33f3b-cfef-5854-a4f6-66971ed6852f, identifier: 1975634
2026-03-24 03:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: dee33f3b-cfef-5854-a4f6-66971ed6852f with identifier: 1975634
2026-03-24 03:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: dee33f3b-cfef-5854-a4f6-66971ed6852f with identifier: 1975634
2026-03-24 03:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: dee33f3b-cfef-5854-a4f6-66971ed6852f with identifier: 1975634 to the API
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'dee33f3b-cfef-5854-a4f6-66971ed6852f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 59577,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-13',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 1000kg BlueHDi 100 S&S Club',
'transmission': 'manual',
'trim': 'Berlingo Van M 1000kg BlueHDi 100 S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975634%27 HTTP/1.1" 200 None
2026-03-24 03:49:51 [ayvens.fr] INFO: Saving data for 1975634: {'auction_closing_time': 1774368000.0, 'created_time': 1774025973.022043, 'last_price_update_time': 1774324191.305243}
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975634') HTTP/1.1" 204 0
2026-03-24 03:49:51 [ayvens.fr] INFO: Found listing with ID: 1975635
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975635%27 HTTP/1.1" 200 None
2026-03-24 03:49:51 [ayvens.fr] INFO: Scrape type for 1975635: 2
2026-03-24 03:49:51 [ayvens.fr] INFO: Extracting data for car ID: 1975635
2026-03-24 03:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with identifier: 1975635
2026-03-24 03:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with scrape type 2
2026-03-24 03:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with scrape type 2
2026-03-24 03:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4, identifier: 1975635
2026-03-24 03:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with identifier: 1975635
2026-03-24 03:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with identifier: 1975635
2026-03-24 03:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4 with identifier: 1975635 to the API
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'NOIR PERLA NERA',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'f4c39d5a-2ea5-593a-b1af-b10d67d5d1a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 72111,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-04',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 PureTech 110ch Shine Business S&S EAT6 // 2 PLACES - '
'2 SEATS',
'transmission': 'automatic',
'trim': 'C3 PureTech 110ch Shine Business S&S EAT6 // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2019}
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975635%27 HTTP/1.1" 200 None
2026-03-24 03:49:51 [ayvens.fr] INFO: Saving data for 1975635: {'auction_closing_time': 1774368000.0, 'created_time': 1774025974.864618, 'last_price_update_time': 1774324191.705031}
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975635') HTTP/1.1" 204 0
2026-03-24 03:49:51 [ayvens.fr] INFO: Found listing with ID: 1975636
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975636%27 HTTP/1.1" 200 None
2026-03-24 03:49:51 [ayvens.fr] INFO: Scrape type for 1975636: 2
2026-03-24 03:49:51 [ayvens.fr] INFO: Extracting data for car ID: 1975636
2026-03-24 03:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f29c36-7538-59cf-90fe-c19d0bfe7537 with identifier: 1975636
2026-03-24 03:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f29c36-7538-59cf-90fe-c19d0bfe7537 with scrape type 2
2026-03-24 03:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f29c36-7538-59cf-90fe-c19d0bfe7537 with scrape type 2
2026-03-24 03:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 04f29c36-7538-59cf-90fe-c19d0bfe7537, identifier: 1975636
2026-03-24 03:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 04f29c36-7538-59cf-90fe-c19d0bfe7537 with identifier: 1975636
2026-03-24 03:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 04f29c36-7538-59cf-90fe-c19d0bfe7537 with identifier: 1975636
2026-03-24 03:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 04f29c36-7538-59cf-90fe-c19d0bfe7537 with identifier: 1975636 to the API
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '04f29c36-7538-59cf-90fe-c19d0bfe7537',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 129385,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-31',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 308 308 Affaire 1.5 BlueHDi 100ch S&S Premium Pack',
'transmission': 'manual',
'trim': '308 Affaire 1.5 BlueHDi 100ch S&S Premium Pack',
'vin': None,
'year': 2020}
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975636%27 HTTP/1.1" 200 None
2026-03-24 03:49:52 [ayvens.fr] INFO: Saving data for 1975636: {'auction_closing_time': 1774368000.0, 'created_time': 1774025976.227782, 'last_price_update_time': 1774324192.201497}
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975636') HTTP/1.1" 204 0
2026-03-24 03:49:52 [ayvens.fr] INFO: Found listing with ID: 1975637
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975637%27 HTTP/1.1" 200 None
2026-03-24 03:49:52 [ayvens.fr] INFO: Scrape type for 1975637: 2
2026-03-24 03:49:52 [ayvens.fr] INFO: Extracting data for car ID: 1975637
2026-03-24 03:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2649e106-8e64-57b0-ba99-4c99a5e3f917 with identifier: 1975637
2026-03-24 03:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2649e106-8e64-57b0-ba99-4c99a5e3f917 with scrape type 2
2026-03-24 03:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2649e106-8e64-57b0-ba99-4c99a5e3f917 with scrape type 2
2026-03-24 03:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2649e106-8e64-57b0-ba99-4c99a5e3f917, identifier: 1975637
2026-03-24 03:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2649e106-8e64-57b0-ba99-4c99a5e3f917 with identifier: 1975637
2026-03-24 03:49:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2649e106-8e64-57b0-ba99-4c99a5e3f917 with identifier: 1975637
2026-03-24 03:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2649e106-8e64-57b0-ba99-4c99a5e3f917 with identifier: 1975637 to the API
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLEU COSMOS',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '2649e106-8e64-57b0-ba99-4c99a5e3f917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 118510,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-15',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.5 Blue dCi 115ch Business EDC // 2 PLACES - '
'2 SEATS',
'transmission': 'automatic',
'trim': 'Megane 1.5 Blue dCi 115ch Business EDC // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2019}
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975637%27 HTTP/1.1" 200 None
2026-03-24 03:49:52 [ayvens.fr] INFO: Saving data for 1975637: {'auction_closing_time': 1774368000.0, 'created_time': 1774025977.538136, 'last_price_update_time': 1774324192.619756}
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975637') HTTP/1.1" 204 0
2026-03-24 03:49:52 [ayvens.fr] INFO: Found listing with ID: 1975638
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975638%27 HTTP/1.1" 200 None
2026-03-24 03:49:52 [ayvens.fr] INFO: Scrape type for 1975638: 2
2026-03-24 03:49:52 [ayvens.fr] INFO: Extracting data for car ID: 1975638
2026-03-24 03:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with identifier: 1975638
2026-03-24 03:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with scrape type 2
2026-03-24 03:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with scrape type 2
2026-03-24 03:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: fcc6d738-abb9-51c0-9122-4f36b7d9a0bf, identifier: 1975638
2026-03-24 03:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with identifier: 1975638
2026-03-24 03:49:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with identifier: 1975638
2026-03-24 03:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: fcc6d738-abb9-51c0-9122-4f36b7d9a0bf with identifier: 1975638 to the API
2026-03-24 03:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLANC GLACIER OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'fcc6d738-abb9-51c0-9122-4f36b7d9a0bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'DACIA',
'model': 'DUSTER',
'odometer': 129599,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 2,
'seller_name': None,
'title': 'DACIA DUSTER Duster 1.5 Blue dCi 115ch Confort 4x4 // 2 PLACES - 2 '
'SEATS',
'transmission': 'manual',
'trim': 'Duster 1.5 Blue dCi 115ch Confort 4x4 // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2020}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975638%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Saving data for 1975638: {'auction_closing_time': 1774368000.0, 'created_time': 1774025978.601516, 'last_price_update_time': 1774324193.043643}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975638') HTTP/1.1" 204 0
2026-03-24 03:49:53 [ayvens.fr] INFO: Found listing with ID: 1975639
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975639%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Scrape type for 1975639: 2
2026-03-24 03:49:53 [ayvens.fr] INFO: Extracting data for car ID: 1975639
2026-03-24 03:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12bda83c-94ae-5a1a-b793-339c667c96de with identifier: 1975639
2026-03-24 03:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12bda83c-94ae-5a1a-b793-339c667c96de with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12bda83c-94ae-5a1a-b793-339c667c96de with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 12bda83c-94ae-5a1a-b793-339c667c96de, identifier: 1975639
2026-03-24 03:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 12bda83c-94ae-5a1a-b793-339c667c96de with identifier: 1975639
2026-03-24 03:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 12bda83c-94ae-5a1a-b793-339c667c96de with identifier: 1975639
2026-03-24 03:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 12bda83c-94ae-5a1a-b793-339c667c96de with identifier: 1975639 to the API
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLANC GLACIER OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '12bda83c-94ae-5a1a-b793-339c667c96de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'SCENIC',
'odometer': 108762,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT SCENIC Scenic 1.3 TCe 115ch Business // 2 PLACES - 2 SEATS',
'transmission': 'manual',
'trim': 'Scenic 1.3 TCe 115ch Business // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2021}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975639%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Saving data for 1975639: {'auction_closing_time': 1774368000.0, 'created_time': 1774025980.132001, 'last_price_update_time': 1774324193.450888}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975639') HTTP/1.1" 204 0
2026-03-24 03:49:53 [ayvens.fr] INFO: Found listing with ID: 1975640
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975640%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Scrape type for 1975640: 2
2026-03-24 03:49:53 [ayvens.fr] INFO: Extracting data for car ID: 1975640
2026-03-24 03:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf4e1f4-f590-572c-8769-f173be05f202 with identifier: 1975640
2026-03-24 03:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf4e1f4-f590-572c-8769-f173be05f202 with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf4e1f4-f590-572c-8769-f173be05f202 with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: bcf4e1f4-f590-572c-8769-f173be05f202, identifier: 1975640
2026-03-24 03:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: bcf4e1f4-f590-572c-8769-f173be05f202 with identifier: 1975640
2026-03-24 03:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: bcf4e1f4-f590-572c-8769-f173be05f202 with identifier: 1975640
2026-03-24 03:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: bcf4e1f4-f590-572c-8769-f173be05f202 with identifier: 1975640 to the API
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'bcf4e1f4-f590-572c-8769-f173be05f202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 41108,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio 1.5 Blue dCi 100ch Business // 2 PLACES - 2 '
'SEATS',
'transmission': 'manual',
'trim': 'Clio 1.5 Blue dCi 100ch Business // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2022}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975640%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Saving data for 1975640: {'auction_closing_time': 1774368000.0, 'created_time': 1774025982.521171, 'last_price_update_time': 1774324193.840234}
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975640') HTTP/1.1" 204 0
2026-03-24 03:49:53 [ayvens.fr] INFO: Found listing with ID: 1975641
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975641%27 HTTP/1.1" 200 None
2026-03-24 03:49:53 [ayvens.fr] INFO: Scrape type for 1975641: 2
2026-03-24 03:49:53 [ayvens.fr] INFO: Extracting data for car ID: 1975641
2026-03-24 03:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with identifier: 1975641
2026-03-24 03:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with scrape type 2
2026-03-24 03:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780, identifier: 1975641
2026-03-24 03:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with identifier: 1975641
2026-03-24 03:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with identifier: 1975641
2026-03-24 03:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8b7fd808-6ff9-5d9d-b0c5-f166d84b1780 with identifier: 1975641 to the API
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8b7fd808-6ff9-5d9d-b0c5-f166d84b1780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MEGANE',
'odometer': 132295,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT MEGANE Megane 1.5 Blue dCi 115ch Evolution // 2 PLACES - 2 '
'SEATS',
'transmission': 'manual',
'trim': 'Megane 1.5 Blue dCi 115ch Evolution // 2 PLACES - 2 SEATS',
'vin': None,
'year': 2023}
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975641%27 HTTP/1.1" 200 None
2026-03-24 03:49:54 [ayvens.fr] INFO: Saving data for 1975641: {'auction_closing_time': 1774368000.0, 'created_time': 1774025983.965426, 'last_price_update_time': 1774324194.245804}
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975641') HTTP/1.1" 204 0
2026-03-24 03:49:54 [ayvens.fr] INFO: Found listing with ID: 1975642
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975642%27 HTTP/1.1" 200 None
2026-03-24 03:49:54 [ayvens.fr] INFO: Scrape type for 1975642: 2
2026-03-24 03:49:54 [ayvens.fr] INFO: Extracting data for car ID: 1975642
2026-03-24 03:49:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 426aaf02-15ee-5139-9e1f-58ca294d2331 with identifier: 1975642
2026-03-24 03:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 426aaf02-15ee-5139-9e1f-58ca294d2331 with scrape type 2
2026-03-24 03:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 426aaf02-15ee-5139-9e1f-58ca294d2331 with scrape type 2
2026-03-24 03:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 426aaf02-15ee-5139-9e1f-58ca294d2331, identifier: 1975642
2026-03-24 03:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 426aaf02-15ee-5139-9e1f-58ca294d2331 with identifier: 1975642
2026-03-24 03:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 426aaf02-15ee-5139-9e1f-58ca294d2331 with identifier: 1975642
2026-03-24 03:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 426aaf02-15ee-5139-9e1f-58ca294d2331 with identifier: 1975642 to the API
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '426aaf02-15ee-5139-9e1f-58ca294d2331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 33118,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Reversible 1.0 TCe 90ch Business',
'transmission': 'manual',
'trim': 'Clio Reversible 1.0 TCe 90ch Business',
'vin': None,
'year': 2021}
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975642%27 HTTP/1.1" 200 None
2026-03-24 03:49:54 [ayvens.fr] INFO: Saving data for 1975642: {'auction_closing_time': 1774368000.0, 'created_time': 1774025985.409768, 'last_price_update_time': 1774324194.671622}
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975642') HTTP/1.1" 204 0
2026-03-24 03:49:54 [ayvens.fr] INFO: Found listing with ID: 1975643
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975643%27 HTTP/1.1" 200 None
2026-03-24 03:49:54 [ayvens.fr] INFO: Scrape type for 1975643: 2
2026-03-24 03:49:54 [ayvens.fr] INFO: Extracting data for car ID: 1975643
2026-03-24 03:49:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a588733-2270-596e-a6f5-06760c60702c with identifier: 1975643
2026-03-24 03:49:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a588733-2270-596e-a6f5-06760c60702c with scrape type 2
2026-03-24 03:49:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a588733-2270-596e-a6f5-06760c60702c with scrape type 2
2026-03-24 03:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0a588733-2270-596e-a6f5-06760c60702c, identifier: 1975643
2026-03-24 03:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0a588733-2270-596e-a6f5-06760c60702c with identifier: 1975643
2026-03-24 03:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0a588733-2270-596e-a6f5-06760c60702c with identifier: 1975643
2026-03-24 03:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0a588733-2270-596e-a6f5-06760c60702c with identifier: 1975643 to the API
2026-03-24 03:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0a588733-2270-596e-a6f5-06760c60702c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO EXPRESS',
'odometer': 66038,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS Kangoo Express 1.5 Blue dCi 95ch Grand '
'Confort',
'transmission': 'manual',
'trim': 'Kangoo Express 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975643%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Saving data for 1975643: {'auction_closing_time': 1774368000.0, 'created_time': 1774025987.145533, 'last_price_update_time': 1774324195.065507}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975643') HTTP/1.1" 204 0
2026-03-24 03:49:55 [ayvens.fr] INFO: Found listing with ID: 1975644
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975644%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Scrape type for 1975644: 2
2026-03-24 03:49:55 [ayvens.fr] INFO: Extracting data for car ID: 1975644
2026-03-24 03:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afa050ec-6352-58fc-8793-e9ba3556b861 with identifier: 1975644
2026-03-24 03:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afa050ec-6352-58fc-8793-e9ba3556b861 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afa050ec-6352-58fc-8793-e9ba3556b861 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: afa050ec-6352-58fc-8793-e9ba3556b861, identifier: 1975644
2026-03-24 03:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: afa050ec-6352-58fc-8793-e9ba3556b861 with identifier: 1975644
2026-03-24 03:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: afa050ec-6352-58fc-8793-e9ba3556b861 with identifier: 1975644
2026-03-24 03:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: afa050ec-6352-58fc-8793-e9ba3556b861 with identifier: 1975644 to the API
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 200,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'afa050ec-6352-58fc-8793-e9ba3556b861',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 68265,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L2H1 1300 2.0 dCi 145ch Energy Grand '
'Confort E6',
'transmission': 'manual',
'trim': 'Trafic Fg L2H1 1300 2.0 dCi 145ch Energy Grand Confort E6',
'vin': None,
'year': 2021}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975644%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Saving data for 1975644: {'auction_closing_time': 1774368000.0, 'created_time': 1774025988.9921, 'last_price_update_time': 1774324195.456674}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975644') HTTP/1.1" 204 0
2026-03-24 03:49:55 [ayvens.fr] INFO: Found listing with ID: 1975645
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975645%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Scrape type for 1975645: 2
2026-03-24 03:49:55 [ayvens.fr] INFO: Extracting data for car ID: 1975645
2026-03-24 03:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 403605fb-0d30-5254-b4fb-d89d0f917628 with identifier: 1975645
2026-03-24 03:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 403605fb-0d30-5254-b4fb-d89d0f917628 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 403605fb-0d30-5254-b4fb-d89d0f917628 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 403605fb-0d30-5254-b4fb-d89d0f917628, identifier: 1975645
2026-03-24 03:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 403605fb-0d30-5254-b4fb-d89d0f917628 with identifier: 1975645
2026-03-24 03:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 403605fb-0d30-5254-b4fb-d89d0f917628 with identifier: 1975645
2026-03-24 03:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 403605fb-0d30-5254-b4fb-d89d0f917628 with identifier: 1975645 to the API
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 225,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.2L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '403605fb-0d30-5254-b4fb-d89d0f917628',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER PROPULSION',
'odometer': 137011,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER PROPULSION Master Fg R3500RJ L3H2 2.3 dCi 165ch '
'energy Grand Confort',
'transmission': 'manual',
'trim': 'Master Fg R3500RJ L3H2 2.3 dCi 165ch energy Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975645%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Saving data for 1975645: {'auction_closing_time': 1774368000.0, 'created_time': 1774025990.390378, 'last_price_update_time': 1774324195.840797}
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975645') HTTP/1.1" 204 0
2026-03-24 03:49:55 [ayvens.fr] INFO: Found listing with ID: 1975646
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975646%27 HTTP/1.1" 200 None
2026-03-24 03:49:55 [ayvens.fr] INFO: Scrape type for 1975646: 2
2026-03-24 03:49:55 [ayvens.fr] INFO: Extracting data for car ID: 1975646
2026-03-24 03:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f577a8d7-2304-5ab9-a876-76dc3a067ec7 with identifier: 1975646
2026-03-24 03:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f577a8d7-2304-5ab9-a876-76dc3a067ec7 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f577a8d7-2304-5ab9-a876-76dc3a067ec7 with scrape type 2
2026-03-24 03:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f577a8d7-2304-5ab9-a876-76dc3a067ec7, identifier: 1975646
2026-03-24 03:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f577a8d7-2304-5ab9-a876-76dc3a067ec7 with identifier: 1975646
2026-03-24 03:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f577a8d7-2304-5ab9-a876-76dc3a067ec7 with identifier: 1975646
2026-03-24 03:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f577a8d7-2304-5ab9-a876-76dc3a067ec7 with identifier: 1975646 to the API
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f577a8d7-2304-5ab9-a876-76dc3a067ec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 79084,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-20',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg M 1.6 BlueHDi 115ch Club S&S',
'transmission': 'manual',
'trim': 'Jumpy Fg M 1.6 BlueHDi 115ch Club S&S',
'vin': None,
'year': 2017}
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975646%27 HTTP/1.1" 200 None
2026-03-24 03:49:56 [ayvens.fr] INFO: Saving data for 1975646: {'auction_closing_time': 1774368000.0, 'created_time': 1774025992.234833, 'last_price_update_time': 1774324196.23775}
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975646') HTTP/1.1" 204 0
2026-03-24 03:49:56 [ayvens.fr] INFO: Found listing with ID: 1975647
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975647%27 HTTP/1.1" 200 None
2026-03-24 03:49:56 [ayvens.fr] INFO: Scrape type for 1975647: 2
2026-03-24 03:49:56 [ayvens.fr] INFO: Extracting data for car ID: 1975647
2026-03-24 03:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with identifier: 1975647
2026-03-24 03:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with scrape type 2
2026-03-24 03:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with scrape type 2
2026-03-24 03:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 09b3ec8d-a9d7-5c00-bb46-145c063c63c7, identifier: 1975647
2026-03-24 03:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with identifier: 1975647
2026-03-24 03:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with identifier: 1975647
2026-03-24 03:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 09b3ec8d-a9d7-5c00-bb46-145c063c63c7 with identifier: 1975647 to the API
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '09b3ec8d-a9d7-5c00-bb46-145c063c63c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPER',
'odometer': 137709,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-19',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPER Jumper Fg 35 L2H2 2.2 BlueHDi 140 S&S Control',
'transmission': 'manual',
'trim': 'Jumper Fg 35 L2H2 2.2 BlueHDi 140 S&S Control',
'vin': None,
'year': 2020}
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975647%27 HTTP/1.1" 200 None
2026-03-24 03:49:56 [ayvens.fr] INFO: Saving data for 1975647: {'auction_closing_time': 1774368000.0, 'created_time': 1774025994.669577, 'last_price_update_time': 1774324196.731127}
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975647') HTTP/1.1" 204 0
2026-03-24 03:49:56 [ayvens.fr] INFO: Found listing with ID: 1975648
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975648%27 HTTP/1.1" 200 None
2026-03-24 03:49:56 [ayvens.fr] INFO: Scrape type for 1975648: 2
2026-03-24 03:49:56 [ayvens.fr] INFO: Extracting data for car ID: 1975648
2026-03-24 03:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61a23f76-072f-5a3a-a60e-22ea8edaab7c with identifier: 1975648
2026-03-24 03:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a23f76-072f-5a3a-a60e-22ea8edaab7c with scrape type 2
2026-03-24 03:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61a23f76-072f-5a3a-a60e-22ea8edaab7c with scrape type 2
2026-03-24 03:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 61a23f76-072f-5a3a-a60e-22ea8edaab7c, identifier: 1975648
2026-03-24 03:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 61a23f76-072f-5a3a-a60e-22ea8edaab7c with identifier: 1975648
2026-03-24 03:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 61a23f76-072f-5a3a-a60e-22ea8edaab7c with identifier: 1975648
2026-03-24 03:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 61a23f76-072f-5a3a-a60e-22ea8edaab7c with identifier: 1975648 to the API
2026-03-24 03:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 268,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '61a23f76-072f-5a3a-a60e-22ea8edaab7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 56563,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand '
'Confort Euro6',
'transmission': 'manual',
'trim': 'Master Fg F3300 L1H2 2.3 Blue dCi 135ch Grand Confort Euro6',
'vin': None,
'year': 2022}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975648%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Saving data for 1975648: {'auction_closing_time': 1774368000.0, 'created_time': 1774025996.407211, 'last_price_update_time': 1774324197.114078}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975648') HTTP/1.1" 204 0
2026-03-24 03:49:57 [ayvens.fr] INFO: Found listing with ID: 1975649
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975649%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Scrape type for 1975649: 2
2026-03-24 03:49:57 [ayvens.fr] INFO: Extracting data for car ID: 1975649
2026-03-24 03:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8670e395-a3c3-5659-be60-d4ea920f6622 with identifier: 1975649
2026-03-24 03:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8670e395-a3c3-5659-be60-d4ea920f6622 with scrape type 2
2026-03-24 03:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8670e395-a3c3-5659-be60-d4ea920f6622 with scrape type 2
2026-03-24 03:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8670e395-a3c3-5659-be60-d4ea920f6622, identifier: 1975649
2026-03-24 03:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8670e395-a3c3-5659-be60-d4ea920f6622 with identifier: 1975649
2026-03-24 03:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8670e395-a3c3-5659-be60-d4ea920f6622 with identifier: 1975649
2026-03-24 03:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8670e395-a3c3-5659-be60-d4ea920f6622 with identifier: 1975649 to the API
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8670e395-a3c3-5659-be60-d4ea920f6622',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 87055,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg XL 2.0 BlueHDi 120ch S&S Driver',
'transmission': 'manual',
'trim': 'Jumpy Fg XL 2.0 BlueHDi 120ch S&S Driver',
'vin': None,
'year': 2021}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975649%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Saving data for 1975649: {'auction_closing_time': 1774368000.0, 'created_time': 1774025997.803216, 'last_price_update_time': 1774324197.507861}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975649') HTTP/1.1" 204 0
2026-03-24 03:49:57 [ayvens.fr] INFO: Found listing with ID: 1975650
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975650%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Scrape type for 1975650: 2
2026-03-24 03:49:57 [ayvens.fr] INFO: Extracting data for car ID: 1975650
2026-03-24 03:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4b7ed2-1009-548a-aee3-262084293ff4 with identifier: 1975650
2026-03-24 03:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4b7ed2-1009-548a-aee3-262084293ff4 with scrape type 2
2026-03-24 03:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4b7ed2-1009-548a-aee3-262084293ff4 with scrape type 2
2026-03-24 03:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 2b4b7ed2-1009-548a-aee3-262084293ff4, identifier: 1975650
2026-03-24 03:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 2b4b7ed2-1009-548a-aee3-262084293ff4 with identifier: 1975650
2026-03-24 03:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 2b4b7ed2-1009-548a-aee3-262084293ff4 with identifier: 1975650
2026-03-24 03:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 2b4b7ed2-1009-548a-aee3-262084293ff4 with identifier: 1975650 to the API
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '2b4b7ed2-1009-548a-aee3-262084293ff4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 69394,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-09',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.2 PureTech 82ch S&S Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.2 PureTech 82ch S&S Feel Business R',
'vin': None,
'year': 2020}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975650%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Saving data for 1975650: {'auction_closing_time': 1774368000.0, 'created_time': 1774025999.130366, 'last_price_update_time': 1774324197.918841}
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975650') HTTP/1.1" 204 0
2026-03-24 03:49:57 [ayvens.fr] INFO: Found listing with ID: 1975651
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975651%27 HTTP/1.1" 200 None
2026-03-24 03:49:57 [ayvens.fr] INFO: Scrape type for 1975651: 2
2026-03-24 03:49:57 [ayvens.fr] INFO: Extracting data for car ID: 1975651
2026-03-24 03:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d2e5df-a1e6-52de-90be-013e099041a1 with identifier: 1975651
2026-03-24 03:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d2e5df-a1e6-52de-90be-013e099041a1 with scrape type 2
2026-03-24 03:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d2e5df-a1e6-52de-90be-013e099041a1 with scrape type 2
2026-03-24 03:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d6d2e5df-a1e6-52de-90be-013e099041a1, identifier: 1975651
2026-03-24 03:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d6d2e5df-a1e6-52de-90be-013e099041a1 with identifier: 1975651
2026-03-24 03:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d6d2e5df-a1e6-52de-90be-013e099041a1 with identifier: 1975651
2026-03-24 03:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d6d2e5df-a1e6-52de-90be-013e099041a1 with identifier: 1975651 to the API
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'd6d2e5df-a1e6-52de-90be-013e099041a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 17542,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO Kangoo Express Electrique Maxi Grand Volume Confort '
'Achat intgral',
'transmission': 'automatic',
'trim': 'Kangoo Express Electrique Maxi Grand Volume Confort Achat intgral',
'vin': None,
'year': 2021}
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975651%27 HTTP/1.1" 200 None
2026-03-24 03:49:58 [ayvens.fr] INFO: Saving data for 1975651: {'auction_closing_time': 1774368000.0, 'created_time': 1774026002.033046, 'last_price_update_time': 1774324198.335378}
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975651') HTTP/1.1" 204 0
2026-03-24 03:49:58 [ayvens.fr] INFO: Found listing with ID: 1975652
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975652%27 HTTP/1.1" 200 None
2026-03-24 03:49:58 [ayvens.fr] INFO: Scrape type for 1975652: 2
2026-03-24 03:49:58 [ayvens.fr] INFO: Extracting data for car ID: 1975652
2026-03-24 03:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d63483-411c-585e-934d-7a3b30cbce53 with identifier: 1975652
2026-03-24 03:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d63483-411c-585e-934d-7a3b30cbce53 with scrape type 2
2026-03-24 03:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d63483-411c-585e-934d-7a3b30cbce53 with scrape type 2
2026-03-24 03:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 07d63483-411c-585e-934d-7a3b30cbce53, identifier: 1975652
2026-03-24 03:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 07d63483-411c-585e-934d-7a3b30cbce53 with identifier: 1975652
2026-03-24 03:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 07d63483-411c-585e-934d-7a3b30cbce53 with identifier: 1975652
2026-03-24 03:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 07d63483-411c-585e-934d-7a3b30cbce53 with identifier: 1975652 to the API
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 03:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '07d63483-411c-585e-934d-7a3b30cbce53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 42352,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-17',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 650kg BlueHDi 130ch S&S Asphalt '
'EAT8',
'transmission': 'automatic',
'trim': 'Partner Standard 650kg BlueHDi 130ch S&S Asphalt EAT8',
'vin': None,
'year': 2019}
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975652%27 HTTP/1.1" 200 None
2026-03-24 03:49:58 [ayvens.fr] INFO: Saving data for 1975652: {'auction_closing_time': 1774368000.0, 'created_time': 1774026005.561333, 'last_price_update_time': 1774324198.732316}
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975652') HTTP/1.1" 204 0
2026-03-24 03:49:58 [ayvens.fr] INFO: Found listing with ID: 1975653
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975653%27 HTTP/1.1" 200 None
2026-03-24 03:49:58 [ayvens.fr] INFO: Scrape type for 1975653: 2
2026-03-24 03:49:58 [ayvens.fr] INFO: Extracting data for car ID: 1975653
2026-03-24 03:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a69e0f7-66ab-5677-bada-534ae07eaee9 with identifier: 1975653
2026-03-24 03:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a69e0f7-66ab-5677-bada-534ae07eaee9 with scrape type 2
2026-03-24 03:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a69e0f7-66ab-5677-bada-534ae07eaee9 with scrape type 2
2026-03-24 03:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4a69e0f7-66ab-5677-bada-534ae07eaee9, identifier: 1975653
2026-03-24 03:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4a69e0f7-66ab-5677-bada-534ae07eaee9 with identifier: 1975653
2026-03-24 03:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4a69e0f7-66ab-5677-bada-534ae07eaee9 with identifier: 1975653
2026-03-24 03:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4a69e0f7-66ab-5677-bada-534ae07eaee9 with identifier: 1975653 to the API
2026-03-24 03:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4a69e0f7-66ab-5677-bada-534ae07eaee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPER',
'odometer': 121380,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-23',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPER Jumper Fg 35 L2H2 2.0 BlueHDi 130 Club',
'transmission': 'manual',
'trim': 'Jumper Fg 35 L2H2 2.0 BlueHDi 130 Club',
'vin': None,
'year': 2016}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975653%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Saving data for 1975653: {'auction_closing_time': 1774368000.0, 'created_time': 1774026006.968261, 'last_price_update_time': 1774324199.117477}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975653') HTTP/1.1" 204 0
2026-03-24 03:49:59 [ayvens.fr] INFO: Found listing with ID: 1975654
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975654%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Scrape type for 1975654: 2
2026-03-24 03:49:59 [ayvens.fr] INFO: Extracting data for car ID: 1975654
2026-03-24 03:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f788faca-482c-5397-a666-959f9c788c13 with identifier: 1975654
2026-03-24 03:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f788faca-482c-5397-a666-959f9c788c13 with scrape type 2
2026-03-24 03:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f788faca-482c-5397-a666-959f9c788c13 with scrape type 2
2026-03-24 03:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f788faca-482c-5397-a666-959f9c788c13, identifier: 1975654
2026-03-24 03:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f788faca-482c-5397-a666-959f9c788c13 with identifier: 1975654
2026-03-24 03:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f788faca-482c-5397-a666-959f9c788c13 with identifier: 1975654
2026-03-24 03:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f788faca-482c-5397-a666-959f9c788c13 with identifier: 1975654 to the API
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 224,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f788faca-482c-5397-a666-959f9c788c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPER',
'odometer': 117184,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPER Jumper Fg 30 L1H1 2.2 BlueHDi 120 S&S Club',
'transmission': 'manual',
'trim': 'Jumper Fg 30 L1H1 2.2 BlueHDi 120 S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975654%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Saving data for 1975654: {'auction_closing_time': 1774368000.0, 'created_time': 1774026009.871918, 'last_price_update_time': 1774324199.51797}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975654') HTTP/1.1" 204 0
2026-03-24 03:49:59 [ayvens.fr] INFO: Found listing with ID: 1975655
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975655%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Scrape type for 1975655: 2
2026-03-24 03:49:59 [ayvens.fr] INFO: Extracting data for car ID: 1975655
2026-03-24 03:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5de06c72-86bf-5d46-b879-f82765313523 with identifier: 1975655
2026-03-24 03:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5de06c72-86bf-5d46-b879-f82765313523 with scrape type 2
2026-03-24 03:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5de06c72-86bf-5d46-b879-f82765313523 with scrape type 2
2026-03-24 03:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 5de06c72-86bf-5d46-b879-f82765313523, identifier: 1975655
2026-03-24 03:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 5de06c72-86bf-5d46-b879-f82765313523 with identifier: 1975655
2026-03-24 03:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 5de06c72-86bf-5d46-b879-f82765313523 with identifier: 1975655
2026-03-24 03:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 5de06c72-86bf-5d46-b879-f82765313523 with identifier: 1975655 to the API
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:49: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-24 03:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '5de06c72-86bf-5d46-b879-f82765313523',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'EXPERT',
'odometer': 122939,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-06',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT Expert Fg Standard 2.0 BlueHDi 120ch Premium Pack '
'S&S',
'transmission': 'manual',
'trim': 'Expert Fg Standard 2.0 BlueHDi 120ch Premium Pack S&S',
'vin': None,
'year': 2018}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975655%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Saving data for 1975655: {'auction_closing_time': 1774368000.0, 'created_time': 1774026012.98818, 'last_price_update_time': 1774324199.898433}
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975655') HTTP/1.1" 204 0
2026-03-24 03:49:59 [ayvens.fr] INFO: Found listing with ID: 1975656
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975656%27 HTTP/1.1" 200 None
2026-03-24 03:49:59 [ayvens.fr] INFO: Scrape type for 1975656: 2
2026-03-24 03:49:59 [ayvens.fr] INFO: Extracting data for car ID: 1975656
2026-03-24 03:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 856896c5-6af4-5569-a95f-47f5f404a0d8 with identifier: 1975656
2026-03-24 03:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 856896c5-6af4-5569-a95f-47f5f404a0d8 with scrape type 2
2026-03-24 03:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 856896c5-6af4-5569-a95f-47f5f404a0d8 with scrape type 2
2026-03-24 03:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 856896c5-6af4-5569-a95f-47f5f404a0d8, identifier: 1975656
2026-03-24 03:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 856896c5-6af4-5569-a95f-47f5f404a0d8 with identifier: 1975656
2026-03-24 03:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 856896c5-6af4-5569-a95f-47f5f404a0d8 with identifier: 1975656
2026-03-24 03:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 856896c5-6af4-5569-a95f-47f5f404a0d8 with identifier: 1975656 to the API
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '856896c5-6af4-5569-a95f-47f5f404a0d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPY',
'odometer': 130770,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPY Jumpy Fg M 1.5 BlueHDi 120ch S&S Driver',
'transmission': 'manual',
'trim': 'Jumpy Fg M 1.5 BlueHDi 120ch S&S Driver',
'vin': None,
'year': 2020}
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975656%27 HTTP/1.1" 200 None
2026-03-24 03:50:00 [ayvens.fr] INFO: Saving data for 1975656: {'auction_closing_time': 1774368000.0, 'created_time': 1774026014.819726, 'last_price_update_time': 1774324200.320562}
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975656') HTTP/1.1" 204 0
2026-03-24 03:50:00 [ayvens.fr] INFO: Found listing with ID: 1975657
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975657%27 HTTP/1.1" 200 None
2026-03-24 03:50:00 [ayvens.fr] INFO: Scrape type for 1975657: 2
2026-03-24 03:50:00 [ayvens.fr] INFO: Extracting data for car ID: 1975657
2026-03-24 03:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7bd662e-1256-5421-a623-949d2dd661ea with identifier: 1975657
2026-03-24 03:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bd662e-1256-5421-a623-949d2dd661ea with scrape type 2
2026-03-24 03:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7bd662e-1256-5421-a623-949d2dd661ea with scrape type 2
2026-03-24 03:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f7bd662e-1256-5421-a623-949d2dd661ea, identifier: 1975657
2026-03-24 03:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f7bd662e-1256-5421-a623-949d2dd661ea with identifier: 1975657
2026-03-24 03:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f7bd662e-1256-5421-a623-949d2dd661ea with identifier: 1975657
2026-03-24 03:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f7bd662e-1256-5421-a623-949d2dd661ea with identifier: 1975657 to the API
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f7bd662e-1256-5421-a623-949d2dd661ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '208',
'odometer': 137690,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-26',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 208 208 Affaire 1.6 BlueHDi 100ch S&S Premium Pack',
'transmission': 'manual',
'trim': '208 Affaire 1.6 BlueHDi 100ch S&S Premium Pack',
'vin': None,
'year': 2019}
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975657%27 HTTP/1.1" 200 None
2026-03-24 03:50:00 [ayvens.fr] INFO: Saving data for 1975657: {'auction_closing_time': 1774368000.0, 'created_time': 1774026016.41968, 'last_price_update_time': 1774324200.701}
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975657') HTTP/1.1" 204 0
2026-03-24 03:50:00 [ayvens.fr] INFO: Found listing with ID: 1975658
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975658%27 HTTP/1.1" 200 None
2026-03-24 03:50:00 [ayvens.fr] INFO: Scrape type for 1975658: 2
2026-03-24 03:50:00 [ayvens.fr] INFO: Extracting data for car ID: 1975658
2026-03-24 03:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17c45b54-28a5-5721-8a86-493637c302a1 with identifier: 1975658
2026-03-24 03:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17c45b54-28a5-5721-8a86-493637c302a1 with scrape type 2
2026-03-24 03:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17c45b54-28a5-5721-8a86-493637c302a1 with scrape type 2
2026-03-24 03:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 17c45b54-28a5-5721-8a86-493637c302a1, identifier: 1975658
2026-03-24 03:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 17c45b54-28a5-5721-8a86-493637c302a1 with identifier: 1975658
2026-03-24 03:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 17c45b54-28a5-5721-8a86-493637c302a1 with identifier: 1975658
2026-03-24 03:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 17c45b54-28a5-5721-8a86-493637c302a1 with identifier: 1975658 to the API
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 170,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '17c45b54-28a5-5721-8a86-493637c302a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'TRAFIC',
'odometer': 103212,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-23',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort',
'transmission': 'manual',
'trim': 'Trafic Fg L1H1 1000 2.0 dCi 120ch Grand Confort',
'vin': None,
'year': 2019}
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975658%27 HTTP/1.1" 200 None
2026-03-24 03:50:01 [ayvens.fr] INFO: Saving data for 1975658: {'auction_closing_time': 1774368000.0, 'created_time': 1774026017.754121, 'last_price_update_time': 1774324201.201681}
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975658') HTTP/1.1" 204 0
2026-03-24 03:50:01 [ayvens.fr] INFO: Found listing with ID: 1975659
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975659%27 HTTP/1.1" 200 None
2026-03-24 03:50:01 [ayvens.fr] INFO: Scrape type for 1975659: 2
2026-03-24 03:50:01 [ayvens.fr] INFO: Extracting data for car ID: 1975659
2026-03-24 03:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with identifier: 1975659
2026-03-24 03:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with scrape type 2
2026-03-24 03:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with scrape type 2
2026-03-24 03:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420, identifier: 1975659
2026-03-24 03:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with identifier: 1975659
2026-03-24 03:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with identifier: 1975659
2026-03-24 03:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4c59c7f8-49f2-56b1-b23b-e9cd92c3f420 with identifier: 1975659 to the API
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4c59c7f8-49f2-56b1-b23b-e9cd92c3f420',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CONNECT VU',
'odometer': 86299,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT VU Transit Connect L1 1.5 EcoBlue 100ch Trend '
'BVA',
'transmission': 'automatic',
'trim': 'Transit Connect L1 1.5 EcoBlue 100ch Trend BVA',
'vin': None,
'year': 2023}
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975659%27 HTTP/1.1" 200 None
2026-03-24 03:50:01 [ayvens.fr] INFO: Saving data for 1975659: {'auction_closing_time': 1774368000.0, 'created_time': 1774026019.467873, 'last_price_update_time': 1774324201.641466}
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975659') HTTP/1.1" 204 0
2026-03-24 03:50:01 [ayvens.fr] INFO: Found listing with ID: 1975660
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975660%27 HTTP/1.1" 200 None
2026-03-24 03:50:01 [ayvens.fr] INFO: Scrape type for 1975660: 2
2026-03-24 03:50:01 [ayvens.fr] INFO: Extracting data for car ID: 1975660
2026-03-24 03:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b03373c9-77af-5e9d-b159-875a7e939ce9 with identifier: 1975660
2026-03-24 03:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b03373c9-77af-5e9d-b159-875a7e939ce9 with scrape type 2
2026-03-24 03:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b03373c9-77af-5e9d-b159-875a7e939ce9 with scrape type 2
2026-03-24 03:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: b03373c9-77af-5e9d-b159-875a7e939ce9, identifier: 1975660
2026-03-24 03:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: b03373c9-77af-5e9d-b159-875a7e939ce9 with identifier: 1975660
2026-03-24 03:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: b03373c9-77af-5e9d-b159-875a7e939ce9 with identifier: 1975660
2026-03-24 03:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: b03373c9-77af-5e9d-b159-875a7e939ce9 with identifier: 1975660 to the API
2026-03-24 03:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'b03373c9-77af-5e9d-b159-875a7e939ce9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 125153,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-05',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Nav',
'vin': None,
'year': 2020}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975660%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Saving data for 1975660: {'auction_closing_time': 1774368000.0, 'created_time': 1774026021.543561, 'last_price_update_time': 1774324202.028436}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975660') HTTP/1.1" 204 0
2026-03-24 03:50:02 [ayvens.fr] INFO: Found listing with ID: 1975661
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975661%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Scrape type for 1975661: 2
2026-03-24 03:50:02 [ayvens.fr] INFO: Extracting data for car ID: 1975661
2026-03-24 03:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ee3ab14-5342-5d17-a51c-5e5843371e17 with identifier: 1975661
2026-03-24 03:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ee3ab14-5342-5d17-a51c-5e5843371e17 with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ee3ab14-5342-5d17-a51c-5e5843371e17 with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9ee3ab14-5342-5d17-a51c-5e5843371e17, identifier: 1975661
2026-03-24 03:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9ee3ab14-5342-5d17-a51c-5e5843371e17 with identifier: 1975661
2026-03-24 03:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9ee3ab14-5342-5d17-a51c-5e5843371e17 with identifier: 1975661
2026-03-24 03:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9ee3ab14-5342-5d17-a51c-5e5843371e17 with identifier: 1975661 to the API
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 244,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '9ee3ab14-5342-5d17-a51c-5e5843371e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 145226,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-20',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3300 L1H2 2.3 dCi 135ch Grand Confort',
'transmission': 'manual',
'trim': 'Master Fg F3300 L1H2 2.3 dCi 135ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975661%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Saving data for 1975661: {'auction_closing_time': 1774368000.0, 'created_time': 1774026024.015318, 'last_price_update_time': 1774324202.431438}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975661') HTTP/1.1" 204 0
2026-03-24 03:50:02 [ayvens.fr] INFO: Found listing with ID: 1975662
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975662%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Scrape type for 1975662: 2
2026-03-24 03:50:02 [ayvens.fr] INFO: Extracting data for car ID: 1975662
2026-03-24 03:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72312b03-b7af-59b4-9374-b49e2af5f536 with identifier: 1975662
2026-03-24 03:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72312b03-b7af-59b4-9374-b49e2af5f536 with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72312b03-b7af-59b4-9374-b49e2af5f536 with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 72312b03-b7af-59b4-9374-b49e2af5f536, identifier: 1975662
2026-03-24 03:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 72312b03-b7af-59b4-9374-b49e2af5f536 with identifier: 1975662
2026-03-24 03:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 72312b03-b7af-59b4-9374-b49e2af5f536 with identifier: 1975662
2026-03-24 03:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 72312b03-b7af-59b4-9374-b49e2af5f536 with identifier: 1975662 to the API
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '72312b03-b7af-59b4-9374-b49e2af5f536',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'KANGOO',
'odometer': 63469,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO Kangoo Van L1 1.5 Blue dCi 95ch Grand Confort',
'transmission': 'manual',
'trim': 'Kangoo Van L1 1.5 Blue dCi 95ch Grand Confort',
'vin': None,
'year': 2022}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975662%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Saving data for 1975662: {'auction_closing_time': 1774368000.0, 'created_time': 1774026024.782434, 'last_price_update_time': 1774324202.846292}
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975662') HTTP/1.1" 204 0
2026-03-24 03:50:02 [ayvens.fr] INFO: Found listing with ID: 1975663
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975663%27 HTTP/1.1" 200 None
2026-03-24 03:50:02 [ayvens.fr] INFO: Scrape type for 1975663: 2
2026-03-24 03:50:02 [ayvens.fr] INFO: Extracting data for car ID: 1975663
2026-03-24 03:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with identifier: 1975663
2026-03-24 03:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with scrape type 2
2026-03-24 03:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c, identifier: 1975663
2026-03-24 03:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with identifier: 1975663
2026-03-24 03:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with identifier: 1975663
2026-03-24 03:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 213ce8a4-3f4e-5b2f-b090-fb79ba314b4c with identifier: 1975663 to the API
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '213ce8a4-3f4e-5b2f-b090-fb79ba314b4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 110850,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Long 950kg BlueHDi 130ch S&S Asphalt EAT8',
'transmission': 'automatic',
'trim': 'Partner Long 950kg BlueHDi 130ch S&S Asphalt EAT8',
'vin': None,
'year': 2021}
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975663%27 HTTP/1.1" 200 None
2026-03-24 03:50:03 [ayvens.fr] INFO: Saving data for 1975663: {'auction_closing_time': 1774368000.0, 'created_time': 1774026026.072792, 'last_price_update_time': 1774324203.254793}
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975663') HTTP/1.1" 204 0
2026-03-24 03:50:03 [ayvens.fr] INFO: Found listing with ID: 1975664
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975664%27 HTTP/1.1" 200 None
2026-03-24 03:50:03 [ayvens.fr] INFO: Scrape type for 1975664: 2
2026-03-24 03:50:03 [ayvens.fr] INFO: Extracting data for car ID: 1975664
2026-03-24 03:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce6037c5-81cc-55c7-8f1b-b9016936f544 with identifier: 1975664
2026-03-24 03:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce6037c5-81cc-55c7-8f1b-b9016936f544 with scrape type 2
2026-03-24 03:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce6037c5-81cc-55c7-8f1b-b9016936f544 with scrape type 2
2026-03-24 03:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: ce6037c5-81cc-55c7-8f1b-b9016936f544, identifier: 1975664
2026-03-24 03:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: ce6037c5-81cc-55c7-8f1b-b9016936f544 with identifier: 1975664
2026-03-24 03:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: ce6037c5-81cc-55c7-8f1b-b9016936f544 with identifier: 1975664
2026-03-24 03:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: ce6037c5-81cc-55c7-8f1b-b9016936f544 with identifier: 1975664 to the API
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'ce6037c5-81cc-55c7-8f1b-b9016936f544',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 127097,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'transmission': 'manual',
'trim': 'C3 Ste 1.5 BlueHDi 100ch S&S Feel Business R',
'vin': None,
'year': 2022}
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975664%27 HTTP/1.1" 200 None
2026-03-24 03:50:03 [ayvens.fr] INFO: Saving data for 1975664: {'auction_closing_time': 1774368000.0, 'created_time': 1774026028.352638, 'last_price_update_time': 1774324203.664805}
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975664') HTTP/1.1" 204 0
2026-03-24 03:50:03 [ayvens.fr] INFO: Found listing with ID: 1975665
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975665%27 HTTP/1.1" 200 None
2026-03-24 03:50:03 [ayvens.fr] INFO: Scrape type for 1975665: 2
2026-03-24 03:50:03 [ayvens.fr] INFO: Extracting data for car ID: 1975665
2026-03-24 03:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb57fe23-d978-5ac6-8e30-33bb39c362d8 with identifier: 1975665
2026-03-24 03:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb57fe23-d978-5ac6-8e30-33bb39c362d8 with scrape type 2
2026-03-24 03:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb57fe23-d978-5ac6-8e30-33bb39c362d8 with scrape type 2
2026-03-24 03:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: eb57fe23-d978-5ac6-8e30-33bb39c362d8, identifier: 1975665
2026-03-24 03:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: eb57fe23-d978-5ac6-8e30-33bb39c362d8 with identifier: 1975665
2026-03-24 03:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: eb57fe23-d978-5ac6-8e30-33bb39c362d8 with identifier: 1975665
2026-03-24 03:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: eb57fe23-d978-5ac6-8e30-33bb39c362d8 with identifier: 1975665 to the API
2026-03-24 03:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': 'eb57fe23-d978-5ac6-8e30-33bb39c362d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'CLIO',
'odometer': 72365,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-09',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT CLIO Clio Sté 1.0 SCe 65ch Air Nav',
'transmission': 'manual',
'trim': 'Clio Sté 1.0 SCe 65ch Air Nav',
'vin': None,
'year': 2021}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975665%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Saving data for 1975665: {'auction_closing_time': 1774368000.0, 'created_time': 1774026030.313203, 'last_price_update_time': 1774324204.063622}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975665') HTTP/1.1" 204 0
2026-03-24 03:50:04 [ayvens.fr] INFO: Found listing with ID: 1975666
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975666%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Scrape type for 1975666: 2
2026-03-24 03:50:04 [ayvens.fr] INFO: Extracting data for car ID: 1975666
2026-03-24 03:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 705f34f7-a176-50ac-9f10-6e56695e18ae with identifier: 1975666
2026-03-24 03:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 705f34f7-a176-50ac-9f10-6e56695e18ae with scrape type 2
2026-03-24 03:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 705f34f7-a176-50ac-9f10-6e56695e18ae with scrape type 2
2026-03-24 03:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 705f34f7-a176-50ac-9f10-6e56695e18ae, identifier: 1975666
2026-03-24 03:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 705f34f7-a176-50ac-9f10-6e56695e18ae with identifier: 1975666
2026-03-24 03:50:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 705f34f7-a176-50ac-9f10-6e56695e18ae with identifier: 1975666
2026-03-24 03:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 705f34f7-a176-50ac-9f10-6e56695e18ae with identifier: 1975666 to the API
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '705f34f7-a176-50ac-9f10-6e56695e18ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'C3',
'odometer': 108980,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-04',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN C3 C3 Sté 1.5 BlueHDi 100ch S&S Feel Business R',
'transmission': 'manual',
'trim': 'C3 Sté 1.5 BlueHDi 100ch S&S Feel Business R',
'vin': None,
'year': 2019}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975666%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Saving data for 1975666: {'auction_closing_time': 1774368000.0, 'created_time': 1774026032.751083, 'last_price_update_time': 1774324204.483546}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975666') HTTP/1.1" 204 0
2026-03-24 03:50:04 [ayvens.fr] INFO: Found listing with ID: 1975667
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975667%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Scrape type for 1975667: 2
2026-03-24 03:50:04 [ayvens.fr] INFO: Extracting data for car ID: 1975667
2026-03-24 03:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with identifier: 1975667
2026-03-24 03:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with scrape type 2
2026-03-24 03:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with scrape type 2
2026-03-24 03:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e9cb83ab-9c9f-5d88-a443-6bec891ee7b0, identifier: 1975667
2026-03-24 03:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with identifier: 1975667
2026-03-24 03:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with identifier: 1975667
2026-03-24 03:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e9cb83ab-9c9f-5d88-a443-6bec891ee7b0 with identifier: 1975667 to the API
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 0,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'electric',
'id': 'e9cb83ab-9c9f-5d88-a443-6bec891ee7b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'E-208 BUSINESS R',
'odometer': 50898,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-18',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT E-208 BUSINESS R 208 Business R e-208 136ch Active',
'transmission': 'automatic',
'trim': '208 Business R e-208 136ch Active',
'vin': None,
'year': 2022}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975667%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Saving data for 1975667: {'auction_closing_time': 1774368000.0, 'created_time': 1774026033.905386, 'last_price_update_time': 1774324204.914416}
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975667') HTTP/1.1" 204 0
2026-03-24 03:50:04 [ayvens.fr] INFO: Found listing with ID: 1975668
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975668%27 HTTP/1.1" 200 None
2026-03-24 03:50:04 [ayvens.fr] INFO: Scrape type for 1975668: 2
2026-03-24 03:50:04 [ayvens.fr] INFO: Extracting data for car ID: 1975668
2026-03-24 03:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87182397-bdba-5bf9-9d08-dce119c17a82 with identifier: 1975668
2026-03-24 03:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87182397-bdba-5bf9-9d08-dce119c17a82 with scrape type 2
2026-03-24 03:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87182397-bdba-5bf9-9d08-dce119c17a82 with scrape type 2
2026-03-24 03:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 87182397-bdba-5bf9-9d08-dce119c17a82, identifier: 1975668
2026-03-24 03:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 87182397-bdba-5bf9-9d08-dce119c17a82 with identifier: 1975668
2026-03-24 03:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 87182397-bdba-5bf9-9d08-dce119c17a82 with identifier: 1975668
2026-03-24 03:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 87182397-bdba-5bf9-9d08-dce119c17a82 with identifier: 1975668 to the API
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '87182397-bdba-5bf9-9d08-dce119c17a82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 101220,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM Transit Custom Fg 300 L1H1 2.0 EcoBlue 105 '
'Trend Business',
'transmission': 'manual',
'trim': 'Transit Custom Fg 300 L1H1 2.0 EcoBlue 105 Trend Business',
'vin': None,
'year': 2020}
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975668%27 HTTP/1.1" 200 None
2026-03-24 03:50:05 [ayvens.fr] INFO: Saving data for 1975668: {'auction_closing_time': 1774368000.0, 'created_time': 1774026034.962667, 'last_price_update_time': 1774324205.304414}
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975668') HTTP/1.1" 204 0
2026-03-24 03:50:05 [ayvens.fr] INFO: Found listing with ID: 1975669
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975669%27 HTTP/1.1" 200 None
2026-03-24 03:50:05 [ayvens.fr] INFO: Scrape type for 1975669: 2
2026-03-24 03:50:05 [ayvens.fr] INFO: Extracting data for car ID: 1975669
2026-03-24 03:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f58ecc-5f0e-5363-911f-034b0cecb86b with identifier: 1975669
2026-03-24 03:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2f58ecc-5f0e-5363-911f-034b0cecb86b with scrape type 2
2026-03-24 03:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2f58ecc-5f0e-5363-911f-034b0cecb86b with scrape type 2
2026-03-24 03:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: e2f58ecc-5f0e-5363-911f-034b0cecb86b, identifier: 1975669
2026-03-24 03:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: e2f58ecc-5f0e-5363-911f-034b0cecb86b with identifier: 1975669
2026-03-24 03:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: e2f58ecc-5f0e-5363-911f-034b0cecb86b with identifier: 1975669
2026-03-24 03:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: e2f58ecc-5f0e-5363-911f-034b0cecb86b with identifier: 1975669 to the API
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'e2f58ecc-5f0e-5363-911f-034b0cecb86b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 131644,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 335 L2H2 2.2 BlueHDi S&S 140ch Premium',
'transmission': 'manual',
'trim': 'Boxer Fg 335 L2H2 2.2 BlueHDi S&S 140ch Premium',
'vin': None,
'year': 2022}
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975669%27 HTTP/1.1" 200 None
2026-03-24 03:50:05 [ayvens.fr] INFO: Saving data for 1975669: {'auction_closing_time': 1774368000.0, 'created_time': 1774026036.91652, 'last_price_update_time': 1774324205.809228}
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975669') HTTP/1.1" 204 0
2026-03-24 03:50:05 [ayvens.fr] INFO: Found listing with ID: 1975670
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975670%27 HTTP/1.1" 200 None
2026-03-24 03:50:05 [ayvens.fr] INFO: Scrape type for 1975670: 2
2026-03-24 03:50:05 [ayvens.fr] INFO: Extracting data for car ID: 1975670
2026-03-24 03:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9af64478-fecd-5faa-a3b8-1c5758410b5e with identifier: 1975670
2026-03-24 03:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af64478-fecd-5faa-a3b8-1c5758410b5e with scrape type 2
2026-03-24 03:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9af64478-fecd-5faa-a3b8-1c5758410b5e with scrape type 2
2026-03-24 03:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 9af64478-fecd-5faa-a3b8-1c5758410b5e, identifier: 1975670
2026-03-24 03:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 9af64478-fecd-5faa-a3b8-1c5758410b5e with identifier: 1975670
2026-03-24 03:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 9af64478-fecd-5faa-a3b8-1c5758410b5e with identifier: 1975670
2026-03-24 03:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 9af64478-fecd-5faa-a3b8-1c5758410b5e with identifier: 1975670 to the API
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '9af64478-fecd-5faa-a3b8-1c5758410b5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 66656,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-17',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 1000kg PureTech 130 S&S Worker EAT8',
'transmission': 'automatic',
'trim': 'Berlingo Van M 1000kg PureTech 130 S&S Worker EAT8',
'vin': None,
'year': 2020}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975670%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Saving data for 1975670: {'auction_closing_time': 1774368000.0, 'created_time': 1774026038.153099, 'last_price_update_time': 1774324206.19328}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975670') HTTP/1.1" 204 0
2026-03-24 03:50:06 [ayvens.fr] INFO: Found listing with ID: 1975671
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975671%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Scrape type for 1975671: 2
2026-03-24 03:50:06 [ayvens.fr] INFO: Extracting data for car ID: 1975671
2026-03-24 03:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with identifier: 1975671
2026-03-24 03:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with scrape type 2
2026-03-24 03:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with scrape type 2
2026-03-24 03:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: d68f5843-2ca3-5987-8dd8-1b7cd44de9cc, identifier: 1975671
2026-03-24 03:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with identifier: 1975671
2026-03-24 03:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with identifier: 1975671
2026-03-24 03:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: d68f5843-2ca3-5987-8dd8-1b7cd44de9cc with identifier: 1975671 to the API
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'd68f5843-2ca3-5987-8dd8-1b7cd44de9cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 99167,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-13',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo M 1.6 BlueHDi 100 Club',
'transmission': 'manual',
'trim': 'Berlingo M 1.6 BlueHDi 100 Club',
'vin': None,
'year': 2019}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975671%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Saving data for 1975671: {'auction_closing_time': 1774368000.0, 'created_time': 1774026039.331401, 'last_price_update_time': 1774324206.574593}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975671') HTTP/1.1" 204 0
2026-03-24 03:50:06 [ayvens.fr] INFO: Found listing with ID: 1975672
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975672%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Scrape type for 1975672: 2
2026-03-24 03:50:06 [ayvens.fr] INFO: Extracting data for car ID: 1975672
2026-03-24 03:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3737f46-56c5-5af7-8187-4acddf73c169 with identifier: 1975672
2026-03-24 03:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3737f46-56c5-5af7-8187-4acddf73c169 with scrape type 2
2026-03-24 03:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3737f46-56c5-5af7-8187-4acddf73c169 with scrape type 2
2026-03-24 03:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: f3737f46-56c5-5af7-8187-4acddf73c169, identifier: 1975672
2026-03-24 03:50:06 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 1 pages/min), scraped 598 items (at 141 items/min)
2026-03-24 03:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 170MiB
2026-03-24 03:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: f3737f46-56c5-5af7-8187-4acddf73c169 with identifier: 1975672
2026-03-24 03:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: f3737f46-56c5-5af7-8187-4acddf73c169 with identifier: 1975672
2026-03-24 03:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: f3737f46-56c5-5af7-8187-4acddf73c169 with identifier: 1975672 to the API
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'f3737f46-56c5-5af7-8187-4acddf73c169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'BERLINGO',
'odometer': 113781,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 2,
'seller_name': None,
'title': 'CITROËN BERLINGO Berlingo Van M 650kg BlueHDi 75 S&S Club',
'transmission': 'manual',
'trim': 'Berlingo Van M 650kg BlueHDi 75 S&S Club',
'vin': None,
'year': 2020}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975672%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Saving data for 1975672: {'auction_closing_time': 1774368000.0, 'created_time': 1774026040.558821, 'last_price_update_time': 1774324206.964556}
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975672') HTTP/1.1" 204 0
2026-03-24 03:50:06 [ayvens.fr] INFO: Found listing with ID: 1975673
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975673%27 HTTP/1.1" 200 None
2026-03-24 03:50:06 [ayvens.fr] INFO: Scrape type for 1975673: 2
2026-03-24 03:50:06 [ayvens.fr] INFO: Extracting data for car ID: 1975673
2026-03-24 03:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1282bead-24bb-5132-bf6d-a831ea07f414 with identifier: 1975673
2026-03-24 03:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1282bead-24bb-5132-bf6d-a831ea07f414 with scrape type 2
2026-03-24 03:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1282bead-24bb-5132-bf6d-a831ea07f414 with scrape type 2
2026-03-24 03:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 1282bead-24bb-5132-bf6d-a831ea07f414, identifier: 1975673
2026-03-24 03:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 1282bead-24bb-5132-bf6d-a831ea07f414 with identifier: 1975673
2026-03-24 03:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 1282bead-24bb-5132-bf6d-a831ea07f414 with identifier: 1975673
2026-03-24 03:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 1282bead-24bb-5132-bf6d-a831ea07f414 with identifier: 1975673 to the API
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'GRIS LUNAIRE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '1282bead-24bb-5132-bf6d-a831ea07f414',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CONNECT VU',
'odometer': 23194,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-10',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT VU Transit Connect L2 1.5 EcoBlue 100ch '
'Limited',
'transmission': 'manual',
'trim': 'Transit Connect L2 1.5 EcoBlue 100ch Limited',
'vin': None,
'year': 2023}
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975673%27 HTTP/1.1" 200 None
2026-03-24 03:50:07 [ayvens.fr] INFO: Saving data for 1975673: {'auction_closing_time': 1774368000.0, 'created_time': 1774026042.429754, 'last_price_update_time': 1774324207.357821}
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975673') HTTP/1.1" 204 0
2026-03-24 03:50:07 [ayvens.fr] INFO: Found listing with ID: 1975674
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975674%27 HTTP/1.1" 200 None
2026-03-24 03:50:07 [ayvens.fr] INFO: Scrape type for 1975674: 2
2026-03-24 03:50:07 [ayvens.fr] INFO: Extracting data for car ID: 1975674
2026-03-24 03:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with identifier: 1975674
2026-03-24 03:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with scrape type 2
2026-03-24 03:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with scrape type 2
2026-03-24 03:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 94f8cbd5-6d2d-5d52-a05b-749faeae7353, identifier: 1975674
2026-03-24 03:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with identifier: 1975674
2026-03-24 03:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with identifier: 1975674
2026-03-24 03:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 94f8cbd5-6d2d-5d52-a05b-749faeae7353 with identifier: 1975674 to the API
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLANC BANQUISE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '94f8cbd5-6d2d-5d52-a05b-749faeae7353',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'PARTNER',
'odometer': 36589,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-10',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT PARTNER Partner Standard 1.6 BlueHDi 100ch S&S Premium',
'transmission': 'manual',
'trim': 'Partner Standard 1.6 BlueHDi 100ch S&S Premium',
'vin': None,
'year': 2018}
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975674%27 HTTP/1.1" 200 None
2026-03-24 03:50:07 [ayvens.fr] INFO: Saving data for 1975674: {'auction_closing_time': 1774368000.0, 'created_time': 1774026044.984238, 'last_price_update_time': 1774324207.753489}
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975674') HTTP/1.1" 204 0
2026-03-24 03:50:07 [ayvens.fr] INFO: Found listing with ID: 1975675
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975675%27 HTTP/1.1" 200 None
2026-03-24 03:50:07 [ayvens.fr] INFO: Scrape type for 1975675: 2
2026-03-24 03:50:07 [ayvens.fr] INFO: Extracting data for car ID: 1975675
2026-03-24 03:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with identifier: 1975675
2026-03-24 03:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with scrape type 2
2026-03-24 03:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with scrape type 2
2026-03-24 03:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb, identifier: 1975675
2026-03-24 03:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with identifier: 1975675
2026-03-24 03:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with identifier: 1975675
2026-03-24 03:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb with identifier: 1975675 to the API
2026-03-24 03:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'c1f6e5c0-a6e6-5979-84fb-2b6c87f893cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 72877,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM Transit Custom Fg 340 L2H1 2.0 EcoBlue 130 '
'Trend Business',
'transmission': 'manual',
'trim': 'Transit Custom Fg 340 L2H1 2.0 EcoBlue 130 Trend Business',
'vin': None,
'year': 2022}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975675%27 HTTP/1.1" 200 None
2026-03-24 03:50:08 [ayvens.fr] INFO: Saving data for 1975675: {'auction_closing_time': 1774368000.0, 'created_time': 1774026047.448544, 'last_price_update_time': 1774324208.160147}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975675') HTTP/1.1" 204 0
2026-03-24 03:50:08 [ayvens.fr] INFO: Found listing with ID: 1975676
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975676%27 HTTP/1.1" 200 None
2026-03-24 03:50:08 [ayvens.fr] INFO: Scrape type for 1975676: 2
2026-03-24 03:50:08 [ayvens.fr] INFO: Extracting data for car ID: 1975676
2026-03-24 03:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with identifier: 1975676
2026-03-24 03:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with scrape type 2
2026-03-24 03:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with scrape type 2
2026-03-24 03:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 8268b09b-3c93-5fea-a08b-0121cb4be2c7, identifier: 1975676
2026-03-24 03:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with identifier: 1975676
2026-03-24 03:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with identifier: 1975676
2026-03-24 03:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 8268b09b-3c93-5fea-a08b-0121cb4be2c7 with identifier: 1975676 to the API
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '8268b09b-3c93-5fea-a08b-0121cb4be2c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'CITROËN',
'model': 'JUMPER',
'odometer': 99200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-16',
'seats_number': 3,
'seller_name': None,
'title': 'CITROËN JUMPER Jumper Fg 33 L1H2 2.0 BlueHDi 130 Club',
'transmission': 'manual',
'trim': 'Jumper Fg 33 L1H2 2.0 BlueHDi 130 Club',
'vin': None,
'year': 2018}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975676%27 HTTP/1.1" 200 None
2026-03-24 03:50:08 [ayvens.fr] INFO: Saving data for 1975676: {'auction_closing_time': 1774368000.0, 'created_time': 1774026048.898971, 'last_price_update_time': 1774324208.583645}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975676') HTTP/1.1" 204 0
2026-03-24 03:50:08 [ayvens.fr] INFO: Found listing with ID: 1975677
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975677%27 HTTP/1.1" 200 None
2026-03-24 03:50:08 [ayvens.fr] INFO: Scrape type for 1975677: 2
2026-03-24 03:50:08 [ayvens.fr] INFO: Extracting data for car ID: 1975677
2026-03-24 03:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with identifier: 1975677
2026-03-24 03:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with scrape type 2
2026-03-24 03:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with scrape type 2
2026-03-24 03:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 58efea9f-a7ee-5462-adae-c75d1d3a1b48, identifier: 1975677
2026-03-24 03:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with identifier: 1975677
2026-03-24 03:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with identifier: 1975677
2026-03-24 03:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 58efea9f-a7ee-5462-adae-c75d1d3a1b48 with identifier: 1975677 to the API
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLANC GLACIER',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '58efea9f-a7ee-5462-adae-c75d1d3a1b48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'OPEL',
'model': 'COMBO',
'odometer': 80429,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-30',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL COMBO Combo Cargo L2H1 950kg 1.5 100ch Pack Clim',
'transmission': 'manual',
'trim': 'Combo Cargo L2H1 950kg 1.5 100ch Pack Clim',
'vin': None,
'year': 2021}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975677%27 HTTP/1.1" 200 None
2026-03-24 03:50:08 [ayvens.fr] INFO: Saving data for 1975677: {'auction_closing_time': 1774368000.0, 'created_time': 1774026050.236104, 'last_price_update_time': 1774324208.966289}
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975677') HTTP/1.1" 204 0
2026-03-24 03:50:08 [ayvens.fr] INFO: Found listing with ID: 1975678
2026-03-24 03:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975678%27 HTTP/1.1" 200 None
2026-03-24 03:50:09 [ayvens.fr] INFO: Scrape type for 1975678: 2
2026-03-24 03:50:09 [ayvens.fr] INFO: Extracting data for car ID: 1975678
2026-03-24 03:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b931d67-18a3-53d2-b8d2-ed7510c7073c with identifier: 1975678
2026-03-24 03:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b931d67-18a3-53d2-b8d2-ed7510c7073c with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b931d67-18a3-53d2-b8d2-ed7510c7073c with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 4b931d67-18a3-53d2-b8d2-ed7510c7073c, identifier: 1975678
2026-03-24 03:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 4b931d67-18a3-53d2-b8d2-ed7510c7073c with identifier: 1975678
2026-03-24 03:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 4b931d67-18a3-53d2-b8d2-ed7510c7073c with identifier: 1975678
2026-03-24 03:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 4b931d67-18a3-53d2-b8d2-ed7510c7073c with identifier: 1975678 to the API
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 268,
'color': 'BLANC',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '4b931d67-18a3-53d2-b8d2-ed7510c7073c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'RENAULT',
'model': 'MASTER',
'odometer': 114979,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-27',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER Master Fg F3500 L2H2 2.3 dCi 135ch Grand Confort',
'transmission': 'manual',
'trim': 'Master Fg F3500 L2H2 2.3 dCi 135ch Grand Confort',
'vin': None,
'year': 2021}
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975678%27 HTTP/1.1" 200 None
2026-03-24 03:50:09 [ayvens.fr] INFO: Saving data for 1975678: {'auction_closing_time': 1774368000.0, 'created_time': 1774026052.070125, 'last_price_update_time': 1774324209.359759}
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975678') HTTP/1.1" 204 0
2026-03-24 03:50:09 [ayvens.fr] INFO: Found listing with ID: 1975679
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975679%27 HTTP/1.1" 200 None
2026-03-24 03:50:09 [ayvens.fr] INFO: Scrape type for 1975679: 2
2026-03-24 03:50:09 [ayvens.fr] INFO: Extracting data for car ID: 1975679
2026-03-24 03:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87996e66-55aa-5ea4-854c-ab47bbb9d021 with identifier: 1975679
2026-03-24 03:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87996e66-55aa-5ea4-854c-ab47bbb9d021 with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87996e66-55aa-5ea4-854c-ab47bbb9d021 with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 87996e66-55aa-5ea4-854c-ab47bbb9d021, identifier: 1975679
2026-03-24 03:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 87996e66-55aa-5ea4-854c-ab47bbb9d021 with identifier: 1975679
2026-03-24 03:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 87996e66-55aa-5ea4-854c-ab47bbb9d021 with identifier: 1975679
2026-03-24 03:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 87996e66-55aa-5ea4-854c-ab47bbb9d021 with identifier: 1975679 to the API
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 252,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '87996e66-55aa-5ea4-854c-ab47bbb9d021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 101640,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2020}
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975679%27 HTTP/1.1" 200 None
2026-03-24 03:50:09 [ayvens.fr] INFO: Saving data for 1975679: {'auction_closing_time': 1774368000.0, 'created_time': 1774026053.624745, 'last_price_update_time': 1774324209.748881}
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975679') HTTP/1.1" 204 0
2026-03-24 03:50:09 [ayvens.fr] INFO: Found listing with ID: 1975680
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975680%27 HTTP/1.1" 200 None
2026-03-24 03:50:09 [ayvens.fr] INFO: Scrape type for 1975680: 2
2026-03-24 03:50:09 [ayvens.fr] INFO: Extracting data for car ID: 1975680
2026-03-24 03:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d2db510-ae31-556f-b995-4b35cbc650f2 with identifier: 1975680
2026-03-24 03:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2db510-ae31-556f-b995-4b35cbc650f2 with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d2db510-ae31-556f-b995-4b35cbc650f2 with scrape type 2
2026-03-24 03:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 0d2db510-ae31-556f-b995-4b35cbc650f2, identifier: 1975680
2026-03-24 03:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 0d2db510-ae31-556f-b995-4b35cbc650f2 with identifier: 1975680
2026-03-24 03:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 0d2db510-ae31-556f-b995-4b35cbc650f2 with identifier: 1975680
2026-03-24 03:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 0d2db510-ae31-556f-b995-4b35cbc650f2 with identifier: 1975680 to the API
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 252,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '0d2db510-ae31-556f-b995-4b35cbc650f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 123836,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-05',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2020}
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975680%27 HTTP/1.1" 200 None
2026-03-24 03:50:10 [ayvens.fr] INFO: Saving data for 1975680: {'auction_closing_time': 1774368000.0, 'created_time': 1774026055.194588, 'last_price_update_time': 1774324210.248181}
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975680') HTTP/1.1" 204 0
2026-03-24 03:50:10 [ayvens.fr] INFO: Found listing with ID: 1975681
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975681%27 HTTP/1.1" 200 None
2026-03-24 03:50:10 [ayvens.fr] INFO: Scrape type for 1975681: 2
2026-03-24 03:50:10 [ayvens.fr] INFO: Extracting data for car ID: 1975681
2026-03-24 03:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with identifier: 1975681
2026-03-24 03:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with scrape type 2
2026-03-24 03:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with scrape type 2
2026-03-24 03:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 68c7f40b-2100-5d42-b9fd-fe335f2a1274, identifier: 1975681
2026-03-24 03:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with identifier: 1975681
2026-03-24 03:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with identifier: 1975681
2026-03-24 03:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 68c7f40b-2100-5d42-b9fd-fe335f2a1274 with identifier: 1975681 to the API
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 252,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '68c7f40b-2100-5d42-b9fd-fe335f2a1274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 102674,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 435 L4H2 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2021}
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975681%27 HTTP/1.1" 200 None
2026-03-24 03:50:10 [ayvens.fr] INFO: Saving data for 1975681: {'auction_closing_time': 1774368000.0, 'created_time': 1774026055.935209, 'last_price_update_time': 1774324210.636378}
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975681') HTTP/1.1" 204 0
2026-03-24 03:50:10 [ayvens.fr] INFO: Found listing with ID: 1975682
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975682%27 HTTP/1.1" 200 None
2026-03-24 03:50:10 [ayvens.fr] INFO: Scrape type for 1975682: 2
2026-03-24 03:50:10 [ayvens.fr] INFO: Extracting data for car ID: 1975682
2026-03-24 03:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46353080-9d0c-5172-9015-33be127c2e78 with identifier: 1975682
2026-03-24 03:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46353080-9d0c-5172-9015-33be127c2e78 with scrape type 2
2026-03-24 03:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46353080-9d0c-5172-9015-33be127c2e78 with scrape type 2
2026-03-24 03:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 46353080-9d0c-5172-9015-33be127c2e78, identifier: 1975682
2026-03-24 03:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 46353080-9d0c-5172-9015-33be127c2e78 with identifier: 1975682
2026-03-24 03:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 46353080-9d0c-5172-9015-33be127c2e78 with identifier: 1975682
2026-03-24 03:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 46353080-9d0c-5172-9015-33be127c2e78 with identifier: 1975682 to the API
2026-03-24 03:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '46353080-9d0c-5172-9015-33be127c2e78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'FORD',
'model': 'TRANSIT CUSTOM',
'odometer': 18541,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM Transit Custom Fg 300 L1H1 2.0 EcoBlue 130 '
'Trend Business',
'transmission': 'manual',
'trim': 'Transit Custom Fg 300 L1H1 2.0 EcoBlue 130 Trend Business',
'vin': None,
'year': 2022}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975682%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Saving data for 1975682: {'auction_closing_time': 1774368000.0, 'created_time': 1774026057.185262, 'last_price_update_time': 1774324211.040797}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975682') HTTP/1.1" 204 0
2026-03-24 03:50:11 [ayvens.fr] INFO: Found listing with ID: 1975683
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975683%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Scrape type for 1975683: 2
2026-03-24 03:50:11 [ayvens.fr] INFO: Extracting data for car ID: 1975683
2026-03-24 03:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf30e54f-c653-55b9-8f35-40708c65e341 with identifier: 1975683
2026-03-24 03:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf30e54f-c653-55b9-8f35-40708c65e341 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf30e54f-c653-55b9-8f35-40708c65e341 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: cf30e54f-c653-55b9-8f35-40708c65e341, identifier: 1975683
2026-03-24 03:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: cf30e54f-c653-55b9-8f35-40708c65e341 with identifier: 1975683
2026-03-24 03:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: cf30e54f-c653-55b9-8f35-40708c65e341 with identifier: 1975683
2026-03-24 03:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: cf30e54f-c653-55b9-8f35-40708c65e341 with identifier: 1975683 to the API
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 241,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': 'cf30e54f-c653-55b9-8f35-40708c65e341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': 'BOXER',
'odometer': 114082,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT BOXER Boxer Fg 333 L2H2 2.2 BlueHDi S&S 140ch Asphalt',
'transmission': 'manual',
'trim': 'Boxer Fg 333 L2H2 2.2 BlueHDi S&S 140ch Asphalt',
'vin': None,
'year': 2021}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975683%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Saving data for 1975683: {'auction_closing_time': 1774368000.0, 'created_time': 1774026058.630544, 'last_price_update_time': 1774324211.43003}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975683') HTTP/1.1" 204 0
2026-03-24 03:50:11 [ayvens.fr] INFO: Found listing with ID: 1975684
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975684%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Scrape type for 1975684: 2
2026-03-24 03:50:11 [ayvens.fr] INFO: Extracting data for car ID: 1975684
2026-03-24 03:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23b6c219-bb11-5653-8c50-b8c66f164836 with identifier: 1975684
2026-03-24 03:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23b6c219-bb11-5653-8c50-b8c66f164836 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23b6c219-bb11-5653-8c50-b8c66f164836 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 23b6c219-bb11-5653-8c50-b8c66f164836, identifier: 1975684
2026-03-24 03:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 23b6c219-bb11-5653-8c50-b8c66f164836 with identifier: 1975684
2026-03-24 03:50:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 03:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 23b6c219-bb11-5653-8c50-b8c66f164836 with identifier: 1975684
2026-03-24 03:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 23b6c219-bb11-5653-8c50-b8c66f164836 with identifier: 1975684 to the API
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': 193,
'color': 'BLANC ARCTIQUE',
'currency': 'EUR',
'doors_number': 4,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '23b6c219-bb11-5653-8c50-b8c66f164836',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'MERCEDES-BENZ',
'model': 'VITO',
'odometer': 64075,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO Vito Fg 114 CDI Compact Pro Propulsion 9G-Tronic',
'transmission': 'automatic',
'trim': 'Vito Fg 114 CDI Compact Pro Propulsion 9G-Tronic',
'vin': None,
'year': 2022}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975684%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Saving data for 1975684: {'auction_closing_time': 1774368000.0, 'created_time': 1774026059.974681, 'last_price_update_time': 1774324211.831526}
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975684') HTTP/1.1" 204 0
2026-03-24 03:50:11 [ayvens.fr] INFO: Found listing with ID: 1975685
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975685%27 HTTP/1.1" 200 None
2026-03-24 03:50:11 [ayvens.fr] INFO: Scrape type for 1975685: 2
2026-03-24 03:50:11 [ayvens.fr] INFO: Extracting data for car ID: 1975685
2026-03-24 03:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46030486-b48a-5d59-b79a-78998a21d0f5 with identifier: 1975685
2026-03-24 03:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46030486-b48a-5d59-b79a-78998a21d0f5 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46030486-b48a-5d59-b79a-78998a21d0f5 with scrape type 2
2026-03-24 03:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 46030486-b48a-5d59-b79a-78998a21d0f5, identifier: 1975685
2026-03-24 03:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 46030486-b48a-5d59-b79a-78998a21d0f5 with identifier: 1975685
2026-03-24 03:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 46030486-b48a-5d59-b79a-78998a21d0f5 with identifier: 1975685
2026-03-24 03:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 46030486-b48a-5d59-b79a-78998a21d0f5 with identifier: 1975685 to the API
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC BANQUISE OPAQUE',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'diesel',
'id': '46030486-b48a-5d59-b79a-78998a21d0f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'PEUGEOT',
'model': '308',
'odometer': 123948,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT 308 308 Affaire 1.5 BlueHDi 130ch S&S Premium Pack',
'transmission': 'manual',
'trim': '308 Affaire 1.5 BlueHDi 130ch S&S Premium Pack',
'vin': None,
'year': 2021}
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975685%27 HTTP/1.1" 200 None
2026-03-24 03:50:12 [ayvens.fr] INFO: Saving data for 1975685: {'auction_closing_time': 1774368000.0, 'created_time': 1774026061.550394, 'last_price_update_time': 1774324212.236712}
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975685') HTTP/1.1" 204 0
2026-03-24 03:50:12 [ayvens.fr] INFO: Found listing with ID: 1975686
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975686%27 HTTP/1.1" 200 None
2026-03-24 03:50:12 [ayvens.fr] INFO: Scrape type for 1975686: 2
2026-03-24 03:50:12 [ayvens.fr] INFO: Extracting data for car ID: 1975686
2026-03-24 03:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 536c26b3-a56c-5240-8930-dd7d0f928759 with identifier: 1975686
2026-03-24 03:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 536c26b3-a56c-5240-8930-dd7d0f928759 with scrape type 2
2026-03-24 03:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 536c26b3-a56c-5240-8930-dd7d0f928759 with scrape type 2
2026-03-24 03:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ayvens.fr, Processed item id: 536c26b3-a56c-5240-8930-dd7d0f928759, identifier: 1975686
2026-03-24 03:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ayvens.fr, Translating item: 536c26b3-a56c-5240-8930-dd7d0f928759 with identifier: 1975686
2026-03-24 03:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ayvens.fr, Applying rules to item: 536c26b3-a56c-5240-8930-dd7d0f928759 with identifier: 1975686
2026-03-24 03:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ayvens.fr, Posting item: 536c26b3-a56c-5240-8930-dd7d0f928759 with identifier: 1975686 to the API
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 03:50: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-24 03:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.aldcarmarket.com/graphql/saleevents>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLANC CANDY',
'currency': 'EUR',
'doors_number': 5,
'engine': '0.1L',
'expiration_date': '2026-03-24T16:00:00Z',
'fuel_type': 'petrol',
'id': '536c26b3-a56c-5240-8930-dd7d0f928759',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://carmarket.ayvens.com/en-gb/sales/40880',
'listing': 'auction',
'location': None,
'make': 'VOLKSWAGEN',
'model': 'POLO',
'odometer': 34818,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-02',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN POLO Polo Ste 1.0 TSI 95ch Lounge Business Reversible',
'transmission': 'manual',
'trim': 'Polo Ste 1.0 TSI 95ch Lounge Business Reversible',
'vin': None,
'year': 2021}
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20RowKey%20eq%20%271975686%27 HTTP/1.1" 200 None
2026-03-24 03:50:12 [ayvens.fr] INFO: Saving data for 1975686: {'auction_closing_time': 1774368000.0, 'created_time': 1774026062.692828, 'last_price_update_time': 1774324212.615284}
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ayvens.fr',RowKey='1975686') HTTP/1.1" 204 0
2026-03-24 03:50:12 [ayvens.fr] INFO: Fetching listings with token: 3b2cc62fd26c4e29a762db3de181266b and skip: 800
2026-03-24 03:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 03:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.aldcarmarket.com/graphql/saleevents> (referer: https://carmarket.ayvens.com/) ['zyte-api']
2026-03-24 03:50:13 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 03:50:13 [ayvens.fr] INFO: ayvens.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 7, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-24 03:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 03:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ayvens.fr%27%20and%20last_price_update_time%20lt%201773892213 HTTP/1.1" 200 None
2026-03-24 03:50:14 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (613 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ayvens.fr/task_44_2026-03-24T03_45_00.jl
2026-03-24 03:50:14 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 14701,
'downloader/request_count': 10,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 9,
'downloader/response_bytes': 1470619,
'downloader/response_count': 10,
'downloader/response_status_count/200': 10,
'elapsed_time_seconds': 307.527265,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 3, 50, 14, 2626, tzinfo=datetime.timezone.utc),
'item_scraped_count': 613,
'log_count/DEBUG': 6376,
'log_count/INFO': 7344,
'memusage/max': 179240960,
'memusage/startup': 147841024,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 147,
'playwright/request_count/aborted': 14,
'playwright/request_count/method/GET': 142,
'playwright/request_count/method/POST': 5,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 6,
'playwright/request_count/resource_type/font': 16,
'playwright/request_count/resource_type/image': 35,
'playwright/request_count/resource_type/script': 81,
'playwright/request_count/resource_type/stylesheet': 1,
'playwright/request_count/resource_type/xhr': 6,
'playwright/response_count': 132,
'playwright/response_count/method/GET': 128,
'playwright/response_count/method/POST': 4,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 6,
'playwright/response_count/resource_type/font': 16,
'playwright/response_count/resource_type/image': 21,
'playwright/response_count/resource_type/script': 81,
'playwright/response_count/resource_type/stylesheet': 1,
'playwright/response_count/resource_type/xhr': 5,
'request_depth_max': 9,
'response_received_count': 10,
'scheduler/dequeued': 10,
'scheduler/dequeued/memory': 10,
'scheduler/enqueued': 10,
'scheduler/enqueued/memory': 10,
'scrape_type/price_update': 613,
'scrape_type/skipped': 184,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 9,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 2.4308799277577133,
'scrapy-zyte-api/mean_response_seconds': 2.5417398239175473,
'scrapy-zyte-api/processed': 9,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 9,
'scrapy-zyte-api/request_args/experimental.responseCookies': 9,
'scrapy-zyte-api/request_args/httpRequestBody': 9,
'scrapy-zyte-api/request_args/httpRequestMethod': 9,
'scrapy-zyte-api/request_args/httpResponseBody': 9,
'scrapy-zyte-api/request_args/httpResponseHeaders': 9,
'scrapy-zyte-api/request_args/url': 9,
'scrapy-zyte-api/status_codes/200': 9,
'scrapy-zyte-api/success': 9,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 24, 3, 45, 6, 475361, tzinfo=datetime.timezone.utc)}
2026-03-24 03:50:14 [scrapy.core.engine] INFO: Spider closed (finished)