PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:09:27 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:09:27 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 15:09:27 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:09:27 [auto_selling_leboncoin.fr] INFO: _job: 4a8395a42c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:09:27 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:09:27 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:09:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:09:27 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:09:27 [scrapy.extensions.telnet] INFO: Telnet Password: 54b7ee68415df73b
2026-03-30 15:09:27 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 15:09:27 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 5,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_leboncoin.fr/4a8395a42c1f11f18e133aacc95538c6.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 15:09:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:09:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:09:27 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 15:09:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:09:27 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 15:09:27 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 15:09:27 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:09:27 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:09:27 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:09:27 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:09:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:09:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-30 15:09:27 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:09:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:09:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:09:32 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/1322243/ewigo-colmar.htm and multipost_profile_id: 41df250a-0bf8-4c84-ad58-881895f8044b and job_id: 4a8395a42c1f11f18e133aacc95538c6
2026-03-30 15:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/1322243/ewigo-colmar.htm> (referer: https://www.leboncoin.fr/boutique/1322243/ewigo-colmar.htm) ['zyte-api']
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1774885185, 'httpOnly': False, 'secure': False}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5Mzc4OTM4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419378, 'httpOnly': False, 'secure': False}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y0YjAtYmFmNy02NTUxLWFlN2EtNzc5YWJlNjBhZjFkIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MDk6MzYuMDQ3WiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjA5OjM2LjA0N1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1790694576, 'httpOnly': False, 'secure': False}, {'name': '__Secure-Install', 'value': '152653a3-e7fc-408f-ac9f-788247c06de0', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809443374, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': 'dd9a0b1b-3fb5-4e26-aa06-49379aec4c96', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809443374, 'httpOnly': False, 'secure': True}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndbqh5ctlzhn0xt%22%2C%22_t%22%3A%22n31qo0pf%7Cmndbqjdf%22%7D', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809011378, 'httpOnly': False, 'secure': True}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYAjpQAMABwAWAHwC2SVgCMRAK1bSQAXyA', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809011378, 'httpOnly': False, 'secure': True}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/', 'expires': 1809011376, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': 'b1dCTO2dT_elW~yTYYlHExmRl1vp0VjhqUpfYNDJxUY36ql1k~ydsJZj~QZbj0HxdGXnpfA_DdeFgSCIOT0C9BGOkP81_Szety9jTvzk5NHW~4PnIJ4D~mtGK5PYCav3', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419385, 'httpOnly': False, 'secure': True}]
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5Mzc4OTM4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y0YjAtYmFmNy02NTUxLWFlN2EtNzc5YWJlNjBhZjFkIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MDk6MzYuMDQ3WiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjA5OjM2LjA0N1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '__Secure-Install', 'value': '152653a3-e7fc-408f-ac9f-788247c06de0', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'dd9a0b1b-3fb5-4e26-aa06-49379aec4c96', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndbqh5ctlzhn0xt%22%2C%22_t%22%3A%22n31qo0pf%7Cmndbqjdf%22%7D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYAjpQAMABwAWAHwC2SVgCMRAK1bSQAXyA', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'b1dCTO2dT_elW~yTYYlHExmRl1vp0VjhqUpfYNDJxUY36ql1k~ydsJZj~QZbj0HxdGXnpfA_DdeFgSCIOT0C9BGOkP81_Szety9jTvzk5NHW~4PnIJ4D~mtGK5PYCav3', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'Accept-Ch': [b'Sec-CH-UA,Sec-CH-UA-Mobile,Sec-CH-UA-Platform,Sec-CH-UA-Arch,Sec-CH-UA-Full-Version-List,Sec-CH-UA-Model,Sec-CH-Device-Memory'], b'Cache-Control': [b'private, no-cache, no-store, max-age=0, must-revalidate'], b'Content-Security-Policy': [b'frame-ancestors *.leboncoin.fr *.leboncoin.io *.leboncoin.ci; report-uri https://api.leboncoin.fr/api/csp-report/v1/report/;'], b'Content-Security-Policy-Report-Only': [b'object-src *.leboncoin.fr *.leboncoin.io *.leboncoin.ci; frame-ancestors *.leboncoin.fr *.leboncoin.io *.leboncoin.ci; report-uri https://api.leboncoin.fr/api/csp-report/v1/report/;'], b'Content-Type': [b'text/html; charset=utf-8'], b'Date': [b'Mon, 30 Mar 2026 15:09:43 GMT'], b'Etag': [b'W/"kvm7t4qxl8fixe"'], b'Referrer-Policy': [b'no-referrer-when-downgrade'], b'Set-Cookie': [b'datadome=O2bKfNyfl~Bh8XnZpLPqclbOeD7QbhqRwdZjRGNDkGKIkjgUO6iNuZfiLUOQwJeAKKLJWKMCUUXVKtF9DXZ4Rb~ZR~CCxakkMe1J5PJRroPVgGz8N5G8xi9W8BW0898m; Max-Age=31536000; Domain=.leboncoin.fr; Path=/; Secure; SameSite=Lax'], b'Strict-Transport-Security': [b'max-age=15768000'], b'Vary': [b'Accept-Encoding'], b'Via': [b'1.1 d71d883968dd731918a3ab9609f88bec.cloudfront.net (CloudFront)'], b'X-Amz-Cf-Id': [b'32d1NOhsbYqnquJicvvYaTxTo8XWHuPQI3tcxC92BAy-alVkozqvCw=='], b'X-Amz-Cf-Pop': [b'CDG50-P5'], b'X-Cache': [b'Miss from cloudfront'], b'X-Datadome': [b'protected']}
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': '2c25e8ec-a910-4b2e-95d5-e09be525d461'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0ZDNTY0RURCLUYwRDItNDQ5NS1CRjI3LTE2NDFGM0RCMjUxNyIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5Mzc4OTM4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y0YjAtYmFmNy02NTUxLWFlN2EtNzc5YWJlNjBhZjFkIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MDk6MzYuMDQ3WiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjA5OjM2LjA0N1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '__Secure-Install', 'value': '152653a3-e7fc-408f-ac9f-788247c06de0', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'dd9a0b1b-3fb5-4e26-aa06-49379aec4c96', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndbqh5ctlzhn0xt%22%2C%22_t%22%3A%22n31qo0pf%7Cmndbqjdf%22%7D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYAjpQAMABwAWAHwC2SVgCMRAK1bSQAXyA', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'b1dCTO2dT_elW~yTYYlHExmRl1vp0VjhqUpfYNDJxUY36ql1k~ydsJZj~QZbj0HxdGXnpfA_DdeFgSCIOT0C9BGOkP81_Szety9jTvzk5NHW~4PnIJ4D~mtGK5PYCav3', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': '2c25e8ec-a910-4b2e-95d5-e09be525d461'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:09:49 [auto_selling_leboncoin.fr] INFO: Request: curl -X POST https://api.leboncoin.fr/finder/search --data-raw '{"filters": {"category": {"id": "1"}, "enums": {"ad_type": ["offer"]}, "owner": {"user_id": "2c25e8ec-a910-4b2e-95d5-e09be525d461"}}, "limit": 200, "offset": 0}' -H 'Accept: */*' -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' -H 'Content-Type: application/json' -H 'Origin: https://www.leboncoin.fr' --cookie 'name=ry_ry-l3b0nco_so_realytics; name=ry_ry-l3b0nco_realytics; name=didomi_token; name=__Secure-Install; name=cnfdVisitorId; name=_pcid; name=_pctx; name=pa_privacy; name=datadome'
2026-03-30 15:09:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/1322243/ewigo-colmar.htm) ['zyte-api']
2026-03-30 15:09:51 [auto_selling_leboncoin.fr] INFO: Found 63 listings on page 1
2026-03-30 15:09:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3167701921
2026-03-30 15:09:51 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
2026-03-30 15:09:52 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273167701921%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3167701921: 1
2026-03-30 15:09:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3167701921
2026-03-30 15:09:52 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 111,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3167701921',
'listing': 'auction',
'make': 'TOYOTA',
'model': 'Verso',
'odometer': 111000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/9a/8d/7f9a8daa74996534edf71fe22507b88a78dc94f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/2b/c2/b82bc222681836e0167e50aec947b00ed4e3a1d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f0/54/7df054c2739283cce751544114f5706818187f1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/fa/42/f3fa427791ab37cd5d6fd58622ec67f88f53c280.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/1b/e0/231be0e3b73720812e0265f6c62a3bf6638c191e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/56/82/1d5682b475f1ca2e2d502370288b45478ec779c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/60/ee/6660eef3b9f34fce6aa292a99c9a217235b6493b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/3b/60/663b60919c1d95efe52555a1cadc60746ae3afa5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/73/99/00739983d2544caa96af48d3f2282b9916b8ecb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/7b/80/de7b803b62b2be5368ccd27f4d730ad33991ecb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/17/45/gh1745cd3aa883b6d7aa5d57fbcfb774fbe5c9b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/a5/1a/fea51ac0b4b9bd6dc1eb1480ac19d6979778285f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/1a/df/fa1adf2db57d23d62df19da54fa9b032fc833073.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/bf/7b/dabf7b702cac81e11b5c566a2ae7ebab41c19327.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/0b/c5/e40bc5db5d3c118f99a67c3cbc017fe3f4f823a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/80/ff/6b80ff554982020b6692a3f4761778b27e73c24f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/79/21/bd7921c264417b3e5d56702d3c225d99e477c549.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/33/95/c33395b594bc21d1cfe1129160aa1204200b9d38.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/53/f1/3053f12fb59e5434dc2891dac833860855ce67cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ee/16/00ee164261de51ec404cf25b4389599395b81381.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/5d/a9/415da9bc1bff59e5ac12c6a9450befcb3ef1c658.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/c4/b6/d7c4b6e5a1f922ebaa2e3cfdbfa612b9a0f2efce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/3a/c3/403ac3c42b216ac554e36e55cb095fca72d5fd0c.jpg?rule=ad-large'],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Toyota verso 1.6 d4d 110 feel skyview - 7 places - garantie 6 mois '
'- premiere main',
'transmission': 'manual',
'trim': 'Verso 112 D-4D SkyView 7 places',
'vin': None,
'year': 2014}
2026-03-30 15:09:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ca452815-0e3c-5752-b77c-ca8d8085ba6c with identifier: 3167701921
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ca452815-0e3c-5752-b77c-ca8d8085ba6c
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F9a%252F8d%252F7f9a8daa74996534edf71fe22507b88a78dc94f0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/9a/8d/7f9a8daa74996534edf71fe22507b88a78dc94f0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252F2b%252Fc2%252Fb82bc222681836e0167e50aec947b00ed4e3a1d3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/2b/c2/b82bc222681836e0167e50aec947b00ed4e3a1d3.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7d%252Ff0%252F54%252F7df054c2739283cce751544114f5706818187f1e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f0/54/7df054c2739283cce751544114f5706818187f1e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff3%252Ffa%252F42%252Ff3fa427791ab37cd5d6fd58622ec67f88f53c280.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/fa/42/f3fa427791ab37cd5d6fd58622ec67f88f53c280.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F23%252F1b%252Fe0%252F231be0e3b73720812e0265f6c62a3bf6638c191e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/1b/e0/231be0e3b73720812e0265f6c62a3bf6638c191e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252F56%252F82%252F1d5682b475f1ca2e2d502370288b45478ec779c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/56/82/1d5682b475f1ca2e2d502370288b45478ec779c8.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F60%252Fee%252F6660eef3b9f34fce6aa292a99c9a217235b6493b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/60/ee/6660eef3b9f34fce6aa292a99c9a217235b6493b.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F3b%252F60%252F663b60919c1d95efe52555a1cadc60746ae3afa5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/3b/60/663b60919c1d95efe52555a1cadc60746ae3afa5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252F73%252F99%252F00739983d2544caa96af48d3f2282b9916b8ecb0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/73/99/00739983d2544caa96af48d3f2282b9916b8ecb0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F7b%252F80%252Fde7b803b62b2be5368ccd27f4d730ad33991ecb4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/7b/80/de7b803b62b2be5368ccd27f4d730ad33991ecb4.jpg?rule=ad-large already downloaded
2026-03-30 15:09:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ca452815-0e3c-5752-b77c-ca8d8085ba6c with identifier 3167701921
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:09:52 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2023
2026-03-30 15:09:53 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883393
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883393
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:53 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ca452815-0e3c-5752-b77c-ca8d8085ba6c
2026-03-30 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 111,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ca452815-0e3c-5752-b77c-ca8d8085ba6c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3167701921',
'listing': 'auction',
'make': 'TOYOTA',
'model': 'Verso',
'odometer': 111000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 23,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/9a/8d/7f9a8daa74996534edf71fe22507b88a78dc94f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/2b/c2/b82bc222681836e0167e50aec947b00ed4e3a1d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f0/54/7df054c2739283cce751544114f5706818187f1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/fa/42/f3fa427791ab37cd5d6fd58622ec67f88f53c280.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/1b/e0/231be0e3b73720812e0265f6c62a3bf6638c191e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/56/82/1d5682b475f1ca2e2d502370288b45478ec779c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/60/ee/6660eef3b9f34fce6aa292a99c9a217235b6493b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/3b/60/663b60919c1d95efe52555a1cadc60746ae3afa5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/73/99/00739983d2544caa96af48d3f2282b9916b8ecb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/7b/80/de7b803b62b2be5368ccd27f4d730ad33991ecb4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98236,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/9a/8d/7f9a8daa74996534edf71fe22507b88a78dc94f0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91116,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/2b/c2/b82bc222681836e0167e50aec947b00ed4e3a1d3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94123,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f0/54/7df054c2739283cce751544114f5706818187f1e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86044,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/fa/42/f3fa427791ab37cd5d6fd58622ec67f88f53c280.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95660,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/1b/e0/231be0e3b73720812e0265f6c62a3bf6638c191e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96585,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/56/82/1d5682b475f1ca2e2d502370288b45478ec779c8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86961,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/60/ee/6660eef3b9f34fce6aa292a99c9a217235b6493b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86425,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/3b/60/663b60919c1d95efe52555a1cadc60746ae3afa5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130816,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/73/99/00739983d2544caa96af48d3f2282b9916b8ecb0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca452815-0e3c-5752-b77c-ca8d8085ba6c/ca452815-0e3c-5752-b77c-ca8d8085ba6c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125703,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/7b/80/de7b803b62b2be5368ccd27f4d730ad33991ecb4.jpg?rule=ad-large',
'Width': 1067}],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Toyota verso 1.6 d4d 110 feel skyview - 7 places - garantie 6 mois '
'- premiere main',
'transmission': 'manual',
'trim': 'Verso 112 D-4D SkyView 7 places',
'vin': None,
'year': 2014}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273167701921%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3167701921: {'created_time': 1774883393.264052, 'last_price_update_time': 1774883393.264062}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3167701921') HTTP/1.1" 204 0
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3148342096
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273148342096%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scrape type for 3148342096: 1
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3148342096
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Essuies glaces automatiques\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Direction assistée\n'
' - Pare-brise chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - Airbag passager\n'
' - Airbags\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148342096',
'listing': 'auction',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/95/1d/36/951d364e9e453ca5b6c633cba3e011e11923ee58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/a5/a2/5ca5a2567f89d3943b62058d4f0e2e7d8e906bc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/87/fb/ff87fbb5e780536bb0e8d38fdf2858680320dc81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/e4/6a/41e46ac8f17d23c0fe6eadfad7d550ac03e3003f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/ec/85/44ec85aec7a88d3ddd2ac2d412838b477d6dfe63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/05/d8/ab05d81b4a45c4a3456d4f15a6307a19b095e860.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/78/9d/a6789ddeabbee03ec3d0b43ca95968f4b369df85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/be/61/b5be61552fcb0671c4a2e0d8530aef4d4e023f6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/8a/4b/de8a4bb87a7ba9923923bf60fe7d0ff7b1e2b060.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/63/42/586342a1ec644e4cc8ab17de07faf6aa6e7fb921.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/9f/5a/359f5a575459ba57190b6812e6697f5eaa5b48a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/6c/b4/326cb47271caa4c205abbe22e49cd93a609b3e6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/56/3c/97563cd63f3a0922ae7142aceb0ff1087e240186.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/b2/40/56b2404f2e368d14c7ac848b7b6f44b4b59e4a71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/36/bc/0f36bcaf477fcc981e7ae80230ca84bdf40ecba5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/a9/1e/cfa91e710ee3bfe974d13fc4e981d57e05085429.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/ae/a4/15aea4dff3ec26109de2502122e877900e8062ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/f8/f1/4bf8f176b1646865486eea8b4dab46adc8b327c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/47/78/894778bdbafca12bcc6563ee7f675eb6e4b29ccb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/b8/f9/28b8f996448c58691a503fafa1b3c50f9562eaf5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/37/a3/5237a3a705727721038229abd612b2d6de186f92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/e1/ea/94e1ea10569aa8a6c758e8bac7c6f45b51b8745c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fb/3b/dafb3bfaaec9c056b3dc16b5d00a2bec23224b2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/fe/35/38fe3533defc8ddb2723519dd63fb0dab5bbe8da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/04/11/370411d1ad70cfec8397986491ffd5ed2f1fe187.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/c3/de/06c3de5379fcd7eaa267b477c33a7bd35eec7405.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/89/46/978946e8732ca02d48b378f62f666123e00aa249.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/34/18/c93418098a24cb67f8fe94f660eafe7d6cdfee6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/3a/5d/2e3a5dcd5a5600d4f142772d01d9154500d47ff8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/cc/92/65cc925b4618b184d820458fba2d9e3725462406.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/3c/6a/d43c6a46696dc2191e62069fc1bae5f383ab2fb7.jpg?rule=ad-large'],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford b-max 1.0 ecoboost 120 titanium start-stop - garantie 6 mois',
'transmission': 'manual',
'trim': 'B-MAX 1.0 SCTi 120ch EcoBoost Stop&Start Titanium',
'vin': None,
'year': 2013}
2026-03-30 15:09:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: be42459f-fc92-56b7-8782-b340e53f76df with identifier: 3148342096
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item be42459f-fc92-56b7-8782-b340e53f76df
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252F1d%252F36%252F951d364e9e453ca5b6c633cba3e011e11923ee58.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/1d/36/951d364e9e453ca5b6c633cba3e011e11923ee58.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5c%252Fa5%252Fa2%252F5ca5a2567f89d3943b62058d4f0e2e7d8e906bc4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/a5/a2/5ca5a2567f89d3943b62058d4f0e2e7d8e906bc4.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fff%252F87%252Ffb%252Fff87fbb5e780536bb0e8d38fdf2858680320dc81.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/87/fb/ff87fbb5e780536bb0e8d38fdf2858680320dc81.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F41%252Fe4%252F6a%252F41e46ac8f17d23c0fe6eadfad7d550ac03e3003f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/41/e4/6a/41e46ac8f17d23c0fe6eadfad7d550ac03e3003f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252Fec%252F85%252F44ec85aec7a88d3ddd2ac2d412838b477d6dfe63.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/ec/85/44ec85aec7a88d3ddd2ac2d412838b477d6dfe63.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fab%252F05%252Fd8%252Fab05d81b4a45c4a3456d4f15a6307a19b095e860.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/05/d8/ab05d81b4a45c4a3456d4f15a6307a19b095e860.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa6%252F78%252F9d%252Fa6789ddeabbee03ec3d0b43ca95968f4b369df85.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/78/9d/a6789ddeabbee03ec3d0b43ca95968f4b369df85.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252Fbe%252F61%252Fb5be61552fcb0671c4a2e0d8530aef4d4e023f6d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/be/61/b5be61552fcb0671c4a2e0d8530aef4d4e023f6d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F8a%252F4b%252Fde8a4bb87a7ba9923923bf60fe7d0ff7b1e2b060.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/8a/4b/de8a4bb87a7ba9923923bf60fe7d0ff7b1e2b060.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F58%252F63%252F42%252F586342a1ec644e4cc8ab17de07faf6aa6e7fb921.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/58/63/42/586342a1ec644e4cc8ab17de07faf6aa6e7fb921.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: be42459f-fc92-56b7-8782-b340e53f76df with identifier 3148342096
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item be42459f-fc92-56b7-8782-b340e53f76df
2026-03-30 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Essuies glaces automatiques\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Direction assistée\n'
' - Pare-brise chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - Airbag passager\n'
' - Airbags\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'be42459f-fc92-56b7-8782-b340e53f76df',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148342096',
'listing': 'auction',
'make': 'FORD',
'model': 'B-MAX',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/95/1d/36/951d364e9e453ca5b6c633cba3e011e11923ee58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/a5/a2/5ca5a2567f89d3943b62058d4f0e2e7d8e906bc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/87/fb/ff87fbb5e780536bb0e8d38fdf2858680320dc81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/e4/6a/41e46ac8f17d23c0fe6eadfad7d550ac03e3003f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/ec/85/44ec85aec7a88d3ddd2ac2d412838b477d6dfe63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/05/d8/ab05d81b4a45c4a3456d4f15a6307a19b095e860.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/78/9d/a6789ddeabbee03ec3d0b43ca95968f4b369df85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/be/61/b5be61552fcb0671c4a2e0d8530aef4d4e023f6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/8a/4b/de8a4bb87a7ba9923923bf60fe7d0ff7b1e2b060.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/63/42/586342a1ec644e4cc8ab17de07faf6aa6e7fb921.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91185,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/1d/36/951d364e9e453ca5b6c633cba3e011e11923ee58.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86123,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/a5/a2/5ca5a2567f89d3943b62058d4f0e2e7d8e906bc4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88979,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/87/fb/ff87fbb5e780536bb0e8d38fdf2858680320dc81.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79741,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/e4/6a/41e46ac8f17d23c0fe6eadfad7d550ac03e3003f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88092,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/ec/85/44ec85aec7a88d3ddd2ac2d412838b477d6dfe63.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84859,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/05/d8/ab05d81b4a45c4a3456d4f15a6307a19b095e860.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88556,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/78/9d/a6789ddeabbee03ec3d0b43ca95968f4b369df85.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79706,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/be/61/b5be61552fcb0671c4a2e0d8530aef4d4e023f6d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81427,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/8a/4b/de8a4bb87a7ba9923923bf60fe7d0ff7b1e2b060.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be42459f-fc92-56b7-8782-b340e53f76df/be42459f-fc92-56b7-8782-b340e53f76df_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74189,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/63/42/586342a1ec644e4cc8ab17de07faf6aa6e7fb921.jpg?rule=ad-large',
'Width': 1067}],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2013-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford b-max 1.0 ecoboost 120 titanium start-stop - garantie 6 mois',
'transmission': 'manual',
'trim': 'B-MAX 1.0 SCTi 120ch EcoBoost Stop&Start Titanium',
'vin': None,
'year': 2013}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273148342096%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3148342096: {'created_time': 1774883393.535922, 'last_price_update_time': 1774883393.535934}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3148342096') HTTP/1.1" 204 0
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151490873
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151490873%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151490873: 1
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151490873
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
' - Ceinture de vitrage chromée\n'
' - Jantes alu 17"\n'
' - Pack extérieur GT line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit ouvrant panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
' - Contrôle du freinage en courbe\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151490873',
'listing': 'auction',
'make': 'KIA',
'model': 'Ceed',
'odometer': 115000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/dd/c9/3dddc9f81d9b95205395807cd44fba67c1a24697.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/6a/c9/866ac903f5bca4c75d1a40ca20fa81f25c2856ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/a6/49/07a6498231e48f45dab3a5b4638ed9cb5ad9c6e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/eb/7f/b1eb7fdef477fb29f50aedda81e53bf6e22b7e06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/c4/de/bcc4de265ba71951b0ee7b91ff8353b67edd5ca1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/32/ad/ee32adf6f90237f0caa7cdec02ccdb33b04b605f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/a9/9f/afa99ff465f869f798e1b832bd61c357f74c516c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/76/05/9f7605c8f8937454e5668e00ec2ca0c2a1cdcf0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/9f/3d/c29f3db0a1b573af58cb7907a4b72260ba1a4574.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ab/c2/1fabc2d6aed545c90b80494209fce6c977f0b19a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/f5/dd/d5f5ddc6c9fa3a042de8f74f7bf7c8c68a9db25e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/0d/8c/520d8c76ec4accd048cbce72253c122c2a221411.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/07/68/c307684d764b3ebcbce2e8b83c6c260aff0e4750.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/67/33/06673397c8c1735f61c5f55988ea9b559015e82a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/22/04/6c22044f0dc0ed2f82b76e99b388c496b8f96bf0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/d1/3a/1dd13a95ae813d365523b26953466ed7eef832f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/11/a1/8711a1a8875ae771cb362b8e5a63f2e53c5bd80d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/e8/68/7be86856d7e76174faeeaf5b6537d6fc7a2a703d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/65/a1/0b65a1382a38c8aae2084bb36ce6056a7e323c41.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/7a/a4/077aa47d26727b5ac340a0c8bc25aa1b6f08808c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/c5/b7/1dc5b7b8625e6e277b01a438d7e7f92b7e76ff4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/e7/2b/95e72b51017c72be0e43cbf7fe3e45be05959b53.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/00/78/190078cf7ea3f9263d8e7ec9aa1498331db03010.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/10/ff/7110ff31ebcc0e91e938e9dbc80ca256e2c5e82e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/4c/6a/0a4c6af38dc3bcc7fbe7362092d42c2f103240e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/8e/4e/8b8e4e41c2491a717ac0321905c3f93003878277.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/c6/f9/c0c6f9784587e50845f6a59e3910982b2601069e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/db/ca/1fdbcaf420de05156948abde04e87ae5fbb784e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/e5/01/bce501fd82e93d17c5ea93ca35717879de8c7b0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/49/9c/ac499c79e20dd23e43c31a3e103f7c52cb296cf7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/35/c0/8735c0e505116481223239bc84d3136e71a44671.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/93/f6/3b93f6af36ab1773c683e81a9866b95ba8e40b59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/61/ef/4d61ef241036f5686ad973df03068c4f28e9603d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/37/6e/0e376e9c8700c868dce526186fd4cc869ca2c159.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/3a/ea/b83aea8c993b2735189a547f5e55f1c165e22205.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/56/ad/4756ad66ac3bbef2c29b9bb3b80d481d2746337d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/7d/00/747d0071f3a464a9db25e776c06a4fbd62986a32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/52/35/75523537c68f194eb3ce34143dc244ac57fb71f5.jpg?rule=ad-large'],
'price': 15489,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kia ceed 1.4 t-gdi 140 ch gt line - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Ceed 1.4 T-GDI 140ch GT Line DCT7',
'vin': None,
'year': 2019}
2026-03-30 15:09:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: abd3964b-a37e-54a3-8bf0-5ade01ada5b7 with identifier: 3151490873
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abd3964b-a37e-54a3-8bf0-5ade01ada5b7
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252Fdd%252Fc9%252F3dddc9f81d9b95205395807cd44fba67c1a24697.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/dd/c9/3dddc9f81d9b95205395807cd44fba67c1a24697.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F6a%252Fc9%252F866ac903f5bca4c75d1a40ca20fa81f25c2856ad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/6a/c9/866ac903f5bca4c75d1a40ca20fa81f25c2856ad.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F07%252Fa6%252F49%252F07a6498231e48f45dab3a5b4638ed9cb5ad9c6e3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/a6/49/07a6498231e48f45dab3a5b4638ed9cb5ad9c6e3.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252Feb%252F7f%252Fb1eb7fdef477fb29f50aedda81e53bf6e22b7e06.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/eb/7f/b1eb7fdef477fb29f50aedda81e53bf6e22b7e06.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252Fc4%252Fde%252Fbcc4de265ba71951b0ee7b91ff8353b67edd5ca1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/c4/de/bcc4de265ba71951b0ee7b91ff8353b67edd5ca1.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fee%252F32%252Fad%252Fee32adf6f90237f0caa7cdec02ccdb33b04b605f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/32/ad/ee32adf6f90237f0caa7cdec02ccdb33b04b605f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faf%252Fa9%252F9f%252Fafa99ff465f869f798e1b832bd61c357f74c516c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/af/a9/9f/afa99ff465f869f798e1b832bd61c357f74c516c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9f%252F76%252F05%252F9f7605c8f8937454e5668e00ec2ca0c2a1cdcf0a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/76/05/9f7605c8f8937454e5668e00ec2ca0c2a1cdcf0a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252F9f%252F3d%252Fc29f3db0a1b573af58cb7907a4b72260ba1a4574.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/9f/3d/c29f3db0a1b573af58cb7907a4b72260ba1a4574.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1f%252Fab%252Fc2%252F1fabc2d6aed545c90b80494209fce6c977f0b19a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ab/c2/1fabc2d6aed545c90b80494209fce6c977f0b19a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: abd3964b-a37e-54a3-8bf0-5ade01ada5b7 with identifier 3151490873
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item abd3964b-a37e-54a3-8bf0-5ade01ada5b7
2026-03-30 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
' - Ceinture de vitrage chromée\n'
' - Jantes alu 17"\n'
' - Pack extérieur GT line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit ouvrant panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
' - Contrôle du freinage en courbe\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'abd3964b-a37e-54a3-8bf0-5ade01ada5b7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151490873',
'listing': 'auction',
'make': 'KIA',
'model': 'Ceed',
'odometer': 115000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 38,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/dd/c9/3dddc9f81d9b95205395807cd44fba67c1a24697.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/6a/c9/866ac903f5bca4c75d1a40ca20fa81f25c2856ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/a6/49/07a6498231e48f45dab3a5b4638ed9cb5ad9c6e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/eb/7f/b1eb7fdef477fb29f50aedda81e53bf6e22b7e06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/c4/de/bcc4de265ba71951b0ee7b91ff8353b67edd5ca1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/32/ad/ee32adf6f90237f0caa7cdec02ccdb33b04b605f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/a9/9f/afa99ff465f869f798e1b832bd61c357f74c516c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/76/05/9f7605c8f8937454e5668e00ec2ca0c2a1cdcf0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/9f/3d/c29f3db0a1b573af58cb7907a4b72260ba1a4574.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ab/c2/1fabc2d6aed545c90b80494209fce6c977f0b19a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98749,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/dd/c9/3dddc9f81d9b95205395807cd44fba67c1a24697.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90662,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/6a/c9/866ac903f5bca4c75d1a40ca20fa81f25c2856ad.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91634,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/a6/49/07a6498231e48f45dab3a5b4638ed9cb5ad9c6e3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98468,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/eb/7f/b1eb7fdef477fb29f50aedda81e53bf6e22b7e06.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98053,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/c4/de/bcc4de265ba71951b0ee7b91ff8353b67edd5ca1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85253,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/32/ad/ee32adf6f90237f0caa7cdec02ccdb33b04b605f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/a9/9f/afa99ff465f869f798e1b832bd61c357f74c516c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95521,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/76/05/9f7605c8f8937454e5668e00ec2ca0c2a1cdcf0a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106307,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/9f/3d/c29f3db0a1b573af58cb7907a4b72260ba1a4574.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_abd3964b-a37e-54a3-8bf0-5ade01ada5b7/abd3964b-a37e-54a3-8bf0-5ade01ada5b7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82289,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ab/c2/1fabc2d6aed545c90b80494209fce6c977f0b19a.jpg?rule=ad-large',
'Width': 1067}],
'price': 15489,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kia ceed 1.4 t-gdi 140 ch gt line - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Ceed 1.4 T-GDI 140ch GT Line DCT7',
'vin': None,
'year': 2019}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151490873%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3151490873: {'created_time': 1774883393.804059, 'last_price_update_time': 1774883393.804071}
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151490873') HTTP/1.1" 204 0
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829232
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829232%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829232: 1
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829232
2026-03-30 15:09:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829232',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLE',
'odometer': 147054,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ee/1e/1fee1edc91fdf22b17d31d9f42bd667ae39bd755.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/93/8c/7f938c780db9e18d99cd14b877de6361f93fe6cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/05/38/bb0538980f6f88b6b1231c3455711292fbabe2d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/1d/d3/a61dd3d6c1b89edc8e5cd68d2e8354f9b64aa251.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/d4/d1/27d4d1f8e5563c1b96300117721b8e27d263b215.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/f7/cb/46f7cb6be7b4999a743cb69d0f2ef856b545ef98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/b2/ef/b6b2ef02602e8bb36de4fe71cc094a0c694aeb48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/5a/63/a55a63a895a5468d8c69ee59cefa9b1e08e0ae58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/f3/77/12f3774212aae273d3635219a23fe2cd73d512a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/42/cc/fc42cc8e7cdbaa8f41c4193d2b69d6d160ace5ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/df/f8/56dff86dd39c6864c9973b0950c6f41dd6a975ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/db/8f/4edb8ff06c22cb4727b98d682a77098c9dfb5fde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/87/bf/4787bf8dbf5bff05f0995a4e52068a84d8a3e7fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/56/99/e056994d5ce7006c2cdd47e488b825e3465aef55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/06/2d/86062d8dd61062e9b4edcbb326b27ba351e37793.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/55/ed/9f55ed1c7d16d502116889a9411733c6daa991a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/91/82/2291824f9e4b7d50bcee5dccc35600ec040b74a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/b3/3e/43b33e4fc7699981db311edd2278e1b5b6175d04.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/82/72/49827281d5af9e5a400eab8a1a59e8f853d54be9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/85/49/f88549efe61f1c9175a48dd4bf74ca363ac60477.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/e3/16/09e316c3666ccb9c1f700639176a5b87e31de4e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/d9/57/d7d9571448d6ed7d466a82579c9cc3b79cccc000.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/95/32/1995320da78f902ed2e44c890af280376dcdd56a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/c3/ae/30c3aec27fdc159e8326b03a9778c10759c7c13f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/a5/d4/f4a5d4236aa9807a910d9cfc4bb90c8428af69be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/8b/f1/a98bf1a1b0ac33d6f01fbcf6837c8ff2a8de22da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/7a/e4/5b7ae4d918b243bebdb2865512878bdf6f709c1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/3a/8c/a43a8c4c6058d4044d71caf0581593fe8e4a367e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/9f/9b/d59f9b72138448fe86b9cbc9b89a365ab20d1838.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/d6/db/49d6db9ceb6962c65982c374417089325cbd4fc3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/7b/09/5f7b09ba450c643ff7e1f5a75add8441a40871ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/18/2a/30182a8e41f333da59929c80fb547babf7443194.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/f5/05/0df505360eae99c38b4eb64943918697330551de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/e3/03/a0e303f77df5561d3fcde64ae42f38a64584867d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/28/5b/cc285bb79c6679c637e1eb1ce3f6733c39dfbab7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/2e/0a/612e0a7908b5deee4a6dcf0f7daaf733f7b07fb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/b0/3e/f7b03e968448f81dccc71e40600e7d66c1938bb2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/9d/ba/2f9dba4da921a45a706e9acb70514b433be4ad2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/af/5e/2eaf5efe5121bcf91ccac2207d01773084e84fe5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/4d/0e/b64d0eceab25f1c1067a7da9e2127b3edbaa24c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/de/1a/2ade1ac8e19c0a3133290ea4defcc56346600a06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/0f/bb/ae0fbb56f22efe8f7ecd071cf13ebd91d42e253d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/a3/9b/7aa39b73e360812b6e23e7ddd6c2a69e90a28a85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/7d/20/dc7d20da4d9f4e103b1e70b651c1c3d1a1b13b60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/a1/0a/15a10adbeb8915a1492ff355b9da32b86f2d9a8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/93/89/c293898f87f8143ed458da2a4a30bcff30e4ecd8.jpg?rule=ad-large'],
'price': 36990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz gle coupe 3.0 350 d 258 ch 4matic 9g-tronic- '
'sportline amg - garantie 6 mois',
'transmission': 'automatic',
'trim': 'GLE 350 d 258ch Sportline 4Matic 9G-Tronic',
'vin': None,
'year': 2016}
2026-03-30 15:09:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b955fe60-4efb-57e1-8fee-7fe070f50dc6 with identifier: 3091829232
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b955fe60-4efb-57e1-8fee-7fe070f50dc6
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1f%252Fee%252F1e%252F1fee1edc91fdf22b17d31d9f42bd667ae39bd755.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ee/1e/1fee1edc91fdf22b17d31d9f42bd667ae39bd755.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F93%252F8c%252F7f938c780db9e18d99cd14b877de6361f93fe6cc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/93/8c/7f938c780db9e18d99cd14b877de6361f93fe6cc.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252F05%252F38%252Fbb0538980f6f88b6b1231c3455711292fbabe2d0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/05/38/bb0538980f6f88b6b1231c3455711292fbabe2d0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa6%252F1d%252Fd3%252Fa61dd3d6c1b89edc8e5cd68d2e8354f9b64aa251.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/1d/d3/a61dd3d6c1b89edc8e5cd68d2e8354f9b64aa251.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252Fd4%252Fd1%252F27d4d1f8e5563c1b96300117721b8e27d263b215.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/d4/d1/27d4d1f8e5563c1b96300117721b8e27d263b215.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F46%252Ff7%252Fcb%252F46f7cb6be7b4999a743cb69d0f2ef856b545ef98.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/f7/cb/46f7cb6be7b4999a743cb69d0f2ef856b545ef98.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252Fb2%252Fef%252Fb6b2ef02602e8bb36de4fe71cc094a0c694aeb48.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/b2/ef/b6b2ef02602e8bb36de4fe71cc094a0c694aeb48.jpg?rule=ad-large already downloaded
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa5%252F5a%252F63%252Fa55a63a895a5468d8c69ee59cefa9b1e08e0ae58.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/5a/63/a55a63a895a5468d8c69ee59cefa9b1e08e0ae58.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F12%252Ff3%252F77%252F12f3774212aae273d3635219a23fe2cd73d512a2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/12/f3/77/12f3774212aae273d3635219a23fe2cd73d512a2.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F42%252Fcc%252Ffc42cc8e7cdbaa8f41c4193d2b69d6d160ace5ec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/42/cc/fc42cc8e7cdbaa8f41c4193d2b69d6d160ace5ec.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b955fe60-4efb-57e1-8fee-7fe070f50dc6 with identifier 3091829232
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b955fe60-4efb-57e1-8fee-7fe070f50dc6
2026-03-30 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b955fe60-4efb-57e1-8fee-7fe070f50dc6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829232',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLE',
'odometer': 147054,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 46,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ee/1e/1fee1edc91fdf22b17d31d9f42bd667ae39bd755.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/93/8c/7f938c780db9e18d99cd14b877de6361f93fe6cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/05/38/bb0538980f6f88b6b1231c3455711292fbabe2d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/1d/d3/a61dd3d6c1b89edc8e5cd68d2e8354f9b64aa251.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/d4/d1/27d4d1f8e5563c1b96300117721b8e27d263b215.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/f7/cb/46f7cb6be7b4999a743cb69d0f2ef856b545ef98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/b2/ef/b6b2ef02602e8bb36de4fe71cc094a0c694aeb48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/5a/63/a55a63a895a5468d8c69ee59cefa9b1e08e0ae58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/f3/77/12f3774212aae273d3635219a23fe2cd73d512a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/42/cc/fc42cc8e7cdbaa8f41c4193d2b69d6d160ace5ec.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98029,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/ee/1e/1fee1edc91fdf22b17d31d9f42bd667ae39bd755.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92264,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/93/8c/7f938c780db9e18d99cd14b877de6361f93fe6cc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91005,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/05/38/bb0538980f6f88b6b1231c3455711292fbabe2d0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80296,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/1d/d3/a61dd3d6c1b89edc8e5cd68d2e8354f9b64aa251.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96358,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/d4/d1/27d4d1f8e5563c1b96300117721b8e27d263b215.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87616,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/f7/cb/46f7cb6be7b4999a743cb69d0f2ef856b545ef98.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93403,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/b2/ef/b6b2ef02602e8bb36de4fe71cc094a0c694aeb48.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88032,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/5a/63/a55a63a895a5468d8c69ee59cefa9b1e08e0ae58.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118657,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/f3/77/12f3774212aae273d3635219a23fe2cd73d512a2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d39acded-5c1a-53bf-a56a-3684b296858c/d39acded-5c1a-53bf-a56a-3684b296858c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122749,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/42/cc/fc42cc8e7cdbaa8f41c4193d2b69d6d160ace5ec.jpg?rule=ad-large',
'Width': 1067}],
'price': 36990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz gle coupe 3.0 350 d 258 ch 4matic 9g-tronic- '
'sportline amg - garantie 6 mois',
'transmission': 'automatic',
'trim': 'GLE 350 d 258ch Sportline 4Matic 9G-Tronic',
'vin': None,
'year': 2016}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829232%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829232: {'created_time': 1774883394.082129, 'last_price_update_time': 1774883394.08214}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829232') HTTP/1.1" 204 0
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828933
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828933%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828933: 1
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828933
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares LED\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828933',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Polo',
'odometer': 94900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d6/7c/88d67cfb2d72e5645582f5b056a45ab323808ce8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/3f/b3/803fb39df50fa16b447c5289be4c2234158b3857.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/02/a7/5602a7d81435240c3e640c293d3f21de0c2ff56d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/b3/5f/f5b35f4f4f9424206bf75da1c632a54eaf6dd808.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/a2/10/e4a21061a1fa2bb04cf233aa0cc194d341c0ae54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/e7/27/6ee727359ef5cc7895d47be3eea188a8260b5f0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/95/ce/1395ce2d66a4b096add3ac2c6d8c83f5562fcf2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/e1/59/fbe159901be153349978174bb1d2a1cc434c882d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/8e/d6/898ed6f09e2e8f2d963363f7cdf3e5cdc09c54ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/4b/831b4becab55d897b3fdfcc10f413647b21f27ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/24/a4/c724a462ef6c632d50f03cdbec2b65513450e7b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/eb/84/41eb84ea88f640177339dd46e67f1dc74793aec5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/8a/d8/648ad8a6c0e26172f182c3ac456b4d99eb411c7f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/11/92/e811929a501b4ae8ec3b70ceb835a98e15b80d65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/96/27/849627aeadc2352e679f42da9496cb57345a51a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/68/55/ce6855961c2fca4c9ff52a1d5f09d83bef3a7edf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/66/01/08660145f645d0c5ecded416603b7d729daaed4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/68/0d/41680d3ee7c6d2cf8cf3591a46e52519ec2d5c7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/e4/5a/2ae45a5ebc8c5b429615e04f9ea97b1529a61d7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/ef/ee/5cefee3a7ca9341adc77aac9a1ac203b4342cbc7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/76/9f/89769fd055c93722f15a3c4be3ffa750e856e955.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/dd/79/d1dd7941045df13ae58dbe07fe007c1c2ecfe6bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/3f/1b/dd3f1bf2a02152c3ba4e2239e0d7e36ef78be18d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/33/89/b733897f8f69bd0875975bb82916ba70c2677afa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/7b/b7/d67bb73dc4bf38f271914cf1a41aeb7956c6de96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/98/03/e198037427614c100f547e4b84c091050bec9a0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/95/c3/0395c36975ad934eedd5a3c5e350f6403165b766.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/46/b4/f546b40ccd65811fd5a64cc1cf0ecb05d908b2e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/ec/59/ceec59b39e7c878cd06d246202dd2eb1df270e2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/26/f9/3d26f9b17d336998b1567b54830c9190c3e64693.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/79/87/0e79876f5348d15caa1d1f442fd0984fb85d5474.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/fc/3a/38fc3a93d621c4359160dea5ccc3e3506582baaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b6/b8/3ab6b8914910fe340a43f794de4037718cd860a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/c7/87/bbc7872004cef8d23884c8a15aeee21b1ef649de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/cc/8f/29cc8fa4be090aecca24c135d25b63afdb9b12ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/96/66/bf966658c965a83c88fe48da2b087db73fa285ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/3e/91/753e91aed986787f5730cf7ced0fb92d5da42fc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/dd/cf/afddcf338d8cd1f8b1dcbc451db6778f005a346a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/a3/a8/29a3a833421a614a3393c08bce7db3e952be766f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/6f/d6/e56fd62178354074b5f2124435bf112c1e0abc11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/c0/07/4fc0071b84286cab667dd5dccd715e87ae7a939e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/84/f0/3984f0ffb4024d3cc3f12e0c284f067d68ac0659.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/0c/10/f40c10ee121067eb91cf943b4f1f8165b8cdf607.jpg?rule=ad-large'],
'price': 14490,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen polo 1.0 tsi 95 confortline dsg bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Polo 1.0 TSI 95ch Confortline DSG7 Euro6d-T',
'vin': None,
'year': 2018}
2026-03-30 15:09:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 855598be-55d1-5aff-b479-656432209302 with identifier: 3091828933
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 855598be-55d1-5aff-b479-656432209302
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252Fd6%252F7c%252F88d67cfb2d72e5645582f5b056a45ab323808ce8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d6/7c/88d67cfb2d72e5645582f5b056a45ab323808ce8.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252F3f%252Fb3%252F803fb39df50fa16b447c5289be4c2234158b3857.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/3f/b3/803fb39df50fa16b447c5289be4c2234158b3857.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F02%252Fa7%252F5602a7d81435240c3e640c293d3f21de0c2ff56d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/02/a7/5602a7d81435240c3e640c293d3f21de0c2ff56d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff5%252Fb3%252F5f%252Ff5b35f4f4f9424206bf75da1c632a54eaf6dd808.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/b3/5f/f5b35f4f4f9424206bf75da1c632a54eaf6dd808.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe4%252Fa2%252F10%252Fe4a21061a1fa2bb04cf233aa0cc194d341c0ae54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/a2/10/e4a21061a1fa2bb04cf233aa0cc194d341c0ae54.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6e%252Fe7%252F27%252F6ee727359ef5cc7895d47be3eea188a8260b5f0a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/e7/27/6ee727359ef5cc7895d47be3eea188a8260b5f0a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252F95%252Fce%252F1395ce2d66a4b096add3ac2c6d8c83f5562fcf2f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/95/ce/1395ce2d66a4b096add3ac2c6d8c83f5562fcf2f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffb%252Fe1%252F59%252Ffbe159901be153349978174bb1d2a1cc434c882d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/e1/59/fbe159901be153349978174bb1d2a1cc434c882d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252F8e%252Fd6%252F898ed6f09e2e8f2d963363f7cdf3e5cdc09c54ea.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/8e/d6/898ed6f09e2e8f2d963363f7cdf3e5cdc09c54ea.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F1b%252F4b%252F831b4becab55d897b3fdfcc10f413647b21f27ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/4b/831b4becab55d897b3fdfcc10f413647b21f27ef.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 855598be-55d1-5aff-b479-656432209302 with identifier 3091828933
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 855598be-55d1-5aff-b479-656432209302
2026-03-30 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares LED\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '855598be-55d1-5aff-b479-656432209302',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828933',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Polo',
'odometer': 94900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 43,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d6/7c/88d67cfb2d72e5645582f5b056a45ab323808ce8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/3f/b3/803fb39df50fa16b447c5289be4c2234158b3857.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/02/a7/5602a7d81435240c3e640c293d3f21de0c2ff56d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/b3/5f/f5b35f4f4f9424206bf75da1c632a54eaf6dd808.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/a2/10/e4a21061a1fa2bb04cf233aa0cc194d341c0ae54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/e7/27/6ee727359ef5cc7895d47be3eea188a8260b5f0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/95/ce/1395ce2d66a4b096add3ac2c6d8c83f5562fcf2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/e1/59/fbe159901be153349978174bb1d2a1cc434c882d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/8e/d6/898ed6f09e2e8f2d963363f7cdf3e5cdc09c54ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/4b/831b4becab55d897b3fdfcc10f413647b21f27ef.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145910,
'Height': 733,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d6/7c/88d67cfb2d72e5645582f5b056a45ab323808ce8.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135675,
'Height': 748,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/3f/b3/803fb39df50fa16b447c5289be4c2234158b3857.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106147,
'Height': 581,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/02/a7/5602a7d81435240c3e640c293d3f21de0c2ff56d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159269,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/b3/5f/f5b35f4f4f9424206bf75da1c632a54eaf6dd808.jpg?rule=ad-large',
'Width': 1191},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120503,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/a2/10/e4a21061a1fa2bb04cf233aa0cc194d341c0ae54.jpg?rule=ad-large',
'Width': 1022},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156376,
'Height': 779,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/e7/27/6ee727359ef5cc7895d47be3eea188a8260b5f0a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134581,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/95/ce/1395ce2d66a4b096add3ac2c6d8c83f5562fcf2f.jpg?rule=ad-large',
'Width': 1196},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106607,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/e1/59/fbe159901be153349978174bb1d2a1cc434c882d.jpg?rule=ad-large',
'Width': 1059},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95935,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/8e/d6/898ed6f09e2e8f2d963363f7cdf3e5cdc09c54ea.jpg?rule=ad-large',
'Width': 910},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad5f7a50-025b-556e-81c3-c23eacf78475/ad5f7a50-025b-556e-81c3-c23eacf78475_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94854,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/4b/831b4becab55d897b3fdfcc10f413647b21f27ef.jpg?rule=ad-large',
'Width': 948}],
'price': 14490,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen polo 1.0 tsi 95 confortline dsg bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Polo 1.0 TSI 95ch Confortline DSG7 Euro6d-T',
'vin': None,
'year': 2018}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828933%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828933: {'created_time': 1774883394.422766, 'last_price_update_time': 1774883394.422776}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828933') HTTP/1.1" 204 0
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3115256322
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273115256322%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3115256322: 1
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3115256322
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Front assist\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Rétroviseurs rabattables électriquement\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 224,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3115256322',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 175000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/78/9f/f2/789ff23913d98ee78a20341ee1b707ba42caad47.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/67/3b/ed673b14e28bcaf5a6fd938bb3a577f96bab7cfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/b7/3f/ddb73f2a1eaa95d88f808f0c81f45ad39da9c0c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/7d/ef/707def8741e6a58dec81a5acfa7d97d055ac1a10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/14/6c/7c146c25636f361a58c053efae65a2bee1f336df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/b8/10/ffb8108fde473b6ab9b9b8e86529214406e9fe21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/39/6a/57396af4530caa56dfb537b02400bb04809c6efa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/b3/25/39b3252d73f03b63775be1b760cdbb4b46862c30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/99/fb/3399fbaa04d1f312df1c4706a2b2b45fdc18eeb7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/ff/93/75ff93618b53a621c826b4d2bf29c1cdd72ca334.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/0d/aa/a30daadbeb705b016e905e1ad3070e082cb5036c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/5c/3a/2d5c3ac11ab1ff2d0ae64f3f72141bda1ed63dc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/10/fb/d510fbf2e5bf6b161498b9a24474dfd161b3585d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/e1/30/2ae130e7048a845674f66f123b5cf2f19153b36e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/0b/14/bb0b14a0aacd018c23e9c6b1d9d40b29348178c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/49/d6/0349d6fd626d59eaa7ef0fe272b68be5b16e8507.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/5e/ca/5e5ecabaf29c83a298cdc1e9b5b1c6c3d8fd63ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/5c/4f/575c4fa55518fe6fd2c7057c2d50a831ed6c114d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/3a/46/653a46bd626fea543bc7e1b423193cc38143c8a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a3/0b/40a30b344a0a21532977e4de7d61747fa82c62aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/4b/e3/ae4be3b3cd78471d41f0a4577882d3f06da21481.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/14/a0/8314a05f4f52e1ec9a0f73b5659dae0d45ed9007.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/1f/ab/de1fab39e3320dac07a81fc5c872b3259e72fd97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/c1/bb/88c1bb389c27fdb56da1ccc7afc3e483e0c63710.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/ee/5a/efee5a9c4fcb01269b3197367ebb566e75b82d9b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/ed/91/08ed916fa7aabd9c8985858aeeef2a1d255edddf.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 2.0 125d 225 sport m-sport bva - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Série 1 125d 218ch M Sport 3p',
'vin': None,
'year': 2017}
2026-03-30 15:09:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ff550ab0-741d-5259-b1af-cdf3db558911 with identifier: 3115256322
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff550ab0-741d-5259-b1af-cdf3db558911
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F78%252F9f%252Ff2%252F789ff23913d98ee78a20341ee1b707ba42caad47.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/9f/f2/789ff23913d98ee78a20341ee1b707ba42caad47.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fed%252F67%252F3b%252Fed673b14e28bcaf5a6fd938bb3a577f96bab7cfd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/67/3b/ed673b14e28bcaf5a6fd938bb3a577f96bab7cfd.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdd%252Fb7%252F3f%252Fddb73f2a1eaa95d88f808f0c81f45ad39da9c0c0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/b7/3f/ddb73f2a1eaa95d88f808f0c81f45ad39da9c0c0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252F7d%252Fef%252F707def8741e6a58dec81a5acfa7d97d055ac1a10.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/7d/ef/707def8741e6a58dec81a5acfa7d97d055ac1a10.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F14%252F6c%252F7c146c25636f361a58c053efae65a2bee1f336df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/14/6c/7c146c25636f361a58c053efae65a2bee1f336df.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fff%252Fb8%252F10%252Fffb8108fde473b6ab9b9b8e86529214406e9fe21.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/b8/10/ffb8108fde473b6ab9b9b8e86529214406e9fe21.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F39%252F6a%252F57396af4530caa56dfb537b02400bb04809c6efa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/39/6a/57396af4530caa56dfb537b02400bb04809c6efa.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F39%252Fb3%252F25%252F39b3252d73f03b63775be1b760cdbb4b46862c30.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/b3/25/39b3252d73f03b63775be1b760cdbb4b46862c30.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F33%252F99%252Ffb%252F3399fbaa04d1f312df1c4706a2b2b45fdc18eeb7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/99/fb/3399fbaa04d1f312df1c4706a2b2b45fdc18eeb7.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252Fff%252F93%252F75ff93618b53a621c826b4d2bf29c1cdd72ca334.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/ff/93/75ff93618b53a621c826b4d2bf29c1cdd72ca334.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ff550ab0-741d-5259-b1af-cdf3db558911 with identifier 3115256322
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ff550ab0-741d-5259-b1af-cdf3db558911
2026-03-30 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Front assist\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Rétroviseurs rabattables électriquement\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 224,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ff550ab0-741d-5259-b1af-cdf3db558911',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3115256322',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 175000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 26,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/78/9f/f2/789ff23913d98ee78a20341ee1b707ba42caad47.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/67/3b/ed673b14e28bcaf5a6fd938bb3a577f96bab7cfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/b7/3f/ddb73f2a1eaa95d88f808f0c81f45ad39da9c0c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/7d/ef/707def8741e6a58dec81a5acfa7d97d055ac1a10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/14/6c/7c146c25636f361a58c053efae65a2bee1f336df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/b8/10/ffb8108fde473b6ab9b9b8e86529214406e9fe21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/39/6a/57396af4530caa56dfb537b02400bb04809c6efa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/b3/25/39b3252d73f03b63775be1b760cdbb4b46862c30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/99/fb/3399fbaa04d1f312df1c4706a2b2b45fdc18eeb7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/ff/93/75ff93618b53a621c826b4d2bf29c1cdd72ca334.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90092,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/9f/f2/789ff23913d98ee78a20341ee1b707ba42caad47.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85941,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/67/3b/ed673b14e28bcaf5a6fd938bb3a577f96bab7cfd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90566,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/b7/3f/ddb73f2a1eaa95d88f808f0c81f45ad39da9c0c0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82285,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/7d/ef/707def8741e6a58dec81a5acfa7d97d055ac1a10.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88353,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/14/6c/7c146c25636f361a58c053efae65a2bee1f336df.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89351,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/b8/10/ffb8108fde473b6ab9b9b8e86529214406e9fe21.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96834,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/39/6a/57396af4530caa56dfb537b02400bb04809c6efa.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85051,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/b3/25/39b3252d73f03b63775be1b760cdbb4b46862c30.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144140,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/99/fb/3399fbaa04d1f312df1c4706a2b2b45fdc18eeb7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff550ab0-741d-5259-b1af-cdf3db558911/ff550ab0-741d-5259-b1af-cdf3db558911_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128279,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/ff/93/75ff93618b53a621c826b4d2bf29c1cdd72ca334.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 2.0 125d 225 sport m-sport bva - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Série 1 125d 218ch M Sport 3p',
'vin': None,
'year': 2017}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273115256322%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3115256322: {'created_time': 1774883394.704098, 'last_price_update_time': 1774883394.704108}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3115256322') HTTP/1.1" 204 0
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3169124661
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273169124661%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3169124661: 1
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3169124661
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Attelage\n'
' - Barres de toit longitudinales\n'
' - Phares AV de jour à LED\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3169124661',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Autres',
'odometer': 110000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/c4/aa/f2c4aa62367f4216a01de65c00b6ae5bc69417e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/0f/af/3d0faf25e42fcdb36111ba04213520ca53bb1852.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/74/73/c674733d30adb9b68b30afb734b4a0293836893b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/c4/38/81c4380f7301730e1635b0aacc97ae2bc8f12217.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/6c/86/0d6c86fb6bd2831f07af1115239bcfaedc161d4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/f7/a8/84f7a8e66bbf78c363138c3d27142c408814ae3d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/43/ef/7243ef1b5849749705b2cb338729ca9910e3688c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/1f/63/e11f631b82b6f9cf49d62fc0853f1daf79e9b610.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/1c/81/a01c8152beb7ab69f1cc84edfa6d60aac25bbcf8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/dc/e7/35dce75553de61786ef27078646a5083d23882b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/ac/fa/daacfa81e5bbd75494abe1bc0f8e6a85f2ecda9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/84/6a/7b846aee7ead723e7562a1489bb3cd9a5f0119b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/d1/93/c6d193ce25b85c5b5ccfbb62501a7900b76af30f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/cb/97/7dcb976ab9943238b0809f5ad86ce75787ea6ba4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/11/26/991126735bda33e8fd56950a184cf001e128fbb3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/82/66/e18266b24cfb7f49d6a87dfb1b12fbf677b5c4d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/c2/18/aac218024dc4cac75b50d77e9010db63fe75c1e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/dd/4a/2ddd4aab1db31032ab6c6ce2732eb04bcc82d8ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/89/54/c0895452a0bfe9721a579dd689dad4d6edf16560.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/34/9a/74349aed506f877c25abc9e1dfb974f4ca9fe0cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/19/a5/0f19a5e5933a9d6507e307b8581899a071b23d78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/ae/15/31ae15b1915a5976ba6eca8d54ef53999c944d11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/18/1c/5f181c90b83cda2c7860a41af8275db140e80f9e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/28/cb/c928cb7ef4a341d01d2eccfa204176996e7dc7f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/da/9b/54da9b85561be3965247446f777c9d9b40c94d60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/1c/96/9b1c96f18c86e08056aa79b79f24fe21a02aa323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/c6/a3/1fc6a3c497cefd3a9c281d6ec8f59ef9b3f2fb10.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot boxer vu peugeot boxer - 330 2.0 l2h2 bluehdi 130 - '
'garantie 6 mois -',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:09:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4161fcde-49e1-5122-91bf-b54f8272644b with identifier: 3169124661
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4161fcde-49e1-5122-91bf-b54f8272644b
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff2%252Fc4%252Faa%252Ff2c4aa62367f4216a01de65c00b6ae5bc69417e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/c4/aa/f2c4aa62367f4216a01de65c00b6ae5bc69417e6.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F0f%252Faf%252F3d0faf25e42fcdb36111ba04213520ca53bb1852.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/0f/af/3d0faf25e42fcdb36111ba04213520ca53bb1852.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc6%252F74%252F73%252Fc674733d30adb9b68b30afb734b4a0293836893b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/74/73/c674733d30adb9b68b30afb734b4a0293836893b.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252Fc4%252F38%252F81c4380f7301730e1635b0aacc97ae2bc8f12217.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/c4/38/81c4380f7301730e1635b0aacc97ae2bc8f12217.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252F6c%252F86%252F0d6c86fb6bd2831f07af1115239bcfaedc161d4e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/6c/86/0d6c86fb6bd2831f07af1115239bcfaedc161d4e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252Ff7%252Fa8%252F84f7a8e66bbf78c363138c3d27142c408814ae3d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/f7/a8/84f7a8e66bbf78c363138c3d27142c408814ae3d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F72%252F43%252Fef%252F7243ef1b5849749705b2cb338729ca9910e3688c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/72/43/ef/7243ef1b5849749705b2cb338729ca9910e3688c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe1%252F1f%252F63%252Fe11f631b82b6f9cf49d62fc0853f1daf79e9b610.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/1f/63/e11f631b82b6f9cf49d62fc0853f1daf79e9b610.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F1c%252F81%252Fa01c8152beb7ab69f1cc84edfa6d60aac25bbcf8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/1c/81/a01c8152beb7ab69f1cc84edfa6d60aac25bbcf8.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F35%252Fdc%252Fe7%252F35dce75553de61786ef27078646a5083d23882b5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/35/dc/e7/35dce75553de61786ef27078646a5083d23882b5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4161fcde-49e1-5122-91bf-b54f8272644b with identifier 3169124661
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4161fcde-49e1-5122-91bf-b54f8272644b
2026-03-30 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Attelage\n'
' - Barres de toit longitudinales\n'
' - Phares AV de jour à LED\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4161fcde-49e1-5122-91bf-b54f8272644b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3169124661',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Autres',
'odometer': 110000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 27,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/c4/aa/f2c4aa62367f4216a01de65c00b6ae5bc69417e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/0f/af/3d0faf25e42fcdb36111ba04213520ca53bb1852.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/74/73/c674733d30adb9b68b30afb734b4a0293836893b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/c4/38/81c4380f7301730e1635b0aacc97ae2bc8f12217.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/6c/86/0d6c86fb6bd2831f07af1115239bcfaedc161d4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/f7/a8/84f7a8e66bbf78c363138c3d27142c408814ae3d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/43/ef/7243ef1b5849749705b2cb338729ca9910e3688c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/1f/63/e11f631b82b6f9cf49d62fc0853f1daf79e9b610.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/1c/81/a01c8152beb7ab69f1cc84edfa6d60aac25bbcf8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/dc/e7/35dce75553de61786ef27078646a5083d23882b5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103784,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/c4/aa/f2c4aa62367f4216a01de65c00b6ae5bc69417e6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88270,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/0f/af/3d0faf25e42fcdb36111ba04213520ca53bb1852.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93527,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/74/73/c674733d30adb9b68b30afb734b4a0293836893b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82459,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/c4/38/81c4380f7301730e1635b0aacc97ae2bc8f12217.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89307,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/6c/86/0d6c86fb6bd2831f07af1115239bcfaedc161d4e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79692,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/f7/a8/84f7a8e66bbf78c363138c3d27142c408814ae3d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118717,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/43/ef/7243ef1b5849749705b2cb338729ca9910e3688c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112990,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/1f/63/e11f631b82b6f9cf49d62fc0853f1daf79e9b610.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109508,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/1c/81/a01c8152beb7ab69f1cc84edfa6d60aac25bbcf8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4161fcde-49e1-5122-91bf-b54f8272644b/4161fcde-49e1-5122-91bf-b54f8272644b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107877,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/dc/e7/35dce75553de61786ef27078646a5083d23882b5.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot boxer vu peugeot boxer - 330 2.0 l2h2 bluehdi 130 - '
'garantie 6 mois -',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273169124661%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3169124661: {'created_time': 1774883394.959345, 'last_price_update_time': 1774883394.959355}
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3169124661') HTTP/1.1" 204 0
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3159922663
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273159922663%27 HTTP/1.1" 200 None
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3159922663: 1
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3159922663
2026-03-30 15:09:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Jaune',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB-C\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Pack extérieur GT line\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
'\n'
'Pack :\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
' - Feux automatiques\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 102,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3159922663',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 134000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/fb/05/10fb05a801d8d6b2da656e4c1925d3ddfeb59725.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/04/26/1d0426e861331be6a2cd6f5c671dcbcdf9a56223.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b4/d0/26b4d0c4c330b77b08c724c4caf3ccddf4739175.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/12/d3/bb12d3fbca6042a2397be72bcbd3a3b73064107f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/b9/03/fcb903f02904c1e21f0a0bebe31c96eb85a115db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/48/bf/c948bf97c26966a35fb5dc36517d9ac8e077951f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f0/f1/9df0f15c5e856a471e5e144d1f302eb5e1fe51b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/b1/63/88b163e5c2b7307ba383f25638065ab3c0e0548d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c7/3f/63c73f1bb8ec364966047ecc3455042e8315099f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/03/56/c70356fa5357f9082b8e7619c634732fbbfce0de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/b6/c9/73b6c9417614aa196142139bab5bbf7685eb91a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/67/b5/5b67b5b316e262c5aadd6b36f500409d03ee236d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/f2/4f/ddf24f0fa4d44a1b66d43ef3bc23c8fedfd7230d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/bd/40/c7bd40426e4033d873dc9103d55ed219a2be99b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/b0/96/90b096abe78491c5cda9c546add14cc848e1935f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/c8/96/a7c896ec0455bf66ea9f7f428ebd14645657469d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/b2/dc/87b2dce5034700a0ca5571aa8c069456f96c3ae0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/01/71/8401716cef50fd933dadba438fbb6c8b4aa83111.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/71/0a/8c710a83dbe0b4fb85f9d87b004cf86ed30fea8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/38/8c/37388c6a9aa8a0326fdf8f32d59d5f766926dcdd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/6d/0e/906d0e611e39ad5545ea9869948e97cb2ce5dac6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/fa/3d/81fa3d869dba3ee3e0a85174eaddd74a99f5c7c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/6b/98/e16b983bf1fc75f5262773015bc7e1f5baba3871.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/f0/0b/d8f00ba790bcbcdb5bc07ef9f23ed8816ef0705b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/db/a1/b7dba1ed80d54e9608adabff1dd29d17d38ef700.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/e4/e3/1fe4e30e28119b505eebe0d084f0f1608dd26657.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/b3/66/c6b366517d33d1ce2196c1c2fc17e2bec15e1e3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/28/47/e92847af736410733255c0d55f156d825ef44283.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/43/c2/0f43c27ac71b54f1b178c06261b0ce5ed2524bd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/3d/e6/8f3de6480efda45884aaadfb2d51827d917ea631.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/4e/6a/3d4e6a842738bebad56f163411c634f3776fd9a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/13/8f/c0138f98c9e8a47460d5ef6b298d5a33180ecd64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/53/a0/3353a02d35c7f1304da946b26b0165b798d6f0e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/3c/b7/643cb7a188470332796acde593696de0e669f3bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/9b/d6/209bd61f94149fb8a701ba3dd5491d0402afc2fe.jpg?rule=ad-large'],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 generation-i 1.5 bluehdi 100 gt - garantie 6 mois',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch S&S GT',
'vin': None,
'year': 2021}
2026-03-30 15:09:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 01229364-aacf-560b-8679-c77fb69dc93a with identifier: 3159922663
2026-03-30 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01229364-aacf-560b-8679-c77fb69dc93a
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F10%252Ffb%252F05%252F10fb05a801d8d6b2da656e4c1925d3ddfeb59725.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/fb/05/10fb05a801d8d6b2da656e4c1925d3ddfeb59725.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252F04%252F26%252F1d0426e861331be6a2cd6f5c671dcbcdf9a56223.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/04/26/1d0426e861331be6a2cd6f5c671dcbcdf9a56223.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F26%252Fb4%252Fd0%252F26b4d0c4c330b77b08c724c4caf3ccddf4739175.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b4/d0/26b4d0c4c330b77b08c724c4caf3ccddf4739175.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252F12%252Fd3%252Fbb12d3fbca6042a2397be72bcbd3a3b73064107f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/12/d3/bb12d3fbca6042a2397be72bcbd3a3b73064107f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252Fb9%252F03%252Ffcb903f02904c1e21f0a0bebe31c96eb85a115db.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/b9/03/fcb903f02904c1e21f0a0bebe31c96eb85a115db.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc9%252F48%252Fbf%252Fc948bf97c26966a35fb5dc36517d9ac8e077951f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/48/bf/c948bf97c26966a35fb5dc36517d9ac8e077951f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Ff0%252Ff1%252F9df0f15c5e856a471e5e144d1f302eb5e1fe51b0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f0/f1/9df0f15c5e856a471e5e144d1f302eb5e1fe51b0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252Fb1%252F63%252F88b163e5c2b7307ba383f25638065ab3c0e0548d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/b1/63/88b163e5c2b7307ba383f25638065ab3c0e0548d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F63%252Fc7%252F3f%252F63c73f1bb8ec364966047ecc3455042e8315099f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c7/3f/63c73f1bb8ec364966047ecc3455042e8315099f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc7%252F03%252F56%252Fc70356fa5357f9082b8e7619c634732fbbfce0de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/03/56/c70356fa5357f9082b8e7619c634732fbbfce0de.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 01229364-aacf-560b-8679-c77fb69dc93a with identifier 3159922663
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 01229364-aacf-560b-8679-c77fb69dc93a
2026-03-30 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Jaune',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB-C\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Pack extérieur GT line\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
'\n'
'Pack :\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
' - Feux automatiques\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 102,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '01229364-aacf-560b-8679-c77fb69dc93a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3159922663',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 134000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 35,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/fb/05/10fb05a801d8d6b2da656e4c1925d3ddfeb59725.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/04/26/1d0426e861331be6a2cd6f5c671dcbcdf9a56223.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b4/d0/26b4d0c4c330b77b08c724c4caf3ccddf4739175.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/12/d3/bb12d3fbca6042a2397be72bcbd3a3b73064107f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/b9/03/fcb903f02904c1e21f0a0bebe31c96eb85a115db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/48/bf/c948bf97c26966a35fb5dc36517d9ac8e077951f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f0/f1/9df0f15c5e856a471e5e144d1f302eb5e1fe51b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/b1/63/88b163e5c2b7307ba383f25638065ab3c0e0548d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c7/3f/63c73f1bb8ec364966047ecc3455042e8315099f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/03/56/c70356fa5357f9082b8e7619c634732fbbfce0de.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99783,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/fb/05/10fb05a801d8d6b2da656e4c1925d3ddfeb59725.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92147,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/04/26/1d0426e861331be6a2cd6f5c671dcbcdf9a56223.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95537,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b4/d0/26b4d0c4c330b77b08c724c4caf3ccddf4739175.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97439,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/12/d3/bb12d3fbca6042a2397be72bcbd3a3b73064107f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96935,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/b9/03/fcb903f02904c1e21f0a0bebe31c96eb85a115db.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101841,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/48/bf/c948bf97c26966a35fb5dc36517d9ac8e077951f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131370,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f0/f1/9df0f15c5e856a471e5e144d1f302eb5e1fe51b0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97949,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/b1/63/88b163e5c2b7307ba383f25638065ab3c0e0548d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84383,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c7/3f/63c73f1bb8ec364966047ecc3455042e8315099f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01229364-aacf-560b-8679-c77fb69dc93a/01229364-aacf-560b-8679-c77fb69dc93a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127981,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/03/56/c70356fa5357f9082b8e7619c634732fbbfce0de.jpg?rule=ad-large',
'Width': 1067}],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 generation-i 1.5 bluehdi 100 gt - garantie 6 mois',
'transmission': 'manual',
'trim': '208 1.5 BlueHDi 100ch S&S GT',
'vin': None,
'year': 2021}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273159922663%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3159922663: {'created_time': 1774883395.242739, 'last_price_update_time': 1774883395.24275}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3159922663') HTTP/1.1" 204 0
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828812
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828812%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828812: 1
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828812
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Ordinateur de bord\n'
' - Siège passager repliable\n'
' - Volant alu/cuir\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Détecteur de lumière\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828812',
'listing': 'auction',
'make': 'CITROEN',
'model': 'DS3',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e3/c8/e2e3c868e58c87f7c82c139b1777a4bf2b267c6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/a2/8a/93a28a6b99035541989fcae899c4fe0e387a290f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/7c/f2/087cf224bc912b790658de9f05ecf68877d25d69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/cd/d8/41cdd87381bccee39c44dc1424bfc9fec31a0a5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/71/04/7c7104eb690de7aa8eee32146c5def9ba417a7bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/dc/43/8bdc4340f485de23c4acbe2e83d95724683b6ffb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/73/c7/3673c79dfa8163baa5e9dc68963e9d116685324e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/da/80/e4da803d20454ff1b607b535f941b13e58a39399.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/4d/43/674d43ea9015044dc169c825bd641bedc6883723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/a0/30/11a03083348f4f6ec0aff1e01a2370b783b8f2b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/ba/b9/82bab9765d4aa6aeb4d4c355a9ce0e3e49c74256.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/60/30/1f60302a982a91ea427e71c9a39ad4040db23241.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/78/41/4f7841fd4658ca11e2c89d10074c3801f75c5a28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/3a/1c/f23a1c9aa782a9b0bfa7efb0e8f05461044c8e03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/8d/23/gh8d23d6ed1b977ae203054185dd7cca226a14d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/79/de/7979debffbf96102fa43d54dce5bd3ee10346f98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/68/d5/ba68d5297c4df80bb4b94e54601a61d20757aa13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/fb/5f/a9fb5f8a80736e22580ccab41549766ebb00c833.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/1c/dc/9e1cdc4da7a2bcd098ea241b11ac6d4f0cd3d10d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/30/62/4d30626ddb82f7ad82c0ba85a0d4e5ba30550f46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/d2/c1/58d2c14dfd1dee997b893e99f9ea6cf38c722494.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/17/99/bf17991f80356ad280d2cb83190c603b9dfd4af3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/69/74/b56974c519d21188f221688c6804a22fa953a223.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/fc/64/2ffc64bf7666b325212ca53cbdec97254e9b28f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2e/06/892e0624463bbc62d65a53df5164e408d163dd09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/38/05/5b3805b0e7905658e4efe3333c7c6f343fd25835.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/1c/e2/f41ce238fd872106749c720c58dd40d508485840.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/1c/60/761c60aaa1143dbfe0b1adb50326616c047ea67b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/98/50/41985046af7a07c26c79cbd74181ee6a96dc4a71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/92/9e/38929e372293cc2c4f6025a0f4dd808316718698.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/9f/4b/5f9f4b96f1c7ccd9787167949d6811f4d288808c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/41/40/0541407647f823c301717f2723e054cbd77cbefd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/fd/4c/d6fd4cb841e652d969df831064a829240d84397c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/f1/c7/32f1c70f9d6770d913a7402b20bbb5a8089e05d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/59/27/8b5927256d941f5e8e9a53e0a420876413189d81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/f9/c5/d8f9c54870eac00c70429daebab440e11416e444.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/30/9e/e5309eaf39ea152a132e849b853bf762a5202de1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/da/06/54da062651141151443dac9ff9acbb0250608ef0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/21/76/dc21766613bc4947e535f522f03ac7f4b9284389.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/bd/72/9cbd722e44cea66dc10466af2d06e09bb9110bcb.jpg?rule=ad-large'],
'price': 7290,
'price_includes_vat': False,
'registration_date': '2015-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen ds 3 1.2 110 ch sochic - garantie 6 mois',
'transmission': 'manual',
'trim': 'DS3 PureTech 110ch Emeraude Addict S&S',
'vin': None,
'year': 2015}
2026-03-30 15:09:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b41b045-15e0-5e19-a775-ff448972916e with identifier: 3091828812
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2b41b045-15e0-5e19-a775-ff448972916e
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252Fe3%252Fc8%252Fe2e3c868e58c87f7c82c139b1777a4bf2b267c6f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e3/c8/e2e3c868e58c87f7c82c139b1777a4bf2b267c6f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F93%252Fa2%252F8a%252F93a28a6b99035541989fcae899c4fe0e387a290f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/93/a2/8a/93a28a6b99035541989fcae899c4fe0e387a290f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F7c%252Ff2%252F087cf224bc912b790658de9f05ecf68877d25d69.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/7c/f2/087cf224bc912b790658de9f05ecf68877d25d69.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F41%252Fcd%252Fd8%252F41cdd87381bccee39c44dc1424bfc9fec31a0a5c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/41/cd/d8/41cdd87381bccee39c44dc1424bfc9fec31a0a5c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F71%252F04%252F7c7104eb690de7aa8eee32146c5def9ba417a7bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/71/04/7c7104eb690de7aa8eee32146c5def9ba417a7bd.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8b%252Fdc%252F43%252F8bdc4340f485de23c4acbe2e83d95724683b6ffb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/dc/43/8bdc4340f485de23c4acbe2e83d95724683b6ffb.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F73%252Fc7%252F3673c79dfa8163baa5e9dc68963e9d116685324e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/73/c7/3673c79dfa8163baa5e9dc68963e9d116685324e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe4%252Fda%252F80%252Fe4da803d20454ff1b607b535f941b13e58a39399.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/da/80/e4da803d20454ff1b607b535f941b13e58a39399.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252F4d%252F43%252F674d43ea9015044dc169c825bd641bedc6883723.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/4d/43/674d43ea9015044dc169c825bd641bedc6883723.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F11%252Fa0%252F30%252F11a03083348f4f6ec0aff1e01a2370b783b8f2b5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/a0/30/11a03083348f4f6ec0aff1e01a2370b783b8f2b5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2b41b045-15e0-5e19-a775-ff448972916e with identifier 3091828812
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2b41b045-15e0-5e19-a775-ff448972916e
2026-03-30 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Ordinateur de bord\n'
' - Siège passager repliable\n'
' - Volant alu/cuir\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Détecteur de lumière\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '2b41b045-15e0-5e19-a775-ff448972916e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828812',
'listing': 'auction',
'make': 'CITROEN',
'model': 'DS3',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 40,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e3/c8/e2e3c868e58c87f7c82c139b1777a4bf2b267c6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/a2/8a/93a28a6b99035541989fcae899c4fe0e387a290f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/7c/f2/087cf224bc912b790658de9f05ecf68877d25d69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/cd/d8/41cdd87381bccee39c44dc1424bfc9fec31a0a5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/71/04/7c7104eb690de7aa8eee32146c5def9ba417a7bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/dc/43/8bdc4340f485de23c4acbe2e83d95724683b6ffb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/73/c7/3673c79dfa8163baa5e9dc68963e9d116685324e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/da/80/e4da803d20454ff1b607b535f941b13e58a39399.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/4d/43/674d43ea9015044dc169c825bd641bedc6883723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/a0/30/11a03083348f4f6ec0aff1e01a2370b783b8f2b5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170785,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e3/c8/e2e3c868e58c87f7c82c139b1777a4bf2b267c6f.jpg?rule=ad-large',
'Width': 1140},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151039,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/a2/8a/93a28a6b99035541989fcae899c4fe0e387a290f.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160037,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/7c/f2/087cf224bc912b790658de9f05ecf68877d25d69.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183987,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/cd/d8/41cdd87381bccee39c44dc1424bfc9fec31a0a5c.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157766,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/71/04/7c7104eb690de7aa8eee32146c5def9ba417a7bd.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176785,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/dc/43/8bdc4340f485de23c4acbe2e83d95724683b6ffb.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165050,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/73/c7/3673c79dfa8163baa5e9dc68963e9d116685324e.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164665,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/da/80/e4da803d20454ff1b607b535f941b13e58a39399.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138829,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/4d/43/674d43ea9015044dc169c825bd641bedc6883723.jpg?rule=ad-large',
'Width': 1199},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2440a532-8b7b-5311-805b-f445ec069e2b/2440a532-8b7b-5311-805b-f445ec069e2b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120697,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/a0/30/11a03083348f4f6ec0aff1e01a2370b783b8f2b5.jpg?rule=ad-large',
'Width': 1199}],
'price': 7290,
'price_includes_vat': False,
'registration_date': '2015-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen ds 3 1.2 110 ch sochic - garantie 6 mois',
'transmission': 'manual',
'trim': 'DS3 PureTech 110ch Emeraude Addict S&S',
'vin': None,
'year': 2015}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828812%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828812: {'created_time': 1774883395.486482, 'last_price_update_time': 1774883395.486491}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828812') HTTP/1.1" 204 0
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3098531807
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273098531807%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3098531807: 1
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3098531807
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Pack Sport\n'
' - Sièges sport\n'
' - Suspension sport\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Phares xénon\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Sièges baquets\n'
' - Volant réglable hauteur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus été\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3098531807',
'listing': 'auction',
'make': 'ABARTH',
'model': '500',
'odometer': 59990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/df/00/f4/df00f474c2daae469d8fedf397166b6570238dce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/9e/6f/f69e6fbbd895c5c32790d3546e0d65e7c88b4872.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/38/8b/e9388bf909bd9b979eedf40cb0cdce5ffd069d5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/c7/2c/a7c72cbbaebb4f71128e53c11f43be476df7dc97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/c7/c9/28c7c97acc4924e75e33d4cb99bd5acb51948994.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/ec/0f/85ec0f03f77576ec2764321f501f5d176c4d7d12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/31/0e/e9310e3a943a9077859bef82eabae4897eac3577.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/7e/eb/497eebff50a6e5a6a7950846b6dc801c1688240c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/49/bb/3a49bb8dc0d1a7c3e89a7f2d912c700ed5e80d54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/e5/dd/9ae5dd0f73cbddd05846b95cc23a7f43a7739b85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/d2/61/bfd261c0999e50f3ea82fdf409daf8234a67412d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/1d/f4/1a1df4b437358dc73e7f5e2aa370009f249575b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/9c/b3/7d9cb3ba44bfa95dc87c60903a0aa9aae0686960.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/43/f8/0143f8895731d7b32291cf7ae902a0d7b528bb55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/00/5f/b6005f5dc669ac753917d11e87c00982c7fe8a88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/f6/75/40f675a870fa9801595f3fa4916c985dd4e4ac96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/e6/fa/1be6fab78180b7f7ce4cace9c06500204896faf3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/b2/96/24b2967d66d24a048ee50da935a0e9e68e43ca91.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/6d/c9/2c6dc9b065d5c1575cad18c7fe5efba16eff03fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/38/75/0e3875026d3c3cb22d3c6314920d5a8c5bf9b984.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/4f/38/2d4f382549ff8767427245e62f2f4aeead1ba427.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/4e/5b/a74e5b304c2d0e70343e75c12291075a142f51a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/9d/0d/9e9d0d0f57c164eec1090cb1a704a1a045cf64f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/8a/d9/3c8ad97aaaa1c5107e580d8b4f35109a244d52c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/30/e5/2b30e5488083868f5709175d27598430f08a435c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/e2/93/bce293507e9a9a8bccf91fa2acfe1ea5b59c2d24.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/b1/97/dcb197d273f12a218e5a3e0a0655907cd31b1aa6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/58/8d/3e588da181942bcbcf1e0d7a0d724e39fe74877c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/f1/53/ddf1533ef9048c4a2419c95e667f21a21d1fb1e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/6c/f9/946cf93d2d86df1300dcb2b8421215c40648f5e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/96/7d/ca967d0807533f4372b81582f4aab49d14f05891.jpg?rule=ad-large'],
'price': 17790,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 4,
'seller_name': None,
'title': 'Abarth 500 cabriolet 595 1.4 t 180 competition bva - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': '500C 1.4 Turbo T-Jet 145ch 595 MY17 BVA',
'vin': None,
'year': 2018}
2026-03-30 15:09:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d338ff3c-0b23-5a9b-bf8a-e36dc230b0db with identifier: 3098531807
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d338ff3c-0b23-5a9b-bf8a-e36dc230b0db
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252F00%252Ff4%252Fdf00f474c2daae469d8fedf397166b6570238dce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/00/f4/df00f474c2daae469d8fedf397166b6570238dce.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff6%252F9e%252F6f%252Ff69e6fbbd895c5c32790d3546e0d65e7c88b4872.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/9e/6f/f69e6fbbd895c5c32790d3546e0d65e7c88b4872.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F38%252F8b%252Fe9388bf909bd9b979eedf40cb0cdce5ffd069d5a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/38/8b/e9388bf909bd9b979eedf40cb0cdce5ffd069d5a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa7%252Fc7%252F2c%252Fa7c72cbbaebb4f71128e53c11f43be476df7dc97.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/c7/2c/a7c72cbbaebb4f71128e53c11f43be476df7dc97.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fc7%252Fc9%252F28c7c97acc4924e75e33d4cb99bd5acb51948994.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/c7/c9/28c7c97acc4924e75e33d4cb99bd5acb51948994.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252Fec%252F0f%252F85ec0f03f77576ec2764321f501f5d176c4d7d12.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/ec/0f/85ec0f03f77576ec2764321f501f5d176c4d7d12.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F31%252F0e%252Fe9310e3a943a9077859bef82eabae4897eac3577.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/31/0e/e9310e3a943a9077859bef82eabae4897eac3577.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F49%252F7e%252Feb%252F497eebff50a6e5a6a7950846b6dc801c1688240c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/49/7e/eb/497eebff50a6e5a6a7950846b6dc801c1688240c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252F49%252Fbb%252F3a49bb8dc0d1a7c3e89a7f2d912c700ed5e80d54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/49/bb/3a49bb8dc0d1a7c3e89a7f2d912c700ed5e80d54.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9a%252Fe5%252Fdd%252F9ae5dd0f73cbddd05846b95cc23a7f43a7739b85.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/e5/dd/9ae5dd0f73cbddd05846b95cc23a7f43a7739b85.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d338ff3c-0b23-5a9b-bf8a-e36dc230b0db with identifier 3098531807
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d338ff3c-0b23-5a9b-bf8a-e36dc230b0db
2026-03-30 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Pack Sport\n'
' - Sièges sport\n'
' - Suspension sport\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Phares xénon\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Sièges baquets\n'
' - Volant réglable hauteur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus été\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Phares antibrouillard\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'd338ff3c-0b23-5a9b-bf8a-e36dc230b0db',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3098531807',
'listing': 'auction',
'make': 'ABARTH',
'model': '500',
'odometer': 59990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/df/00/f4/df00f474c2daae469d8fedf397166b6570238dce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/9e/6f/f69e6fbbd895c5c32790d3546e0d65e7c88b4872.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/38/8b/e9388bf909bd9b979eedf40cb0cdce5ffd069d5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/c7/2c/a7c72cbbaebb4f71128e53c11f43be476df7dc97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/c7/c9/28c7c97acc4924e75e33d4cb99bd5acb51948994.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/ec/0f/85ec0f03f77576ec2764321f501f5d176c4d7d12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/31/0e/e9310e3a943a9077859bef82eabae4897eac3577.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/7e/eb/497eebff50a6e5a6a7950846b6dc801c1688240c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/49/bb/3a49bb8dc0d1a7c3e89a7f2d912c700ed5e80d54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/e5/dd/9ae5dd0f73cbddd05846b95cc23a7f43a7739b85.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101425,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/00/f4/df00f474c2daae469d8fedf397166b6570238dce.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96511,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/9e/6f/f69e6fbbd895c5c32790d3546e0d65e7c88b4872.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99012,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/38/8b/e9388bf909bd9b979eedf40cb0cdce5ffd069d5a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83619,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/c7/2c/a7c72cbbaebb4f71128e53c11f43be476df7dc97.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89372,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/c7/c9/28c7c97acc4924e75e33d4cb99bd5acb51948994.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/ec/0f/85ec0f03f77576ec2764321f501f5d176c4d7d12.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83819,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/31/0e/e9310e3a943a9077859bef82eabae4897eac3577.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117250,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/7e/eb/497eebff50a6e5a6a7950846b6dc801c1688240c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101846,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/49/bb/3a49bb8dc0d1a7c3e89a7f2d912c700ed5e80d54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b5b691a-5d9f-561c-9d9a-708e2305e5af/8b5b691a-5d9f-561c-9d9a-708e2305e5af_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87697,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/e5/dd/9ae5dd0f73cbddd05846b95cc23a7f43a7739b85.jpg?rule=ad-large',
'Width': 1067}],
'price': 17790,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 4,
'seller_name': None,
'title': 'Abarth 500 cabriolet 595 1.4 t 180 competition bva - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': '500C 1.4 Turbo T-Jet 145ch 595 MY17 BVA',
'vin': None,
'year': 2018}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273098531807%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3098531807: {'created_time': 1774883395.750278, 'last_price_update_time': 1774883395.750289}
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3098531807') HTTP/1.1" 204 0
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3102914128
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273102914128%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3102914128: 1
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3102914128
2026-03-30 15:09:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
' - Système son AUDI SOUND SYSTEM\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AV de jour à LED\n'
' - Phares additionnels en virage\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3102914128',
'listing': 'auction',
'make': 'AUDI',
'model': 'Q3',
'odometer': 80918,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/2a/a9/9f2aa92c95a192cfd575db6c553fe36566d8f9c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/3e/2f/863e2fd43ee75d5045c25b575769694816eb7f80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/97/8f/2e978fb5c035a391c32fb6092e42231afb83038a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/f2/34/c2f2342dcdac17f800c568ff840a6d39259104f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/67/e8/b067e8c8eeef43ec336d839f6273f4f2d641d031.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/f6/e0/c6f6e00bd7ac9a3f5c086bd894e8cc5a73c8962a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/50/f9/0f50f956b33c0178d56048109c1ba8f27cae4152.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b0/aa/44b0aa54b2b827acf70e64d5b8c4f13ec790bb89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/bf/16/8abf16bb1f1fce276563814c4366d2ab07b3f1ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/47/7b/b5477b7ce2617e2b072e59d494a9a3cf0af0c556.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/b6/2b/f7b62b2efac02744e9246969e0d37616eeb19dca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/77/48/a177487d7d5981f738cb74e3e099cf9b14fe6108.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/04/f6/0004f6a3dfc395180d52fe7a45018eba5c192a51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/ec/97/e4ec97c0288ba138d973cde2ee8c42b99ae0ae13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/ac/26/cdac261e827299847a113608834fe7ed9d99ac35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/e6/18/d1e618f1588452c3f0d32da00e91cb5294aaba2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/98/d6/4198d6ac4d30bd41be4a0400dfebe4f0caf3a40e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/20/7d/18207d976abd0fc98d854f7aabf13ae2dec64eea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/b5/cc/b9b5cc8dc57b7608abb417fc4290600eec530f8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/af/00/1faf003477d72f61af0f7a4a342aea0f2287fb88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/37/33/e83733cd8bd937fcd62b43504dc4c7c2c13db68f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/dc/18/3cdc182df587b0a226cbb6db9b303f19a3ce7162.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/3e/5e/f03e5e7a130f5623c5c71227ac0799dbd0ccbcc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ec/50/56ec504678bd113cb43d0396375aa088bce9ff12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/64/5a/d0645a99469cb9bce8522d5e7004158ba3a5d421.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/8b/9e/5f8b9e9caec0f2b96e8f2a7cac123ad50e0ba867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/e8/2b/86e82bb71d8d503cd2b3f63b0b4d02a007bdba16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/88/bb/5b88bb3c5ce024c7101552214adcbf0901d9befc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/a4/0b/59a40bd2e75e8c9c3fe9d85a573972e721ebe60b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/c8/36/0bc836fc0701aae36b96ce70c511642f429dd671.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/e2/b3/a2e2b371b65a56e77b85cd779edb010a9b17429c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/8e/dc/f18edc1a0f8d8f4b4c2549eaebb79b991ed0d8d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/79/fd/7779fd954499574783f92684065649daca39b87f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/63/e1/8963e187a5d356ebc1b2f8d6a8cf05c0421dd1b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/1e/8c/471e8c72703fc0c4b573a31348ecc9465682dae7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/24/12/24241201fe2afdba0f3efd5c660612987a851ef4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/a9/b4/c5a9b4a5ba0cf787067a458c446c8cb9153e0a51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/6f/7f/906f7f183abe05a7173c86995f507db1291239e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/d8/ae/13d8ae0574f919fe8861642c4325446401c604f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/4e/64/4b4e64d4b6808548e28b0fcb66575c0d22708b03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/ea/05/9dea05bdb49f20ccf419cfb2b5314e0221faadfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/91/d4/1a91d4fe592be0e62040abf7b6096002bc6947d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/ec/80/3eec80facbbb964dff57e6a450f41f0bf5cfd703.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/a6/33/2ca633f7055969e152880774fab4960f2106d2e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/e7/1f/e5e71f66e595749af4a929ac3ddb2c8d58d756d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/8b/1d/208b1da5ec77fa5ad6fcd8ce0c163cea0272050c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/e2/17/49e217926cde405e709cf7c9d0fa295b2b81d938.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/35/4a/66354a7a1017ab0504246e4800faa439726910e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/a3/bd/72a3bd7864440837c39d6f60d247a34d42ec6d3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/db/41/7ddb410190b0596ed0cd87938105f005fc059c79.jpg?rule=ad-large'],
'price': 21989,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi q3 1.4 tfsi 150 s-line s-tronic bva - origine fr - 2 eme main '
'- garantie 6 mois',
'transmission': 'automatic',
'trim': 'Q3 1.4 TFSI 150ch COD S line S tronic 6',
'vin': None,
'year': 2018}
2026-03-30 15:09:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d0158fa5-2fd9-5866-b078-6d6d0c03f422 with identifier: 3102914128
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d0158fa5-2fd9-5866-b078-6d6d0c03f422
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9f%252F2a%252Fa9%252F9f2aa92c95a192cfd575db6c553fe36566d8f9c3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/2a/a9/9f2aa92c95a192cfd575db6c553fe36566d8f9c3.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F3e%252F2f%252F863e2fd43ee75d5045c25b575769694816eb7f80.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/3e/2f/863e2fd43ee75d5045c25b575769694816eb7f80.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2e%252F97%252F8f%252F2e978fb5c035a391c32fb6092e42231afb83038a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/97/8f/2e978fb5c035a391c32fb6092e42231afb83038a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252Ff2%252F34%252Fc2f2342dcdac17f800c568ff840a6d39259104f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/f2/34/c2f2342dcdac17f800c568ff840a6d39259104f7.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb0%252F67%252Fe8%252Fb067e8c8eeef43ec336d839f6273f4f2d641d031.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/67/e8/b067e8c8eeef43ec336d839f6273f4f2d641d031.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc6%252Ff6%252Fe0%252Fc6f6e00bd7ac9a3f5c086bd894e8cc5a73c8962a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/f6/e0/c6f6e00bd7ac9a3f5c086bd894e8cc5a73c8962a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0f%252F50%252Ff9%252F0f50f956b33c0178d56048109c1ba8f27cae4152.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/50/f9/0f50f956b33c0178d56048109c1ba8f27cae4152.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252Fb0%252Faa%252F44b0aa54b2b827acf70e64d5b8c4f13ec790bb89.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b0/aa/44b0aa54b2b827acf70e64d5b8c4f13ec790bb89.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252Fbf%252F16%252F8abf16bb1f1fce276563814c4366d2ab07b3f1ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/bf/16/8abf16bb1f1fce276563814c4366d2ab07b3f1ff.jpg?rule=ad-large already downloaded
2026-03-30 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252F47%252F7b%252Fb5477b7ce2617e2b072e59d494a9a3cf0af0c556.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/47/7b/b5477b7ce2617e2b072e59d494a9a3cf0af0c556.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d0158fa5-2fd9-5866-b078-6d6d0c03f422 with identifier 3102914128
2026-03-30 15:09:56 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:56 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:56 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d0158fa5-2fd9-5866-b078-6d6d0c03f422
2026-03-30 15:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
' - Système son AUDI SOUND SYSTEM\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AV de jour à LED\n'
' - Phares additionnels en virage\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'd0158fa5-2fd9-5866-b078-6d6d0c03f422',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3102914128',
'listing': 'auction',
'make': 'AUDI',
'model': 'Q3',
'odometer': 80918,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 50,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/2a/a9/9f2aa92c95a192cfd575db6c553fe36566d8f9c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/3e/2f/863e2fd43ee75d5045c25b575769694816eb7f80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/97/8f/2e978fb5c035a391c32fb6092e42231afb83038a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/f2/34/c2f2342dcdac17f800c568ff840a6d39259104f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/67/e8/b067e8c8eeef43ec336d839f6273f4f2d641d031.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/f6/e0/c6f6e00bd7ac9a3f5c086bd894e8cc5a73c8962a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/50/f9/0f50f956b33c0178d56048109c1ba8f27cae4152.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b0/aa/44b0aa54b2b827acf70e64d5b8c4f13ec790bb89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/bf/16/8abf16bb1f1fce276563814c4366d2ab07b3f1ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/47/7b/b5477b7ce2617e2b072e59d494a9a3cf0af0c556.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95589,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/2a/a9/9f2aa92c95a192cfd575db6c553fe36566d8f9c3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87580,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/3e/2f/863e2fd43ee75d5045c25b575769694816eb7f80.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/97/8f/2e978fb5c035a391c32fb6092e42231afb83038a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81434,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/f2/34/c2f2342dcdac17f800c568ff840a6d39259104f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89489,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/67/e8/b067e8c8eeef43ec336d839f6273f4f2d641d031.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88450,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/f6/e0/c6f6e00bd7ac9a3f5c086bd894e8cc5a73c8962a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90302,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/50/f9/0f50f956b33c0178d56048109c1ba8f27cae4152.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87150,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b0/aa/44b0aa54b2b827acf70e64d5b8c4f13ec790bb89.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89429,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/bf/16/8abf16bb1f1fce276563814c4366d2ab07b3f1ff.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d2519d08-ea22-5010-b03a-964de56c3607/d2519d08-ea22-5010-b03a-964de56c3607_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71447,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/47/7b/b5477b7ce2617e2b072e59d494a9a3cf0af0c556.jpg?rule=ad-large',
'Width': 1067}],
'price': 21989,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi q3 1.4 tfsi 150 s-line s-tronic bva - origine fr - 2 eme main '
'- garantie 6 mois',
'transmission': 'automatic',
'trim': 'Q3 1.4 TFSI 150ch COD S line S tronic 6',
'vin': None,
'year': 2018}
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273102914128%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Saving data for 3102914128: {'created_time': 1774883396.057846, 'last_price_update_time': 1774883396.05786}
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3102914128') HTTP/1.1" 204 0
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829106
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829106%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829106: 1
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829106
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Porte coulissante gauche\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Porte gobelet avant\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Intérieur tissu\n'
' - Jantes acier\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829106',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Transporter',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/90/ec/2c/90ec2c53d7399178f894554b019c1258450a7663.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/6a/1d/f66a1d00abf1032373928a14d6bdb600345d1096.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/2e/8d/312e8d12dc9a406172b913aa1e2c8a61a584b8a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/1c/61/431c618905be98e123a934a5105d27bcfb9f2d22.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/af/8b/7caf8b6f677a3fa506cc18357c2cadc7bd68c97e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/20/63/0820639106a0db8676d0f714de23fa32c00b628e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/7f/6d/2d7f6d7399d88a0a86b6f716a9e47c8275fe9e25.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/f7/e6/00f7e6baba446391b88e67a5d83e9e3fe2852d01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/8d/be/gh8dbe40495541b2f97e253c45a398a0179278df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/fd/32/4ffd32b921a8a80fff2e1f93cce6d73d58fc44ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/bb/7a/96bb7ab8275099dee8ba3bef86340ba4addc2ff4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/23/3e/f9233eab49df90e5fa4d364f5c184432861337e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/5b/a4/815ba4e5cbd1973d45cbf9142872ef43fe655686.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/a1/4b/d6a14be65f9cceb025e4a8ebd063c72c1b5bed1a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/30/af/4f30afdfb3a2d34601ecc2f8c5ca29afb38fe311.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/4f/c4/334fc489b7d85ee3be4b67f3cf2eab3c884ddbdb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/f8/8d/def88d19df55c2188d59b5822d9831e513b0c3f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/fd/a1/e8fda13ec36e1300c1d48cd1f25f2f576b8bf6a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/6f/6e/286f6e10ebd6dba66986882ce5996ab8c1f5394e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/1a/11/e01a115cdae4174f80629f61ac729c241a036670.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/1a/e4/1a1ae448c2d4402abdf47e651979a4e7a9aefff8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/f2/24/60f224c3bad3eee48e0c9a239ac9f682e3c9a359.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/01/55/230155e897c2617bcc40a67462918bb425bcf075.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/54/51/2654516595222692a760dc1628f78d01f9d27589.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/40/6e/33406ee0a9e0dfec593954b29aa4d9dddd7d5a09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/ca/02/72ca020cae3e819a3bc86cd4ce4ac2cd5494dd2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/69/9e/75699ed8a640393283ab4fdff6c29589095344b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/a4/4a/9ca44a57ecb6e6d59940e47246daeffc0ae93257.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/1f/f2/6b1ff2f59ab45182599f2a850b1ab32aa5a6f2c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/6b/6e/e66b6e30b3feec03d804b11ba7174a2eecd6aead.jpg?rule=ad-large'],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen transporter vu t6 type california fourgon 2.0 tdi 150 '
'l2h1 business dsg bva-toit relevable reimo-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Transporter Fg 3.0T L2H1 2.0 TDI 150ch Business Line DSG7',
'vin': None,
'year': 2019}
2026-03-30 15:09:56 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d6547528-c9f4-5790-a80c-a4166856610c with identifier: 3091829106
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d6547528-c9f4-5790-a80c-a4166856610c
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F90%252Fec%252F2c%252F90ec2c53d7399178f894554b019c1258450a7663.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/90/ec/2c/90ec2c53d7399178f894554b019c1258450a7663.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff6%252F6a%252F1d%252Ff66a1d00abf1032373928a14d6bdb600345d1096.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/6a/1d/f66a1d00abf1032373928a14d6bdb600345d1096.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F31%252F2e%252F8d%252F312e8d12dc9a406172b913aa1e2c8a61a584b8a0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/2e/8d/312e8d12dc9a406172b913aa1e2c8a61a584b8a0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F43%252F1c%252F61%252F431c618905be98e123a934a5105d27bcfb9f2d22.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/1c/61/431c618905be98e123a934a5105d27bcfb9f2d22.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252Faf%252F8b%252F7caf8b6f677a3fa506cc18357c2cadc7bd68c97e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/af/8b/7caf8b6f677a3fa506cc18357c2cadc7bd68c97e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F20%252F63%252F0820639106a0db8676d0f714de23fa32c00b628e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/20/63/0820639106a0db8676d0f714de23fa32c00b628e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2d%252F7f%252F6d%252F2d7f6d7399d88a0a86b6f716a9e47c8275fe9e25.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/7f/6d/2d7f6d7399d88a0a86b6f716a9e47c8275fe9e25.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252Ff7%252Fe6%252F00f7e6baba446391b88e67a5d83e9e3fe2852d01.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/f7/e6/00f7e6baba446391b88e67a5d83e9e3fe2852d01.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fgh%252F8d%252Fbe%252Fgh8dbe40495541b2f97e253c45a398a0179278df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/8d/be/gh8dbe40495541b2f97e253c45a398a0179278df.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4f%252Ffd%252F32%252F4ffd32b921a8a80fff2e1f93cce6d73d58fc44ad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/fd/32/4ffd32b921a8a80fff2e1f93cce6d73d58fc44ad.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d6547528-c9f4-5790-a80c-a4166856610c with identifier 3091829106
2026-03-30 15:09:56 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:56 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:56 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d6547528-c9f4-5790-a80c-a4166856610c
2026-03-30 15:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Porte coulissante gauche\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Porte gobelet avant\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Intérieur tissu\n'
' - Jantes acier\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd6547528-c9f4-5790-a80c-a4166856610c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829106',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Transporter',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 30,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/90/ec/2c/90ec2c53d7399178f894554b019c1258450a7663.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/6a/1d/f66a1d00abf1032373928a14d6bdb600345d1096.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/2e/8d/312e8d12dc9a406172b913aa1e2c8a61a584b8a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/1c/61/431c618905be98e123a934a5105d27bcfb9f2d22.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/af/8b/7caf8b6f677a3fa506cc18357c2cadc7bd68c97e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/20/63/0820639106a0db8676d0f714de23fa32c00b628e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/7f/6d/2d7f6d7399d88a0a86b6f716a9e47c8275fe9e25.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/f7/e6/00f7e6baba446391b88e67a5d83e9e3fe2852d01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/8d/be/gh8dbe40495541b2f97e253c45a398a0179278df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/fd/32/4ffd32b921a8a80fff2e1f93cce6d73d58fc44ad.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155804,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/ec/2c/90ec2c53d7399178f894554b019c1258450a7663.jpg?rule=ad-large',
'Width': 1045},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187129,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/6a/1d/f66a1d00abf1032373928a14d6bdb600345d1096.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162775,
'Height': 747,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/2e/8d/312e8d12dc9a406172b913aa1e2c8a61a584b8a0.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118504,
'Height': 656,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/1c/61/431c618905be98e123a934a5105d27bcfb9f2d22.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142833,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/af/8b/7caf8b6f677a3fa506cc18357c2cadc7bd68c97e.jpg?rule=ad-large',
'Width': 1149},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152574,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/20/63/0820639106a0db8676d0f714de23fa32c00b628e.jpg?rule=ad-large',
'Width': 1114},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125275,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/7f/6d/2d7f6d7399d88a0a86b6f716a9e47c8275fe9e25.jpg?rule=ad-large',
'Width': 1003},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147259,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/f7/e6/00f7e6baba446391b88e67a5d83e9e3fe2852d01.jpg?rule=ad-large',
'Width': 1029},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155033,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/8d/be/gh8dbe40495541b2f97e253c45a398a0179278df.jpg?rule=ad-large',
'Width': 1127},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2866822-617f-5416-a1a4-15ae407a70dd/b2866822-617f-5416-a1a4-15ae407a70dd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144228,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/fd/32/4ffd32b921a8a80fff2e1f93cce6d73d58fc44ad.jpg?rule=ad-large',
'Width': 1135}],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen transporter vu t6 type california fourgon 2.0 tdi 150 '
'l2h1 business dsg bva-toit relevable reimo-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Transporter Fg 3.0T L2H1 2.0 TDI 150ch Business Line DSG7',
'vin': None,
'year': 2019}
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829106%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829106: {'created_time': 1774883396.793721, 'last_price_update_time': 1774883396.79373}
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829106') HTTP/1.1" 204 0
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3116597473
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273116597473%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Scrape type for 3116597473: 1
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3116597473
2026-03-30 15:09:56 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Park assist\n'
' - Suspension pneumatique\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 211,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3116597473',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/b8/42/01b8421d8a95e52715d3f784eb7699369a682cb2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/b4/25/35b425b0ddd9c0fa98e9a8b22ba705cc9a72779f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/f4/44/eff444e0a68fda12bcdaf8de7941d8fc64ebd014.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/09/f2/a509f2a065304a157fb6f924dd0d7f80d00531b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/15/15/f815159c407c82f57c717980f6c12d520decebc2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/17/f4/4217f435888e5207dcc278cc6ca331bce7235f12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/2e/831b2efc630b18f08449a5888eb0c00f9572f397.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/0b/d2/810bd2c5c93a104fd428d8f7886a77c4c06853c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/e0/ef/3ce0ef181d923749fce810ceff362b535096c954.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/2e/a2/fd2ea2a1d2db429b0445c9f1b788a376e655c3d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/40/3a/ef403a18d97e59c53d36b08837a3d336d8b26143.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/5a/49/8e5a49040b67a92e889b81ed8323350624ab9857.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/d3/ca/b0d3ca0a61307f9e7bbcb15ecdd125ce10d2a45c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/4d/c6/8a4dc639c61a8446e7102afafd152d539a484728.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/6e/7a/e26e7a9451f2a396c7bf916a4e98953ee919a1c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/41/87/d44187952574e8f5600ecc1058530a1c7d4d5898.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/a5/94/d5a594baefe5f8f557ef599e526275a96a09b7c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/4a/76/294a76c6d63b1e94cdb95625cbe70203c9f39bd2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/12/e1/4e12e1c05663a612100c4501c44226fbf8a6eb8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/e4/05/05e4059749d695a0bbc627922691dc0797e5f1a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/0d/a6/1c0da60c8c8b7977833409e46185a12982706001.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/dd/99/66dd993d1589be505973cd76dfa6ff2df51cfd59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/dd/96/62dd96abc3a39989702e7dd02914e4503561bb16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/8f/b6/b58fb66d1cb52d604ae2d9dc5f7bf65e0f7e79f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/dc/f4/59dcf432115221f6ac1e00b4e9ee6486a5fceb28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/d2/92/c1d292f04e27a09db647f90eab2e8e7a1f2507e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/ca/1c/2aca1c217e8ab64a9615e4ca2340e039ab8fae36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/6f/bc/276fbc2c5d5f6e4a1000daab3014de56b3f8156a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/e8/95/03e8952fc6f54d953f100c7429389bd30393ea5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/15/de/db15defda269fc52ce6e4f030b050395a0e44e86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/ad/50/13ad504c292f9724da4bc28857c4ec893940a018.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/df/91/0edf91651e39b59824686d1df67900e94fc49a2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/7a/de/fb7adeed47f27ea906538724863cf9d2d79ce2c4.jpg?rule=ad-large'],
'price': 21490,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe c 2.0 350 e 279h 210 phev hybrid business '
'executive 7g-tronic bva',
'transmission': 'automatic',
'trim': 'Classe C 350 e Business Executive 7G-Tronic Plus',
'vin': None,
'year': 2016}
2026-03-30 15:09:56 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: cc0e7abb-d7db-5a49-abbf-a78aa29bf204 with identifier: 3116597473
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cc0e7abb-d7db-5a49-abbf-a78aa29bf204
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252Fb8%252F42%252F01b8421d8a95e52715d3f784eb7699369a682cb2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/b8/42/01b8421d8a95e52715d3f784eb7699369a682cb2.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F35%252Fb4%252F25%252F35b425b0ddd9c0fa98e9a8b22ba705cc9a72779f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/35/b4/25/35b425b0ddd9c0fa98e9a8b22ba705cc9a72779f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252Ff4%252F44%252Feff444e0a68fda12bcdaf8de7941d8fc64ebd014.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/f4/44/eff444e0a68fda12bcdaf8de7941d8fc64ebd014.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa5%252F09%252Ff2%252Fa509f2a065304a157fb6f924dd0d7f80d00531b0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/09/f2/a509f2a065304a157fb6f924dd0d7f80d00531b0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff8%252F15%252F15%252Ff815159c407c82f57c717980f6c12d520decebc2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/15/15/f815159c407c82f57c717980f6c12d520decebc2.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F42%252F17%252Ff4%252F4217f435888e5207dcc278cc6ca331bce7235f12.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/42/17/f4/4217f435888e5207dcc278cc6ca331bce7235f12.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F1b%252F2e%252F831b2efc630b18f08449a5888eb0c00f9572f397.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/2e/831b2efc630b18f08449a5888eb0c00f9572f397.jpg?rule=ad-large already downloaded
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252F0b%252Fd2%252F810bd2c5c93a104fd428d8f7886a77c4c06853c4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/0b/d2/810bd2c5c93a104fd428d8f7886a77c4c06853c4.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252Fe0%252Fef%252F3ce0ef181d923749fce810ceff362b535096c954.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/e0/ef/3ce0ef181d923749fce810ceff362b535096c954.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F2e%252Fa2%252Ffd2ea2a1d2db429b0445c9f1b788a376e655c3d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/2e/a2/fd2ea2a1d2db429b0445c9f1b788a376e655c3d5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: cc0e7abb-d7db-5a49-abbf-a78aa29bf204 with identifier 3116597473
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item cc0e7abb-d7db-5a49-abbf-a78aa29bf204
2026-03-30 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Park assist\n'
' - Suspension pneumatique\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 211,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'cc0e7abb-d7db-5a49-abbf-a78aa29bf204',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3116597473',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/b8/42/01b8421d8a95e52715d3f784eb7699369a682cb2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/b4/25/35b425b0ddd9c0fa98e9a8b22ba705cc9a72779f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/f4/44/eff444e0a68fda12bcdaf8de7941d8fc64ebd014.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/09/f2/a509f2a065304a157fb6f924dd0d7f80d00531b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/15/15/f815159c407c82f57c717980f6c12d520decebc2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/17/f4/4217f435888e5207dcc278cc6ca331bce7235f12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/2e/831b2efc630b18f08449a5888eb0c00f9572f397.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/0b/d2/810bd2c5c93a104fd428d8f7886a77c4c06853c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/e0/ef/3ce0ef181d923749fce810ceff362b535096c954.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/2e/a2/fd2ea2a1d2db429b0445c9f1b788a376e655c3d5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92798,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/b8/42/01b8421d8a95e52715d3f784eb7699369a682cb2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86688,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/b4/25/35b425b0ddd9c0fa98e9a8b22ba705cc9a72779f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80663,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/f4/44/eff444e0a68fda12bcdaf8de7941d8fc64ebd014.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87842,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/09/f2/a509f2a065304a157fb6f924dd0d7f80d00531b0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87505,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/15/15/f815159c407c82f57c717980f6c12d520decebc2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90463,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/17/f4/4217f435888e5207dcc278cc6ca331bce7235f12.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83673,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/1b/2e/831b2efc630b18f08449a5888eb0c00f9572f397.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119397,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/0b/d2/810bd2c5c93a104fd428d8f7886a77c4c06853c4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99370,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/e0/ef/3ce0ef181d923749fce810ceff362b535096c954.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc0e7abb-d7db-5a49-abbf-a78aa29bf204/cc0e7abb-d7db-5a49-abbf-a78aa29bf204_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121098,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/2e/a2/fd2ea2a1d2db429b0445c9f1b788a376e655c3d5.jpg?rule=ad-large',
'Width': 1067}],
'price': 21490,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe c 2.0 350 e 279h 210 phev hybrid business '
'executive 7g-tronic bva',
'transmission': 'automatic',
'trim': 'Classe C 350 e Business Executive 7G-Tronic Plus',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273116597473%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Saving data for 3116597473: {'created_time': 1774883397.074477, 'last_price_update_time': 1774883397.074489}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3116597473') HTTP/1.1" 204 0
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3155175794
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155175794%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scrape type for 3155175794: 1
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3155175794
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Chargeur de CD\n'
' - Info trafic\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pack intérieur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur alcantara tissu\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155175794',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 130000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/42/dd/a142ddfb13b25f55d0e493af1ff6edcc30113b13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/11/79/b81179d17e628274b0107b85acaac32b905fa0b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/e2/25/18e22547501d3d6fffaa93ef51ef4da351433ff7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/ca/89/c5ca89314bba93bb2da8c137339a9f657fe59f7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/9e/5d/299e5d631359a48f439042b4a0feb95b8f7a489c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/61/26/9d6126411f3ce5b5cfded17a1f40eccef722c8d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/d0/e9/5dd0e908672e6c9d985417669f4da656bc2302a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/df/a0/1ddfa0bca55fcc5e5fd21cea090e803dbbb9df45.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/c6/80/a0c6804c0897d82070f9d4ec0406268f9af542cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/4b/01/7d4b0131294867e969750711e826bdac8be5b79d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/cf/80/c9cf80c7aeb691991698de2dd0b34fcbb3a90e57.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/09/06/0c0906264636f00e1ec369a5bec8cbe1bb0fd418.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/66/8c/90668cca7205e929610818b33a5fd52fbeb21653.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/f7/3e/f0f73e360cf302d70a13cfc666ecfc024586605a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/c0/6f/f2c06fbc239b19412e36a2a802a7d3de22cf0d12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/c0/de/d0c0de65b2899822fa97993c002a18bb597054e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/2c/f1/272cf1fd56567402b49324eba48f106775bdad79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/61/f9/c361f9097b0dc46bee915d7198344758e73a3cf0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/95/72/559572ad6719ff75b36bd9bb6b8b611d19aafbde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/30/00/4230005f45ac3a9296ed83be87967979823f2914.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/66/b6/0b66b657ad56403b2987f81368dc779e5c6f2dad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/51/c5/8851c55b7c59e7ed99deba0a7450c9e684bb80a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/ec/23/74ec2358636c5c86db67b7e80a7aafe62fb360af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/61/d8/5c61d88ce8c070b1bb2c7e76aad1c81a3fdcb43f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/ec/1b/06ec1b2435784b8b15fc5aece96630992485f816.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/28/0c/1a280cb9eab6093e13e09f5f7ae7f5cf3cddc110.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/49/2b/8c492b8ac6095a62e310951ad0581df3eb517389.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/2b/be/b72bbe2916868c813e71bdc1d04477b53e8ca8c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/0c/eb/2b0ceb21d3a5c60340af2baf762d4b16497d4510.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f9/6a/e7f96ab39dbce1fce9f90428929ad5f5a20ab285.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/c8/e9/93c8e9d746f9b2e27036afae4752aa47620f5b5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/7e/a1/017ea1d68edcaf05f3a66cd800c255728a172d80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b2/0b/3ab20bfbd5020ee6c298b5736d415e3c09c89317.jpg?rule=ad-large'],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe c 2.2 220 d 170 business executive 7g-tronic '
'bva',
'transmission': 'automatic',
'trim': 'Classe C 220 d Business Executive 7G-Tronic Plus',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f with identifier: 3155175794
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252F42%252Fdd%252Fa142ddfb13b25f55d0e493af1ff6edcc30113b13.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/42/dd/a142ddfb13b25f55d0e493af1ff6edcc30113b13.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252F11%252F79%252Fb81179d17e628274b0107b85acaac32b905fa0b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/11/79/b81179d17e628274b0107b85acaac32b905fa0b9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F18%252Fe2%252F25%252F18e22547501d3d6fffaa93ef51ef4da351433ff7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/18/e2/25/18e22547501d3d6fffaa93ef51ef4da351433ff7.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc5%252Fca%252F89%252Fc5ca89314bba93bb2da8c137339a9f657fe59f7d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/ca/89/c5ca89314bba93bb2da8c137339a9f657fe59f7d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F29%252F9e%252F5d%252F299e5d631359a48f439042b4a0feb95b8f7a489c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/9e/5d/299e5d631359a48f439042b4a0feb95b8f7a489c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F61%252F26%252F9d6126411f3ce5b5cfded17a1f40eccef722c8d3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/61/26/9d6126411f3ce5b5cfded17a1f40eccef722c8d3.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252Fd0%252Fe9%252F5dd0e908672e6c9d985417669f4da656bc2302a9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/d0/e9/5dd0e908672e6c9d985417669f4da656bc2302a9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252Fdf%252Fa0%252F1ddfa0bca55fcc5e5fd21cea090e803dbbb9df45.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/df/a0/1ddfa0bca55fcc5e5fd21cea090e803dbbb9df45.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252Fc6%252F80%252Fa0c6804c0897d82070f9d4ec0406268f9af542cf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/c6/80/a0c6804c0897d82070f9d4ec0406268f9af542cf.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7d%252F4b%252F01%252F7d4b0131294867e969750711e826bdac8be5b79d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/4b/01/7d4b0131294867e969750711e826bdac8be5b79d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f with identifier 3155175794
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f
2026-03-30 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Chargeur de CD\n'
' - Info trafic\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Ouverture du coffre à distance\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pack intérieur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur alcantara tissu\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155175794',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 130000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/42/dd/a142ddfb13b25f55d0e493af1ff6edcc30113b13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/11/79/b81179d17e628274b0107b85acaac32b905fa0b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/e2/25/18e22547501d3d6fffaa93ef51ef4da351433ff7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/ca/89/c5ca89314bba93bb2da8c137339a9f657fe59f7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/9e/5d/299e5d631359a48f439042b4a0feb95b8f7a489c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/61/26/9d6126411f3ce5b5cfded17a1f40eccef722c8d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/d0/e9/5dd0e908672e6c9d985417669f4da656bc2302a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/df/a0/1ddfa0bca55fcc5e5fd21cea090e803dbbb9df45.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/c6/80/a0c6804c0897d82070f9d4ec0406268f9af542cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/4b/01/7d4b0131294867e969750711e826bdac8be5b79d.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97008,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/42/dd/a142ddfb13b25f55d0e493af1ff6edcc30113b13.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88920,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/11/79/b81179d17e628274b0107b85acaac32b905fa0b9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91553,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/e2/25/18e22547501d3d6fffaa93ef51ef4da351433ff7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/ca/89/c5ca89314bba93bb2da8c137339a9f657fe59f7d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82020,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/9e/5d/299e5d631359a48f439042b4a0feb95b8f7a489c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88103,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/61/26/9d6126411f3ce5b5cfded17a1f40eccef722c8d3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82842,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/d0/e9/5dd0e908672e6c9d985417669f4da656bc2302a9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90597,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/df/a0/1ddfa0bca55fcc5e5fd21cea090e803dbbb9df45.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136881,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/c6/80/a0c6804c0897d82070f9d4ec0406268f9af542cf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f/2fc9dac4-5fe7-52f5-b4d4-6f99b2900d1f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117743,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/4b/01/7d4b0131294867e969750711e826bdac8be5b79d.jpg?rule=ad-large',
'Width': 1067}],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe c 2.2 220 d 170 business executive 7g-tronic '
'bva',
'transmission': 'automatic',
'trim': 'Classe C 220 d Business Executive 7G-Tronic Plus',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155175794%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Saving data for 3155175794: {'created_time': 1774883397.334645, 'last_price_update_time': 1774883397.334656}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155175794') HTTP/1.1" 204 0
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3138992988
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138992988%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scrape type for 3138992988: 1
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3138992988
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Focal\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - Accoudoir central AV +AR\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Kit distribution + pompe a eau effectué en concession '
'13/01/2025 à 90015km\n'
' - Line assist avec correction de trajectoire\n'
' - Pleins phares auto\n'
' - Révision effectuée pour la vente\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138992988',
'listing': 'auction',
'make': 'DS',
'model': 'DS 7',
'odometer': 105990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/25/66/cf256699005304c50f7c6b2e164b08ab7b722f88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/cd/ba/5bcdba255899400141a3a2d077404c7b71790d70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/9f/1a/179f1ae7fb949993dbaa008eef09e21cd3b299f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2e/d2/eb2ed279ca3063ea336dbf0e325a407f88194ed6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/9d/ce/959dcec145f457ca912c83fa0e327160b08a3b8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/07/e3/4107e383fd2bc991087862c259eb4fef6e6ce44c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/ba/14/59ba14d2265d4622cd073c677764797281ee142f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/51/60/875160dc234d202686c4a8cd6a4338a19165db01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/cc/4c/ddcc4c2d46487475acdbf833d1d71ff1bc910a54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/a2/c3/05a2c3947cb27e73417fe190c62bf5f273efa5dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/bf/5b/99bf5b7b47037c2355afb6d24fd6db1fe9ef10f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/64/ff/3564ff62f7e92ad72894d05629903b8b3074f95d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/6c/81/af6c817de4f6a32b21aa961844ea8fede6e445a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/32/40/ee3240ed32d440d6d3600fc5272d5998a0d7b16c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/60/86/6a60860cae972c216a66fc96eda0b0b88583f54c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/cd/4c/edcd4c42b1c2052d3968f745d8c1f0d3d82a9d8b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/d7/03/ddd703e5855a3e7a68328e6794b35af9c58d8ce7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/cf/e5/87cfe5d8fadd5342163b5050fd72bb2d88fcc893.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/28/de/3728de6d32d087b94c00ffe7f96e93a4ec048efc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/c3/04/9fc304e8415e65a4d38d610db0cbf99cce83ef42.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/d1/bc/b0d1bc2af293c628f431062c22b610efc2c99329.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/6b/28/2a6b28c83687025295b26e020066e02d6d6611d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/a9/2e/45a92eeb53a3216cfbb935d38acc52cbe262cc28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/21/f0/0721f041702c21595e4503fa79831003ffe1a1b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/10/ea/4510eaa5e385e521c872b0ea84abd808806348f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/33/72/13337237a8d62582aae56b23b26ea55105aec1cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/69/1d/34691db9009ce4650584a1c87713d3ff64877ff9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/08/bf/5d08bf9513a1823770bebc5ad4131e62bf51fe81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/e3/23/54e323cd5f2a2ad37332cc49daa0bf0c703092f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/c9/e3/8fc9e3763afe1669697ed1601b2733936e4fb782.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/b3/f2/3bb3f20ed0e5146e4cb908e827a6da72cfff5a9e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/e8/9c/38e89cc04f9c2a388c97c92c39fc7060b230c6bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/4d/4d/a74d4d50a1b583590603fc7bd8acb6d31222d085.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/78/82/ea78826326a630c610054fd1667fb03fde56afff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/e1/e5/e0e1e558e4ef24a15bac8778d9b8073a75e9d439.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/65/c5/d365c568fec332a30ddcac35764d44e01f2d69ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/64/42/8d64421cf58083070ca14dba8219357edee82f8c.jpg?rule=ad-large'],
'price': 17989,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ds automobiles ds 7 crossback 2.0 bluehdi 180 sochic eat bva - '
'garantie 12 mois',
'transmission': 'automatic',
'trim': 'DS 7 Crossback BlueHDi 180ch Executive Automatique 128g',
'vin': None,
'year': 2018}
2026-03-30 15:09:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: bc0f1693-2be9-59d9-95bf-068511446a12 with identifier: 3138992988
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc0f1693-2be9-59d9-95bf-068511446a12
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcf%252F25%252F66%252Fcf256699005304c50f7c6b2e164b08ab7b722f88.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/25/66/cf256699005304c50f7c6b2e164b08ab7b722f88.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5b%252Fcd%252Fba%252F5bcdba255899400141a3a2d077404c7b71790d70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/cd/ba/5bcdba255899400141a3a2d077404c7b71790d70.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252F9f%252F1a%252F179f1ae7fb949993dbaa008eef09e21cd3b299f8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/9f/1a/179f1ae7fb949993dbaa008eef09e21cd3b299f8.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Feb%252F2e%252Fd2%252Feb2ed279ca3063ea336dbf0e325a407f88194ed6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2e/d2/eb2ed279ca3063ea336dbf0e325a407f88194ed6.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252F9d%252Fce%252F959dcec145f457ca912c83fa0e327160b08a3b8f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/9d/ce/959dcec145f457ca912c83fa0e327160b08a3b8f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F41%252F07%252Fe3%252F4107e383fd2bc991087862c259eb4fef6e6ce44c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/41/07/e3/4107e383fd2bc991087862c259eb4fef6e6ce44c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F59%252Fba%252F14%252F59ba14d2265d4622cd073c677764797281ee142f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/ba/14/59ba14d2265d4622cd073c677764797281ee142f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F87%252F51%252F60%252F875160dc234d202686c4a8cd6a4338a19165db01.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/87/51/60/875160dc234d202686c4a8cd6a4338a19165db01.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdd%252Fcc%252F4c%252Fddcc4c2d46487475acdbf833d1d71ff1bc910a54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/cc/4c/ddcc4c2d46487475acdbf833d1d71ff1bc910a54.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F05%252Fa2%252Fc3%252F05a2c3947cb27e73417fe190c62bf5f273efa5dc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/05/a2/c3/05a2c3947cb27e73417fe190c62bf5f273efa5dc.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: bc0f1693-2be9-59d9-95bf-068511446a12 with identifier 3138992988
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item bc0f1693-2be9-59d9-95bf-068511446a12
2026-03-30 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Focal\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - Accoudoir central AV +AR\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Kit distribution + pompe a eau effectué en concession '
'13/01/2025 à 90015km\n'
' - Line assist avec correction de trajectoire\n'
' - Pleins phares auto\n'
' - Révision effectuée pour la vente\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'bc0f1693-2be9-59d9-95bf-068511446a12',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138992988',
'listing': 'auction',
'make': 'DS',
'model': 'DS 7',
'odometer': 105990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/25/66/cf256699005304c50f7c6b2e164b08ab7b722f88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/cd/ba/5bcdba255899400141a3a2d077404c7b71790d70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/9f/1a/179f1ae7fb949993dbaa008eef09e21cd3b299f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2e/d2/eb2ed279ca3063ea336dbf0e325a407f88194ed6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/9d/ce/959dcec145f457ca912c83fa0e327160b08a3b8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/07/e3/4107e383fd2bc991087862c259eb4fef6e6ce44c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/ba/14/59ba14d2265d4622cd073c677764797281ee142f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/51/60/875160dc234d202686c4a8cd6a4338a19165db01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/cc/4c/ddcc4c2d46487475acdbf833d1d71ff1bc910a54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/a2/c3/05a2c3947cb27e73417fe190c62bf5f273efa5dc.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98866,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/25/66/cf256699005304c50f7c6b2e164b08ab7b722f88.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90130,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/cd/ba/5bcdba255899400141a3a2d077404c7b71790d70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95453,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/9f/1a/179f1ae7fb949993dbaa008eef09e21cd3b299f8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82911,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2e/d2/eb2ed279ca3063ea336dbf0e325a407f88194ed6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92962,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/9d/ce/959dcec145f457ca912c83fa0e327160b08a3b8f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88294,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/07/e3/4107e383fd2bc991087862c259eb4fef6e6ce44c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96380,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/ba/14/59ba14d2265d4622cd073c677764797281ee142f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93866,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/51/60/875160dc234d202686c4a8cd6a4338a19165db01.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110375,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/cc/4c/ddcc4c2d46487475acdbf833d1d71ff1bc910a54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc0f1693-2be9-59d9-95bf-068511446a12/bc0f1693-2be9-59d9-95bf-068511446a12_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78100,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/a2/c3/05a2c3947cb27e73417fe190c62bf5f273efa5dc.jpg?rule=ad-large',
'Width': 1067}],
'price': 17989,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ds automobiles ds 7 crossback 2.0 bluehdi 180 sochic eat bva - '
'garantie 12 mois',
'transmission': 'automatic',
'trim': 'DS 7 Crossback BlueHDi 180ch Executive Automatique 128g',
'vin': None,
'year': 2018}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138992988%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Saving data for 3138992988: {'created_time': 1774883397.625529, 'last_price_update_time': 1774883397.625543}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3138992988') HTTP/1.1" 204 0
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151649390
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151649390%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151649390: 1
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151649390
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Capteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 114,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151649390',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 171000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/92/ad/f5/92adf5d1a035083df99b47d5580c3e87e3794d46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/e5/dd/d9e5dd89374c08fbac4234751527782e844336f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/30/8b/f0308b275f2031cf0b7cb2efd771e5b14ae19e82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/31/e0/7f31e03e81b94b05ecd6260aaf648ad422647269.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/e5/d7/74e5d7800c44ad682225ebce8c6c95abb5baabef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/b4/26/c6b4268d6f1df178dbcd4b90348dc582394cf7ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/3b/94/e93b94aea1c2d702c44f2ca7eeaf887fc8016855.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/4c/01/ec4c01c3f85e598ba9272c2fdfbc6d9b6bf679a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/c2/64/0bc26425f9ddf36a94996a2c6eaabbd1f308e121.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/8e/bf/818ebfa8be227aada625e51c4008fd569030a585.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/d1/a5/ebd1a59d5ca424b0af083f1404bca28488726b30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/2f/0d/1a2f0d7320c0e6dab21ea96640ffca3f5d0ad3c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/25/c8/3025c8587bb8b779d8074ea7935f2e9bf1636e43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/5c/01/1c5c0132415235b110b614c43ae115aecd79e383.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/44/c4/b344c4932be27977aab52f2e184413b1910260b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/94/02/6d940247dd8009afca325c75e30674d84bda4c87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/bf/66/97bf665f3e7d2fee2dd3768c81f4a51b20ac80fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/d2/06/12d206ae79795b0f9f33bbea8cd3eed1f4d9dee3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/73/8e/f1738eefe3dcb09acb9fd8136399422ac8ff5bf3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/4c/24/7d4c24391129e4dbbbf2a13d26e73bc2cf8463bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/45/ba/0b45ba4e32866c13c35d8c555d5667d5110e98e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/30/f0/a130f00b8a3763f71df63b43320bcccc0a74b578.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/cf/dc/f5cfdc04bcf47bfc71e6b1a6c4361463d4e776e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/50/7e/62507e7455cdc113e80f7549c3239cd9243443b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/bb/fe/29bbfe378ae8f823d67acd5e5be0e18e9d026b90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/2d/ed/1c2ded7483ed87094a98de466ff528adae13ec9e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/99/ec/d399ec53e2cfdcde1076020999e72489591aaf42.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/03/9f/a9039f51a1ba55b9b9098eda2c613b9d94f20c89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/7b/22/247b2225554721427327ed566d77a0522b58363d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/bb/a7/f7bba7a8f42867e7d195c51c72697745f9b6eb04.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/53/b9/a453b95540f11b84cf4af6b39dec9d5e66ad12eb.jpg?rule=ad-large'],
'price': 7990,
'price_includes_vat': False,
'registration_date': '2016-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 generation-i 1.6 e-hdi 115 allure - toit pano - '
'garantie 6 mois',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 100ch Allure',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7359aa-8141-5973-a151-54487069fb42 with identifier: 3151649390
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb7359aa-8141-5973-a151-54487069fb42
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252Fad%252Ff5%252F92adf5d1a035083df99b47d5580c3e87e3794d46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/ad/f5/92adf5d1a035083df99b47d5580c3e87e3794d46.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252Fe5%252Fdd%252Fd9e5dd89374c08fbac4234751527782e844336f8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/e5/dd/d9e5dd89374c08fbac4234751527782e844336f8.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff0%252F30%252F8b%252Ff0308b275f2031cf0b7cb2efd771e5b14ae19e82.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/30/8b/f0308b275f2031cf0b7cb2efd771e5b14ae19e82.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F31%252Fe0%252F7f31e03e81b94b05ecd6260aaf648ad422647269.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/31/e0/7f31e03e81b94b05ecd6260aaf648ad422647269.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F74%252Fe5%252Fd7%252F74e5d7800c44ad682225ebce8c6c95abb5baabef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/74/e5/d7/74e5d7800c44ad682225ebce8c6c95abb5baabef.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc6%252Fb4%252F26%252Fc6b4268d6f1df178dbcd4b90348dc582394cf7ad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/b4/26/c6b4268d6f1df178dbcd4b90348dc582394cf7ad.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F3b%252F94%252Fe93b94aea1c2d702c44f2ca7eeaf887fc8016855.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/3b/94/e93b94aea1c2d702c44f2ca7eeaf887fc8016855.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fec%252F4c%252F01%252Fec4c01c3f85e598ba9272c2fdfbc6d9b6bf679a9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/4c/01/ec4c01c3f85e598ba9272c2fdfbc6d9b6bf679a9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0b%252Fc2%252F64%252F0bc26425f9ddf36a94996a2c6eaabbd1f308e121.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/c2/64/0bc26425f9ddf36a94996a2c6eaabbd1f308e121.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252F8e%252Fbf%252F818ebfa8be227aada625e51c4008fd569030a585.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/8e/bf/818ebfa8be227aada625e51c4008fd569030a585.jpg?rule=ad-large already downloaded
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fb7359aa-8141-5973-a151-54487069fb42 with identifier 3151649390
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:57 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fb7359aa-8141-5973-a151-54487069fb42
2026-03-30 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Capteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 114,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fb7359aa-8141-5973-a151-54487069fb42',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151649390',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 171000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/92/ad/f5/92adf5d1a035083df99b47d5580c3e87e3794d46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/e5/dd/d9e5dd89374c08fbac4234751527782e844336f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/30/8b/f0308b275f2031cf0b7cb2efd771e5b14ae19e82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/31/e0/7f31e03e81b94b05ecd6260aaf648ad422647269.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/e5/d7/74e5d7800c44ad682225ebce8c6c95abb5baabef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/b4/26/c6b4268d6f1df178dbcd4b90348dc582394cf7ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/3b/94/e93b94aea1c2d702c44f2ca7eeaf887fc8016855.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/4c/01/ec4c01c3f85e598ba9272c2fdfbc6d9b6bf679a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/c2/64/0bc26425f9ddf36a94996a2c6eaabbd1f308e121.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/8e/bf/818ebfa8be227aada625e51c4008fd569030a585.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103595,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/ad/f5/92adf5d1a035083df99b47d5580c3e87e3794d46.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99388,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/e5/dd/d9e5dd89374c08fbac4234751527782e844336f8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94828,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/30/8b/f0308b275f2031cf0b7cb2efd771e5b14ae19e82.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102352,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/31/e0/7f31e03e81b94b05ecd6260aaf648ad422647269.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81911,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/e5/d7/74e5d7800c44ad682225ebce8c6c95abb5baabef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75791,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/b4/26/c6b4268d6f1df178dbcd4b90348dc582394cf7ad.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97556,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/3b/94/e93b94aea1c2d702c44f2ca7eeaf887fc8016855.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142483,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/4c/01/ec4c01c3f85e598ba9272c2fdfbc6d9b6bf679a9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134952,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/c2/64/0bc26425f9ddf36a94996a2c6eaabbd1f308e121.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb7359aa-8141-5973-a151-54487069fb42/fb7359aa-8141-5973-a151-54487069fb42_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103635,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/8e/bf/818ebfa8be227aada625e51c4008fd569030a585.jpg?rule=ad-large',
'Width': 1067}],
'price': 7990,
'price_includes_vat': False,
'registration_date': '2016-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 generation-i 1.6 e-hdi 115 allure - toit pano - '
'garantie 6 mois',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 100ch Allure',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151649390%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Saving data for 3151649390: {'created_time': 1774883397.931159, 'last_price_update_time': 1774883397.931172}
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151649390') HTTP/1.1" 204 0
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829674
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829674%27 HTTP/1.1" 200 None
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829674: 1
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829674
2026-03-30 15:09:57 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
' - Système Audio Bang & Olufsen\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AV /AR\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phare matrix led\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Inserts aluminium\n'
' - Inserts bois\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Assistant de manoeuvre avec remorque\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Radar anti-collision\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829674',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 173500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/94/1f/1b941f567e628c87ac275e98d637579349d1931a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/29/95/f129951b6832f145231d938ba6a04d9b064dfac9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/27/a4/7627a4b71f1ba8fc325e4ac4c6a57916c48a4d65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/38/05/2238052ca2f1b39cd4565b86043511875070b037.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/92/d8/9b92d80c08e9397c28bd1b97efb6f6a2d42ffef1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/26/e6/3026e6b70378bfb35c6d74f7a1aac44e8f52fa41.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/af/63/19af63e9d73e20311d6890bbac3d793be450afb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/12/0d/1d120d02fd982193cb3bcfbc5106f2515881f4f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/51/c5/3851c5e246cb90a4d141faf395c1f3c5ea5fd867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/f1/a9/b5f1a936c51a21261f38f8da24cd8f4e92a0036f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/e8/ad/4de8ad53bde91f1f8fbd284c3a005aaf77f757ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/e6/63/95e66349b5c69bea56d35e44429123ea24c21cb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/d7/54/dfd754540408f7aa6edb91e4d7c327156fe1d197.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/40/00/fe40009cb112b79ee044ddea4c5eed3f33fc9929.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/0b/eb/0e0bebfd2127ab3f717fa829a1a94d47d2fdb9ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/28/23/062823d3e62f44338a603b033e31c00e39eed938.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/92/9f/db929f5aad2146fdec04d4e45e86b5cec04fa1b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/d0/5b/41d05b0c676bdb90ca4a43ea0e3f72efea55b822.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/58/8a/04588ae2bc78ae652af9ef302b7a3cd5c3a11efd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/6b/e9/146be94f7142a5d97fc9ed1da927a2d11daec101.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/db/66/9ddb668c829e4e5c07732f8871455db6db05496d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/d5/da/5ed5dafa703c8214231e062f83dade0d47ff9774.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/dc/58/62dc58b7ea007db51cc2a9928615b91e93c00a95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/be/19/0cbe19920ff93f844e67c6358c219217ea503875.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/c3/ad/9dc3ad94a2214d34b61895328a34fe012104cf44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/bb/23/ddbb23b31c448bd01a2025113c55cb7870127a06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/59/bc/d059bcf6bfb8f73d678eaa89fdad77745b0067bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/0b/53/a50b53093dbd2a58769839b42428d09508f7f3a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/d3/7f/2ed37f828c209d838b4ccc555e825bbde7187983.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/43/bf/5943bfe082630540d9a6586b74f9753ebd26ee8b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/93/ff/3293ff20f72c12bddbf86a4c92f24344e6976d34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/25/db/9f25dbf537f9a8f155aa75d0ecd8591abc76a3c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/be/32/ghbe32cf0f47b5a31e9d9ecb125e72d2ea185c8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/d2/14/73d214a4f9032a9aa1e3aad5daca77f12a417f26.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/72/ee/4472eef5f6041a08e3fa94a958e43cab30c4f300.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/14/1d/37141d167e074ada8d0e93376b7177872c519475.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/4d/bf/3f4dbf8058bc1cf575bf62813bf3b9846a445389.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/cf/c4/8bcfc4001b305f8e619dfeeeed9e5abdb718f2cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/73/38/fb733887f54d6d3a2ec7cba3d277834487c22229.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/70/ab/d270abbbec6aee120bbed8e8e086b7d974ea14fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/d9/f8/75d9f812e77c7030429fdada1a577dc4a2c7ee0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/78/66/977866d8715e55bd131a8fae42152809cb5b9e4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/d1/34/4cd1342f8fe9966312a21dafdb07110dd1a9bb65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/98/78/4d9878ae801c28de49627a704df79d80e649a9f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/38/6a/0e386a595d12ffa5e2ef7a93d512ec92035c793c.jpg?rule=ad-large'],
'price': 20989,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a4 avant 3.0 tdi 270 design luxe quattro tiptronic bva - bang '
'olufsen acc carplay matrix led',
'transmission': 'automatic',
'trim': 'A4 Avant 3.0 V6 TDI 272ch Design Luxe quattro Tiptronic',
'vin': None,
'year': 2016}
2026-03-30 15:09:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b6e051b-7ea9-5362-83df-bd88304a05b7 with identifier: 3091829674
2026-03-30 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7b6e051b-7ea9-5362-83df-bd88304a05b7
2026-03-30 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1b%252F94%252F1f%252F1b941f567e628c87ac275e98d637579349d1931a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/94/1f/1b941f567e628c87ac275e98d637579349d1931a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff1%252F29%252F95%252Ff129951b6832f145231d938ba6a04d9b064dfac9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/29/95/f129951b6832f145231d938ba6a04d9b064dfac9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F76%252F27%252Fa4%252F7627a4b71f1ba8fc325e4ac4c6a57916c48a4d65.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/76/27/a4/7627a4b71f1ba8fc325e4ac4c6a57916c48a4d65.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F22%252F38%252F05%252F2238052ca2f1b39cd4565b86043511875070b037.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/38/05/2238052ca2f1b39cd4565b86043511875070b037.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9b%252F92%252Fd8%252F9b92d80c08e9397c28bd1b97efb6f6a2d42ffef1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/92/d8/9b92d80c08e9397c28bd1b97efb6f6a2d42ffef1.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F26%252Fe6%252F3026e6b70378bfb35c6d74f7a1aac44e8f52fa41.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/26/e6/3026e6b70378bfb35c6d74f7a1aac44e8f52fa41.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F19%252Faf%252F63%252F19af63e9d73e20311d6890bbac3d793be450afb5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/19/af/63/19af63e9d73e20311d6890bbac3d793be450afb5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252F12%252F0d%252F1d120d02fd982193cb3bcfbc5106f2515881f4f2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/12/0d/1d120d02fd982193cb3bcfbc5106f2515881f4f2.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F51%252Fc5%252F3851c5e246cb90a4d141faf395c1f3c5ea5fd867.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/51/c5/3851c5e246cb90a4d141faf395c1f3c5ea5fd867.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252Ff1%252Fa9%252Fb5f1a936c51a21261f38f8da24cd8f4e92a0036f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/f1/a9/b5f1a936c51a21261f38f8da24cd8f4e92a0036f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7b6e051b-7ea9-5362-83df-bd88304a05b7 with identifier 3091829674
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7b6e051b-7ea9-5362-83df-bd88304a05b7
2026-03-30 15:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
' - Système Audio Bang & Olufsen\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AV /AR\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phare matrix led\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Inserts aluminium\n'
' - Inserts bois\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Assistant de manoeuvre avec remorque\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Radar anti-collision\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7b6e051b-7ea9-5362-83df-bd88304a05b7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829674',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 173500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 45,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/94/1f/1b941f567e628c87ac275e98d637579349d1931a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/29/95/f129951b6832f145231d938ba6a04d9b064dfac9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/27/a4/7627a4b71f1ba8fc325e4ac4c6a57916c48a4d65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/38/05/2238052ca2f1b39cd4565b86043511875070b037.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/92/d8/9b92d80c08e9397c28bd1b97efb6f6a2d42ffef1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/26/e6/3026e6b70378bfb35c6d74f7a1aac44e8f52fa41.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/af/63/19af63e9d73e20311d6890bbac3d793be450afb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/12/0d/1d120d02fd982193cb3bcfbc5106f2515881f4f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/51/c5/3851c5e246cb90a4d141faf395c1f3c5ea5fd867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/f1/a9/b5f1a936c51a21261f38f8da24cd8f4e92a0036f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97774,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/94/1f/1b941f567e628c87ac275e98d637579349d1931a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91422,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/29/95/f129951b6832f145231d938ba6a04d9b064dfac9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95730,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/27/a4/7627a4b71f1ba8fc325e4ac4c6a57916c48a4d65.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86398,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/38/05/2238052ca2f1b39cd4565b86043511875070b037.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95652,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/92/d8/9b92d80c08e9397c28bd1b97efb6f6a2d42ffef1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94124,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/26/e6/3026e6b70378bfb35c6d74f7a1aac44e8f52fa41.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89528,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/af/63/19af63e9d73e20311d6890bbac3d793be450afb5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109310,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/12/0d/1d120d02fd982193cb3bcfbc5106f2515881f4f2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97457,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/51/c5/3851c5e246cb90a4d141faf395c1f3c5ea5fd867.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eed09d4-80d5-596e-9b07-bac1aaff5396/1eed09d4-80d5-596e-9b07-bac1aaff5396_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137480,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/f1/a9/b5f1a936c51a21261f38f8da24cd8f4e92a0036f.jpg?rule=ad-large',
'Width': 1067}],
'price': 20989,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a4 avant 3.0 tdi 270 design luxe quattro tiptronic bva - bang '
'olufsen acc carplay matrix led',
'transmission': 'automatic',
'trim': 'A4 Avant 3.0 V6 TDI 272ch Design Luxe quattro Tiptronic',
'vin': None,
'year': 2016}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829674%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829674: {'created_time': 1774883398.298242, 'last_price_update_time': 1774883398.298257}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829674') HTTP/1.1" 204 0
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3115373672
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273115373672%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3115373672: 1
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3115373672
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Phares AR à led\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Intérieur cuir nappa\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Détection somnolence\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 299,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3115373672',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Passat',
'odometer': 192000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f6/79/7df679b8db3700a0ac82e4b421255892244a50b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/53/c9/4c53c914f0ca9f22dd595c33cff6917b2676001d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/43/ba/7f43bab179efa729a30efecfe5be7002791a612d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/49/04/3b4904742c7ea708a55b62571127bed52dd15369.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/db/da/f1dbda99477f4bbd74be6c1c68308a51fd46fa3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/05/5f/31055f987474d72fe4187218bb41743174e1ccd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/0d/60/560d6007d13e692b8c86cf0b5771f38df1bdd74e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/5a/ab/fd5aab10047af9a20a8d0650145d0a7df0c4f713.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/00/7d/0d007d520838d2e36c3d62e04d7fc015c82d64e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/50/80/955080a5391e475f2ac4b1c61273d803d3aa03f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/f0/06/1ff00609c286e27a89803bbbf0608c4a5cca16f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/b0/c9/13b0c93552367b78b970a2f7b93148515076b7fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/c9/c2/06c9c2cee0eadf1dd911d821bf1bb029f276d0d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/2c/51/f12c512f56269e84536f537ff8ece3666bc0d5a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/ff/e8/e2ffe8ca0c37819e2982f5b1574b5cfa330e414e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/0c/de/450cdef9fa201792c032d8c6e42965777d1b5cd6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/37/38/bc37389e0ea9d1e442e3ed8244821cb6e5b6126a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/4e/27/c24e275c216894f66084f043c2c8fbc5acccf830.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/26/c5/e926c5b1b98460dc5d86acc61b86a28f78fa0098.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/14/72/ba14729a7d9e6bc6bf1b28504051dde932e53fbf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/65/0c/de650c6de7d822ca23728df08857bd86b86af728.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/8c/58/578c586a865d7bbcd1d8f1d5c5131f35482c78f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/43/22/3f432296638a603c4dc3616c6ada0ef9ef34f37d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/3e/f4/953ef4224838735c6e48d9f5c1aae53ce24d2bd1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/ae/0d/55ae0df8fb76da0624f2ea4060ca1d54631f326e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/76/81/af7681bbf0d59f1327a7ba293f5fdee1ab2579fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/c3/ce/5fc3ceb7e02ddec60394a30ceceaadc2caaf6d5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/c7/9b/4ac79bbe42e41a97aeee87fd8ab4855ec2707ccb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/13/6f/f5136f03531a8521c598eed5eb15bec71406b118.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/51/db/4251db79f2946b891f5dc7a16947c6fe1c10436a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/fa/0d/0ffa0dce596c51a7e3c0c973862752dbf835b50e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/33/b5/6e33b52461c62ded89e882435903fd9260dc15c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/d6/a6/efd6a691d4fe3216f393b70f5a0e2f0f749213c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/14/39/1d1439f51243e449df4236776d4117b3832364e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c1/02/16c1021fe3010aea60c1648cfea3061c46a70379.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/31/db/9c31db0086c9f027a224863e11464daa040ef017.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/90/af/b890af2c83c7cb9fa04d042ff0f0f3e3173037db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/be/35/dbbe356b25e84f6ba919fadecb77b5ff7b221567.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/24/f0/f024f032e79ad4a21d23ed3224af7460fca5ec37.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/1d/d1/f31dd1897b4b0d196c846fec8446a101f120af3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/70/51/2a70517606944ec96226dd5a6c4d81f61f570001.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/a9/85/11a98583a935cf9f49c2cdd72ac68e5df459e556.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/24/73/6024736cdc783238ae95c5e8e44e7613275fbcf6.jpg?rule=ad-large'],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2013-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen passat break 3.6 fsi 300 bluemotion carat 4motion dsg '
'bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Passat SW 3.6 V6 FSI 300ch BlueMotion Carat 4Motion DSG6',
'vin': None,
'year': 2013}
2026-03-30 15:09:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e54f6d6a-c151-54a2-abc4-2a00044f9a4e with identifier: 3115373672
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e54f6d6a-c151-54a2-abc4-2a00044f9a4e
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7d%252Ff6%252F79%252F7df679b8db3700a0ac82e4b421255892244a50b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f6/79/7df679b8db3700a0ac82e4b421255892244a50b9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4c%252F53%252Fc9%252F4c53c914f0ca9f22dd595c33cff6917b2676001d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/53/c9/4c53c914f0ca9f22dd595c33cff6917b2676001d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F43%252Fba%252F7f43bab179efa729a30efecfe5be7002791a612d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/43/ba/7f43bab179efa729a30efecfe5be7002791a612d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3b%252F49%252F04%252F3b4904742c7ea708a55b62571127bed52dd15369.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/49/04/3b4904742c7ea708a55b62571127bed52dd15369.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff1%252Fdb%252Fda%252Ff1dbda99477f4bbd74be6c1c68308a51fd46fa3c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/db/da/f1dbda99477f4bbd74be6c1c68308a51fd46fa3c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F31%252F05%252F5f%252F31055f987474d72fe4187218bb41743174e1ccd0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/05/5f/31055f987474d72fe4187218bb41743174e1ccd0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F0d%252F60%252F560d6007d13e692b8c86cf0b5771f38df1bdd74e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/0d/60/560d6007d13e692b8c86cf0b5771f38df1bdd74e.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F5a%252Fab%252Ffd5aab10047af9a20a8d0650145d0a7df0c4f713.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/5a/ab/fd5aab10047af9a20a8d0650145d0a7df0c4f713.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252F00%252F7d%252F0d007d520838d2e36c3d62e04d7fc015c82d64e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/00/7d/0d007d520838d2e36c3d62e04d7fc015c82d64e6.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252F50%252F80%252F955080a5391e475f2ac4b1c61273d803d3aa03f2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/50/80/955080a5391e475f2ac4b1c61273d803d3aa03f2.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e54f6d6a-c151-54a2-abc4-2a00044f9a4e with identifier 3115373672
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e54f6d6a-c151-54a2-abc4-2a00044f9a4e
2026-03-30 15:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Phares AR à led\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Intérieur cuir nappa\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Détection somnolence\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 299,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'e54f6d6a-c151-54a2-abc4-2a00044f9a4e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3115373672',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Passat',
'odometer': 192000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 43,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f6/79/7df679b8db3700a0ac82e4b421255892244a50b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/53/c9/4c53c914f0ca9f22dd595c33cff6917b2676001d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/43/ba/7f43bab179efa729a30efecfe5be7002791a612d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/49/04/3b4904742c7ea708a55b62571127bed52dd15369.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/db/da/f1dbda99477f4bbd74be6c1c68308a51fd46fa3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/05/5f/31055f987474d72fe4187218bb41743174e1ccd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/0d/60/560d6007d13e692b8c86cf0b5771f38df1bdd74e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/5a/ab/fd5aab10047af9a20a8d0650145d0a7df0c4f713.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/00/7d/0d007d520838d2e36c3d62e04d7fc015c82d64e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/50/80/955080a5391e475f2ac4b1c61273d803d3aa03f2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103555,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/f6/79/7df679b8db3700a0ac82e4b421255892244a50b9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94477,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/53/c9/4c53c914f0ca9f22dd595c33cff6917b2676001d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83394,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/43/ba/7f43bab179efa729a30efecfe5be7002791a612d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92088,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/49/04/3b4904742c7ea708a55b62571127bed52dd15369.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96108,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/db/da/f1dbda99477f4bbd74be6c1c68308a51fd46fa3c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88843,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/05/5f/31055f987474d72fe4187218bb41743174e1ccd0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94552,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/0d/60/560d6007d13e692b8c86cf0b5771f38df1bdd74e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90054,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/5a/ab/fd5aab10047af9a20a8d0650145d0a7df0c4f713.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/00/7d/0d007d520838d2e36c3d62e04d7fc015c82d64e6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e54f6d6a-c151-54a2-abc4-2a00044f9a4e/e54f6d6a-c151-54a2-abc4-2a00044f9a4e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83953,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/50/80/955080a5391e475f2ac4b1c61273d803d3aa03f2.jpg?rule=ad-large',
'Width': 1067}],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2013-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen passat break 3.6 fsi 300 bluemotion carat 4motion dsg '
'bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Passat SW 3.6 V6 FSI 300ch BlueMotion Carat 4Motion DSG6',
'vin': None,
'year': 2013}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273115373672%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3115373672: {'created_time': 1774883398.588295, 'last_price_update_time': 1774883398.588305}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3115373672') HTTP/1.1" 204 0
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3147720295
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273147720295%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3147720295: 1
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3147720295
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Disque dur multimédia\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Sièges sport\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Stores de vitres électriques\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Phares AV de jour\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3147720295',
'listing': 'auction',
'make': 'AUDI',
'model': 'A5',
'odometer': 155000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/16/bc/b416bcc4c55118896754cf192beebd57434007b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/69/fc/8969fcf7f631f08d9bd38cec31186d8c2237a5cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/91/53/129153d1f7b000dee502ca84110714a65df0562a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/6b/11956b52ba785bc741c1f8705ce7b01b1e8aa70c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/58/b7/fa58b77d08dd5780f71322edc0320deca453b3f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/70/80/9c7080d5494bfe3616d63767902a3fcb7bb35a4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/43/97/fd4397426ed2036900858c8fac91622f11a124b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/27/16/9f27162b6633cad0661ac532701d400c295eba5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/5e/28/c15e284c10a4793bbeab01a32d08f60d8bb4eeb9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/88/7e/5f887e40a8590162b021a14b7423bfe006ee3137.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/09/fb/7b09fba4949c1590c06eeb9b95260233ba0d17d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/b3/1b/c8b31b95676ff973a3f4df5bc2aa8e65c3b41866.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/69/b2/1469b2820f4327c96d2bd6ad417e6b58b44c7c09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/cb/09/a7cb09f7dc4e76a153b6140b0826a52fa69892a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/d2/39/b6d23915593261c6b66c99b09a4ac0495edc7bcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/f3/14/11f31445bbf92c783036e4a1a26abbadd0f43bfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/50/89/a55089edd0eaeb4586b6527030e2c2efbd541e7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/06/37/3c0637cf4bf7c0224e95c24949a7b9a24e3d4973.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/21/82/6b2182cf62e32d12b681ee9243c06c1f64709d67.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/f1/91/9ff1915f82d753d4513f3990b6e5985293504b61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/91/7e/db917e9e23517d643eb323d6f77c4237b3d7ec19.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/f2/04/28f204b9291cd4e894e8e5eacba1f3f2afcffc8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/fd/e9/15fde9a6bddd9edda9e0ba294900636c5d1fa45c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/81/96/04819657e9e8eb1139dbd39dcc87782a4c43b931.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/7c/13/547c13f56db20bfbcf0958d2495b559362fc82d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2e/eb/eb2eeb912fff79edf5de42c4ff98167d3aae4ff2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/7c/60/8a7c60ba6b07bc36ed80f819cb8d0fd84e1af808.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/39/5a/e7395a00e0ce7a3cb5e643d407ac7fa1ed842811.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/eb/f0/ecebf02a6d9c5f0b61aeba45f853b3c8c8a97468.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/6c/21/706c21507f4a1cbde586e4a2122d7a169df2c289.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/62/b5/f662b5c8ecaea991e61f921761824dac3be02b8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/41/12/97411282c477a08216537f0275cdbb890323442f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/84/b3/6784b367148a3893c37bf57dd4e6ae599de3cbe2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/f9/4b/dcf94b0ca25f14206cffc66199fb20eb5d471bc3.jpg?rule=ad-large'],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a5 3.0 tdi 270 s-line quattro tiptronic bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'A5 Sportback 3.0 TDI 272ch S line quattro Tiptronic',
'vin': None,
'year': 2017}
2026-03-30 15:09:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d6a858-b495-55d3-be1f-7c0ad6b2689e with identifier: 3147720295
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 20d6a858-b495-55d3-be1f-7c0ad6b2689e
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F16%252Fbc%252Fb416bcc4c55118896754cf192beebd57434007b7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/16/bc/b416bcc4c55118896754cf192beebd57434007b7.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252F69%252Ffc%252F8969fcf7f631f08d9bd38cec31186d8c2237a5cf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/69/fc/8969fcf7f631f08d9bd38cec31186d8c2237a5cf.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F12%252F91%252F53%252F129153d1f7b000dee502ca84110714a65df0562a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/12/91/53/129153d1f7b000dee502ca84110714a65df0562a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F11%252F95%252F6b%252F11956b52ba785bc741c1f8705ce7b01b1e8aa70c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/6b/11956b52ba785bc741c1f8705ce7b01b1e8aa70c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252F58%252Fb7%252Ffa58b77d08dd5780f71322edc0320deca453b3f0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/58/b7/fa58b77d08dd5780f71322edc0320deca453b3f0.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252F70%252F80%252F9c7080d5494bfe3616d63767902a3fcb7bb35a4c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/70/80/9c7080d5494bfe3616d63767902a3fcb7bb35a4c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F43%252F97%252Ffd4397426ed2036900858c8fac91622f11a124b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/43/97/fd4397426ed2036900858c8fac91622f11a124b9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9f%252F27%252F16%252F9f27162b6633cad0661ac532701d400c295eba5f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/27/16/9f27162b6633cad0661ac532701d400c295eba5f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc1%252F5e%252F28%252Fc15e284c10a4793bbeab01a32d08f60d8bb4eeb9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/5e/28/c15e284c10a4793bbeab01a32d08f60d8bb4eeb9.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5f%252F88%252F7e%252F5f887e40a8590162b021a14b7423bfe006ee3137.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/88/7e/5f887e40a8590162b021a14b7423bfe006ee3137.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 20d6a858-b495-55d3-be1f-7c0ad6b2689e with identifier 3147720295
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 20d6a858-b495-55d3-be1f-7c0ad6b2689e
2026-03-30 15:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Disque dur multimédia\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Sièges sport\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Stores de vitres électriques\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Phares AV de jour\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '20d6a858-b495-55d3-be1f-7c0ad6b2689e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3147720295',
'listing': 'auction',
'make': 'AUDI',
'model': 'A5',
'odometer': 155000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/16/bc/b416bcc4c55118896754cf192beebd57434007b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/69/fc/8969fcf7f631f08d9bd38cec31186d8c2237a5cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/91/53/129153d1f7b000dee502ca84110714a65df0562a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/6b/11956b52ba785bc741c1f8705ce7b01b1e8aa70c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/58/b7/fa58b77d08dd5780f71322edc0320deca453b3f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/70/80/9c7080d5494bfe3616d63767902a3fcb7bb35a4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/43/97/fd4397426ed2036900858c8fac91622f11a124b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/27/16/9f27162b6633cad0661ac532701d400c295eba5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/5e/28/c15e284c10a4793bbeab01a32d08f60d8bb4eeb9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/88/7e/5f887e40a8590162b021a14b7423bfe006ee3137.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110521,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/16/bc/b416bcc4c55118896754cf192beebd57434007b7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100258,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/69/fc/8969fcf7f631f08d9bd38cec31186d8c2237a5cf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103390,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/91/53/129153d1f7b000dee502ca84110714a65df0562a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89884,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/6b/11956b52ba785bc741c1f8705ce7b01b1e8aa70c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98916,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/58/b7/fa58b77d08dd5780f71322edc0320deca453b3f0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99862,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/70/80/9c7080d5494bfe3616d63767902a3fcb7bb35a4c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130881,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/43/97/fd4397426ed2036900858c8fac91622f11a124b9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120369,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/27/16/9f27162b6633cad0661ac532701d400c295eba5f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117035,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/5e/28/c15e284c10a4793bbeab01a32d08f60d8bb4eeb9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20d6a858-b495-55d3-be1f-7c0ad6b2689e/20d6a858-b495-55d3-be1f-7c0ad6b2689e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110520,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/88/7e/5f887e40a8590162b021a14b7423bfe006ee3137.jpg?rule=ad-large',
'Width': 1067}],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a5 3.0 tdi 270 s-line quattro tiptronic bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'A5 Sportback 3.0 TDI 272ch S line quattro Tiptronic',
'vin': None,
'year': 2017}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273147720295%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3147720295: {'created_time': 1774883398.857265, 'last_price_update_time': 1774883398.857276}
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3147720295') HTTP/1.1" 204 0
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3109673557
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273109673557%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3109673557: 1
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3109673557
2026-03-30 15:09:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - FREIN DE PARKING ÉLECTRIQUE\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - RÉGULATEUR DE VITESSE\n'
' - Système Start & stop\n'
' - limiteur de vitesse\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes alu 18"\n'
' - Pack de 2 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Vitres AR surteintées\n'
' - Vitres latérales arrière et du coffre surteintées : '
'vitres opaques: lunette ar et ar\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - ACCOUDOIR DE CONSOLE CENTRALE AV AVEC RANGEMENT INTÉGRÉ\n'
' - Accoudoir central AV\n'
' - COLONNE DE DIRECTION RÉGLABLE MANUELLEMENT EN HAUTEUR ET '
'EN PROFONDEUR\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ecran central LCD Couleur\n'
' - Fermeture centralisée\n'
" - ISOFIX : FIXATIONS POUR SIÈGES ENFANTS À L'AR\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - ORDINATEUR DE BORD\n'
' - Ordinateur de bord\n'
' - Pack carbone\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - BAGUETTES DE SEUILS CHROMÉES AV/AR\n'
' - Boîte de vitesse automatique\n'
' - Calandre noire laqué\n'
' - GPS Couleur\n'
' - MIROIRS DE COURTOISIE ÉCLAIRÉS\n'
' - MIROIRS DE COURTOISIE ÉCLAIRÉS INTÉGRÉS DANS LES '
'PARE-SOLEIL\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Poignées de porte couleur carrosserie\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - TEMPOMAT (RÉGULATEUR DE VITESSE) ET SPEEDTRONIC (LIMITEUR '
'DE VITESSE)\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - INDICATEUR DE PRESSION DES PNEUS AU TABLEAU DE BORD\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - CLIMATISATION AUTOMATIQUE BI-ZONE AVEC RÉGLAGE INDIVIDUEL '
'DE LA TEMPÉRATURE POUR LE CONDUCTEUR ET LE PASSAGER AV, '
"COMMANDE AUTOMATIQUE DU RECYCLAGE DE L'AIR AVEC CAPTEUR DE "
"QUALITÉ D'AIR\n"
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - DISPOSITIF ANTIDÉMARRAGE AVEC VERROUILLAGE CENTRALISÉ ET '
"TÉLÉCOMMANDE, SYSTÈME D'ALARME AVEC ALARME VOLUMÉTRIQUE\n"
' - Double des clés\n'
' - ESP (RÉGULATION DE COMPORTEMENT DYNAMIQUE) ET ASR '
'(ANTIPATINAGE)\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - INDICATEUR DYNAMIQUE DE MAINTENANCE ASSYST PLUS\n'
' - KIT ANTI-CREVAISON AVEC COMPRESSEUR ÉLECTRIQUE\n'
' - Mode normal\n'
' - RÉTROVISEURS EXTÉRIEURS ÉLECTRIQUES, RÉGLABLES ET '
'CHAUFFANTS, RABATTABLES ÉLECTRIQUEMENT, ASPHÉRIQUE COTÉ '
'CONDUCTEUR\n'
" - SYSTÈME D'ANTIBLOCAGE (ABS)\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3109673557',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 153000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/b0/52/7bb05207bb4c3f0f225fecfbb902d6f526ae4618.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c9/4c/bec94c773cb6b9db864bd0bd1be374cd84cb6583.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/fc/8f/ecfc8fa4f3bc7b3ba3b6ed3fcf147ef1635e895a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/a8/74/1ea874be0e6d7d3736971235573f2ddcec5a89e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/3f/47/5d3f47796c08e93ceaf90258e070f2ed3e86f7d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/f3/cb/3df3cba8d73d34ce17e11fdc1e19c4b09ad7e92a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/e6/27/efe627ce070b3ea849620c80c3fea30f7c8966c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/54/9b/24549ba9bca5e25db4c2721440c3dd44e6c5192b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/1e/1d/d61e1de2c1f7e6886aed53d35d34e7e37e705e2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/7b/be/997bbe18be0c8dfcb68e9b999f239255194a44a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/24/8d/5d248dfa62af90f6a72201be8996a94a76739d66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/c5/6f/ccc56f99ea7d8aa04c4f1290b68a44dd91f2ac98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/ce/40/5bce40e8ee832685698f2d8f7bd38ccd157cfe28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/ed/e4/e2ede44d7d86f7a04f492b4a9ff6dc9adb1a8e4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/1f/a2/1a1fa2971a855c6c297c92bf4c960c126adee956.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/21/7f/3b217f67c0dce672a856dc6f12b05691c860c859.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ba/2a/07ba2aea441cc73b81bf8fa3f4608410d5f740a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/91/ac/be91ac8a098db14986c929547179c2daf79c0d02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/34/3e/7f343eae176bc68f917d6a54505aff643238f922.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/c8/c8/67c8c82f2309dbe3dd130491846c327607ad1a00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/98/5d/a7985de4bb28d3c2813a37ea7292305a020bc837.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/d4/20/1cd4201994110a0bdcf9084619123af162daabe6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/d2/9d/d4d29d2548d3d253fde61f623b0d08772b313bb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/d5/0b/c9d50b9d9d1e20cd22720c2e98702a6dcc414f8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/8e/40/678e40350ef86804850330491418c838bf9054f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/1c/5b/0e1c5b2ead4e40a13aa7efe55e3db2c539fdd042.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/4a/a5/5c4aa556cb6828fd60d922554df382e084d39f70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/6f/21/866f21aa0facb75862cafca7979b33f71dd26ea5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/15/7e/75157ea14b8771f27191f404ddb1b67101915e67.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/a3/12/0da31239b25f918746ce28221d74de80a722b261.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/09/9a/9c099a6620af03534a9a58911405033258428eac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/b5/81/52b5819cae493e2b541f88bfa66eff27423e62ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/d9/9e/d4d99e3f1156bda2574a58e25e7e0c36856773f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/0d/2a/200d2a64d2b10582f5774fb3cd7bfbb84e6ed22e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/f3/1b/08f31b1041f4dc117ed017868c651e9f989d0081.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/36/c9/8e36c9371935762a747c1ab5e7468e1475a727fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/ff/ce/54ffce69805c95e0295dd57092c98bd0f95ac1bf.jpg?rule=ad-large'],
'price': 16490,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe a 2.2 220 cdi 175 inspiration 7g-dct bva - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Classe A 220 d Inspiration 7G-DCT',
'vin': None,
'year': 2015}
2026-03-30 15:09:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5451e831-77fb-58a6-b4b0-16fe204da2c0 with identifier: 3109673557
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5451e831-77fb-58a6-b4b0-16fe204da2c0
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252Fb0%252F52%252F7bb05207bb4c3f0f225fecfbb902d6f526ae4618.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/b0/52/7bb05207bb4c3f0f225fecfbb902d6f526ae4618.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252Fc9%252F4c%252Fbec94c773cb6b9db864bd0bd1be374cd84cb6583.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c9/4c/bec94c773cb6b9db864bd0bd1be374cd84cb6583.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fec%252Ffc%252F8f%252Fecfc8fa4f3bc7b3ba3b6ed3fcf147ef1635e895a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/fc/8f/ecfc8fa4f3bc7b3ba3b6ed3fcf147ef1635e895a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1e%252Fa8%252F74%252F1ea874be0e6d7d3736971235573f2ddcec5a89e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/a8/74/1ea874be0e6d7d3736971235573f2ddcec5a89e6.jpg?rule=ad-large already downloaded
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252F3f%252F47%252F5d3f47796c08e93ceaf90258e070f2ed3e86f7d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/3f/47/5d3f47796c08e93ceaf90258e070f2ed3e86f7d5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252Ff3%252Fcb%252F3df3cba8d73d34ce17e11fdc1e19c4b09ad7e92a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/f3/cb/3df3cba8d73d34ce17e11fdc1e19c4b09ad7e92a.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252Fe6%252F27%252Fefe627ce070b3ea849620c80c3fea30f7c8966c5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/e6/27/efe627ce070b3ea849620c80c3fea30f7c8966c5.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F24%252F54%252F9b%252F24549ba9bca5e25db4c2721440c3dd44e6c5192b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/54/9b/24549ba9bca5e25db4c2721440c3dd44e6c5192b.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252F1e%252F1d%252Fd61e1de2c1f7e6886aed53d35d34e7e37e705e2d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/1e/1d/d61e1de2c1f7e6886aed53d35d34e7e37e705e2d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252F7b%252Fbe%252F997bbe18be0c8dfcb68e9b999f239255194a44a4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/7b/be/997bbe18be0c8dfcb68e9b999f239255194a44a4.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5451e831-77fb-58a6-b4b0-16fe204da2c0 with identifier 3109673557
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5451e831-77fb-58a6-b4b0-16fe204da2c0
2026-03-30 15:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - FREIN DE PARKING ÉLECTRIQUE\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - RÉGULATEUR DE VITESSE\n'
' - Système Start & stop\n'
' - limiteur de vitesse\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes alu 18"\n'
' - Pack de 2 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Vitres AR surteintées\n'
' - Vitres latérales arrière et du coffre surteintées : '
'vitres opaques: lunette ar et ar\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - ACCOUDOIR DE CONSOLE CENTRALE AV AVEC RANGEMENT INTÉGRÉ\n'
' - Accoudoir central AV\n'
' - COLONNE DE DIRECTION RÉGLABLE MANUELLEMENT EN HAUTEUR ET '
'EN PROFONDEUR\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ecran central LCD Couleur\n'
' - Fermeture centralisée\n'
" - ISOFIX : FIXATIONS POUR SIÈGES ENFANTS À L'AR\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - ORDINATEUR DE BORD\n'
' - Ordinateur de bord\n'
' - Pack carbone\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - BAGUETTES DE SEUILS CHROMÉES AV/AR\n'
' - Boîte de vitesse automatique\n'
' - Calandre noire laqué\n'
' - GPS Couleur\n'
' - MIROIRS DE COURTOISIE ÉCLAIRÉS\n'
' - MIROIRS DE COURTOISIE ÉCLAIRÉS INTÉGRÉS DANS LES '
'PARE-SOLEIL\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Poignées de porte couleur carrosserie\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - TEMPOMAT (RÉGULATEUR DE VITESSE) ET SPEEDTRONIC (LIMITEUR '
'DE VITESSE)\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - INDICATEUR DE PRESSION DES PNEUS AU TABLEAU DE BORD\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - CLIMATISATION AUTOMATIQUE BI-ZONE AVEC RÉGLAGE INDIVIDUEL '
'DE LA TEMPÉRATURE POUR LE CONDUCTEUR ET LE PASSAGER AV, '
"COMMANDE AUTOMATIQUE DU RECYCLAGE DE L'AIR AVEC CAPTEUR DE "
"QUALITÉ D'AIR\n"
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - DISPOSITIF ANTIDÉMARRAGE AVEC VERROUILLAGE CENTRALISÉ ET '
"TÉLÉCOMMANDE, SYSTÈME D'ALARME AVEC ALARME VOLUMÉTRIQUE\n"
' - Double des clés\n'
' - ESP (RÉGULATION DE COMPORTEMENT DYNAMIQUE) ET ASR '
'(ANTIPATINAGE)\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - INDICATEUR DYNAMIQUE DE MAINTENANCE ASSYST PLUS\n'
' - KIT ANTI-CREVAISON AVEC COMPRESSEUR ÉLECTRIQUE\n'
' - Mode normal\n'
' - RÉTROVISEURS EXTÉRIEURS ÉLECTRIQUES, RÉGLABLES ET '
'CHAUFFANTS, RABATTABLES ÉLECTRIQUEMENT, ASPHÉRIQUE COTÉ '
'CONDUCTEUR\n'
" - SYSTÈME D'ANTIBLOCAGE (ABS)\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5451e831-77fb-58a6-b4b0-16fe204da2c0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3109673557',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 153000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/b0/52/7bb05207bb4c3f0f225fecfbb902d6f526ae4618.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c9/4c/bec94c773cb6b9db864bd0bd1be374cd84cb6583.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/fc/8f/ecfc8fa4f3bc7b3ba3b6ed3fcf147ef1635e895a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/a8/74/1ea874be0e6d7d3736971235573f2ddcec5a89e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/3f/47/5d3f47796c08e93ceaf90258e070f2ed3e86f7d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/f3/cb/3df3cba8d73d34ce17e11fdc1e19c4b09ad7e92a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/e6/27/efe627ce070b3ea849620c80c3fea30f7c8966c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/54/9b/24549ba9bca5e25db4c2721440c3dd44e6c5192b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/1e/1d/d61e1de2c1f7e6886aed53d35d34e7e37e705e2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/7b/be/997bbe18be0c8dfcb68e9b999f239255194a44a4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101190,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/b0/52/7bb05207bb4c3f0f225fecfbb902d6f526ae4618.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91847,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c9/4c/bec94c773cb6b9db864bd0bd1be374cd84cb6583.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97284,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/fc/8f/ecfc8fa4f3bc7b3ba3b6ed3fcf147ef1635e895a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82720,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/a8/74/1ea874be0e6d7d3736971235573f2ddcec5a89e6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91283,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/3f/47/5d3f47796c08e93ceaf90258e070f2ed3e86f7d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98151,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/f3/cb/3df3cba8d73d34ce17e11fdc1e19c4b09ad7e92a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89446,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/e6/27/efe627ce070b3ea849620c80c3fea30f7c8966c5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94202,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/54/9b/24549ba9bca5e25db4c2721440c3dd44e6c5192b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139729,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/1e/1d/d61e1de2c1f7e6886aed53d35d34e7e37e705e2d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5451e831-77fb-58a6-b4b0-16fe204da2c0/5451e831-77fb-58a6-b4b0-16fe204da2c0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129228,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/7b/be/997bbe18be0c8dfcb68e9b999f239255194a44a4.jpg?rule=ad-large',
'Width': 1067}],
'price': 16490,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe a 2.2 220 cdi 175 inspiration 7g-dct bva - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Classe A 220 d Inspiration 7G-DCT',
'vin': None,
'year': 2015}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273109673557%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3109673557: {'created_time': 1774883399.126365, 'last_price_update_time': 1774883399.126375}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3109673557') HTTP/1.1" 204 0
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829358
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829358%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829358: 1
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829358
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Attelage\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Jantes alu 18"\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Sièges chauffants AV\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
" - Prolongateur d'autonomie\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 204,
'expiration_date': None,
'fuel_type': 'Hybride Rechargeable',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829358',
'listing': 'auction',
'make': 'SKODA',
'model': 'Octavia',
'odometer': 85990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/78/73/07/78730761ad814d97b145de59c0c563853ff7b112.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/a3/7b/77a37bccdfe87519355cd3eafd1bd71a6c682352.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/32/89/df32897cdb7d226c2e037649191e95d0c3398737.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/48/bc/1248bced7b86c7ab73e54c8e60b3a4305aec0676.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/f7/20/b2f72081134b02e48a8bd20bfb3e9d897b82f5db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/6e/11/476e11ef227e7ed3845309f81acc028c302a14e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/97/d2/9697d2ca22593445ef2c2360c8bb9fb2dd6b718d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/ea/f0/5deaf0c4bf0f05be58412001e39814410dd2ed6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/83/b0/f383b0c6e342045c38f7e6b0e970248ceced314b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/8b/9d5a8b10db7d08653bb42415f5a5cedaba3a4ddb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/74/4d/49744da278ee09359573fc5a1a5029f92bc7143f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/91/7d/78917d0300050a1e8511a1d454fb5d55e76cf8bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/dd/ea/8addea38745577764ae236f96ce81058074e637a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/d2/90/2dd2904b49bcdf043eb00788c5d21dbc44e9ae56.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/45/1f/b9451fc94c76bec3da3588636252206bd75eee69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/74/64/347464cf8ef4744bf9cb6dfcc166e928c1d1c795.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/52/6f/98526faeb8fe9fe1fa5065fdc02fbe30eaccf786.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/13/9d/14139d66748e052552058146ef0ac7dbded7ac2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/ad/04/95ad046bd82ca7610a00e39ecacab4c3682a2e6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/cc/35/4ccc353a3ff53d705b157c92222a00adb259ad8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/f2/c9/f3f2c9feedce7af6c6324ecc478f7d2904047c61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/61/8f/a2618f0ae5beaf069b7e6ae6aa389e004bcd1449.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/77/9f/ed779f233cf3d8ee8fb36e4467952344b792fdac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/ef/e4/8befe4ea45fd44b28a81d01e3a5be908cdbb0f98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/fa/f8/3efaf8f9766e256b39fac177ba2a31dae442ed75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/10/07/c7100784da1453317a2eff359ce582e1611f662d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/3a/3c/0f3a3ce1e27969e1ec3f5c4b681fce3adf9a573e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/7d/1c/dc7d1c2b7fd83f789b8775ef82ebcdf752a6d6cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/8b/cd/c38bcd3e4bf6b78f95931d4cda9dbf35aabebc61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/a3/9f/a2a39fa6ec3d9b7e4d3263289ce6b66b91765ccb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/cb/80/e3cb806f4e84a0cfec9d6cfa0237dae697d77684.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/04/f2/6f04f271f40b1489eee1de0ef833084b87c198b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/78/64/067864646013ad99f98880bf38316210188d053e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/e7/01/43e701a61a44d4fcbbccc18cb3d56409ac173d92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/59/5d/cb595d575b751c121932869bbc67ab098d2869a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/a0/89/f7a0895c5408d5d8488c81048b4de97be444a30b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/b3/31/e5b331a230e673bace0966e22848660a9d3e712d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/5b/9a/f35b9a63132100f73051c8b7cfc75f7e687945ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/c2/7a/9ec27aaf25c5c21096c924c96c3309f3a90071af.jpg?rule=ad-large'],
'price': 18989,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda octavia 1.4 tsi iv 204 ch phev style 4x2 dsg bva - sieges '
'chauffants - apple carplay - garantie 12 mois',
'transmission': 'automatic',
'trim': 'Octavia 1.4 TSI PHEV iV 204ch Style DSG6e Euro6d-AP',
'vin': None,
'year': 2020}
2026-03-30 15:09:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fbebcab-394b-5af3-8e39-a5678843e20b with identifier: 3091829358
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5fbebcab-394b-5af3-8e39-a5678843e20b
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F78%252F73%252F07%252F78730761ad814d97b145de59c0c563853ff7b112.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/73/07/78730761ad814d97b145de59c0c563853ff7b112.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F77%252Fa3%252F7b%252F77a37bccdfe87519355cd3eafd1bd71a6c682352.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/77/a3/7b/77a37bccdfe87519355cd3eafd1bd71a6c682352.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252F32%252F89%252Fdf32897cdb7d226c2e037649191e95d0c3398737.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/32/89/df32897cdb7d226c2e037649191e95d0c3398737.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F12%252F48%252Fbc%252F1248bced7b86c7ab73e54c8e60b3a4305aec0676.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/12/48/bc/1248bced7b86c7ab73e54c8e60b3a4305aec0676.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Ff7%252F20%252Fb2f72081134b02e48a8bd20bfb3e9d897b82f5db.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/f7/20/b2f72081134b02e48a8bd20bfb3e9d897b82f5db.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252F6e%252F11%252F476e11ef227e7ed3845309f81acc028c302a14e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/6e/11/476e11ef227e7ed3845309f81acc028c302a14e6.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F96%252F97%252Fd2%252F9697d2ca22593445ef2c2360c8bb9fb2dd6b718d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/96/97/d2/9697d2ca22593445ef2c2360c8bb9fb2dd6b718d.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252Fea%252Ff0%252F5deaf0c4bf0f05be58412001e39814410dd2ed6c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/ea/f0/5deaf0c4bf0f05be58412001e39814410dd2ed6c.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff3%252F83%252Fb0%252Ff383b0c6e342045c38f7e6b0e970248ceced314b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/83/b0/f383b0c6e342045c38f7e6b0e970248ceced314b.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F5a%252F8b%252F9d5a8b10db7d08653bb42415f5a5cedaba3a4ddb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/8b/9d5a8b10db7d08653bb42415f5a5cedaba3a4ddb.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5fbebcab-394b-5af3-8e39-a5678843e20b with identifier 3091829358
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5fbebcab-394b-5af3-8e39-a5678843e20b
2026-03-30 15:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Attelage\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Jantes alu 18"\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Sièges chauffants AV\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Attache remorque\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
" - Prolongateur d'autonomie\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 204,
'expiration_date': None,
'fuel_type': 'Hybride Rechargeable',
'id': '5fbebcab-394b-5af3-8e39-a5678843e20b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829358',
'listing': 'auction',
'make': 'SKODA',
'model': 'Octavia',
'odometer': 85990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 39,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/78/73/07/78730761ad814d97b145de59c0c563853ff7b112.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/a3/7b/77a37bccdfe87519355cd3eafd1bd71a6c682352.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/32/89/df32897cdb7d226c2e037649191e95d0c3398737.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/48/bc/1248bced7b86c7ab73e54c8e60b3a4305aec0676.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/f7/20/b2f72081134b02e48a8bd20bfb3e9d897b82f5db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/6e/11/476e11ef227e7ed3845309f81acc028c302a14e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/97/d2/9697d2ca22593445ef2c2360c8bb9fb2dd6b718d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/ea/f0/5deaf0c4bf0f05be58412001e39814410dd2ed6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/83/b0/f383b0c6e342045c38f7e6b0e970248ceced314b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/8b/9d5a8b10db7d08653bb42415f5a5cedaba3a4ddb.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/73/07/78730761ad814d97b145de59c0c563853ff7b112.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89921,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/a3/7b/77a37bccdfe87519355cd3eafd1bd71a6c682352.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95035,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/32/89/df32897cdb7d226c2e037649191e95d0c3398737.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88177,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/48/bc/1248bced7b86c7ab73e54c8e60b3a4305aec0676.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96882,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/f7/20/b2f72081134b02e48a8bd20bfb3e9d897b82f5db.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91355,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/6e/11/476e11ef227e7ed3845309f81acc028c302a14e6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97277,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/97/d2/9697d2ca22593445ef2c2360c8bb9fb2dd6b718d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87135,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/ea/f0/5deaf0c4bf0f05be58412001e39814410dd2ed6c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131788,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/83/b0/f383b0c6e342045c38f7e6b0e970248ceced314b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e8da4346-47c1-5a30-bf93-6d56a89b921c/e8da4346-47c1-5a30-bf93-6d56a89b921c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128595,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/8b/9d5a8b10db7d08653bb42415f5a5cedaba3a4ddb.jpg?rule=ad-large',
'Width': 1067}],
'price': 18989,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda octavia 1.4 tsi iv 204 ch phev style 4x2 dsg bva - sieges '
'chauffants - apple carplay - garantie 12 mois',
'transmission': 'automatic',
'trim': 'Octavia 1.4 TSI PHEV iV 204ch Style DSG6e Euro6d-AP',
'vin': None,
'year': 2020}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829358%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829358: {'created_time': 1774883399.380047, 'last_price_update_time': 1774883399.380056}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829358') HTTP/1.1" 204 0
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165142544
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165142544%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165142544: 1
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165142544
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165142544',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Rifter',
'odometer': 187000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/b0/1a/edb01a87be0c579370329adb134e3232a92b2a60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/e2/49/bfe24999ab8868baf26a2f81b312fe3d33eb1a96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/9d/00/0f9d0067eb06ee2dfc1333defa3dfde151845050.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/58/60/635860df05a40c7cb10193e9b48faeaae1304323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/30/74/c83074ba5f7cf29ffde4e0d653212c7546f1f47f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/7f/e3/987fe3e6aedf27ac1214e3dda9e424a0075c6e79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/87/07/ce8707da0370ed3af0b18ef73f8b5091a15b637b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/10/ba/6510ba579d48855d5c8f8c70bbc549b575f97460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/87/17/e387171ebb33d219572626fbd02fe3becf7ec154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/c3/d4/ffc3d44983e7e36c5146e97bda3667a9434d7675.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9f/85/ea9f858a985ffff1460736ae12828418b25ad9d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/34/47/263447562c30a0b2652f586a3ebec0c2e63a0d5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/c7/af/dcc7af7f8809528eb15aeb32663a95e11183cf20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/fd/80/0efd801896850ae6e3ee6fa721a62a5037d3ffe5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/0f/51/3f0f5117c2d8aa916f7537770261b45a47886a09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/ad/b4/a0adb478158fc62169cb8318a1c605fc800a5b2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/43/ca/1843ca638a151a7af953552a4eeed0bf8db4da63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/1f/5f/c71f5f3b144e5a0f9f9972f40eebadfabda43ed0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/16/ae/4f16ae687d0195bd07dbef87e043e99a507b0df7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/47/c6/3647c662f35ffa59dd7297d1b1989fa0194c0fb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/e4/d0/85e4d07f1378d7362f517fda22063d96ca40e717.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/16/df/5d16df7d9a5ca437efdad6ba0ff60de043397b69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/7d/c9/417dc952f308a48a5271e82a222288232fb401ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/2b/ca/9a2bca0f41e1b03a13bd1eb93a6652a2cf2646ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/7e/85/1d7e8570ede860a6c60d129ccdd36e40eb778436.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/49/cf/e549cf2215acec836973a37cb3d0c28e13fedcf5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/53/af/c153af6cfaa6f793c290e92f16f008e7107f3666.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/91/f2/b591f2820a93537ca1108f5eed605db5acfe1db6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/f7/3e/ccf73e74c48603103b510a07ce142481f080d8c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/ad/48/15ad487b3b71cfd7a67269442512519870c1b7f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/ad/df/83addf0a3eeff93c977e442491455ab5224da08f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/5e/d1/275ed12e133699499370e24f7932ac2a37a9191b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/0c/a1/ba0ca1f4b0a411fc2bc6f3b834df5e80a590a718.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot rifter combi 1.5 bluehdi 130 l1 active start-stop - '
'distribution ok - garantie 6 mois',
'transmission': 'manual',
'trim': 'Rifter BlueHDi 100ch Standard Active',
'vin': None,
'year': 2018}
2026-03-30 15:09:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b0596b8e-45f9-5125-b943-0766c1f8848c with identifier: 3165142544
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b0596b8e-45f9-5125-b943-0766c1f8848c
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fed%252Fb0%252F1a%252Fedb01a87be0c579370329adb134e3232a92b2a60.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/b0/1a/edb01a87be0c579370329adb134e3232a92b2a60.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbf%252Fe2%252F49%252Fbfe24999ab8868baf26a2f81b312fe3d33eb1a96.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/e2/49/bfe24999ab8868baf26a2f81b312fe3d33eb1a96.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0f%252F9d%252F00%252F0f9d0067eb06ee2dfc1333defa3dfde151845050.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/9d/00/0f9d0067eb06ee2dfc1333defa3dfde151845050.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F63%252F58%252F60%252F635860df05a40c7cb10193e9b48faeaae1304323.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/58/60/635860df05a40c7cb10193e9b48faeaae1304323.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc8%252F30%252F74%252Fc83074ba5f7cf29ffde4e0d653212c7546f1f47f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/30/74/c83074ba5f7cf29ffde4e0d653212c7546f1f47f.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252F7f%252Fe3%252F987fe3e6aedf27ac1214e3dda9e424a0075c6e79.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/7f/e3/987fe3e6aedf27ac1214e3dda9e424a0075c6e79.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fce%252F87%252F07%252Fce8707da0370ed3af0b18ef73f8b5091a15b637b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/87/07/ce8707da0370ed3af0b18ef73f8b5091a15b637b.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252F10%252Fba%252F6510ba579d48855d5c8f8c70bbc549b575f97460.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/10/ba/6510ba579d48855d5c8f8c70bbc549b575f97460.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe3%252F87%252F17%252Fe387171ebb33d219572626fbd02fe3becf7ec154.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/87/17/e387171ebb33d219572626fbd02fe3becf7ec154.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fff%252Fc3%252Fd4%252Fffc3d44983e7e36c5146e97bda3667a9434d7675.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/c3/d4/ffc3d44983e7e36c5146e97bda3667a9434d7675.jpg?rule=ad-large already downloaded
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b0596b8e-45f9-5125-b943-0766c1f8848c with identifier 3165142544
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b0596b8e-45f9-5125-b943-0766c1f8848c
2026-03-30 15:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Porte coulissante gauche\n'
' - Porte latérale coulissante\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Intérieur tissu\n'
' - Pneus tout temps saisons\n'
' - Porte coulissante droite\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b0596b8e-45f9-5125-b943-0766c1f8848c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165142544',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Rifter',
'odometer': 187000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/b0/1a/edb01a87be0c579370329adb134e3232a92b2a60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/e2/49/bfe24999ab8868baf26a2f81b312fe3d33eb1a96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/9d/00/0f9d0067eb06ee2dfc1333defa3dfde151845050.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/58/60/635860df05a40c7cb10193e9b48faeaae1304323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/30/74/c83074ba5f7cf29ffde4e0d653212c7546f1f47f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/7f/e3/987fe3e6aedf27ac1214e3dda9e424a0075c6e79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/87/07/ce8707da0370ed3af0b18ef73f8b5091a15b637b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/10/ba/6510ba579d48855d5c8f8c70bbc549b575f97460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/87/17/e387171ebb33d219572626fbd02fe3becf7ec154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/c3/d4/ffc3d44983e7e36c5146e97bda3667a9434d7675.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86790,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/b0/1a/edb01a87be0c579370329adb134e3232a92b2a60.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88876,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/e2/49/bfe24999ab8868baf26a2f81b312fe3d33eb1a96.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84986,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/9d/00/0f9d0067eb06ee2dfc1333defa3dfde151845050.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95789,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/58/60/635860df05a40c7cb10193e9b48faeaae1304323.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92386,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/30/74/c83074ba5f7cf29ffde4e0d653212c7546f1f47f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97505,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/7f/e3/987fe3e6aedf27ac1214e3dda9e424a0075c6e79.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81651,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/87/07/ce8707da0370ed3af0b18ef73f8b5091a15b637b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119556,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/10/ba/6510ba579d48855d5c8f8c70bbc549b575f97460.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123398,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/87/17/e387171ebb33d219572626fbd02fe3becf7ec154.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b0596b8e-45f9-5125-b943-0766c1f8848c/b0596b8e-45f9-5125-b943-0766c1f8848c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147080,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/c3/d4/ffc3d44983e7e36c5146e97bda3667a9434d7675.jpg?rule=ad-large',
'Width': 1067}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot rifter combi 1.5 bluehdi 130 l1 active start-stop - '
'distribution ok - garantie 6 mois',
'transmission': 'manual',
'trim': 'Rifter BlueHDi 100ch Standard Active',
'vin': None,
'year': 2018}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165142544%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3165142544: {'created_time': 1774883399.618735, 'last_price_update_time': 1774883399.618743}
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165142544') HTTP/1.1" 204 0
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3154598119
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273154598119%27 HTTP/1.1" 200 None
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3154598119: 1
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3154598119
2026-03-30 15:09:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse séquentielle\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Pack Sport\n'
' - Régulateur de vitesse\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Pack extérieur M sport\n'
' - Phares Full LED\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Intérieur cuir nappa\n'
' - Ordinateur de bord\n'
' - Pédalier sport\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Boîte de vitesse automatique\n'
' - Conduite à droite\n'
' - Configuration 4 places\n'
' - Coques de rétroviseurs type carbone\n'
' - Détecteur de lumière\n'
" - Ligne d'échappement sport\n"
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix AV\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 326,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3154598119',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 63000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/60/4f/3d604fa3b0378ebf90b6cfa314c2a85b136347bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/c6/9ef2c6baea8db41f0fa1916dedb5257ae2dd0f46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/76/2f/86762fc067d852d01adbab55334c2732c47f5f64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/32/e6/4732e6548edb38c1392d637a1d11f6d88f0f6f0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/76/0b/19760b637a231ce941241000d11ecaab63bdf719.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/c0/5e/65c05ec37848911278746c9049696f0ec976b829.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/e2/cf/28e2cfa24a5b9854b35d624a2c37e503be331287.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e5/11/bbe51137223744e7ca1c576163ccd265d4978efe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/b3/e5/94b3e5af006235fb14dac86bff1d6796e649edbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/2e/c3/f02ec3c91702541965665122c421f616a13d4c79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/45/56/0a4556ce5d71d8e2ae4abfff0e588bcb6d87d6d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/a2/82/0ea28252e14fa8ad58d7dddc3cba0e58f958d123.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/98/2b/9b982b135fb94fb2e3e1a556f3c89de7af5ebdb7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/4e/f9/c54ef9b428a4677fdbeb3c48eca2d53bbf784066.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/34/50/b93450edd5f1e05a0ec8110ae3e3562d6819edd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/02/c5/6802c5087b3239b3514e93aa865ebcc7a91151ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/7d/93/067d934df1b1beb89d7b2d59305cfb34c40eb999.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/1a/77/f01a77dc6299cbeecc819c3171068d25d97ad382.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/bf/41/8dbf41ef4a7c9c37bf2e8c32bc4cea5bd27d3a66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/8c/11/0c8c11e80e04e944542fe9cdb484b27ac046319f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/5e/43/5b5e433915f4c7f851e75e211bfcf18d8ecba22c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/51/28/2551286908e18fe9fca46bb15b6f875714390a38.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/45/b4/ac45b4f249acd91459520fb4c355b4a06c047ad8.jpg?rule=ad-large'],
'price': 31990,
'price_includes_vat': False,
'registration_date': '2015-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 m235i coupe 3.0 i 325 m xdrive bva - sieges chauffants '
'- to -garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé M235i 326ch',
'vin': None,
'year': 2015}
2026-03-30 15:09:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ed6c5c2d-212e-5391-a164-bdc238a2650d with identifier: 3154598119
2026-03-30 15:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ed6c5c2d-212e-5391-a164-bdc238a2650d
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F60%252F4f%252F3d604fa3b0378ebf90b6cfa314c2a85b136347bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/60/4f/3d604fa3b0378ebf90b6cfa314c2a85b136347bb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9e%252Ff2%252Fc6%252F9ef2c6baea8db41f0fa1916dedb5257ae2dd0f46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/c6/9ef2c6baea8db41f0fa1916dedb5257ae2dd0f46.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F76%252F2f%252F86762fc067d852d01adbab55334c2732c47f5f64.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/76/2f/86762fc067d852d01adbab55334c2732c47f5f64.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252F32%252Fe6%252F4732e6548edb38c1392d637a1d11f6d88f0f6f0e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/32/e6/4732e6548edb38c1392d637a1d11f6d88f0f6f0e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F19%252F76%252F0b%252F19760b637a231ce941241000d11ecaab63bdf719.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/19/76/0b/19760b637a231ce941241000d11ecaab63bdf719.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252Fc0%252F5e%252F65c05ec37848911278746c9049696f0ec976b829.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/c0/5e/65c05ec37848911278746c9049696f0ec976b829.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fe2%252Fcf%252F28e2cfa24a5b9854b35d624a2c37e503be331287.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/e2/cf/28e2cfa24a5b9854b35d624a2c37e503be331287.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252Fe5%252F11%252Fbbe51137223744e7ca1c576163ccd265d4978efe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e5/11/bbe51137223744e7ca1c576163ccd265d4978efe.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F94%252Fb3%252Fe5%252F94b3e5af006235fb14dac86bff1d6796e649edbc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/94/b3/e5/94b3e5af006235fb14dac86bff1d6796e649edbc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff0%252F2e%252Fc3%252Ff02ec3c91702541965665122c421f616a13d4c79.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/2e/c3/f02ec3c91702541965665122c421f616a13d4c79.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ed6c5c2d-212e-5391-a164-bdc238a2650d with identifier 3154598119
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ed6c5c2d-212e-5391-a164-bdc238a2650d
2026-03-30 15:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse séquentielle\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Pack Sport\n'
' - Régulateur de vitesse\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Pack extérieur M sport\n'
' - Phares Full LED\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Intérieur cuir nappa\n'
' - Ordinateur de bord\n'
' - Pédalier sport\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Boîte de vitesse automatique\n'
' - Conduite à droite\n'
' - Configuration 4 places\n'
' - Coques de rétroviseurs type carbone\n'
' - Détecteur de lumière\n'
" - Ligne d'échappement sport\n"
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix AV\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 326,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'ed6c5c2d-212e-5391-a164-bdc238a2650d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3154598119',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 63000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 23,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/60/4f/3d604fa3b0378ebf90b6cfa314c2a85b136347bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/c6/9ef2c6baea8db41f0fa1916dedb5257ae2dd0f46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/76/2f/86762fc067d852d01adbab55334c2732c47f5f64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/32/e6/4732e6548edb38c1392d637a1d11f6d88f0f6f0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/76/0b/19760b637a231ce941241000d11ecaab63bdf719.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/c0/5e/65c05ec37848911278746c9049696f0ec976b829.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/e2/cf/28e2cfa24a5b9854b35d624a2c37e503be331287.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e5/11/bbe51137223744e7ca1c576163ccd265d4978efe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/b3/e5/94b3e5af006235fb14dac86bff1d6796e649edbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/2e/c3/f02ec3c91702541965665122c421f616a13d4c79.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91332,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/60/4f/3d604fa3b0378ebf90b6cfa314c2a85b136347bb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86483,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/c6/9ef2c6baea8db41f0fa1916dedb5257ae2dd0f46.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88058,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/76/2f/86762fc067d852d01adbab55334c2732c47f5f64.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78732,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/32/e6/4732e6548edb38c1392d637a1d11f6d88f0f6f0e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83849,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/76/0b/19760b637a231ce941241000d11ecaab63bdf719.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91631,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/c0/5e/65c05ec37848911278746c9049696f0ec976b829.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118042,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/e2/cf/28e2cfa24a5b9854b35d624a2c37e503be331287.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117623,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e5/11/bbe51137223744e7ca1c576163ccd265d4978efe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103457,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/b3/e5/94b3e5af006235fb14dac86bff1d6796e649edbc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed6c5c2d-212e-5391-a164-bdc238a2650d/ed6c5c2d-212e-5391-a164-bdc238a2650d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119889,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/2e/c3/f02ec3c91702541965665122c421f616a13d4c79.jpg?rule=ad-large',
'Width': 1067}],
'price': 31990,
'price_includes_vat': False,
'registration_date': '2015-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 m235i coupe 3.0 i 325 m xdrive bva - sieges chauffants '
'- to -garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé M235i 326ch',
'vin': None,
'year': 2015}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273154598119%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3154598119: {'created_time': 1774883400.305018, 'last_price_update_time': 1774883400.30503}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3154598119') HTTP/1.1" 204 0
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163638093
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163638093%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163638093: 1
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163638093
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Prise USB\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Front assist\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Pack de 4 roues hiver\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163638093',
'listing': 'auction',
'make': 'SEAT',
'model': 'Arona',
'odometer': 93500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/66/83/e2/6683e264642b8c46e54e3e3beb6941e795ac3341.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/1b/9f/b51b9f27eab51027f00f56d8b4384b1a0b10e951.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/f2/d1/aff2d1cac6d27f1447b32f8f30b512ed824fa79a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/41/5f/9a415f21b1150586e800af2950951c2da7dfb3c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/f3/f6/b6f3f600e011ddcd4abeafb0a9e72f1a362b5e15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/2a/24/8c2a24ebea7be957b050069e923b73221b98bce9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4e/71/914e71214fb49ca650c71bcbd4ee6d82d6548bac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/fb/ef/01fbef265825c83c61a931a52cd0cc2d58bbf387.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ce/3b/3cce3bcc7ef2a96ac937d5e00e50205f197393e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/70/ebf070f2f5dcfd253f31a1d30c5f5fa279432f85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/b7/f2/66b7f2019dc987a7f635e0b5a23d70ec4bcf331c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/c0/18/b5c0180f073f041c26a662a24c0a9511fd9d9b58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/3f/35/da3f35841672681594f8036dcfd0bb71f68f8d91.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/8f/93/898f936d9a340c6873f0ba9a17db53aece475593.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/15/c2/4b15c2b0c9800d34e72a3154b63cdbac04d6a094.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/db/74/9adb743def736c5e008dd7199d93c3edfca371bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/a3/ab/46a3ab674d487f22c3e836d95909464d12baeeba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/bc/ae/c4bcae226cb3fb0972ebcccb3781b13a634ef9f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/39/c5/8e39c551acf8af741176cd17285a33a6c4a4a067.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/9a/a2/189aa22c11d231c1f85fc96eb83e67d0a17fe167.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/af/d1/e2afd123530e062136befde99af79e6220ded875.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/04/e2/af04e2c3131519605dd7c3ba19e71ad2e08922d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/5a/d6/0c5ad68c6278d40b6e619e27b276032806e4f62a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/83/b6/2383b61e2288a475cbe756c9838746df43c29c71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/39/f8/0939f8f3cde35212ef544a8a3fd07c12a064dd74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/5d/5c/275d5ccd73338799a8f26eb3e66ffa1b9db7b82e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/81/a6/7d81a66acb11a15446efaa0e8cc7ae881aeec458.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/8e/92/078e921dee41d88920722ff52af379da7a109944.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/2c/81/512c810a007637062104cf3910aa5b690ee85137.jpg?rule=ad-large'],
'price': 10989,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Seat arona 1.0 tsi 95 style business - garantie 6 mois',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:10:00 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 092110da-b0f0-53ea-8b70-ffd788265e8c with identifier: 3163638093
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 092110da-b0f0-53ea-8b70-ffd788265e8c
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F83%252Fe2%252F6683e264642b8c46e54e3e3beb6941e795ac3341.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/83/e2/6683e264642b8c46e54e3e3beb6941e795ac3341.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252F1b%252F9f%252Fb51b9f27eab51027f00f56d8b4384b1a0b10e951.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/1b/9f/b51b9f27eab51027f00f56d8b4384b1a0b10e951.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faf%252Ff2%252Fd1%252Faff2d1cac6d27f1447b32f8f30b512ed824fa79a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/af/f2/d1/aff2d1cac6d27f1447b32f8f30b512ed824fa79a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9a%252F41%252F5f%252F9a415f21b1150586e800af2950951c2da7dfb3c3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/41/5f/9a415f21b1150586e800af2950951c2da7dfb3c3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252Ff3%252Ff6%252Fb6f3f600e011ddcd4abeafb0a9e72f1a362b5e15.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/f3/f6/b6f3f600e011ddcd4abeafb0a9e72f1a362b5e15.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8c%252F2a%252F24%252F8c2a24ebea7be957b050069e923b73221b98bce9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/2a/24/8c2a24ebea7be957b050069e923b73221b98bce9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F91%252F4e%252F71%252F914e71214fb49ca650c71bcbd4ee6d82d6548bac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4e/71/914e71214fb49ca650c71bcbd4ee6d82d6548bac.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252Ffb%252Fef%252F01fbef265825c83c61a931a52cd0cc2d58bbf387.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/fb/ef/01fbef265825c83c61a931a52cd0cc2d58bbf387.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252Fce%252F3b%252F3cce3bcc7ef2a96ac937d5e00e50205f197393e5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ce/3b/3cce3bcc7ef2a96ac937d5e00e50205f197393e5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Feb%252Ff0%252F70%252Febf070f2f5dcfd253f31a1d30c5f5fa279432f85.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/70/ebf070f2f5dcfd253f31a1d30c5f5fa279432f85.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 092110da-b0f0-53ea-8b70-ffd788265e8c with identifier 3163638093
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 092110da-b0f0-53ea-8b70-ffd788265e8c
2026-03-30 15:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Prise USB\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Front assist\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Barres de toit longitudinales\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Pack de 4 roues hiver\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Compatible E-10\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '092110da-b0f0-53ea-8b70-ffd788265e8c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163638093',
'listing': 'auction',
'make': 'SEAT',
'model': 'Arona',
'odometer': 93500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/66/83/e2/6683e264642b8c46e54e3e3beb6941e795ac3341.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/1b/9f/b51b9f27eab51027f00f56d8b4384b1a0b10e951.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/f2/d1/aff2d1cac6d27f1447b32f8f30b512ed824fa79a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/41/5f/9a415f21b1150586e800af2950951c2da7dfb3c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/f3/f6/b6f3f600e011ddcd4abeafb0a9e72f1a362b5e15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/2a/24/8c2a24ebea7be957b050069e923b73221b98bce9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4e/71/914e71214fb49ca650c71bcbd4ee6d82d6548bac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/fb/ef/01fbef265825c83c61a931a52cd0cc2d58bbf387.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ce/3b/3cce3bcc7ef2a96ac937d5e00e50205f197393e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/70/ebf070f2f5dcfd253f31a1d30c5f5fa279432f85.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88427,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4e/71/914e71214fb49ca650c71bcbd4ee6d82d6548bac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88880,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/1b/9f/b51b9f27eab51027f00f56d8b4384b1a0b10e951.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95765,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/83/e2/6683e264642b8c46e54e3e3beb6941e795ac3341.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90389,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/f2/d1/aff2d1cac6d27f1447b32f8f30b512ed824fa79a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80694,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/41/5f/9a415f21b1150586e800af2950951c2da7dfb3c3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90506,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/f3/f6/b6f3f600e011ddcd4abeafb0a9e72f1a362b5e15.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90684,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/2a/24/8c2a24ebea7be957b050069e923b73221b98bce9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124849,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/fb/ef/01fbef265825c83c61a931a52cd0cc2d58bbf387.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ce/3b/3cce3bcc7ef2a96ac937d5e00e50205f197393e5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_092110da-b0f0-53ea-8b70-ffd788265e8c/092110da-b0f0-53ea-8b70-ffd788265e8c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149397,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/70/ebf070f2f5dcfd253f31a1d30c5f5fa279432f85.jpg?rule=ad-large',
'Width': 1067}],
'price': 10989,
'price_includes_vat': False,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Seat arona 1.0 tsi 95 style business - garantie 6 mois',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163638093%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3163638093: {'created_time': 1774883400.56751, 'last_price_update_time': 1774883400.567521}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163638093') HTTP/1.1" 204 0
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3170021907
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170021907%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scrape type for 3170021907: 1
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3170021907
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Intérieur tissu\n'
' - Jantes acier\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3170021907',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 169990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/48/0f/56/480f5630221eb25e405a68a64b7531459b847c0b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/30/b8/4b30b8063362537de01129e857a7ab557f2c42d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/13/aa/e513aa33e2406a2fdf6e70c2e5261353266c023f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ad/52/80ad52bb345c524035120fe2ec51b2b556b3fdfe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/81/68/c38168c3540eeaa0a87d355ad998303569d2f759.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/b1/e5/e6b1e5200ede8f62fc5bb7e81ddc31b5479f0307.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/47/f3/5c47f37def27bd2e3e545a59704996b1f969dda3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/c0/c8/84c0c8f54c45a951774a9aad0aaf17b905cd02ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/02/4b/92024b31b71cd12143b5de04ea717732aee9e541.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4f/32/734f322f805fda4d691daf8fa20fa27192cd7727.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/66/9b/eb669b7c3fd86c6058190a641c1f3366733f46e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/dc/b6/e6dcb62c0ea55b93d2ba938716d1e27d112cc619.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/90/d2/3990d2a8634383fe1ffc3c5a1ebb090c62436302.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/50/25/505025a09db1d4f13f6ef3b8e32d988ede5ec6eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/44/4a/df444af52271ae691b9e034ec15cea4b07f7849f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/66/aa/e466aa39d8878ce186ee4757c8e6ef94b8f2639c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b6/83/85b68389b302c4f5fb685cf43e9a5df82e2503c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/de/76/a1de7654d8ac55514c567244647b31bdbfe691f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/64/60/726460422d795faaf6edae2f3c68fbc36bb00c0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/3f/a7/1b3fa713b43d6c3f99727ecb1360461f1d3c11b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/12/f7/2612f7c30b54d4ae167995556dbf71b167d7f766.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/0d/76/cd0d7695a3a55a4685ce42b64ce3e63c64455427.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/20/fb/3820fbb528b13947529b8600b590cc65caba9f0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4e/88/fa4e8824a428eeafd8fd7eba104c66f4569aa486.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/20/d4/1320d46d23d8fed17c34ef9d76b899fb034fd152.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/f4/8e/b4f48e4116dc2ceb44576af2d4cad6b86730cf80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/a2/ab/cda2ab000237f1aa5518e5db9861d2554aedb781.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/4d/68/2e4d6844c72b3a442dec9777ce966390489f287e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/07/32/8407328926c22b6034afcbab2513e44cc6680ccf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/5d/aa/af5daa56b771c1139647cb47924dfe20e7fff253.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/3b/bb/c03bbbf4803c48fcf32c2fbb8d3091be446e1433.jpg?rule=ad-large'],
'price': 4989,
'price_includes_vat': False,
'registration_date': '2016-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 generation-i 1.6 bluehdi 75 active - revisee - courroie '
'remplacee - garantie 6 mois',
'transmission': 'manual',
'trim': '208 1.6 BlueHDi 75ch Active 5p',
'vin': None,
'year': 2016}
2026-03-30 15:10:00 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fae735-c52f-538f-afea-05706c205241 with identifier: 3170021907
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 36fae735-c52f-538f-afea-05706c205241
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F48%252F0f%252F56%252F480f5630221eb25e405a68a64b7531459b847c0b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/48/0f/56/480f5630221eb25e405a68a64b7531459b847c0b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4b%252F30%252Fb8%252F4b30b8063362537de01129e857a7ab557f2c42d1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/30/b8/4b30b8063362537de01129e857a7ab557f2c42d1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe5%252F13%252Faa%252Fe513aa33e2406a2fdf6e70c2e5261353266c023f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/13/aa/e513aa33e2406a2fdf6e70c2e5261353266c023f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252Fad%252F52%252F80ad52bb345c524035120fe2ec51b2b556b3fdfe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ad/52/80ad52bb345c524035120fe2ec51b2b556b3fdfe.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc3%252F81%252F68%252Fc38168c3540eeaa0a87d355ad998303569d2f759.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/81/68/c38168c3540eeaa0a87d355ad998303569d2f759.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252Fb1%252Fe5%252Fe6b1e5200ede8f62fc5bb7e81ddc31b5479f0307.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/b1/e5/e6b1e5200ede8f62fc5bb7e81ddc31b5479f0307.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5c%252F47%252Ff3%252F5c47f37def27bd2e3e545a59704996b1f969dda3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/47/f3/5c47f37def27bd2e3e545a59704996b1f969dda3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252Fc0%252Fc8%252F84c0c8f54c45a951774a9aad0aaf17b905cd02ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/c0/c8/84c0c8f54c45a951774a9aad0aaf17b905cd02ac.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252F02%252F4b%252F92024b31b71cd12143b5de04ea717732aee9e541.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/02/4b/92024b31b71cd12143b5de04ea717732aee9e541.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F4f%252F32%252F734f322f805fda4d691daf8fa20fa27192cd7727.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4f/32/734f322f805fda4d691daf8fa20fa27192cd7727.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 36fae735-c52f-538f-afea-05706c205241 with identifier 3170021907
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 36fae735-c52f-538f-afea-05706c205241
2026-03-30 15:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Intérieur tissu\n'
' - Jantes acier\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '36fae735-c52f-538f-afea-05706c205241',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3170021907',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 169990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/48/0f/56/480f5630221eb25e405a68a64b7531459b847c0b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/30/b8/4b30b8063362537de01129e857a7ab557f2c42d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/13/aa/e513aa33e2406a2fdf6e70c2e5261353266c023f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ad/52/80ad52bb345c524035120fe2ec51b2b556b3fdfe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/81/68/c38168c3540eeaa0a87d355ad998303569d2f759.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/b1/e5/e6b1e5200ede8f62fc5bb7e81ddc31b5479f0307.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/47/f3/5c47f37def27bd2e3e545a59704996b1f969dda3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/c0/c8/84c0c8f54c45a951774a9aad0aaf17b905cd02ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/02/4b/92024b31b71cd12143b5de04ea717732aee9e541.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4f/32/734f322f805fda4d691daf8fa20fa27192cd7727.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89507,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/0f/56/480f5630221eb25e405a68a64b7531459b847c0b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81660,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/30/b8/4b30b8063362537de01129e857a7ab557f2c42d1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85544,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/13/aa/e513aa33e2406a2fdf6e70c2e5261353266c023f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78239,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ad/52/80ad52bb345c524035120fe2ec51b2b556b3fdfe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85937,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/81/68/c38168c3540eeaa0a87d355ad998303569d2f759.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80259,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/b1/e5/e6b1e5200ede8f62fc5bb7e81ddc31b5479f0307.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85893,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/47/f3/5c47f37def27bd2e3e545a59704996b1f969dda3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85010,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/c0/c8/84c0c8f54c45a951774a9aad0aaf17b905cd02ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118877,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/02/4b/92024b31b71cd12143b5de04ea717732aee9e541.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36fae735-c52f-538f-afea-05706c205241/36fae735-c52f-538f-afea-05706c205241_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117093,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4f/32/734f322f805fda4d691daf8fa20fa27192cd7727.jpg?rule=ad-large',
'Width': 1067}],
'price': 4989,
'price_includes_vat': False,
'registration_date': '2016-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 generation-i 1.6 bluehdi 75 active - revisee - courroie '
'remplacee - garantie 6 mois',
'transmission': 'manual',
'trim': '208 1.6 BlueHDi 75ch Active 5p',
'vin': None,
'year': 2016}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170021907%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3170021907: {'created_time': 1774883400.884657, 'last_price_update_time': 1774883400.884672}
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3170021907') HTTP/1.1" 204 0
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3169998409
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273169998409%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scrape type for 3169998409: 1
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3169998409
2026-03-30 15:10:00 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 125,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3169998409',
'listing': 'auction',
'make': 'FORD',
'model': 'Focus',
'odometer': 14600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/37/f0/4f37f0b39d5ebb21dd2c695e3344854680dae74f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/94/14/b794146d2a517611085cbc1a8c5d950a48f11e9c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/90/55/169055f09eced1142078f9220fca1455cd945b75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/08/87/0108877b2a7b1fb693f4b8cd022b67c1f91cdd5b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/5a/50/715a50b130b2da8661e6e1b039f0231251d52be0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/67/27/0c67270e1cf772ff50f5ee132ceaf94c4abfa108.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/2b/cc/912bcc9bd972676649bfa90f780c5a7cd547cc27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/d4/ab/29d4abcdea8803d92d76cb4739ce02776844c206.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2b/02/892b0228bf02047ab0b6cf8a8c82ac745aca7f10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/73/72/0d73720c69edf9ade941c7f62f21152239abcf1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/18/8c/1b188c037113723c0154573f32ea46bd1129a5c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/12/6a/b3126a15f336845be49d333b4864dba80b10e99f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/21/23/3921238bf521ea33cbcf681e741d67edb8a5519f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/4a/2a/744a2ad5e6c133714a216dac0934a6cf5dc050d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ab/b7/28abb7c95fcc7fce1cbe1b232270d830c02060c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ba/0c/22ba0c2509a08b0f723c1562fcf3ba0c08a07692.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/35/3b/f7353b7ec0736019f3159cfe40843f9b518a8bbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/ed/ee/13edeed366ed3a58045547a91e3fb1815c9986be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/07/24/7807242d868d423b5940cec29133b7fec5decdd5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/64/61/9564616089bbd2ae5561f9adc1eac4c9b3fdf296.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/63/1f/ca631ffdd1e458b5c3773e181eaee7bf2a887b2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/b6/d3/bfb6d353d83ff1910c887730adbba4df0a7c44dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/16/48/df1648e238532d0a7bbd3c284c1114d8d651cd3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/9b/6f/1f9b6f1855c1e1c4103f7b7d6a660af33e716613.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/48/be/5948bec12f4d1d136844e06dc7cbe0454035494e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/72/2a/91722af843efed4d9b1f3a87d90f52b6dd685ab2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/80/56/b280567d0e6d44ae4eef9a26a0740e13900046e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/31/79/c53179e3a9a7d1f49d38933e0bdb6c47d3bc8d8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/c3/52/73c3529742afe8c717058fdb31a1dea9f525f4a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/bc/1e/8bbc1eeeca4e2a8e0a15e3b774103cc164e7f29b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/74/6e/56746e26134111cff92641d24ff3583550ef8402.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/60/27/6860273529e4875bb65c3cd1c600f7c74604880f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/d0/8b/c7d08bcbda950a546fab66e75160ea28cfbfdd11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/34/8d/02348d10b2a751adfefcbc3e2f63e83deba3288c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/fa/90/90fa9079908fb72e6944f4f31e3b8ad628a480e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/de/9c/dfde9ce30db19163afd2249998e162709f393b59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/c2/4d/3ac24d77aeee941bf9f18fe20682a2c7d2872597.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/85/4b/1b854b5410cecf61080234071f11e1cc16dafb43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/9b/f3/789bf3b4bc389aa71e5a3f18b25e0218dbf52104.jpg?rule=ad-large'],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford focus 1.0 t ecoboost flexifuel 125 mhev hybrid st-line x - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Focus 1.0 EcoBoost mHEV 125ch ST-Line X',
'vin': None,
'year': 2024}
2026-03-30 15:10:00 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2778b0f1-4ee4-5c7f-8a3a-e27e40480c22 with identifier: 3169998409
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2778b0f1-4ee4-5c7f-8a3a-e27e40480c22
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4f%252F37%252Ff0%252F4f37f0b39d5ebb21dd2c695e3344854680dae74f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/37/f0/4f37f0b39d5ebb21dd2c695e3344854680dae74f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb7%252F94%252F14%252Fb794146d2a517611085cbc1a8c5d950a48f11e9c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/94/14/b794146d2a517611085cbc1a8c5d950a48f11e9c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252F90%252F55%252F169055f09eced1142078f9220fca1455cd945b75.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/90/55/169055f09eced1142078f9220fca1455cd945b75.jpg?rule=ad-large already downloaded
2026-03-30 15:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252F08%252F87%252F0108877b2a7b1fb693f4b8cd022b67c1f91cdd5b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/08/87/0108877b2a7b1fb693f4b8cd022b67c1f91cdd5b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252F5a%252F50%252F715a50b130b2da8661e6e1b039f0231251d52be0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/5a/50/715a50b130b2da8661e6e1b039f0231251d52be0.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0c%252F67%252F27%252F0c67270e1cf772ff50f5ee132ceaf94c4abfa108.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/67/27/0c67270e1cf772ff50f5ee132ceaf94c4abfa108.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F91%252F2b%252Fcc%252F912bcc9bd972676649bfa90f780c5a7cd547cc27.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/91/2b/cc/912bcc9bd972676649bfa90f780c5a7cd547cc27.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F29%252Fd4%252Fab%252F29d4abcdea8803d92d76cb4739ce02776844c206.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/d4/ab/29d4abcdea8803d92d76cb4739ce02776844c206.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252F2b%252F02%252F892b0228bf02047ab0b6cf8a8c82ac745aca7f10.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2b/02/892b0228bf02047ab0b6cf8a8c82ac745aca7f10.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252F73%252F72%252F0d73720c69edf9ade941c7f62f21152239abcf1f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/73/72/0d73720c69edf9ade941c7f62f21152239abcf1f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2778b0f1-4ee4-5c7f-8a3a-e27e40480c22 with identifier 3169998409
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2778b0f1-4ee4-5c7f-8a3a-e27e40480c22
2026-03-30 15:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Park assist\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 125,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '2778b0f1-4ee4-5c7f-8a3a-e27e40480c22',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3169998409',
'listing': 'auction',
'make': 'FORD',
'model': 'Focus',
'odometer': 14600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 39,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/37/f0/4f37f0b39d5ebb21dd2c695e3344854680dae74f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/94/14/b794146d2a517611085cbc1a8c5d950a48f11e9c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/90/55/169055f09eced1142078f9220fca1455cd945b75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/08/87/0108877b2a7b1fb693f4b8cd022b67c1f91cdd5b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/5a/50/715a50b130b2da8661e6e1b039f0231251d52be0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/67/27/0c67270e1cf772ff50f5ee132ceaf94c4abfa108.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/2b/cc/912bcc9bd972676649bfa90f780c5a7cd547cc27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/d4/ab/29d4abcdea8803d92d76cb4739ce02776844c206.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2b/02/892b0228bf02047ab0b6cf8a8c82ac745aca7f10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/73/72/0d73720c69edf9ade941c7f62f21152239abcf1f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97512,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/37/f0/4f37f0b39d5ebb21dd2c695e3344854680dae74f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98087,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/94/14/b794146d2a517611085cbc1a8c5d950a48f11e9c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99688,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/90/55/169055f09eced1142078f9220fca1455cd945b75.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84117,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/08/87/0108877b2a7b1fb693f4b8cd022b67c1f91cdd5b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96425,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/5a/50/715a50b130b2da8661e6e1b039f0231251d52be0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93018,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/67/27/0c67270e1cf772ff50f5ee132ceaf94c4abfa108.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92008,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/2b/cc/912bcc9bd972676649bfa90f780c5a7cd547cc27.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85400,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/d4/ab/29d4abcdea8803d92d76cb4739ce02776844c206.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138563,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2b/02/892b0228bf02047ab0b6cf8a8c82ac745aca7f10.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2778b0f1-4ee4-5c7f-8a3a-e27e40480c22/2778b0f1-4ee4-5c7f-8a3a-e27e40480c22_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105293,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/73/72/0d73720c69edf9ade941c7f62f21152239abcf1f.jpg?rule=ad-large',
'Width': 1067}],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford focus 1.0 t ecoboost flexifuel 125 mhev hybrid st-line x - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Focus 1.0 EcoBoost mHEV 125ch ST-Line X',
'vin': None,
'year': 2024}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273169998409%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Saving data for 3169998409: {'created_time': 1774883401.208846, 'last_price_update_time': 1774883401.208859}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3169998409') HTTP/1.1" 204 0
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151613152
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151613152%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151613152: 1
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151613152
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Alarme volumétrique\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 84,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151613152',
'listing': 'auction',
'make': 'KIA',
'model': 'Rio',
'odometer': 74000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/07/fc/f0/07fcf014796bf3165d1bf7ba11528ad49471b91a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/92/db/7f92db66fdf33442ba8c19abffb298b0a72ff691.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/4e/7a/ca4e7acc2d05f5cf81a1aa2221c731eed2bdb80c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/00/7b/d1007bc7f8320d8b1b4951c27153ac549d0fa001.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/7d/a6/887da66f60c9f951c3f88eb1607fa5ac85a57b4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/69/3c/7b693cb47c395579387f0a62bc8949970d06de99.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/39/28/ef392806250a0be166c57cc4fc465df430daa9da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/ec/a4/f7eca4dcb560cf2749bdd47dddae33d6e2fe2063.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/f1/46/42f1461bcbdd10381a432e47f15b8569dc43ed81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/4f/ce/7c4fce29b42eee1fccf499254a1fea85a56e8adb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/25/00/7f250052383fee5ca734b1f2c7a7e1edf6a4e9c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/25/8c/ee258c1046b73a4e104f0149acd9d84572bca121.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/5c/54/775c548c85e1df1b7b73a71cbba0f86740b99f0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/f5/b7/4af5b7c596553dee73406be15432dccbcf28c90f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/4d/27/894d273a5c5d430ae5da122908e09228b03df5ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/8a/fa/2a8afa6e410b9970e17b5cadc4c962f717dfd053.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/30/5d/50305d9258952032036faa566ae3d1307b4ea487.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/25/fe/5125fe7a82cfd4e96341c689bab196b6b088eb1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/aa/4e/78aa4eb7ed7159c85db49698a8c4dbef00fa7917.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/e4/6b/0ee46ba4a47469117e4a8ad9394dbd7f21aa2e5e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/97/3c/48973cbcc4b5fe4f3045975339fb1b65490bcc4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/6e/b8/a46eb8034c09176a806f29c92fd14ee0e6ef889c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/c6/85/50c685f1274d84b507e34249afb0a0954fc21ca0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/6b/d2/606bd2e8eab90b19fce3f0ffa0d088b17b2758ab.jpg?rule=ad-large'],
'price': 7990,
'price_includes_vat': False,
'registration_date': '2016-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kia rio 1.2 85 active camera de recul - garantie 6 mois',
'transmission': 'manual',
'trim': 'Rio 1.2 85ch Active 5p',
'vin': None,
'year': 2016}
2026-03-30 15:10:01 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c251dca-5105-5668-99f2-62dc5e0602c2 with identifier: 3151613152
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1c251dca-5105-5668-99f2-62dc5e0602c2
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F07%252Ffc%252Ff0%252F07fcf014796bf3165d1bf7ba11528ad49471b91a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/fc/f0/07fcf014796bf3165d1bf7ba11528ad49471b91a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F92%252Fdb%252F7f92db66fdf33442ba8c19abffb298b0a72ff691.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/92/db/7f92db66fdf33442ba8c19abffb298b0a72ff691.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fca%252F4e%252F7a%252Fca4e7acc2d05f5cf81a1aa2221c731eed2bdb80c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/4e/7a/ca4e7acc2d05f5cf81a1aa2221c731eed2bdb80c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd1%252F00%252F7b%252Fd1007bc7f8320d8b1b4951c27153ac549d0fa001.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/00/7b/d1007bc7f8320d8b1b4951c27153ac549d0fa001.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252F7d%252Fa6%252F887da66f60c9f951c3f88eb1607fa5ac85a57b4f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/7d/a6/887da66f60c9f951c3f88eb1607fa5ac85a57b4f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252F69%252F3c%252F7b693cb47c395579387f0a62bc8949970d06de99.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/69/3c/7b693cb47c395579387f0a62bc8949970d06de99.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252F39%252F28%252Fef392806250a0be166c57cc4fc465df430daa9da.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/39/28/ef392806250a0be166c57cc4fc465df430daa9da.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff7%252Fec%252Fa4%252Ff7eca4dcb560cf2749bdd47dddae33d6e2fe2063.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/ec/a4/f7eca4dcb560cf2749bdd47dddae33d6e2fe2063.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F42%252Ff1%252F46%252F42f1461bcbdd10381a432e47f15b8569dc43ed81.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/42/f1/46/42f1461bcbdd10381a432e47f15b8569dc43ed81.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F4f%252Fce%252F7c4fce29b42eee1fccf499254a1fea85a56e8adb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/4f/ce/7c4fce29b42eee1fccf499254a1fea85a56e8adb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1c251dca-5105-5668-99f2-62dc5e0602c2 with identifier 3151613152
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1c251dca-5105-5668-99f2-62dc5e0602c2
2026-03-30 15:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse manuelle\n'
' - Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/3 - 2/3\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Alarme volumétrique\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 84,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '1c251dca-5105-5668-99f2-62dc5e0602c2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151613152',
'listing': 'auction',
'make': 'KIA',
'model': 'Rio',
'odometer': 74000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 24,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/07/fc/f0/07fcf014796bf3165d1bf7ba11528ad49471b91a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/92/db/7f92db66fdf33442ba8c19abffb298b0a72ff691.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/4e/7a/ca4e7acc2d05f5cf81a1aa2221c731eed2bdb80c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/00/7b/d1007bc7f8320d8b1b4951c27153ac549d0fa001.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/7d/a6/887da66f60c9f951c3f88eb1607fa5ac85a57b4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/69/3c/7b693cb47c395579387f0a62bc8949970d06de99.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/39/28/ef392806250a0be166c57cc4fc465df430daa9da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/ec/a4/f7eca4dcb560cf2749bdd47dddae33d6e2fe2063.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/f1/46/42f1461bcbdd10381a432e47f15b8569dc43ed81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/4f/ce/7c4fce29b42eee1fccf499254a1fea85a56e8adb.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94117,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/fc/f0/07fcf014796bf3165d1bf7ba11528ad49471b91a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89135,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/92/db/7f92db66fdf33442ba8c19abffb298b0a72ff691.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91788,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/4e/7a/ca4e7acc2d05f5cf81a1aa2221c731eed2bdb80c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79896,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/00/7b/d1007bc7f8320d8b1b4951c27153ac549d0fa001.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90948,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/7d/a6/887da66f60c9f951c3f88eb1607fa5ac85a57b4f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87547,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/69/3c/7b693cb47c395579387f0a62bc8949970d06de99.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93338,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/39/28/ef392806250a0be166c57cc4fc465df430daa9da.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116830,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/ec/a4/f7eca4dcb560cf2749bdd47dddae33d6e2fe2063.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93671,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/f1/46/42f1461bcbdd10381a432e47f15b8569dc43ed81.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c251dca-5105-5668-99f2-62dc5e0602c2/1c251dca-5105-5668-99f2-62dc5e0602c2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118960,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/4f/ce/7c4fce29b42eee1fccf499254a1fea85a56e8adb.jpg?rule=ad-large',
'Width': 1067}],
'price': 7990,
'price_includes_vat': False,
'registration_date': '2016-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kia rio 1.2 85 active camera de recul - garantie 6 mois',
'transmission': 'manual',
'trim': 'Rio 1.2 85ch Active 5p',
'vin': None,
'year': 2016}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273151613152%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Saving data for 3151613152: {'created_time': 1774883401.487187, 'last_price_update_time': 1774883401.487198}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151613152') HTTP/1.1" 204 0
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3138719592
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138719592%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scrape type for 3138719592: 1
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3138719592
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu 17"\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/2 - 1/2\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 125,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138719592',
'listing': 'auction',
'make': 'FORD',
'model': 'Puma',
'odometer': 71000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/24/51/95/24519507d31b393f1774f04b7f73d850f2f99245.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/be/37/89be378d9368159f6c8f5a54f699e0f62d4fe34e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/95/55/ba95555cd195e7f04285a8294eb9b03cec882b82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/a4/a6/90a4a626252839913c32cac982099b345b3dbd79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/cc/86/50cc86850d91b0c1570e11c3f2870a793e04e408.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/7e/60/ed7e60e94221ded5db3fbee76a60e6e03cfcc58f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/ec/0a/a4ec0ac87b36745952e7499ad0e77d609d9e56e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/f4/e3/22f4e3d38e6161a2254226d05c43b946c43fa2d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/ff/48/baff483f3025157a165c747b93e015f4202a7a4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/1f/dd/ea1fddb046e7e94f09083c7075ffcb0500429f94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/04/8c/5a048cce634659019b4893d76ad90703de9a9929.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/fe/bb/f4febbcde53925d29b4b5e080021f22e4473b13a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/5d/03/425d03cb7554a8c67a93c62758b345639e2b0d9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ee/17/80ee17e2306e056c9ba951cf64aa83e32352fce7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/08/fd/ae08fd15e42b0bf5da7bec55ae35aee785c2549a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/76/a7/6f76a70c7ed0454b201610a36916e788f427d4e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/cb/2a/d9cb2aebd0d2dce8dd13670ca090d0efc3e6aff2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/be/40/43be40d5aa403c7605978e5fb96e6ac207cb2319.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/78/f1/2978f1b11ed284e61649ddb552eb6e946ad852ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/20/db/bb20db2f0968a28a1548db5ddb6bf78ab6c9946e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/52/49/98524910a458185f93627764492717cd03aeabb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/bf/d8/57bfd8ec5a662529c62f933fb56a2b547ee37395.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/8e/38/8e8e38f1b7b16d63ff15adeb7fcb6f5d5bfe6b81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/ec/8a/2bec8a57b13ac2a5c0ff56f48b7a7f5b05c22066.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/41/59/6041591f8e4ec8c3b97aa2b882f00fff13fb7f4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/ee/09/52ee09b89c3030dbb493c3a92858684822549af3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/72/4d/e6724d14a5c6d491190841df5201a545b5c659be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/cb/a6/4bcba64f7a01a47197c578d9cd7f9cfa26a84521.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/69/2f/a2692ff4c57eb7e56618b440f4aea320bcdb45ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/5f/de/285fde95401b06adc839c071b56182a8976432d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/c0/92/44c092788d483c80e1145c97dfcecc2325887a6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/c5/90/02c590b52e50b4b5c9e0312adda5b335999eb66f.jpg?rule=ad-large'],
'price': 15490,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford puma 1.0 125 ch mhev titanium design-2 powershift bva '
'start-stop - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Puma 1.0 EcoBoost 125ch S&S mHEV Titanium Design 2 Powershift',
'vin': None,
'year': 2022}
2026-03-30 15:10:01 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 087de4ad-26ae-5f08-8b7a-2401098e9df6 with identifier: 3138719592
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 087de4ad-26ae-5f08-8b7a-2401098e9df6
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F24%252F51%252F95%252F24519507d31b393f1774f04b7f73d850f2f99245.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/51/95/24519507d31b393f1774f04b7f73d850f2f99245.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252Fbe%252F37%252F89be378d9368159f6c8f5a54f699e0f62d4fe34e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/be/37/89be378d9368159f6c8f5a54f699e0f62d4fe34e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fba%252F95%252F55%252Fba95555cd195e7f04285a8294eb9b03cec882b82.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/95/55/ba95555cd195e7f04285a8294eb9b03cec882b82.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F90%252Fa4%252Fa6%252F90a4a626252839913c32cac982099b345b3dbd79.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/90/a4/a6/90a4a626252839913c32cac982099b345b3dbd79.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F50%252Fcc%252F86%252F50cc86850d91b0c1570e11c3f2870a793e04e408.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/50/cc/86/50cc86850d91b0c1570e11c3f2870a793e04e408.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fed%252F7e%252F60%252Fed7e60e94221ded5db3fbee76a60e6e03cfcc58f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/7e/60/ed7e60e94221ded5db3fbee76a60e6e03cfcc58f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa4%252Fec%252F0a%252Fa4ec0ac87b36745952e7499ad0e77d609d9e56e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/ec/0a/a4ec0ac87b36745952e7499ad0e77d609d9e56e4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F22%252Ff4%252Fe3%252F22f4e3d38e6161a2254226d05c43b946c43fa2d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/f4/e3/22f4e3d38e6161a2254226d05c43b946c43fa2d5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fba%252Fff%252F48%252Fbaff483f3025157a165c747b93e015f4202a7a4a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/ff/48/baff483f3025157a165c747b93e015f4202a7a4a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fea%252F1f%252Fdd%252Fea1fddb046e7e94f09083c7075ffcb0500429f94.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/1f/dd/ea1fddb046e7e94f09083c7075ffcb0500429f94.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 087de4ad-26ae-5f08-8b7a-2401098e9df6 with identifier 3138719592
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:01 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 087de4ad-26ae-5f08-8b7a-2401098e9df6
2026-03-30 15:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu 17"\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Rétroviseurs latéraux électriques\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/2 - 1/2\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - Intérieur tissu\n'
' - Mode Eco\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 125,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '087de4ad-26ae-5f08-8b7a-2401098e9df6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138719592',
'listing': 'auction',
'make': 'FORD',
'model': 'Puma',
'odometer': 71000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 32,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/24/51/95/24519507d31b393f1774f04b7f73d850f2f99245.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/be/37/89be378d9368159f6c8f5a54f699e0f62d4fe34e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/95/55/ba95555cd195e7f04285a8294eb9b03cec882b82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/a4/a6/90a4a626252839913c32cac982099b345b3dbd79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/cc/86/50cc86850d91b0c1570e11c3f2870a793e04e408.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/7e/60/ed7e60e94221ded5db3fbee76a60e6e03cfcc58f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/ec/0a/a4ec0ac87b36745952e7499ad0e77d609d9e56e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/f4/e3/22f4e3d38e6161a2254226d05c43b946c43fa2d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/ff/48/baff483f3025157a165c747b93e015f4202a7a4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/1f/dd/ea1fddb046e7e94f09083c7075ffcb0500429f94.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93716,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/51/95/24519507d31b393f1774f04b7f73d850f2f99245.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89395,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/be/37/89be378d9368159f6c8f5a54f699e0f62d4fe34e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94938,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/95/55/ba95555cd195e7f04285a8294eb9b03cec882b82.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95197,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/a4/a6/90a4a626252839913c32cac982099b345b3dbd79.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84228,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/cc/86/50cc86850d91b0c1570e11c3f2870a793e04e408.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88960,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/7e/60/ed7e60e94221ded5db3fbee76a60e6e03cfcc58f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91317,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/ec/0a/a4ec0ac87b36745952e7499ad0e77d609d9e56e4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85714,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/f4/e3/22f4e3d38e6161a2254226d05c43b946c43fa2d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/ff/48/baff483f3025157a165c747b93e015f4202a7a4a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_087de4ad-26ae-5f08-8b7a-2401098e9df6/087de4ad-26ae-5f08-8b7a-2401098e9df6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105411,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/1f/dd/ea1fddb046e7e94f09083c7075ffcb0500429f94.jpg?rule=ad-large',
'Width': 1067}],
'price': 15490,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford puma 1.0 125 ch mhev titanium design-2 powershift bva '
'start-stop - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Puma 1.0 EcoBoost 125ch S&S mHEV Titanium Design 2 Powershift',
'vin': None,
'year': 2022}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138719592%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Saving data for 3138719592: {'created_time': 1774883401.79757, 'last_price_update_time': 1774883401.797584}
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3138719592') HTTP/1.1" 204 0
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3156887177
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273156887177%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scrape type for 3156887177: 1
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3156887177
2026-03-30 15:10:01 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Démarrage sans clé\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Roues AR directrices\n'
' - Sièges sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Chauffage auxiliaire\n'
' - Ciel de toit étoilé\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Prise auxiliaire\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156887177',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 4',
'odometer': 198000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/04/a0/7f04a069f5d09c051a40888ee39b122227d76a4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/53/ee/3453ee64da3652779c9443421ad9a231f7cd0e74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4d/43/734d43c7bbc8768071432095b6bff1c68463b44f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d9/5a/66d95a849bfa58840bac2543c03e0a3e7e8b25ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/ff/f2/e9fff2c41c6967a7d32590beccd8eb4f47a34ca4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/26/39/a22639008d50de5e94b5df4932989c11b4dd6071.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d5/d0/9dd5d031dcadba4806c7814121237b26cd57914e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/96/34/de963441e5d3b3724e050dc60d31825b422a810e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/14/8a/ec148a6c8ed83df24bffd460b3a517324aae6e1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/62/89/f962894a628c35c1849749112676503c573aede7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/1e/88/651e88839dc682c594b1f06960b220ef140cc9ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/79/77/037977880c417587be5660a4e99ad9c7e61a686b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/f1/f2/a2f1f2e90f4d70a9a9f505a8be8db2b51c7e8f45.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/25/e5/7c25e56133ab2198cb4b9a893efd0ee4a6369ec1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/ce/9d/eace9de6b420d13b27c63c9b341cfe0722e6b36c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/4a/6e/164a6e1720509a0d6f3f170ffb05dee52404cbca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/b4/b2/4bb4b24124dc4479e41acf188e60a4f75a0d3c72.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/16/9d/d3169dd10492a730aee69868f7847bed7ba4c900.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/13/a8/7613a86b26de3d6c8e49df4f011fc05e947798b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/29/43/052943ac99128b1737dc1e02ad408ad269cffe81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/13/db/3713db28cac1283150138d5810410d97468c924c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/fc/bb/dbfcbbe8d9e2aa016b93e8b28a7cbfb681198a62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/24/05/17240503daf316b9fe7b4196d2090ac975d5f57d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/29/0b/10290b4c4c2cc20c50c261c22be78157bf2786ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/f1/34/c6f134cdd8c02eed457cdf66d2eff98144c294c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/b0/9c/e2b09ccd69bc2b0464e1da401d4df9969ba517ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/0d/0d/620d0dc29c1904221c68eaab0684c053ea9e710c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/6c/da/3a6cdac62ea3168ce0be7dcdfbbca5b4e0d484e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/72/f1/8572f128ed34ac3afac51c62f0c3b0bad530ba2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/4a/5d/cf4a5db3464986c68704c3e403954b40a2659f35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/48/6f/37486ffccabfc812dcffdde3129c0f6ee48774de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/c2/16/95c2168e48ddd2c222dbd096e5db50f68ffa70c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/aa/d2/efaad249aa022423047ce399c162e52e7a034ff5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/9b/1f/259b1ff22828196fb92fd35ded2ad2d2832bbff2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/1c/be/531cbe6d662bed5080b167eb95e6f28700347cb3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/f9/03/3df9033295fd605bde3548588be8586c40c2e2eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/df/19/f3df19458308d9a2147eb28053a506ef2ed145cb.jpg?rule=ad-large'],
'price': 12990,
'price_includes_vat': False,
'registration_date': '2015-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 4 gran-coupe 2.0 418 d 150 pack sport - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 4 Gran Coupé 418dA 150ch Sport',
'vin': None,
'year': 2015}
2026-03-30 15:10:01 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cbe9c05-06f6-5a04-8444-52ddcb3b7d22 with identifier: 3156887177
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9cbe9c05-06f6-5a04-8444-52ddcb3b7d22
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F04%252Fa0%252F7f04a069f5d09c051a40888ee39b122227d76a4b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/04/a0/7f04a069f5d09c051a40888ee39b122227d76a4b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F34%252F53%252Fee%252F3453ee64da3652779c9443421ad9a231f7cd0e74.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/53/ee/3453ee64da3652779c9443421ad9a231f7cd0e74.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F4d%252F43%252F734d43c7bbc8768071432095b6bff1c68463b44f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4d/43/734d43c7bbc8768071432095b6bff1c68463b44f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252Fd9%252F5a%252F66d95a849bfa58840bac2543c03e0a3e7e8b25ee.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d9/5a/66d95a849bfa58840bac2543c03e0a3e7e8b25ee.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252Fff%252Ff2%252Fe9fff2c41c6967a7d32590beccd8eb4f47a34ca4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/ff/f2/e9fff2c41c6967a7d32590beccd8eb4f47a34ca4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa2%252F26%252F39%252Fa22639008d50de5e94b5df4932989c11b4dd6071.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/26/39/a22639008d50de5e94b5df4932989c11b4dd6071.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Fd5%252Fd0%252F9dd5d031dcadba4806c7814121237b26cd57914e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d5/d0/9dd5d031dcadba4806c7814121237b26cd57914e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F96%252F34%252Fde963441e5d3b3724e050dc60d31825b422a810e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/96/34/de963441e5d3b3724e050dc60d31825b422a810e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fec%252F14%252F8a%252Fec148a6c8ed83df24bffd460b3a517324aae6e1e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/14/8a/ec148a6c8ed83df24bffd460b3a517324aae6e1e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff9%252F62%252F89%252Ff962894a628c35c1849749112676503c573aede7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/62/89/f962894a628c35c1849749112676503c573aede7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9cbe9c05-06f6-5a04-8444-52ddcb3b7d22 with identifier 3156887177
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9cbe9c05-06f6-5a04-8444-52ddcb3b7d22
2026-03-30 15:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Démarrage sans clé\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Roues AR directrices\n'
' - Sièges sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Chauffage auxiliaire\n'
' - Ciel de toit étoilé\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Prise auxiliaire\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9cbe9c05-06f6-5a04-8444-52ddcb3b7d22',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156887177',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 4',
'odometer': 198000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/04/a0/7f04a069f5d09c051a40888ee39b122227d76a4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/53/ee/3453ee64da3652779c9443421ad9a231f7cd0e74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4d/43/734d43c7bbc8768071432095b6bff1c68463b44f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d9/5a/66d95a849bfa58840bac2543c03e0a3e7e8b25ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/ff/f2/e9fff2c41c6967a7d32590beccd8eb4f47a34ca4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/26/39/a22639008d50de5e94b5df4932989c11b4dd6071.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d5/d0/9dd5d031dcadba4806c7814121237b26cd57914e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/96/34/de963441e5d3b3724e050dc60d31825b422a810e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/14/8a/ec148a6c8ed83df24bffd460b3a517324aae6e1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/62/89/f962894a628c35c1849749112676503c573aede7.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98195,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/04/a0/7f04a069f5d09c051a40888ee39b122227d76a4b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94392,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/53/ee/3453ee64da3652779c9443421ad9a231f7cd0e74.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94973,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4d/43/734d43c7bbc8768071432095b6bff1c68463b44f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79457,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d9/5a/66d95a849bfa58840bac2543c03e0a3e7e8b25ee.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98530,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/ff/f2/e9fff2c41c6967a7d32590beccd8eb4f47a34ca4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/26/39/a22639008d50de5e94b5df4932989c11b4dd6071.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137105,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d5/d0/9dd5d031dcadba4806c7814121237b26cd57914e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80075,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/96/34/de963441e5d3b3724e050dc60d31825b422a810e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85708,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/14/8a/ec148a6c8ed83df24bffd460b3a517324aae6e1e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9cbe9c05-06f6-5a04-8444-52ddcb3b7d22/9cbe9c05-06f6-5a04-8444-52ddcb3b7d22_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116825,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/62/89/f962894a628c35c1849749112676503c573aede7.jpg?rule=ad-large',
'Width': 1067}],
'price': 12990,
'price_includes_vat': False,
'registration_date': '2015-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 4 gran-coupe 2.0 418 d 150 pack sport - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 4 Gran Coupé 418dA 150ch Sport',
'vin': None,
'year': 2015}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273156887177%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Saving data for 3156887177: {'created_time': 1774883402.091686, 'last_price_update_time': 1774883402.091696}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3156887177') HTTP/1.1" 204 0
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3148285962
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273148285962%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scrape type for 3148285962: 1
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3148285962
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Système audio BOSE\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 19"\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Toit panoramique\n'
' - Toit semi-ouvrant\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Attache remorque\n'
' - Chargeur smartphone à induction\n'
' - Configuration 7 places\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148285962',
'listing': 'auction',
'make': 'KIA',
'model': 'Sorento',
'odometer': 53000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/be/37/4bbe37094dcc6c94758864577ea3d5dded118420.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/52/8d/30528dcbd1db870c063cd6badedc0f64af6bbd80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/51/e1/5f51e173899ea23a954fca17147a87ce6389599e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/66/b6/a066b6b4b80855d31577b39b4e044e3c4b07b2de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5e/ae/3d5eae3e7f9a506096a7656667b6e28a73e4df4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/d3/df/63d3df5cff93f7c267d9c6d701015c31b9f9c7e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/6d/aa/1c6daa87767fc4600b9388f819393035dc0076f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/d4/89/16d489e978e873d1e3f5821417aa851c9c4d4787.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/62/49/b36249671a3958f64d92aae01ca2fcddcb337def.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/21/c3/6f21c3fec456d4d3c8ee5308bd9e47dee3ef94cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/9a/06/f49a0616dac12d11c67877fcb676299784a04c50.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/ca/81/0eca8105222798826c2b9676c4fda1a885009604.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/0d/7f/9d0d7f962ff091baf58a809595207689c6dd78f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/bd/e2/1abde2e2d97d115f325c7590c472fa6b0df66429.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/cb/09/39cb09b39b8502947906ae80c8cad8ca37d29004.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/cc/97/5acc97b7a69b0db113d5399cbcf20109d72c260a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/56/d3/b856d3b9b732e5a940a6ed93f1e93e423b001407.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/77/2c/3a772cdf5d5d271f9ba3bbadcfedcc9eca2ff081.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/a6/ef/98a6efae01622e43de0d4394fc7c683268314e8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/33/9d/c8339dee0b05e876b9603572879ba0cffc1bf55f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/75/d2/eb75d2077a294689ebe0d6095c7e32ee9972dc16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/46/23/9546236b1e8f947b7850b64015d6bde4b96b4c0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/bb/93/2dbb93df52a2b946e0a5ae4bc3151b4f03587f55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/59/fb/b059fb606bd6df40c9b9e0047b9e3b6689fb5bd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/cb/3d/9bcb3d722a8b5daabf46a08301a74e12c7622061.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/cc/fe/a8ccfe95637ff3ad1cc887d5ca113811ec96291e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/96/bc/0596bc9cb332f936fc1110416e9d2dd09ab3362f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/9d/e7/ab9de76a9450d9e45a9f14f72cb64905f6aa9a63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/87/de/d687de7b95edb631229527fecfdae8be3170a7f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/0e/fd/800efda9e8b5c5835adf689363ef780e72bfee3d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/61/03/3b6103573eaf4b36e8a3737f681a11565d01e9fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/60/92/0760925bc2158da3a10f1c0c4c230ec276b6a516.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/32/cd/5132cda2453f24921b29cc74dc31de555827eba6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/3f/f7/b13ff726a06cc01a6e904c2ab3805166919f33bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/05/8b/92058bdce1cfd677fc544077532ce05a64679b12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/e1/3e/95e13e05b2f7ba792604b555f1f65940a9e5322a.jpg?rule=ad-large'],
'price': 37490,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Kia sorento 1.6 t-gdi 265h 180 hybrid phev 13.8kwh premium 4x4 bva',
'transmission': 'automatic',
'trim': 'Sorento 1.6 T-GDi 265ch PHEV Premium BVA6 4x4',
'vin': None,
'year': 2021}
2026-03-30 15:10:02 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a9613279-cb4d-5f2f-bb0b-10850d0562d3 with identifier: 3148285962
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a9613279-cb4d-5f2f-bb0b-10850d0562d3
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4b%252Fbe%252F37%252F4bbe37094dcc6c94758864577ea3d5dded118420.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/be/37/4bbe37094dcc6c94758864577ea3d5dded118420.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F52%252F8d%252F30528dcbd1db870c063cd6badedc0f64af6bbd80.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/52/8d/30528dcbd1db870c063cd6badedc0f64af6bbd80.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5f%252F51%252Fe1%252F5f51e173899ea23a954fca17147a87ce6389599e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/51/e1/5f51e173899ea23a954fca17147a87ce6389599e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F66%252Fb6%252Fa066b6b4b80855d31577b39b4e044e3c4b07b2de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/66/b6/a066b6b4b80855d31577b39b4e044e3c4b07b2de.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F5e%252Fae%252F3d5eae3e7f9a506096a7656667b6e28a73e4df4e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5e/ae/3d5eae3e7f9a506096a7656667b6e28a73e4df4e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F63%252Fd3%252Fdf%252F63d3df5cff93f7c267d9c6d701015c31b9f9c7e9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/d3/df/63d3df5cff93f7c267d9c6d701015c31b9f9c7e9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1c%252F6d%252Faa%252F1c6daa87767fc4600b9388f819393035dc0076f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/6d/aa/1c6daa87767fc4600b9388f819393035dc0076f9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Fd4%252F89%252F16d489e978e873d1e3f5821417aa851c9c4d4787.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/d4/89/16d489e978e873d1e3f5821417aa851c9c4d4787.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb3%252F62%252F49%252Fb36249671a3958f64d92aae01ca2fcddcb337def.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/62/49/b36249671a3958f64d92aae01ca2fcddcb337def.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6f%252F21%252Fc3%252F6f21c3fec456d4d3c8ee5308bd9e47dee3ef94cc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/21/c3/6f21c3fec456d4d3c8ee5308bd9e47dee3ef94cc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a9613279-cb4d-5f2f-bb0b-10850d0562d3 with identifier 3148285962
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a9613279-cb4d-5f2f-bb0b-10850d0562d3
2026-03-30 15:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Système audio BOSE\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 19"\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Toit panoramique\n'
' - Toit semi-ouvrant\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Attache remorque\n'
' - Chargeur smartphone à induction\n'
' - Configuration 7 places\n'
' - Détecteur de lumière\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'a9613279-cb4d-5f2f-bb0b-10850d0562d3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148285962',
'listing': 'auction',
'make': 'KIA',
'model': 'Sorento',
'odometer': 53000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 36,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/be/37/4bbe37094dcc6c94758864577ea3d5dded118420.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/52/8d/30528dcbd1db870c063cd6badedc0f64af6bbd80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/51/e1/5f51e173899ea23a954fca17147a87ce6389599e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/66/b6/a066b6b4b80855d31577b39b4e044e3c4b07b2de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5e/ae/3d5eae3e7f9a506096a7656667b6e28a73e4df4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/d3/df/63d3df5cff93f7c267d9c6d701015c31b9f9c7e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/6d/aa/1c6daa87767fc4600b9388f819393035dc0076f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/d4/89/16d489e978e873d1e3f5821417aa851c9c4d4787.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/62/49/b36249671a3958f64d92aae01ca2fcddcb337def.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/21/c3/6f21c3fec456d4d3c8ee5308bd9e47dee3ef94cc.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104382,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/be/37/4bbe37094dcc6c94758864577ea3d5dded118420.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98250,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/52/8d/30528dcbd1db870c063cd6badedc0f64af6bbd80.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101786,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/51/e1/5f51e173899ea23a954fca17147a87ce6389599e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85973,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/66/b6/a066b6b4b80855d31577b39b4e044e3c4b07b2de.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99214,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5e/ae/3d5eae3e7f9a506096a7656667b6e28a73e4df4e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96707,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/d3/df/63d3df5cff93f7c267d9c6d701015c31b9f9c7e9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98916,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/6d/aa/1c6daa87767fc4600b9388f819393035dc0076f9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94089,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/d4/89/16d489e978e873d1e3f5821417aa851c9c4d4787.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143040,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/62/49/b36249671a3958f64d92aae01ca2fcddcb337def.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9613279-cb4d-5f2f-bb0b-10850d0562d3/a9613279-cb4d-5f2f-bb0b-10850d0562d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122707,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/21/c3/6f21c3fec456d4d3c8ee5308bd9e47dee3ef94cc.jpg?rule=ad-large',
'Width': 1067}],
'price': 37490,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Kia sorento 1.6 t-gdi 265h 180 hybrid phev 13.8kwh premium 4x4 bva',
'transmission': 'automatic',
'trim': 'Sorento 1.6 T-GDi 265ch PHEV Premium BVA6 4x4',
'vin': None,
'year': 2021}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273148285962%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Saving data for 3148285962: {'created_time': 1774883402.327802, 'last_price_update_time': 1774883402.327811}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3148285962') HTTP/1.1" 204 0
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165901331
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165901331%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165901331: 1
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165901331
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
'\n'
'Conduite :\n'
' - Capteur de pluie\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Ordinateur de bord\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Anti-patinage\n'
' - ESP\n'
' - Roue de secours galette\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 117,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165901331',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Qashqai',
'odometer': 158000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/b3/1d/efb31d632bd642861823827cb81809206bebbe7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/c4/73/64c473d139d50f3b637d9b9016fee20c5adc449b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/69/c6/f569c6e1057b921e1edd21cceddb099ab7582db5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/3d/1a/db3d1a6512904435de5e038fd0677e8b2b5b73b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/6d/59/4a6d5989361aa777cb177edd19e3815e574d4cf5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/9f/40/c09f4030f68844560efa3c0068cbb5474fa979fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b0/3d/3ab03d4b2eefe818b7a98f9d73a16c12842c64f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/dc/77/2bdc772b7126f8e2401069b294eea3c6e4f79349.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d2/fb/9dd2fbb463313b7a5185fd24152423fa3f1c84fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/b6/bd/83b6bd1b3c47778f0c8ed68a546ff9fff45c25c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/c4/5a/dbc45a327b801272ee8618b515cca72495273133.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/63/a5/9b63a5a92591211962ff90c9ef4252a558170a77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/09/bd/0909bd2824633c8f779ff9594870217bedd65bf4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/e8/4b/d8e84b8abe92cab857e797876cff2f8fa24b5318.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/dc/4d/56dc4de57f93340158e8e67eeb3af5ab9da25bff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/b8/eb/f9b8eba158d4cae5a11535e61679558dcc9fdf86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/f7/a1/32f7a10b600c09009ad079654b75e7c2a7c43c71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/9e/2d/219e2df735233f8655ae425f2af9f789ef677321.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2c/68/a12c68b3a436f1dd7224f57e0528d65e92cb7a6e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/fa/89/77fa89491356d5ba27702ff01ae0c806a6ebb2c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/d5/35/e0d535abf0134fcbbba8afead23f601b9ac3449e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/56/77/655677503193ae692154a6d5e9e985fa66f85d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/ac/be/3facbe6aadfcc4951642b86d79ccf61b113af429.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/ce/8f/6ece8fb31a87e66f203a4df0c63ff686b150e0b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/97/b3/ca97b3575f18ed62976ceba6783bcaa28e3d2a4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/34/87/fe34874a21e684a33a9242cf6a026d6268375ecc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/50/49/6350493b9c3159e6dbf2aa5e07f6392645e32898.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b2/d5/26b2d5ccd2fbddb5a7f2520dd31e02873b498eea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/33/2a/63332a778a53e7ba7f47494c6c681029f3cdaa56.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/57/45/34574537a608cd267a89b339c453258ded29f984.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/a3/d7/e1a3d70666e27212cf6cab38a0c24386d6880139.jpg?rule=ad-large'],
'price': 6490,
'price_includes_vat': False,
'registration_date': '2011-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan qashqai generation-i 1.6 117 acenta 2wd start-stop - carplay '
'- toit panoramique - garantie 6 mois',
'transmission': 'manual',
'trim': 'Qashqai 1.6 117ch Stop&Start Acenta',
'vin': None,
'year': 2011}
2026-03-30 15:10:02 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a78862f4-25a7-5fbb-80de-61fbc249e5a3 with identifier: 3165901331
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a78862f4-25a7-5fbb-80de-61fbc249e5a3
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252Fb3%252F1d%252Fefb31d632bd642861823827cb81809206bebbe7d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/b3/1d/efb31d632bd642861823827cb81809206bebbe7d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F64%252Fc4%252F73%252F64c473d139d50f3b637d9b9016fee20c5adc449b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/64/c4/73/64c473d139d50f3b637d9b9016fee20c5adc449b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff5%252F69%252Fc6%252Ff569c6e1057b921e1edd21cceddb099ab7582db5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/69/c6/f569c6e1057b921e1edd21cceddb099ab7582db5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252F3d%252F1a%252Fdb3d1a6512904435de5e038fd0677e8b2b5b73b7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/3d/1a/db3d1a6512904435de5e038fd0677e8b2b5b73b7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4a%252F6d%252F59%252F4a6d5989361aa777cb177edd19e3815e574d4cf5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/6d/59/4a6d5989361aa777cb177edd19e3815e574d4cf5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc0%252F9f%252F40%252Fc09f4030f68844560efa3c0068cbb5474fa979fb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/9f/40/c09f4030f68844560efa3c0068cbb5474fa979fb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252Fb0%252F3d%252F3ab03d4b2eefe818b7a98f9d73a16c12842c64f4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b0/3d/3ab03d4b2eefe818b7a98f9d73a16c12842c64f4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2b%252Fdc%252F77%252F2bdc772b7126f8e2401069b294eea3c6e4f79349.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/dc/77/2bdc772b7126f8e2401069b294eea3c6e4f79349.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Fd2%252Ffb%252F9dd2fbb463313b7a5185fd24152423fa3f1c84fe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d2/fb/9dd2fbb463313b7a5185fd24152423fa3f1c84fe.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252Fb6%252Fbd%252F83b6bd1b3c47778f0c8ed68a546ff9fff45c25c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/b6/bd/83b6bd1b3c47778f0c8ed68a546ff9fff45c25c6.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a78862f4-25a7-5fbb-80de-61fbc249e5a3 with identifier 3165901331
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a78862f4-25a7-5fbb-80de-61fbc249e5a3
2026-03-30 15:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto sans fil\n'
' - Apple CARPLAY sans fil\n'
'\n'
'Conduite :\n'
' - Capteur de pluie\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Ordinateur de bord\n'
'\n'
'Pack :\n'
' - Attache remorque\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Anti-patinage\n'
' - ESP\n'
' - Roue de secours galette\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 117,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a78862f4-25a7-5fbb-80de-61fbc249e5a3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165901331',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Qashqai',
'odometer': 158000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/b3/1d/efb31d632bd642861823827cb81809206bebbe7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/c4/73/64c473d139d50f3b637d9b9016fee20c5adc449b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/69/c6/f569c6e1057b921e1edd21cceddb099ab7582db5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/3d/1a/db3d1a6512904435de5e038fd0677e8b2b5b73b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/6d/59/4a6d5989361aa777cb177edd19e3815e574d4cf5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/9f/40/c09f4030f68844560efa3c0068cbb5474fa979fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b0/3d/3ab03d4b2eefe818b7a98f9d73a16c12842c64f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/dc/77/2bdc772b7126f8e2401069b294eea3c6e4f79349.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d2/fb/9dd2fbb463313b7a5185fd24152423fa3f1c84fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/b6/bd/83b6bd1b3c47778f0c8ed68a546ff9fff45c25c6.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95066,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/b3/1d/efb31d632bd642861823827cb81809206bebbe7d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87801,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/c4/73/64c473d139d50f3b637d9b9016fee20c5adc449b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95255,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/69/c6/f569c6e1057b921e1edd21cceddb099ab7582db5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85162,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/3d/1a/db3d1a6512904435de5e038fd0677e8b2b5b73b7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92140,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/6d/59/4a6d5989361aa777cb177edd19e3815e574d4cf5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90477,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/9f/40/c09f4030f68844560efa3c0068cbb5474fa979fb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94733,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/b0/3d/3ab03d4b2eefe818b7a98f9d73a16c12842c64f4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90107,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/dc/77/2bdc772b7126f8e2401069b294eea3c6e4f79349.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86670,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/d2/fb/9dd2fbb463313b7a5185fd24152423fa3f1c84fe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a78862f4-25a7-5fbb-80de-61fbc249e5a3/a78862f4-25a7-5fbb-80de-61fbc249e5a3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120332,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/b6/bd/83b6bd1b3c47778f0c8ed68a546ff9fff45c25c6.jpg?rule=ad-large',
'Width': 1067}],
'price': 6490,
'price_includes_vat': False,
'registration_date': '2011-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan qashqai generation-i 1.6 117 acenta 2wd start-stop - carplay '
'- toit panoramique - garantie 6 mois',
'transmission': 'manual',
'trim': 'Qashqai 1.6 117ch Stop&Start Acenta',
'vin': None,
'year': 2011}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165901331%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Saving data for 3165901331: {'created_time': 1774883402.59884, 'last_price_update_time': 1774883402.598857}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165901331') HTTP/1.1" 204 0
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3161597319
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273161597319%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scrape type for 3161597319: 1
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3161597319
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 118,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3161597319',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 33000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/bb/e3/a7bbe3d691894375f2194200fb6ce6fd32200d36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/59/dd/8d59dd460f4be92f70c8d3fbf985a626dd41be5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/d4/1a/f3d41a93603497152f1363c690253550387e8fcf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/ee/e0/bceee0d6b9c8022062e7d4f432c09519d7aedbbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/e8/f2/3fe8f2613cff5295f551bb951c3db1be9baa53f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/31/e9/a331e941d15de96d70d1c08a69ce437a1a26d603.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5b/eb/bd5beb159ae3ef719991fb032ba4f0eba7078565.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/78/e0/0d78e00e14e432cdb26119db7d7bd055b5d9fa68.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/89/1d/73891d3c5f285fb3118bf6627f03fbe65d998d2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/ee/16/a7ee16da299935a5f49850eeb3d473b0010ddd51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/70/1b/32701bf88b4aeefafc4f9d3e711cbbf362c3973e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/d0/a1/a3d0a1019b80dc09d9b8d7689d2f7100a3573436.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/f3/da/c3f3da7c77043830b7c36d603aa671b2bc594f3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/75/57/527557e49c63b4a8795b664541c283c8ccc90a55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/ed/bf/a7edbf2b1ba590759f27743eb123becc2a4d4cfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/20/f5/d020f58e8b95bf16543bc0c1f0839d0006986b5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/2c/ee/b02cee4253f34c12f49906e7e51c977a5e2995ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/9c/05/d99c0507e80870337b9c9f6e9b96dc75fab4dfc3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/1a/5c/8e1a5c8f3fc4bea54c894cb99350e8a69e934200.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/97/2c/e1972c8441e4a0dd9bbec2efc06e220a68a0565c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/6e/a6/e16ea6d1c0e59dbae957c3936b2a1b00304a7d4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/26/ac/5a26ac0d9f8a9eb8cab1713f2ff168e5d8b32734.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/c6/ab/afc6ab4e0152ee026eaf86c88404dc387c70f059.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/e5/1c/b9e51c648ee8824dae748a5672ccafac7ce2e1a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/55/05/d2550533759c0871ac9946f24411e86a75267fb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/0d/d1/f70dd1da52940a25094c9d2bb85f9b65ecfd3fde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/02/a0/d002a08372a134e0c41acbfe3cd4550ccdb08515.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/ae/cc/d3aeccd91a3d2a7315bb43c3a0b669a5d1d65c9f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/52/d2/a652d2a0a638a81c460be992453ff1ba0bcbca54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/6c/4b/346c4b6bd4000ea80e4ad595ce907e7c84cbc400.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/52/58/6d5258371a4a3819bf7adb73c51c16c1dcf806d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/d5/2c/01d52c52be6767c3130fb4cb0fc0d91dc5d1ebad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/64/9a/54649a79de5f1ca9a32865fb2b8d75b8a71eaed7.jpg?rule=ad-large'],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault captur 1.2 tce 120 intens - garantie 6 mois',
'transmission': 'manual',
'trim': 'Captur 1.2 TCe 120ch energy Intens',
'vin': None,
'year': 2018}
2026-03-30 15:10:02 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b98762b4-2d8b-5ab6-9ada-e62de54bd3b4 with identifier: 3161597319
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b98762b4-2d8b-5ab6-9ada-e62de54bd3b4
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa7%252Fbb%252Fe3%252Fa7bbe3d691894375f2194200fb6ce6fd32200d36.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/bb/e3/a7bbe3d691894375f2194200fb6ce6fd32200d36.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8d%252F59%252Fdd%252F8d59dd460f4be92f70c8d3fbf985a626dd41be5d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/59/dd/8d59dd460f4be92f70c8d3fbf985a626dd41be5d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff3%252Fd4%252F1a%252Ff3d41a93603497152f1363c690253550387e8fcf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/d4/1a/f3d41a93603497152f1363c690253550387e8fcf.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252Fee%252Fe0%252Fbceee0d6b9c8022062e7d4f432c09519d7aedbbc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/ee/e0/bceee0d6b9c8022062e7d4f432c09519d7aedbbc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3f%252Fe8%252Ff2%252F3fe8f2613cff5295f551bb951c3db1be9baa53f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/e8/f2/3fe8f2613cff5295f551bb951c3db1be9baa53f9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F31%252Fe9%252Fa331e941d15de96d70d1c08a69ce437a1a26d603.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/31/e9/a331e941d15de96d70d1c08a69ce437a1a26d603.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbd%252F5b%252Feb%252Fbd5beb159ae3ef719991fb032ba4f0eba7078565.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5b/eb/bd5beb159ae3ef719991fb032ba4f0eba7078565.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252F78%252Fe0%252F0d78e00e14e432cdb26119db7d7bd055b5d9fa68.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/78/e0/0d78e00e14e432cdb26119db7d7bd055b5d9fa68.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F89%252F1d%252F73891d3c5f285fb3118bf6627f03fbe65d998d2a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/89/1d/73891d3c5f285fb3118bf6627f03fbe65d998d2a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa7%252Fee%252F16%252Fa7ee16da299935a5f49850eeb3d473b0010ddd51.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/ee/16/a7ee16da299935a5f49850eeb3d473b0010ddd51.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b98762b4-2d8b-5ab6-9ada-e62de54bd3b4 with identifier 3161597319
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:02 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b98762b4-2d8b-5ab6-9ada-e62de54bd3b4
2026-03-30 15:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Pack de 4 roues hiver\n'
' - Phares AR à led\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Bac de rangement dans le coffre\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 118,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'b98762b4-2d8b-5ab6-9ada-e62de54bd3b4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3161597319',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 33000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/bb/e3/a7bbe3d691894375f2194200fb6ce6fd32200d36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/59/dd/8d59dd460f4be92f70c8d3fbf985a626dd41be5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/d4/1a/f3d41a93603497152f1363c690253550387e8fcf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/ee/e0/bceee0d6b9c8022062e7d4f432c09519d7aedbbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/e8/f2/3fe8f2613cff5295f551bb951c3db1be9baa53f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/31/e9/a331e941d15de96d70d1c08a69ce437a1a26d603.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5b/eb/bd5beb159ae3ef719991fb032ba4f0eba7078565.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/78/e0/0d78e00e14e432cdb26119db7d7bd055b5d9fa68.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/89/1d/73891d3c5f285fb3118bf6627f03fbe65d998d2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/ee/16/a7ee16da299935a5f49850eeb3d473b0010ddd51.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101035,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/bb/e3/a7bbe3d691894375f2194200fb6ce6fd32200d36.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92313,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/59/dd/8d59dd460f4be92f70c8d3fbf985a626dd41be5d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96435,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/d4/1a/f3d41a93603497152f1363c690253550387e8fcf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99231,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/ee/e0/bceee0d6b9c8022062e7d4f432c09519d7aedbbc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87187,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/e8/f2/3fe8f2613cff5295f551bb951c3db1be9baa53f9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96980,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/31/e9/a331e941d15de96d70d1c08a69ce437a1a26d603.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98622,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5b/eb/bd5beb159ae3ef719991fb032ba4f0eba7078565.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135213,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/78/e0/0d78e00e14e432cdb26119db7d7bd055b5d9fa68.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121321,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/89/1d/73891d3c5f285fb3118bf6627f03fbe65d998d2a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b98762b4-2d8b-5ab6-9ada-e62de54bd3b4/b98762b4-2d8b-5ab6-9ada-e62de54bd3b4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106300,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/ee/16/a7ee16da299935a5f49850eeb3d473b0010ddd51.jpg?rule=ad-large',
'Width': 1067}],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault captur 1.2 tce 120 intens - garantie 6 mois',
'transmission': 'manual',
'trim': 'Captur 1.2 TCe 120ch energy Intens',
'vin': None,
'year': 2018}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273161597319%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Saving data for 3161597319: {'created_time': 1774883402.886421, 'last_price_update_time': 1774883402.886434}
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3161597319') HTTP/1.1" 204 0
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3155245924
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155245924%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scrape type for 3155245924: 1
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3155245924
2026-03-30 15:10:02 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Carte SD\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Jantes alu 18"\n'
' - Pack de 4 roues hiver\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
" - Ligne d'échappement sport\n"
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - GPS TomTom\n'
' - Mode normal\n'
' - Tuning\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 220,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155245924',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 96000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/f3/d7/9af3d7ff582111ee57283da243efc7ebd42b60db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/2e/6f/9d2e6f53b202417b91294ea940ccb7c103b0e578.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/0e/94/bd0e94236bebeedc0b9ddc11b949edbb7549c541.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/2b/34/0a2b34bc84477bf29edbd8c4b9567ecede23afa1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/c3/01/b8c301b61b4602ccbc2a3470cd707bcb41df80df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/73/78/0a73782763d5a5a941008d0ce6b8c776ee3d429a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/47/cf/6947cfb331ccdf8ae6547b233f56590863b25f00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b4/17/beb417d72e2730e62e60adecb3b9f42a88a15731.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/58/35/c15835687bc8600e673d66ac68314431a20df424.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/ae/37acaea1904de848a89146c485a61f257cbae243.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/ef/10/43ef10bc8717d51a265de84cead5c913f63fb191.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/c6/f7/cac6f78cba9e5d574d64076bd6122916d1af3b59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/58/3f/5e583f90b25ef35376b034b1bd2d4f57b8b7e7c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/74/a1/c374a1548f05710f8664a111a20de88b76ab1706.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/18/25/9818253f8ec2fb9e7b9fcba2bb07ffa80f9521cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3d/bd/fe3dbd278bcc1992ec2105a2e99a84fbff4c3e94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/7c/83/887c83b2370e484b0f1c1fababb5ef5e764e3398.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/80/af/8a80af41598c988de14e59b11cd5ba23e3fe128f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/22/3d/fa223dd418a0d08c2f6cec9e804202341cabc79b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/f3/97/26f3973f6d26c3e046a4f80127375b09268095c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/e3/ee/f2e3eebc598a3995c2bd624873700a0bef8bde0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/d8/9b/f2d89b535e0b2d63e22726514091d1f1f565a8f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/4d/1d/ae4d1d77545b133395a4065aad32e40eba645e5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/64/d1/2c64d17939e6d1dcf817b2d6b1377dd40dcca913.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/fc/a9/e0fca92d01e808e8859b200d5aa9ad1748e95f66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/8e/14/9e8e140851ffb5406714bf1d4cf1946e986182f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/15/bd/8515bdef8dcaa905dff93365145f15701d9ca180.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/09/85/b5098572d727aa89c57fd27a8a79a42d39f316bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/ee/d8/c3eed8caf93b80ec3c0197b9c93df126046e501a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/71/08/e57108c0712b4223a7678d658db7f5d35988caae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/32/ca/df32cac4ed26c14805dc328b62cdd29497cbefb3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/7d/4f/827d4fcf137811023c21feaa336c52b1700187bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/97/7d/22977d2e14321ad759897637ede56c97f1a655d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/af/32/d2af323bdf849f3ae5d3ba0476aaf4c6f8ba43fb.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault clio 1.6 220 rs trophy edc bva - caméra de recul - siège '
'chauffant - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Clio 1.6 T 220ch energy RS Trophy EDC Euro6 2015',
'vin': None,
'year': 2016}
2026-03-30 15:10:02 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d5a2289-605a-5576-8629-a5d4fbaf3be6 with identifier: 3155245924
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4d5a2289-605a-5576-8629-a5d4fbaf3be6
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9a%252Ff3%252Fd7%252F9af3d7ff582111ee57283da243efc7ebd42b60db.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/f3/d7/9af3d7ff582111ee57283da243efc7ebd42b60db.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F2e%252F6f%252F9d2e6f53b202417b91294ea940ccb7c103b0e578.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/2e/6f/9d2e6f53b202417b91294ea940ccb7c103b0e578.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbd%252F0e%252F94%252Fbd0e94236bebeedc0b9ddc11b949edbb7549c541.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/0e/94/bd0e94236bebeedc0b9ddc11b949edbb7549c541.jpg?rule=ad-large already downloaded
2026-03-30 15:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0a%252F2b%252F34%252F0a2b34bc84477bf29edbd8c4b9567ecede23afa1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/2b/34/0a2b34bc84477bf29edbd8c4b9567ecede23afa1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252Fc3%252F01%252Fb8c301b61b4602ccbc2a3470cd707bcb41df80df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/c3/01/b8c301b61b4602ccbc2a3470cd707bcb41df80df.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0a%252F73%252F78%252F0a73782763d5a5a941008d0ce6b8c776ee3d429a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/73/78/0a73782763d5a5a941008d0ce6b8c776ee3d429a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F69%252F47%252Fcf%252F6947cfb331ccdf8ae6547b233f56590863b25f00.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/47/cf/6947cfb331ccdf8ae6547b233f56590863b25f00.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252Fb4%252F17%252Fbeb417d72e2730e62e60adecb3b9f42a88a15731.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b4/17/beb417d72e2730e62e60adecb3b9f42a88a15731.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc1%252F58%252F35%252Fc15835687bc8600e673d66ac68314431a20df424.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/58/35/c15835687bc8600e673d66ac68314431a20df424.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252Fac%252Fae%252F37acaea1904de848a89146c485a61f257cbae243.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/ae/37acaea1904de848a89146c485a61f257cbae243.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4d5a2289-605a-5576-8629-a5d4fbaf3be6 with identifier 3155245924
2026-03-30 15:10:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4d5a2289-605a-5576-8629-a5d4fbaf3be6
2026-03-30 15:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Carte SD\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Jantes alu 18"\n'
' - Pack de 4 roues hiver\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
" - Ligne d'échappement sport\n"
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - GPS TomTom\n'
' - Mode normal\n'
' - Tuning\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 220,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '4d5a2289-605a-5576-8629-a5d4fbaf3be6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155245924',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 96000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/f3/d7/9af3d7ff582111ee57283da243efc7ebd42b60db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/2e/6f/9d2e6f53b202417b91294ea940ccb7c103b0e578.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/0e/94/bd0e94236bebeedc0b9ddc11b949edbb7549c541.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/2b/34/0a2b34bc84477bf29edbd8c4b9567ecede23afa1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/c3/01/b8c301b61b4602ccbc2a3470cd707bcb41df80df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/73/78/0a73782763d5a5a941008d0ce6b8c776ee3d429a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/47/cf/6947cfb331ccdf8ae6547b233f56590863b25f00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b4/17/beb417d72e2730e62e60adecb3b9f42a88a15731.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/58/35/c15835687bc8600e673d66ac68314431a20df424.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/ae/37acaea1904de848a89146c485a61f257cbae243.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92553,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/f3/d7/9af3d7ff582111ee57283da243efc7ebd42b60db.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99780,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/2e/6f/9d2e6f53b202417b91294ea940ccb7c103b0e578.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94755,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/0e/94/bd0e94236bebeedc0b9ddc11b949edbb7549c541.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78616,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/2b/34/0a2b34bc84477bf29edbd8c4b9567ecede23afa1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87826,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/c3/01/b8c301b61b4602ccbc2a3470cd707bcb41df80df.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80731,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/73/78/0a73782763d5a5a941008d0ce6b8c776ee3d429a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92066,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/47/cf/6947cfb331ccdf8ae6547b233f56590863b25f00.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82025,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b4/17/beb417d72e2730e62e60adecb3b9f42a88a15731.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132688,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/58/35/c15835687bc8600e673d66ac68314431a20df424.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d5a2289-605a-5576-8629-a5d4fbaf3be6/4d5a2289-605a-5576-8629-a5d4fbaf3be6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140289,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/ae/37acaea1904de848a89146c485a61f257cbae243.jpg?rule=ad-large',
'Width': 1067}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault clio 1.6 220 rs trophy edc bva - caméra de recul - siège '
'chauffant - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Clio 1.6 T 220ch energy RS Trophy EDC Euro6 2015',
'vin': None,
'year': 2016}
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155245924%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Saving data for 3155245924: {'created_time': 1774883403.181319, 'last_price_update_time': 1774883403.181329}
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155245924') HTTP/1.1" 204 0
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3146070790
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273146070790%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Scrape type for 3146070790: 1
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3146070790
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges massants AV\n'
' - Sièges ventilés AV/AR\n'
' - Virtual cockpit\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3146070790',
'listing': 'auction',
'make': 'DS',
'model': 'DS 7',
'odometer': 112000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/dc/d7/4edcd7a496c8a34e9474e79ef6dea84d406b2fed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/dd/53/42dd531bfe71059e7b1ef249b97f0d92ae444ff2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/35/fb/2735fb0765ff9873f4834aec97d13e3d24877235.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/d0/4c/01d04cff6e67815a64e802960aaacdadea4df9bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/dd/ec/98ddec3be0cdb3d297a78f52da5bde64f28877e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/44/b9/f344b9894763bf824d3e4654c1fae302b4c20793.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/bc/b1/24bcb1b387b905033c618e888b6ae6ee8b509a8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/cd/2d/6bcd2d78ff3a0f6d2abb6ed02ff58a6cde4425c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ee/da/e7eedad2b69ffc6f6ff66185c2f5eac6bcdbb424.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/6e/d6/d06ed6900e0ef89e413ccd5ba9f413b560cee6ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/c4/b1/02c4b196a16a836afd594141650d4faae6b6d9e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/5f/58/c85f5892320d217c9b42ae0f7a81e0372f8e711d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/b0/f4/56b0f49cfa03dab53cef672285422ebe7738d5fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a1/c5/56a1c5cc0c952b21bc3d1c5f521ce5444bdbf808.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/1b/ee/441beea83cfb1eac8046136fefffaca16903bd8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/89/fc/2f89fc8be6dd08c835e382226c69cf956bc31154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/2d/59/4b2d59441e2fbcef2a9d79a27ed97427a3feb850.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/1d/f8/541df8579bc2f669e1c1b5440a0859c0103b350f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/df/f1/eedff1c4160b7fd057706472105b0494899e37c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/63/00/8d630057a15a0c35c4f9ac966f80425e743891e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/5c/68/875c68c3be89107c6fa662d8a10db5c16b19df65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/45/91/c74591661ae244adcc4f25af3f1ec0f6fc1a3900.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/ec/44/62ec4410ba3c119a9b8c907f0718eebefc383c6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/b9/10/14b910b3bc47f2fe1ca8f584533a3faef766460e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/f6/2a/e0f62ab867bee010eb470a39f7d11de627103611.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a1/7b/17a17b09ec435f00e681613b70701bf392187528.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/b2/a0/7cb2a0d3397fce60380af5e83a20c8eb1d3d4226.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/03/03/fa030352747cb28a55a6ffb270720ebbc54b0f62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/f5/46/a7f5467be4c2294898b272dde003ed3aaff7e780.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/f6/90/c9f6904d4e248782db334b50c662ab4637a8c646.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/38/d6/2c38d627ff0d529537b73abe2e018c83422ca0f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/99/e4/c199e418450c15c1ba7d746c685684e2cca3f991.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/0a/28/760a280ee7bdd6e82ea0b5602207038ac531bb77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/13/19/gh13195ac3583985b0a2281b7f5479ba0d4c002a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/a1/61/e2a161ffcb61be7656c6afcf795f2e447ddb6d80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/67/1f/0e671f9820616c0ada4688659ed4e823a9561b81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d3/ce/88d3ce7b4207d0e6ab4293957118cd109d70b74e.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ds automobiles ds 7 crossback 2.0 bluehdi 180 ch opera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'DS 7 BlueHDi 130ch Opera Automatique',
'vin': None,
'year': 2020}
2026-03-30 15:10:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a05ca889-ba35-578f-b04c-6b9d7b277f7c with identifier: 3146070790
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a05ca889-ba35-578f-b04c-6b9d7b277f7c
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4e%252Fdc%252Fd7%252F4edcd7a496c8a34e9474e79ef6dea84d406b2fed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/dc/d7/4edcd7a496c8a34e9474e79ef6dea84d406b2fed.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F42%252Fdd%252F53%252F42dd531bfe71059e7b1ef249b97f0d92ae444ff2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/42/dd/53/42dd531bfe71059e7b1ef249b97f0d92ae444ff2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252F35%252Ffb%252F2735fb0765ff9873f4834aec97d13e3d24877235.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/35/fb/2735fb0765ff9873f4834aec97d13e3d24877235.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252Fd0%252F4c%252F01d04cff6e67815a64e802960aaacdadea4df9bc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/d0/4c/01d04cff6e67815a64e802960aaacdadea4df9bc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252Fdd%252Fec%252F98ddec3be0cdb3d297a78f52da5bde64f28877e1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/dd/ec/98ddec3be0cdb3d297a78f52da5bde64f28877e1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff3%252F44%252Fb9%252Ff344b9894763bf824d3e4654c1fae302b4c20793.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/44/b9/f344b9894763bf824d3e4654c1fae302b4c20793.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F24%252Fbc%252Fb1%252F24bcb1b387b905033c618e888b6ae6ee8b509a8e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/bc/b1/24bcb1b387b905033c618e888b6ae6ee8b509a8e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6b%252Fcd%252F2d%252F6bcd2d78ff3a0f6d2abb6ed02ff58a6cde4425c9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/cd/2d/6bcd2d78ff3a0f6d2abb6ed02ff58a6cde4425c9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe7%252Fee%252Fda%252Fe7eedad2b69ffc6f6ff66185c2f5eac6bcdbb424.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ee/da/e7eedad2b69ffc6f6ff66185c2f5eac6bcdbb424.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd0%252F6e%252Fd6%252Fd06ed6900e0ef89e413ccd5ba9f413b560cee6ee.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/6e/d6/d06ed6900e0ef89e413ccd5ba9f413b560cee6ee.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a05ca889-ba35-578f-b04c-6b9d7b277f7c with identifier 3146070790
2026-03-30 15:10:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a05ca889-ba35-578f-b04c-6b9d7b277f7c
2026-03-30 15:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Hayon électrique\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges massants AV\n'
' - Sièges ventilés AV/AR\n'
' - Virtual cockpit\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Antibrouillards avant\n'
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a05ca889-ba35-578f-b04c-6b9d7b277f7c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3146070790',
'listing': 'auction',
'make': 'DS',
'model': 'DS 7',
'odometer': 112000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/dc/d7/4edcd7a496c8a34e9474e79ef6dea84d406b2fed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/dd/53/42dd531bfe71059e7b1ef249b97f0d92ae444ff2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/35/fb/2735fb0765ff9873f4834aec97d13e3d24877235.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/d0/4c/01d04cff6e67815a64e802960aaacdadea4df9bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/dd/ec/98ddec3be0cdb3d297a78f52da5bde64f28877e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/44/b9/f344b9894763bf824d3e4654c1fae302b4c20793.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/bc/b1/24bcb1b387b905033c618e888b6ae6ee8b509a8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/cd/2d/6bcd2d78ff3a0f6d2abb6ed02ff58a6cde4425c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ee/da/e7eedad2b69ffc6f6ff66185c2f5eac6bcdbb424.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/6e/d6/d06ed6900e0ef89e413ccd5ba9f413b560cee6ee.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97596,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/dc/d7/4edcd7a496c8a34e9474e79ef6dea84d406b2fed.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95350,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/dd/53/42dd531bfe71059e7b1ef249b97f0d92ae444ff2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87871,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/35/fb/2735fb0765ff9873f4834aec97d13e3d24877235.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96217,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/d0/4c/01d04cff6e67815a64e802960aaacdadea4df9bc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97033,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/dd/ec/98ddec3be0cdb3d297a78f52da5bde64f28877e1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92907,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/44/b9/f344b9894763bf824d3e4654c1fae302b4c20793.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131698,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/bc/b1/24bcb1b387b905033c618e888b6ae6ee8b509a8e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82237,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/cd/2d/6bcd2d78ff3a0f6d2abb6ed02ff58a6cde4425c9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88108,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ee/da/e7eedad2b69ffc6f6ff66185c2f5eac6bcdbb424.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a05ca889-ba35-578f-b04c-6b9d7b277f7c/a05ca889-ba35-578f-b04c-6b9d7b277f7c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118357,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/6e/d6/d06ed6900e0ef89e413ccd5ba9f413b560cee6ee.jpg?rule=ad-large',
'Width': 1067}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ds automobiles ds 7 crossback 2.0 bluehdi 180 ch opera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'DS 7 BlueHDi 130ch Opera Automatique',
'vin': None,
'year': 2020}
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273146070790%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Saving data for 3146070790: {'created_time': 1774883403.803691, 'last_price_update_time': 1774883403.8037}
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3146070790') HTTP/1.1" 204 0
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3162924271
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273162924271%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Scrape type for 3162924271: 1
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3162924271
2026-03-30 15:10:03 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système audio BOSE\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes alu 20"\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Porte gobelet avant\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 420,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3162924271',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Cayenne',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/75/5d/b1755d13068cbb4d7eb33b2bdd7791bfa09bb24a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/6c/22/026c2218ebaecc69882d53c07addb3133defc504.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/5a/5b/b15a5bd937516a388ccf0d0395bbed8e72f946b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/07/7b/52077be23d990b36242ecb961c43751bff44672e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/6e/64/b86e647474a8ae4c82bb6bd49f269f0e07c0b990.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/51/8462515c5da80f56f482f986c7d41a8db250fa51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a5/1e/3da51e627c062b348a6f8622e247a1d686f4f750.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/39/9c/a0399c67be7a1a5e8daab6a5cec112ebf60ada60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/6d/13/306d13b66bb19c3fd585a7fea626ef8522780eb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/30/ac/6430accc0b08490d23af4f25fca6530ce443fd43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/7f/ca/977fca5c3cb74e41059e7dd63ca765f6bc24c805.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/ef/6c/01ef6ce2a398b7736da946cce8ec328430389a28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/51/31/a35131dda9d6556d2ec2c1e4caec70226c7461fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b7/73/85b77376b4894075060672e16424dfb0f03f62db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/4b/79/774b792db244f438cadfed9d57c26a66dfef8d3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/e8/62/5ce8624bfb5a1ac3356c644206b0653c4c76b582.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/2f/ae/7e2faeb119c0f114ecbf47341e008c2d149d701d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/bd/f5/54bdf5b2a1cfd2d726e51c71852074311a41dc54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/de/e4/8fdee4a51351c3dbd922a18022a590a3b7f5d68e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/06/58/5f065807b4a2632de2cba93662f5bfd4f49e8a7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/fc/73/69fc73a04d3a1e3509c16803afb4b65a70e68102.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b3/e9/e7b3e909c207bf77b3d0b94ae374bb6f243fd509.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/92/1e/81921e282b885d63175c8e1284145a95532eefbd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/30/94/56309466e2ecc2297811394fe7e2aa1129847067.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/b8/f9/5fb8f9b51ed8f36416a3d8dff3291ab7bfbc991e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/de/0f/d1de0ffc77a2c895969a05190b20f5a8521a8c94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/a3/dd/a0a3dda114035f006bd370fb680161dde258fbf9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/74/c1/2974c1b17cc01c56078195b54af7ca647966f389.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/16/8c/b2168cc6cfc6f7d71fc178a4ce2faf902b8ae737.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/14/31/c71431c5ea0a3dc820606cdc2ab8a0512257599c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/f6/c4/c9f6c461e206714dec240bfe3dea6a0f25470ce9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/74/50/f4745027f0398f8b99a1e75367eac2a5b083dc74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/2b/67/5f2b67da46c55d750597df147e02aad510df24ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b1/72/1fb172a3ea1a51804c331cb8eef249ebc1360b35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/42/0f/a5420f39b74283186ed9bdad4ca268380c9a9c17.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/2e/19/a62e1900403ca32b75f34b1b33ff1e279604a549.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/d2/71/ead2714d6690622f2470727cb60eb65cacd5eeb9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/f9/d2/4bf9d2e9990e1a454f83218aaf542849627becf5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/dc/10/d4dc10b2c1448aa917447b88692f959c7d5bbe4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/72/44/ca7244d20924822ab7589a01a089cb60e93748e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/cd/9e/1bcd9eb6be4339c361f988fe5eec35b58589579a.jpg?rule=ad-large'],
'price': 30990,
'price_includes_vat': False,
'registration_date': '2012-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche cayenne porsche cayenne gts 4.8 420 tiptronic-s bva - '
'garantie 6 mois - siège chauffant - toit panoramique',
'transmission': 'automatic',
'trim': 'Cayenne GTS',
'vin': None,
'year': 2012}
2026-03-30 15:10:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a8b88ab7-4e8f-5105-a8bd-fdaef91b3079 with identifier: 3162924271
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8b88ab7-4e8f-5105-a8bd-fdaef91b3079
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F75%252F5d%252Fb1755d13068cbb4d7eb33b2bdd7791bfa09bb24a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/75/5d/b1755d13068cbb4d7eb33b2bdd7791bfa09bb24a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F02%252F6c%252F22%252F026c2218ebaecc69882d53c07addb3133defc504.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/02/6c/22/026c2218ebaecc69882d53c07addb3133defc504.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F5a%252F5b%252Fb15a5bd937516a388ccf0d0395bbed8e72f946b3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/5a/5b/b15a5bd937516a388ccf0d0395bbed8e72f946b3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F52%252F07%252F7b%252F52077be23d990b36242ecb961c43751bff44672e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/07/7b/52077be23d990b36242ecb961c43751bff44672e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252F6e%252F64%252Fb86e647474a8ae4c82bb6bd49f269f0e07c0b990.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/6e/64/b86e647474a8ae4c82bb6bd49f269f0e07c0b990.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F62%252F51%252F8462515c5da80f56f482f986c7d41a8db250fa51.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/51/8462515c5da80f56f482f986c7d41a8db250fa51.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252Fa5%252F1e%252F3da51e627c062b348a6f8622e247a1d686f4f750.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a5/1e/3da51e627c062b348a6f8622e247a1d686f4f750.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F39%252F9c%252Fa0399c67be7a1a5e8daab6a5cec112ebf60ada60.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/39/9c/a0399c67be7a1a5e8daab6a5cec112ebf60ada60.jpg?rule=ad-large already downloaded
2026-03-30 15:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F6d%252F13%252F306d13b66bb19c3fd585a7fea626ef8522780eb5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/6d/13/306d13b66bb19c3fd585a7fea626ef8522780eb5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F64%252F30%252Fac%252F6430accc0b08490d23af4f25fca6530ce443fd43.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/64/30/ac/6430accc0b08490d23af4f25fca6530ce443fd43.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a8b88ab7-4e8f-5105-a8bd-fdaef91b3079 with identifier 3162924271
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a8b88ab7-4e8f-5105-a8bd-fdaef91b3079
2026-03-30 15:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système audio BOSE\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes alu 20"\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Porte gobelet avant\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - Airbag passager\n'
' - Airbags\n'
' - Antibrouillards avant\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 420,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a8b88ab7-4e8f-5105-a8bd-fdaef91b3079',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3162924271',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Cayenne',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 41,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/75/5d/b1755d13068cbb4d7eb33b2bdd7791bfa09bb24a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/6c/22/026c2218ebaecc69882d53c07addb3133defc504.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/5a/5b/b15a5bd937516a388ccf0d0395bbed8e72f946b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/07/7b/52077be23d990b36242ecb961c43751bff44672e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/6e/64/b86e647474a8ae4c82bb6bd49f269f0e07c0b990.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/51/8462515c5da80f56f482f986c7d41a8db250fa51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a5/1e/3da51e627c062b348a6f8622e247a1d686f4f750.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/39/9c/a0399c67be7a1a5e8daab6a5cec112ebf60ada60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/6d/13/306d13b66bb19c3fd585a7fea626ef8522780eb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/30/ac/6430accc0b08490d23af4f25fca6530ce443fd43.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87965,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/75/5d/b1755d13068cbb4d7eb33b2bdd7791bfa09bb24a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85443,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/6c/22/026c2218ebaecc69882d53c07addb3133defc504.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87014,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/5a/5b/b15a5bd937516a388ccf0d0395bbed8e72f946b3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78800,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/07/7b/52077be23d990b36242ecb961c43751bff44672e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82611,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/6e/64/b86e647474a8ae4c82bb6bd49f269f0e07c0b990.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84447,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/51/8462515c5da80f56f482f986c7d41a8db250fa51.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86540,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a5/1e/3da51e627c062b348a6f8622e247a1d686f4f750.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81182,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/39/9c/a0399c67be7a1a5e8daab6a5cec112ebf60ada60.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84214,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/6d/13/306d13b66bb19c3fd585a7fea626ef8522780eb5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8b88ab7-4e8f-5105-a8bd-fdaef91b3079/a8b88ab7-4e8f-5105-a8bd-fdaef91b3079_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120583,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/30/ac/6430accc0b08490d23af4f25fca6530ce443fd43.jpg?rule=ad-large',
'Width': 1067}],
'price': 30990,
'price_includes_vat': False,
'registration_date': '2012-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche cayenne porsche cayenne gts 4.8 420 tiptronic-s bva - '
'garantie 6 mois - siège chauffant - toit panoramique',
'transmission': 'automatic',
'trim': 'Cayenne GTS',
'vin': None,
'year': 2012}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273162924271%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Saving data for 3162924271: {'created_time': 1774883404.071714, 'last_price_update_time': 1774883404.071725}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3162924271') HTTP/1.1" 204 0
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3125370001
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273125370001%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scrape type for 3125370001: 1
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3125370001
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY sans fil\n'
' - Système audio Harman Kardon\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 19"\n'
' - Lave phares\n'
' - Phares Full LED\n'
' - Phares additionnels en virage\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Chauffage auxiliaire\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Pack carbone\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Sièges chauffants AV/AR\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Configuration 4 places\n'
' - Coques de rétroviseurs type carbone\n'
" - Ligne d'échappement sport\n"
' - Pneus été\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 431,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3125370001',
'listing': 'auction',
'make': 'BMW',
'model': 'M3',
'odometer': 128000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ce/e1/23cee1ff3447f679c093c3d2db091027738a8746.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/67/6e/40676e708abd01eacd38031e8a47b382b256032e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/82/a1/5b82a1e97ea16b1d6ab2710045e4e73652922d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/b8/7e/a3b87ee9e44fcf1581893ba538a0021f02ad6fad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/0f/9a/750f9a9e7646a1d471c513c351466287259dfa4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/71/88/9971889b1e3350d9257b1c7248675252f8fe6e70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ef/40/07ef404d930e2cab1d386604cd94aa09e21d8f5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4c/98/994c980975a795dbe482b3fd8954f6dbf13949db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/e2/e9/73e2e9c433e5fccc05c79dc0832df85fc78ca7bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a8/3d/17a83de7c1dc1d814753f059b7f11169d0543d6e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/f0/c1/d7f0c176b5999f40e4c1a26aa9e729ee433ec1e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/34/49/b134497da9700b6e6ca646dfa11e2dee22dec25b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/a1/c2/b5a1c2c28768e5f8b2202a9bebf40d9008246462.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/90/1e/6a901e3d9f3676fe773e161ac612e9534bd0297c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/2d/853c2d475a57b9fd1f7b6bd7a8e4f072c760e4db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/99/68/439968c36e66f6018b251e2c62a374e0968388f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/02/df/b002df968caee7170160513c10f003a5344fd2b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/84/88/b784880d80003d7b4eafeade16691a7f99ff3c7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/6c/61/306c618436db8b6d75a1ecd4cd90b9674d716451.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/04/98/d204983757d947b0fa118573d36e1c6fca4c3fdb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/93/8d/d5938d0f7dd77e8e273cbd79b2449864737c9627.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/66/81/b566816ca55fd87cf4507558dffd5e961228901c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/3b/1f/463b1fd1b829353732659e778b617bab6978a7f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/ee/f7/b8eef72cccee5b1a27965385548a99af4275e88a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/75/f6/7f75f67f5f0a589d6d8301454fdbade9d8111acc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/54/63/a85463cc4420172efcc2a9023d375dd4481e2763.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/f5/9e/d5f59e017753e3b00ca4f6777a0232db18af310d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/b8/7e/43b87e1df1faa634499c27bdf78ee3ea2d71f9da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/08/01/dd080140fb80a2b7ff2aff0d4952641adf133405.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/2d/66/a62d66266cae661f7100fb9d8f2b80c8dc5ea5d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/0d/01/660d0180c46f7df1ec77048df7608272336add36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/c4/6a/30c46adc839341ba1574c78376e881391541b460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/1d/51/3f1d5174179ff5570d8e9ec8db868dc3c7911938.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ef/17/07ef17fb5425cc241ebe2199e6f70ec04627cb1d.jpg?rule=ad-large'],
'price': 45990,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw m3 3.0 bi-turbo s55 430 - toit carbon - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'M3 3.0 431ch M DKG',
'vin': None,
'year': 2016}
2026-03-30 15:10:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0673b2-8834-52db-a84c-152d60553df0 with identifier: 3125370001
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4b0673b2-8834-52db-a84c-152d60553df0
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F23%252Fce%252Fe1%252F23cee1ff3447f679c093c3d2db091027738a8746.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ce/e1/23cee1ff3447f679c093c3d2db091027738a8746.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F40%252F67%252F6e%252F40676e708abd01eacd38031e8a47b382b256032e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/40/67/6e/40676e708abd01eacd38031e8a47b382b256032e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5b%252F82%252Fa1%252F5b82a1e97ea16b1d6ab2710045e4e73652922d5c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/82/a1/5b82a1e97ea16b1d6ab2710045e4e73652922d5c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252Fb8%252F7e%252Fa3b87ee9e44fcf1581893ba538a0021f02ad6fad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/b8/7e/a3b87ee9e44fcf1581893ba538a0021f02ad6fad.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252F0f%252F9a%252F750f9a9e7646a1d471c513c351466287259dfa4f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/0f/9a/750f9a9e7646a1d471c513c351466287259dfa4f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252F71%252F88%252F9971889b1e3350d9257b1c7248675252f8fe6e70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/71/88/9971889b1e3350d9257b1c7248675252f8fe6e70.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F07%252Fef%252F40%252F07ef404d930e2cab1d386604cd94aa09e21d8f5a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ef/40/07ef404d930e2cab1d386604cd94aa09e21d8f5a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252F4c%252F98%252F994c980975a795dbe482b3fd8954f6dbf13949db.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4c/98/994c980975a795dbe482b3fd8954f6dbf13949db.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252Fe2%252Fe9%252F73e2e9c433e5fccc05c79dc0832df85fc78ca7bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/e2/e9/73e2e9c433e5fccc05c79dc0832df85fc78ca7bb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252Fa8%252F3d%252F17a83de7c1dc1d814753f059b7f11169d0543d6e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a8/3d/17a83de7c1dc1d814753f059b7f11169d0543d6e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4b0673b2-8834-52db-a84c-152d60553df0 with identifier 3125370001
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4b0673b2-8834-52db-a84c-152d60553df0
2026-03-30 15:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY sans fil\n'
' - Système audio Harman Kardon\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 19"\n'
' - Lave phares\n'
' - Phares Full LED\n'
' - Phares additionnels en virage\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Chauffage auxiliaire\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Pack carbone\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Sièges chauffants AV/AR\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Configuration 4 places\n'
' - Coques de rétroviseurs type carbone\n'
" - Ligne d'échappement sport\n"
' - Pneus été\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 431,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '4b0673b2-8834-52db-a84c-152d60553df0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3125370001',
'listing': 'auction',
'make': 'BMW',
'model': 'M3',
'odometer': 128000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ce/e1/23cee1ff3447f679c093c3d2db091027738a8746.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/67/6e/40676e708abd01eacd38031e8a47b382b256032e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/82/a1/5b82a1e97ea16b1d6ab2710045e4e73652922d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/b8/7e/a3b87ee9e44fcf1581893ba538a0021f02ad6fad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/0f/9a/750f9a9e7646a1d471c513c351466287259dfa4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/71/88/9971889b1e3350d9257b1c7248675252f8fe6e70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ef/40/07ef404d930e2cab1d386604cd94aa09e21d8f5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4c/98/994c980975a795dbe482b3fd8954f6dbf13949db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/e2/e9/73e2e9c433e5fccc05c79dc0832df85fc78ca7bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a8/3d/17a83de7c1dc1d814753f059b7f11169d0543d6e.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97046,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ce/e1/23cee1ff3447f679c093c3d2db091027738a8746.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87027,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/67/6e/40676e708abd01eacd38031e8a47b382b256032e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89276,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/82/a1/5b82a1e97ea16b1d6ab2710045e4e73652922d5c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90156,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/b8/7e/a3b87ee9e44fcf1581893ba538a0021f02ad6fad.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79642,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/0f/9a/750f9a9e7646a1d471c513c351466287259dfa4f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84042,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/71/88/9971889b1e3350d9257b1c7248675252f8fe6e70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91849,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/ef/40/07ef404d930e2cab1d386604cd94aa09e21d8f5a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134662,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4c/98/994c980975a795dbe482b3fd8954f6dbf13949db.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111273,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/e2/e9/73e2e9c433e5fccc05c79dc0832df85fc78ca7bb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0673b2-8834-52db-a84c-152d60553df0/4b0673b2-8834-52db-a84c-152d60553df0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117130,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a8/3d/17a83de7c1dc1d814753f059b7f11169d0543d6e.jpg?rule=ad-large',
'Width': 1067}],
'price': 45990,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw m3 3.0 bi-turbo s55 430 - toit carbon - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'M3 3.0 431ch M DKG',
'vin': None,
'year': 2016}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273125370001%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Saving data for 3125370001: {'created_time': 1774883404.330838, 'last_price_update_time': 1774883404.330852}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3125370001') HTTP/1.1" 204 0
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828892
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828892%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828892: 1
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828892
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Frein de parking auto\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
' - GPS Tactile\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828892',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 86000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/7d/cd/b67dcdcec80645a57de6b3403d68562a98328065.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f3/af/3af3afd70789f22f423002cf7c05deda3831c9a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/4e/5e/a64e5e0cec071b87a820edc82d810f908c378722.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/79/e5/5279e5e777153d938a21da908fe9063ae588996d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/a4/76/4ba4769dbe999d99b2a40c7b1e0671b38b87bf60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/39/7b/26397b17ac860dd0059b4083b797c281716cd3ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/5e/c6/085ec667370955f37c5a1216d8fb666509f8963a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/ac/ab/32acabf0c4f57827d1b244f5f61a094cafe392a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/0d/3f/970d3fd912f71d213af70a2a1cabd1a8fac34dc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/a5/db/bfa5dbb48ad0d5a3924f842bf5e85174a9dd93f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/ff/6d/daff6d3a9aad9479a321aaa1937f1a912fb55d20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/82/03/2682037ec1d7c4a058185e6d864eb6e6135896c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ab/07/22ab07ad28920e7e1220030bb29dbd590aa3ac80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/b9/e6/f8b9e62e8283bf86585168230291055058b34542.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/36/5d/25365d7ecab2b9f447b4a69014a6f8dccafea3b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/90/78/019078f9cc3c1a0de5e7b7a4f552fc9e2d6bdb4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1a/df/571adf595d19b96a90bf575d9b133cb7c7525141.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/3e/c2/313ec2a89ece82d46b5e380302898c7592cfda96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/08/18/6008187c0c9bb479edd7fa9d23029577a704ffa5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/24/5b/fd245beeb709074a45636f1f7649841437578650.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/3c/15/5f3c157db33171d0e5c1565b84bf939bc8258266.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/80/de/c580de11ddc4cfa5ee2dd0bc6362b8dab6edf103.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/96/65/209665649bdc23ce8634c018f613348d20bad3ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/5a/d7/4d5ad75a98aa8ad7e368e6e8433ad1ee5cf80de2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/07/63/e30763290eb2a81e8dbf5cf2914081a761c28912.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/14/9c/34149cc4d4024ec6abcba562e4ca72b68b17fa98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/c9/8f/f5c98fec31b0a5dea1ac750b2c54178db6fa9bfd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/d6/a0/e9d6a0db7ffbe9410b041c3582d7fde7e3012b5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/86/0b/5c860b05c5eda3424edd3b22f69659d85ad206cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/93/d4/5e93d4003b91fc04ea955d91ac1543c6822609c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/69/05/1b69053768ad03f11e8d1684b872d587d057bfde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/61/4f/2f614f46a6044d3d6e1dfd6121de3286bbada6f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/74/844274a8c20554436112e3dd3b8f11cc4d5b3e9c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/40/4e/f9404e7493ed14e4b9bd67ecfaaf50567eabd749.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/a2/87/5aa2874ac4ce39beb376d08956b69e5878cf3dc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/2c/65/b92c6501e73650f89d0fe2a9af973ba624768a81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/70/de/b570de846febc54cb5caf558e6afa4e288f49d59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/e5/bb/95e5bb41b8126e2ddc27a6eec9c593dc6462ea9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/3d/5f/463d5f26184d2b84a64cb3e5f963750aaad44ff5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/6a/53/d36a535fd2652d193010907e50229db05062bf3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/82/4f/13824ff3072fb0468fa88929da40ebdb3eb1fbf7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/b4/9c/16b49c84576ec7afb48663f81aafde0d9d44802a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2e/6c/a12e6cecef10198fa2dce3b96bd466ba150118de.jpg?rule=ad-large'],
'price': 17490,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen golf sw 1.5 tsi 150 evo bluemotion carat dsg '
'bva-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Golf Sportsvan 1.5 TSI EVO 150ch BlueMotion Technology Carat DSG7 '
'Euro6d-T',
'vin': None,
'year': 2019}
2026-03-30 15:10:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 6afdd131-23fd-5f86-b1e1-03c3ecc26302 with identifier: 3091828892
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6afdd131-23fd-5f86-b1e1-03c3ecc26302
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252F7d%252Fcd%252Fb67dcdcec80645a57de6b3403d68562a98328065.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/7d/cd/b67dcdcec80645a57de6b3403d68562a98328065.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252Ff3%252Faf%252F3af3afd70789f22f423002cf7c05deda3831c9a5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f3/af/3af3afd70789f22f423002cf7c05deda3831c9a5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa6%252F4e%252F5e%252Fa64e5e0cec071b87a820edc82d810f908c378722.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/4e/5e/a64e5e0cec071b87a820edc82d810f908c378722.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F52%252F79%252Fe5%252F5279e5e777153d938a21da908fe9063ae588996d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/79/e5/5279e5e777153d938a21da908fe9063ae588996d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4b%252Fa4%252F76%252F4ba4769dbe999d99b2a40c7b1e0671b38b87bf60.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/a4/76/4ba4769dbe999d99b2a40c7b1e0671b38b87bf60.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F26%252F39%252F7b%252F26397b17ac860dd0059b4083b797c281716cd3ec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/26/39/7b/26397b17ac860dd0059b4083b797c281716cd3ec.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F5e%252Fc6%252F085ec667370955f37c5a1216d8fb666509f8963a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/5e/c6/085ec667370955f37c5a1216d8fb666509f8963a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F32%252Fac%252Fab%252F32acabf0c4f57827d1b244f5f61a094cafe392a7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/32/ac/ab/32acabf0c4f57827d1b244f5f61a094cafe392a7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252F0d%252F3f%252F970d3fd912f71d213af70a2a1cabd1a8fac34dc9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/0d/3f/970d3fd912f71d213af70a2a1cabd1a8fac34dc9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbf%252Fa5%252Fdb%252Fbfa5dbb48ad0d5a3924f842bf5e85174a9dd93f2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/a5/db/bfa5dbb48ad0d5a3924f842bf5e85174a9dd93f2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 6afdd131-23fd-5f86-b1e1-03c3ecc26302 with identifier 3091828892
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 6afdd131-23fd-5f86-b1e1-03c3ecc26302
2026-03-30 15:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Frein de parking auto\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Attelage\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
' - GPS Tactile\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '6afdd131-23fd-5f86-b1e1-03c3ecc26302',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828892',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 86000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 43,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/7d/cd/b67dcdcec80645a57de6b3403d68562a98328065.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f3/af/3af3afd70789f22f423002cf7c05deda3831c9a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/4e/5e/a64e5e0cec071b87a820edc82d810f908c378722.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/79/e5/5279e5e777153d938a21da908fe9063ae588996d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/a4/76/4ba4769dbe999d99b2a40c7b1e0671b38b87bf60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/39/7b/26397b17ac860dd0059b4083b797c281716cd3ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/5e/c6/085ec667370955f37c5a1216d8fb666509f8963a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/ac/ab/32acabf0c4f57827d1b244f5f61a094cafe392a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/0d/3f/970d3fd912f71d213af70a2a1cabd1a8fac34dc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/a5/db/bfa5dbb48ad0d5a3924f842bf5e85174a9dd93f2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179677,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/7d/cd/b67dcdcec80645a57de6b3403d68562a98328065.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f3/af/3af3afd70789f22f423002cf7c05deda3831c9a5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148763,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/4e/5e/a64e5e0cec071b87a820edc82d810f908c378722.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164876,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/79/e5/5279e5e777153d938a21da908fe9063ae588996d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/a4/76/4ba4769dbe999d99b2a40c7b1e0671b38b87bf60.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163618,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/39/7b/26397b17ac860dd0059b4083b797c281716cd3ec.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150688,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/5e/c6/085ec667370955f37c5a1216d8fb666509f8963a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158218,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/ac/ab/32acabf0c4f57827d1b244f5f61a094cafe392a7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128928,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/0d/3f/970d3fd912f71d213af70a2a1cabd1a8fac34dc9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac251ee-2918-5af2-ac7b-509250bb1f06/bac251ee-2918-5af2-ac7b-509250bb1f06_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105108,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/a5/db/bfa5dbb48ad0d5a3924f842bf5e85174a9dd93f2.jpg?rule=ad-large',
'Width': 1067}],
'price': 17490,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen golf sw 1.5 tsi 150 evo bluemotion carat dsg '
'bva-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Golf Sportsvan 1.5 TSI EVO 150ch BlueMotion Technology Carat DSG7 '
'Euro6d-T',
'vin': None,
'year': 2019}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828892%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828892: {'created_time': 1774883404.623135, 'last_price_update_time': 1774883404.623151}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828892') HTTP/1.1" 204 0
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165044647
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165044647%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165044647: 1
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165044647
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165044647',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 92000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/a5/c0/2ba5c0c4817815aafffddc0e45d6fe58f819fde9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/46/56/314656d923c4652a1ba2b55fb06c62895f49c228.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/88/89/c48889bb7c4a49b22ea9e8a62e317816a0f82476.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/30/e0/a030e07a68e19573ae8673edfb8d5b2f353cdf96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/94/99/9594994bbf37b9c900ca4e4318af559719a76cd1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/8c/4b/048c4b27e36bd70e7ba79b2f6442673e9e0b4794.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/d3/4f/2fd34f976634d4886c3929962ce78c87cbc10854.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/bd/da/51bdda0f0781e47c70d2f40a08337b228440a2e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/8d/08/be8d08011e06d88fc3efb09db24c64565c4a3211.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/c8/42/56c8426206df0bce8a00dc57db6af7b9436b5b97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/ed/a4/87eda4c8eb045c1ce3cc8d311d9e5d7f1cbc1e9b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/78/91/4a78917f321a3c003bc72d8de3e2695803eb774b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/e6/f0/90e6f000e70ebdb7fc38c3aac04c578dba301cdb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/a0/00/66a0002eaa0250d0811e39bdfcafdf9bef2738f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/00/88/7b008889d50570eb7545e1b51901c4cbde8b6852.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/35/a2/2b35a2738d91b2586bf8005bff526dd30409f797.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/db/ff/11dbff48e6b11f672def204341966d7a8eef6b4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/ff/b0/f8ffb0fa8d6be5eaaa8e2f1f7fadcbffc4929b65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/5b/1e/ed5b1e1f1754687b66a3fbe5c22753bf465ca14b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/9a/1e/669a1ebfda5d1eb67f9afcca96a538cfc3cca467.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/60/d6/cf60d6c5d9efb6963324e9ffcf16897173fbd2c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/e8/11/6be811b8f36c0a327d944a60bc4acc456635c273.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/5c/89/e25c89fd8a93826d39f7ac63d9a7f2af3e6726e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/7c/1a/9c7c1a1e37b70e3bcd43fe5e18107ea5e731a1fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/7e/fa/db7efa09454f41d46ffd8757b3b4cf8b701491c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/58/aa/4a58aa624397864f8fb6f6dac0cee7c35b6be407.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/a0/06/a4a006b07099d382dcddd295b4e0df33da6258d9.jpg?rule=ad-large'],
'price': 15290,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 1.5 118i 135 m-sport bva sièges chauffants - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Série 1 118i 140ch M Sport 121g',
'vin': None,
'year': 2019}
2026-03-30 15:10:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5 with identifier: 3165044647
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2b%252Fa5%252Fc0%252F2ba5c0c4817815aafffddc0e45d6fe58f819fde9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/a5/c0/2ba5c0c4817815aafffddc0e45d6fe58f819fde9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F31%252F46%252F56%252F314656d923c4652a1ba2b55fb06c62895f49c228.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/46/56/314656d923c4652a1ba2b55fb06c62895f49c228.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc4%252F88%252F89%252Fc48889bb7c4a49b22ea9e8a62e317816a0f82476.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/88/89/c48889bb7c4a49b22ea9e8a62e317816a0f82476.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F30%252Fe0%252Fa030e07a68e19573ae8673edfb8d5b2f353cdf96.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/30/e0/a030e07a68e19573ae8673edfb8d5b2f353cdf96.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252F94%252F99%252F9594994bbf37b9c900ca4e4318af559719a76cd1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/94/99/9594994bbf37b9c900ca4e4318af559719a76cd1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252F8c%252F4b%252F048c4b27e36bd70e7ba79b2f6442673e9e0b4794.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/8c/4b/048c4b27e36bd70e7ba79b2f6442673e9e0b4794.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2f%252Fd3%252F4f%252F2fd34f976634d4886c3929962ce78c87cbc10854.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/d3/4f/2fd34f976634d4886c3929962ce78c87cbc10854.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F51%252Fbd%252Fda%252F51bdda0f0781e47c70d2f40a08337b228440a2e3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/51/bd/da/51bdda0f0781e47c70d2f40a08337b228440a2e3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252F8d%252F08%252Fbe8d08011e06d88fc3efb09db24c64565c4a3211.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/8d/08/be8d08011e06d88fc3efb09db24c64565c4a3211.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252Fc8%252F42%252F56c8426206df0bce8a00dc57db6af7b9436b5b97.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/c8/42/56c8426206df0bce8a00dc57db6af7b9436b5b97.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5 with identifier 3165044647
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5
2026-03-30 15:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé sans clé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
'\n'
'Autres équipements et informations :\n'
' - Compatible E-10\n'
' - Double des clés\n'
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165044647',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 92000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 27,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/a5/c0/2ba5c0c4817815aafffddc0e45d6fe58f819fde9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/46/56/314656d923c4652a1ba2b55fb06c62895f49c228.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/88/89/c48889bb7c4a49b22ea9e8a62e317816a0f82476.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/30/e0/a030e07a68e19573ae8673edfb8d5b2f353cdf96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/94/99/9594994bbf37b9c900ca4e4318af559719a76cd1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/8c/4b/048c4b27e36bd70e7ba79b2f6442673e9e0b4794.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/d3/4f/2fd34f976634d4886c3929962ce78c87cbc10854.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/bd/da/51bdda0f0781e47c70d2f40a08337b228440a2e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/8d/08/be8d08011e06d88fc3efb09db24c64565c4a3211.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/c8/42/56c8426206df0bce8a00dc57db6af7b9436b5b97.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101128,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/a5/c0/2ba5c0c4817815aafffddc0e45d6fe58f819fde9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102571,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/46/56/314656d923c4652a1ba2b55fb06c62895f49c228.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102704,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/88/89/c48889bb7c4a49b22ea9e8a62e317816a0f82476.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89187,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/30/e0/a030e07a68e19573ae8673edfb8d5b2f353cdf96.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94367,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/94/99/9594994bbf37b9c900ca4e4318af559719a76cd1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90659,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/8c/4b/048c4b27e36bd70e7ba79b2f6442673e9e0b4794.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98364,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/d3/4f/2fd34f976634d4886c3929962ce78c87cbc10854.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92369,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/bd/da/51bdda0f0781e47c70d2f40a08337b228440a2e3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119114,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/8d/08/be8d08011e06d88fc3efb09db24c64565c4a3211.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5/a8fb1eee-5e70-55cd-8a6d-cc9d37b948d5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129607,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/c8/42/56c8426206df0bce8a00dc57db6af7b9436b5b97.jpg?rule=ad-large',
'Width': 1067}],
'price': 15290,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 1.5 118i 135 m-sport bva sièges chauffants - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Série 1 118i 140ch M Sport 121g',
'vin': None,
'year': 2019}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165044647%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Saving data for 3165044647: {'created_time': 1774883404.894349, 'last_price_update_time': 1774883404.89436}
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165044647') HTTP/1.1" 204 0
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3114817143
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273114817143%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scrape type for 3114817143: 1
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3114817143
2026-03-30 15:10:04 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Pack extérieur GT line\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
" - Avertisseur d'angle mort\n"
' - Feux automatiques\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 132,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3114817143',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 178000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/96/22/cf962230f534f6cd0ad67811977b5e8ff44bb68f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/39/1c/05391c2186da9932dc1b5d5da932a502efc2f48a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/d1/c0/f7d1c05bbf26da6f1ee87af707d115a1dc03c321.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/31/69/0b316962f10b904156e171c330e859bf6e79b905.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/10/2a/b2102aca43dd5e1b7955ad45c935f78b28764260.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/92/56/869256af77a6ea5be85341baa512b0af82406f1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/81/b8/3381b8f64887380d2ffe1b1f365ae2168e1b4a6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/09/cb/7709cbc72882af7b486d32fb7d5834c5f476f8ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/8f/de/d48fde8f57bb27b63e5f53c5c1c9099df5bddc29.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/25/f2/6425f21ef65e2ca475a4208b96cc4f192b0deb3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/2c/8b/c02c8b50ab69a591f5a1a5296c8b872343912afb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/9e/95/6f9e954185a8acd00fd573f102763ef8352a3219.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/9c/58/179c58c4d44d958a5145038e6f522cf14b4ac131.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/41/cc/d741cc471a7a317055f0c3e04fdba8ac6290d318.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/bb/f5/8abbf5182ef4c276900a91909117a22b20202f1a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/72/35/7b723533b4bc506467278671a0f602f835295db6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/1d/d0/0e1dd0d5d7eef605fcc48b9f9be1f55e7d8ac662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/33/92/613392d6ded4f4d3c9f955e30e14fc7a20243c0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/b9/c9/7db9c94a0f3b58ca7b0078fd18cccc58327d347c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/80/1b/0c801b20c9b416159ba16e64d811fa4ae6d6756d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/0e/ed/640eed290d94be9e289cfbecf54e2f48c12145e9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/e4/03/25e40394df258b7356acc91682ce009374fdf671.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/74/19/497419d09c5f4ccccc0cd1b58f86a6f80e35f7ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/03/e7/4703e75a0f1983bbe9957330c547ce5052c12f3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/de/99/4ede99318b27a7899209a95046dda4bfefe5031a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8f/29/e68f29add01fcf9cbd123da505bd1b36c432b680.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/ec/c4/0becc41a2472ba638dfd786e175a67bd322ca2fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/a9/84/8ea984adbfd3798a8d6837bf213115735549d377.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/19/41/98194144d080fbc5f58d7eab050106bd6a78ac3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/2f/e1/972fe1db8c5c7a8bdfc0a9635f946793407acc88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/06/fb/cd06fb7d0d1c3352ccbe338bf00e83b0383bfcc5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/64/49/bd64496c8cd9048981cc27fb4eb65316a73764e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/f6/01/def601ce0e8d380d31d96595c0469ba091b500ad.jpg?rule=ad-large'],
'price': 8790,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault megane 1.2 tce 130 gt line edc bva - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Megane 1.6 TCe 205ch energy GT EDC',
'vin': None,
'year': 2017}
2026-03-30 15:10:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4736b894-4c30-5914-b6b8-358d7b7293ae with identifier: 3114817143
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4736b894-4c30-5914-b6b8-358d7b7293ae
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcf%252F96%252F22%252Fcf962230f534f6cd0ad67811977b5e8ff44bb68f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/96/22/cf962230f534f6cd0ad67811977b5e8ff44bb68f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F05%252F39%252F1c%252F05391c2186da9932dc1b5d5da932a502efc2f48a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/05/39/1c/05391c2186da9932dc1b5d5da932a502efc2f48a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff7%252Fd1%252Fc0%252Ff7d1c05bbf26da6f1ee87af707d115a1dc03c321.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/d1/c0/f7d1c05bbf26da6f1ee87af707d115a1dc03c321.jpg?rule=ad-large already downloaded
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0b%252F31%252F69%252F0b316962f10b904156e171c330e859bf6e79b905.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/31/69/0b316962f10b904156e171c330e859bf6e79b905.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252F10%252F2a%252Fb2102aca43dd5e1b7955ad45c935f78b28764260.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/10/2a/b2102aca43dd5e1b7955ad45c935f78b28764260.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F92%252F56%252F869256af77a6ea5be85341baa512b0af82406f1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/92/56/869256af77a6ea5be85341baa512b0af82406f1d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F33%252F81%252Fb8%252F3381b8f64887380d2ffe1b1f365ae2168e1b4a6b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/81/b8/3381b8f64887380d2ffe1b1f365ae2168e1b4a6b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F77%252F09%252Fcb%252F7709cbc72882af7b486d32fb7d5834c5f476f8ca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/77/09/cb/7709cbc72882af7b486d32fb7d5834c5f476f8ca.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd4%252F8f%252Fde%252Fd48fde8f57bb27b63e5f53c5c1c9099df5bddc29.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/8f/de/d48fde8f57bb27b63e5f53c5c1c9099df5bddc29.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F64%252F25%252Ff2%252F6425f21ef65e2ca475a4208b96cc4f192b0deb3c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/64/25/f2/6425f21ef65e2ca475a4208b96cc4f192b0deb3c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4736b894-4c30-5914-b6b8-358d7b7293ae with identifier 3114817143
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4736b894-4c30-5914-b6b8-358d7b7293ae
2026-03-30 15:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Prise USB\n'
' - Radio\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Pack extérieur GT line\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
" - Avertisseur d'angle mort\n"
' - Feux automatiques\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 132,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '4736b894-4c30-5914-b6b8-358d7b7293ae',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3114817143',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 178000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/96/22/cf962230f534f6cd0ad67811977b5e8ff44bb68f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/39/1c/05391c2186da9932dc1b5d5da932a502efc2f48a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/d1/c0/f7d1c05bbf26da6f1ee87af707d115a1dc03c321.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/31/69/0b316962f10b904156e171c330e859bf6e79b905.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/10/2a/b2102aca43dd5e1b7955ad45c935f78b28764260.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/92/56/869256af77a6ea5be85341baa512b0af82406f1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/81/b8/3381b8f64887380d2ffe1b1f365ae2168e1b4a6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/09/cb/7709cbc72882af7b486d32fb7d5834c5f476f8ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/8f/de/d48fde8f57bb27b63e5f53c5c1c9099df5bddc29.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/25/f2/6425f21ef65e2ca475a4208b96cc4f192b0deb3c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101305,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/96/22/cf962230f534f6cd0ad67811977b5e8ff44bb68f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92101,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/39/1c/05391c2186da9932dc1b5d5da932a502efc2f48a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97845,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/d1/c0/f7d1c05bbf26da6f1ee87af707d115a1dc03c321.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83273,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/31/69/0b316962f10b904156e171c330e859bf6e79b905.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101168,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/10/2a/b2102aca43dd5e1b7955ad45c935f78b28764260.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90815,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/92/56/869256af77a6ea5be85341baa512b0af82406f1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/81/b8/3381b8f64887380d2ffe1b1f365ae2168e1b4a6b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89513,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/09/cb/7709cbc72882af7b486d32fb7d5834c5f476f8ca.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129100,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/8f/de/d48fde8f57bb27b63e5f53c5c1c9099df5bddc29.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4736b894-4c30-5914-b6b8-358d7b7293ae/4736b894-4c30-5914-b6b8-358d7b7293ae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133829,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/25/f2/6425f21ef65e2ca475a4208b96cc4f192b0deb3c.jpg?rule=ad-large',
'Width': 1067}],
'price': 8790,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault megane 1.2 tce 130 gt line edc bva - camera - garantie 6 '
'mois',
'transmission': 'automatic',
'trim': 'Megane 1.6 TCe 205ch energy GT EDC',
'vin': None,
'year': 2017}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273114817143%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Saving data for 3114817143: {'created_time': 1774883405.129938, 'last_price_update_time': 1774883405.129948}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3114817143') HTTP/1.1" 204 0
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829399
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829399%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829399: 1
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829399
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Sièges sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Phares Full LED\n'
' - Phares LED\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
" - Ligne d'échappement sport\n"
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - ESP\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829399',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 81500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/83/bb/e7/83bbe7027bfe2bcee9fca5a185dbccc9e6c695de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/14/9b/72149b8891d25609786dc8776c3e80efbfe90a79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/a0/62/9ca062a8b85ec86348ec7ee6079e890295be2e31.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9c/04/ea9c049be163501c80db966ff8d209170e48a72d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/64/90/036490c54b8cf51f4c4ebfb6c75b75f8dacf19ae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/e8/04/3be8041d87226c84c9110da67f0b28a6310311c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/86/fe/0386fecfc64df3f5ddff8831eb1292ec30f35076.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/8e/7d/988e7d1e8f7c57320ccfe10a9d991a21ab423dfc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/b6/4a/51b64a1f91fb550ab1cb4f6ded52e50b5c346caa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/6d/a0/736da009d2c2612d2bc8c4ca7703d545c29c8b46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/03/e6/ba03e6d2985bc7ec88e62d82140feb29943902a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/9c/79/a29c79e8dd4aacc1e0edd5a8f719cd75b9087ea7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/fb/64/22fb644d9a3536aa698bc5b3da3fcd1d71e1680a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/f4/ca/c5f4caa32af6a86d27db252be45a01e31b32de84.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/e1/81/17e1811e1fb852ea73ed594904c03fa89eed1cad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/3f/7e/043f7e94af0c3710b1a86084f712ec08ba55937d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/e1/5b/e9e15bde4633ca4016bb218375c11054084f6653.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/ec/44/10ec44fc3c0538c82367b1296c287f8bed9aaa32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/6c/e6/466ce61a16b8f151cd1615eb584eb1dad5fa5a7f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/cb/eb/00cbeb70a3ba4e2588e60f7a32d835d5479d0c36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/e6/a4/37e6a4a4bcdb66725954e7d793bdb25ca70ca839.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/58/09/0a58099778627ad1569e4c7d2ea2f4a587af414e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/01/a2/0c01a2676e73690a9a43e4e4674a021e558966b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/c9/f3/98c9f30a4498cf986ffc7086a5ce813434194e76.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/13/f1/eb13f1267e8e6da7a63eb319c7f9a5d79f1e2a60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/83/fa/9183fa0a6adfb230e081773c86afc91c36af26b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/3c/8d/4d3c8df15da78f6f83894965f816fee9a95826ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/8d/9b/e88d9bd601bdc77657f25814c7ee764bec1aa101.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/b2/61/75b2616fa1909af08ba3bcb1bd55e8d8cc18ecb3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/f5/91/5bf591686f36968bc62f767d5855e9abc9fc4d40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/6c/04/1d6c045674f85a16eb6c744a63b1f08433fd6dbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/3b/aa/623baa8626ce977993d29d8c4adf778977233897.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/99/28/969928d0f7214519f6b031aff48f899e806b3f17.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/e0/79/0fe079a90dc4890a2861c62ad978d6204b822b2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/fc/54/eefc540c85af10550eff2f938eafe8c9a8fddd78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/7d/46/287d4662568992db6e6ba909a95a33be0ac4302b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/23/03/0b23032b2dc2c1a7841113867e0d3754124631d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/01/42/170142e91dcd2d7ab3969d49a64ff688b8f9cf06.jpg?rule=ad-large'],
'price': 19489,
'price_includes_vat': False,
'registration_date': '2016-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé f22 2.0 220 i 185 sport bva - sieges chauffants - '
'camera - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé 220iA 184ch Sport',
'vin': None,
'year': 2016}
2026-03-30 15:10:05 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: cc6d1e03-9862-53e8-8a70-cbf3adc4acb5 with identifier: 3091829399
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cc6d1e03-9862-53e8-8a70-cbf3adc4acb5
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252Fbb%252Fe7%252F83bbe7027bfe2bcee9fca5a185dbccc9e6c695de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/bb/e7/83bbe7027bfe2bcee9fca5a185dbccc9e6c695de.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F72%252F14%252F9b%252F72149b8891d25609786dc8776c3e80efbfe90a79.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/72/14/9b/72149b8891d25609786dc8776c3e80efbfe90a79.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252Fa0%252F62%252F9ca062a8b85ec86348ec7ee6079e890295be2e31.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/a0/62/9ca062a8b85ec86348ec7ee6079e890295be2e31.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fea%252F9c%252F04%252Fea9c049be163501c80db966ff8d209170e48a72d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9c/04/ea9c049be163501c80db966ff8d209170e48a72d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F03%252F64%252F90%252F036490c54b8cf51f4c4ebfb6c75b75f8dacf19ae.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/03/64/90/036490c54b8cf51f4c4ebfb6c75b75f8dacf19ae.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3b%252Fe8%252F04%252F3be8041d87226c84c9110da67f0b28a6310311c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/e8/04/3be8041d87226c84c9110da67f0b28a6310311c7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F03%252F86%252Ffe%252F0386fecfc64df3f5ddff8831eb1292ec30f35076.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/03/86/fe/0386fecfc64df3f5ddff8831eb1292ec30f35076.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252F8e%252F7d%252F988e7d1e8f7c57320ccfe10a9d991a21ab423dfc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/8e/7d/988e7d1e8f7c57320ccfe10a9d991a21ab423dfc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F51%252Fb6%252F4a%252F51b64a1f91fb550ab1cb4f6ded52e50b5c346caa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/51/b6/4a/51b64a1f91fb550ab1cb4f6ded52e50b5c346caa.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F6d%252Fa0%252F736da009d2c2612d2bc8c4ca7703d545c29c8b46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/6d/a0/736da009d2c2612d2bc8c4ca7703d545c29c8b46.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: cc6d1e03-9862-53e8-8a70-cbf3adc4acb5 with identifier 3091829399
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item cc6d1e03-9862-53e8-8a70-cbf3adc4acb5
2026-03-30 15:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Sièges sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Phares Full LED\n'
' - Phares LED\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
" - Ligne d'échappement sport\n"
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - ESP\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'cc6d1e03-9862-53e8-8a70-cbf3adc4acb5',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829399',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 81500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 38,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/83/bb/e7/83bbe7027bfe2bcee9fca5a185dbccc9e6c695de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/14/9b/72149b8891d25609786dc8776c3e80efbfe90a79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/a0/62/9ca062a8b85ec86348ec7ee6079e890295be2e31.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9c/04/ea9c049be163501c80db966ff8d209170e48a72d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/64/90/036490c54b8cf51f4c4ebfb6c75b75f8dacf19ae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/e8/04/3be8041d87226c84c9110da67f0b28a6310311c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/86/fe/0386fecfc64df3f5ddff8831eb1292ec30f35076.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/8e/7d/988e7d1e8f7c57320ccfe10a9d991a21ab423dfc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/b6/4a/51b64a1f91fb550ab1cb4f6ded52e50b5c346caa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/6d/a0/736da009d2c2612d2bc8c4ca7703d545c29c8b46.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97118,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/bb/e7/83bbe7027bfe2bcee9fca5a185dbccc9e6c695de.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84589,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/14/9b/72149b8891d25609786dc8776c3e80efbfe90a79.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85297,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/a0/62/9ca062a8b85ec86348ec7ee6079e890295be2e31.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80398,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9c/04/ea9c049be163501c80db966ff8d209170e48a72d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87473,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/64/90/036490c54b8cf51f4c4ebfb6c75b75f8dacf19ae.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86611,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/e8/04/3be8041d87226c84c9110da67f0b28a6310311c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86143,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/86/fe/0386fecfc64df3f5ddff8831eb1292ec30f35076.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121037,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/8e/7d/988e7d1e8f7c57320ccfe10a9d991a21ab423dfc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc6d1e03-9862-53e8-8a70-cbf3adc4acb5/cc6d1e03-9862-53e8-8a70-cbf3adc4acb5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95248,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/b6/4a/51b64a1f91fb550ab1cb4f6ded52e50b5c346caa.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_659b94ba-8de8-5c28-a38a-c72ec35b1ca0/659b94ba-8de8-5c28-a38a-c72ec35b1ca0_image_10.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144145,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/6d/a0/736da009d2c2612d2bc8c4ca7703d545c29c8b46.jpg?rule=ad-large',
'Width': 1067}],
'price': 19489,
'price_includes_vat': False,
'registration_date': '2016-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé f22 2.0 220 i 185 sport bva - sieges chauffants - '
'camera - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé 220iA 184ch Sport',
'vin': None,
'year': 2016}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829399%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829399: {'created_time': 1774883405.387184, 'last_price_update_time': 1774883405.387194}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829399') HTTP/1.1" 204 0
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3160035478
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273160035478%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scrape type for 3160035478: 1
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3160035478
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Sièges sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 20"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 209,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3160035478',
'listing': 'auction',
'make': 'ALFA ROMEO',
'model': 'Stelvio',
'odometer': 107000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/2c/6b/fc2c6b4d3129853333bc4ca98ecfb5214046ee40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/96/59/9e9659907010528b5978f757bdf8d47f522f7c70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/58/97/6a5897702791d4b3cf3000c5e9d868e262860b32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/d9/24/02d924be8e380849c3958e18869f6f94bafcc7dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/fa/cf/b9facf63428ee27b09d2422afd8d9238fb2a1c61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/fd/c6/e0fdc67a1553a7dadb4e4d58cdd628f4687e5ad8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b0/ae/a1b0aee782eed02c5d5bb08f90ba72039a831795.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/73/3c/49733c8534d2f4db7e9e94199733ff6367a91943.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/89/05/09890505f0adf015f1c016f2153abdd67bca43f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/08/b0/7b08b082d7351294d5defbfe1e643817ec1a2b9f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/9f/5a/b59f5a37dfdfa0647baede2dfb3f3a0b14c09881.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/1a/12/501a12a585df53b49f7ec2845a5a1cb3597107b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/8b/24/408b24ba0e3a65e7fdc5fa894cc7612c88ceda11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/d9/1a/67d91a2a917a8705ea462e58084585e2ff391ec9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/20/90/bf20908239a01bc9b161c0462017f7d9b2e05513.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/15/d2/9e15d2cf38e7eb0d53da74f727daa05ca0cc7a3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/80/ba/4f80ba7ee7033b800c6bb2e5720cd119b0fcf726.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/6c/d7/2e6cd74215c81efc177d3a6a12ae953331fca981.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/69/0c/c5690cbb9da12ade5003291c07f88c2fb9046e53.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/23/bd/4a23bd65f0a1a6c6ea025e39fecbe8669b813810.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/e6/67/b6e667d8b8bd74ec7ffdba7072df20bc9c00b855.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/81/96/84819639d3bc6c5c208b6e2a1ec60d69182483f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/2b/27/e12b27a6caf64fb28a82f59b9268f5948f9bb1d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/3d/3c/403d3c03257da0d68102f4abca871faf355ed3bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/6d/ce/296dce23bdca6492a22afc45e2f45013b4effbf8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/ea/55/1aea559afbf1d5a85c244d23b489b3f12987837c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/f2/65/b9f2658af033e012be734b14f8952bba204153c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/32/a3/5132a38eba11d8d01a99aa5c18514692915be2fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/2c/dc/892cdc8f07fecadfcc67ea8a09f56cb5b570814a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/c7/00/d6c700c9655189960ef76ccbd4f5101d47606393.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/89/40/418940e607f3ae8bca8ed91295078fce642f803b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/c8/89/eec8895da875941ce82734b2e3f9d4709542ebab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/0f/a7/gh0fa7a7f951927f1bcb418e573cc25b98eaf6b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/75/f1/8375f1a1ba5334175de27c820137d193c1fceeaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/2b/4b/cd2b4b14ca1c0330afdd5f8f1d694994b72ba158.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/36/a5/gh36a550c853c45d93cd870748e11adccb61d0dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/c9/82/f8c982bec181d9002c5a74ff967066a1393fdbdd.jpg?rule=ad-large'],
'price': 25990,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa romeo stelvio 2.2 d 210 turismo q4 - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Stelvio 2.2 Diesel 210ch Turismo Q4 AT8 MY19',
'vin': None,
'year': 2019}
2026-03-30 15:10:05 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 694dbc79-bc05-5287-a725-efc137c69ce1 with identifier: 3160035478
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 694dbc79-bc05-5287-a725-efc137c69ce1
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F2c%252F6b%252Ffc2c6b4d3129853333bc4ca98ecfb5214046ee40.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/2c/6b/fc2c6b4d3129853333bc4ca98ecfb5214046ee40.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9e%252F96%252F59%252F9e9659907010528b5978f757bdf8d47f522f7c70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/96/59/9e9659907010528b5978f757bdf8d47f522f7c70.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6a%252F58%252F97%252F6a5897702791d4b3cf3000c5e9d868e262860b32.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/58/97/6a5897702791d4b3cf3000c5e9d868e262860b32.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F02%252Fd9%252F24%252F02d924be8e380849c3958e18869f6f94bafcc7dd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/02/d9/24/02d924be8e380849c3958e18869f6f94bafcc7dd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb9%252Ffa%252Fcf%252Fb9facf63428ee27b09d2422afd8d9238fb2a1c61.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/fa/cf/b9facf63428ee27b09d2422afd8d9238fb2a1c61.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252Ffd%252Fc6%252Fe0fdc67a1553a7dadb4e4d58cdd628f4687e5ad8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/fd/c6/e0fdc67a1553a7dadb4e4d58cdd628f4687e5ad8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252Fb0%252Fae%252Fa1b0aee782eed02c5d5bb08f90ba72039a831795.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b0/ae/a1b0aee782eed02c5d5bb08f90ba72039a831795.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F49%252F73%252F3c%252F49733c8534d2f4db7e9e94199733ff6367a91943.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/49/73/3c/49733c8534d2f4db7e9e94199733ff6367a91943.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F09%252F89%252F05%252F09890505f0adf015f1c016f2153abdd67bca43f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/89/05/09890505f0adf015f1c016f2153abdd67bca43f7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252F08%252Fb0%252F7b08b082d7351294d5defbfe1e643817ec1a2b9f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/08/b0/7b08b082d7351294d5defbfe1e643817ec1a2b9f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 694dbc79-bc05-5287-a725-efc137c69ce1 with identifier 3160035478
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 694dbc79-bc05-5287-a725-efc137c69ce1
2026-03-30 15:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Sièges sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 20"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
' - Étriers de freins rouges\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 209,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '694dbc79-bc05-5287-a725-efc137c69ce1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3160035478',
'listing': 'auction',
'make': 'ALFA ROMEO',
'model': 'Stelvio',
'odometer': 107000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/2c/6b/fc2c6b4d3129853333bc4ca98ecfb5214046ee40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/96/59/9e9659907010528b5978f757bdf8d47f522f7c70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/58/97/6a5897702791d4b3cf3000c5e9d868e262860b32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/d9/24/02d924be8e380849c3958e18869f6f94bafcc7dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/fa/cf/b9facf63428ee27b09d2422afd8d9238fb2a1c61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/fd/c6/e0fdc67a1553a7dadb4e4d58cdd628f4687e5ad8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b0/ae/a1b0aee782eed02c5d5bb08f90ba72039a831795.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/73/3c/49733c8534d2f4db7e9e94199733ff6367a91943.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/89/05/09890505f0adf015f1c016f2153abdd67bca43f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/08/b0/7b08b082d7351294d5defbfe1e643817ec1a2b9f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102790,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/2c/6b/fc2c6b4d3129853333bc4ca98ecfb5214046ee40.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100440,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/96/59/9e9659907010528b5978f757bdf8d47f522f7c70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97037,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/58/97/6a5897702791d4b3cf3000c5e9d868e262860b32.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85047,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/d9/24/02d924be8e380849c3958e18869f6f94bafcc7dd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97271,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/fa/cf/b9facf63428ee27b09d2422afd8d9238fb2a1c61.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91046,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/fd/c6/e0fdc67a1553a7dadb4e4d58cdd628f4687e5ad8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126388,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b0/ae/a1b0aee782eed02c5d5bb08f90ba72039a831795.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121565,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/73/3c/49733c8534d2f4db7e9e94199733ff6367a91943.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86345,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/89/05/09890505f0adf015f1c016f2153abdd67bca43f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_694dbc79-bc05-5287-a725-efc137c69ce1/694dbc79-bc05-5287-a725-efc137c69ce1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122920,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/08/b0/7b08b082d7351294d5defbfe1e643817ec1a2b9f.jpg?rule=ad-large',
'Width': 1067}],
'price': 25990,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa romeo stelvio 2.2 d 210 turismo q4 - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Stelvio 2.2 Diesel 210ch Turismo Q4 AT8 MY19',
'vin': None,
'year': 2019}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273160035478%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Saving data for 3160035478: {'created_time': 1774883405.632644, 'last_price_update_time': 1774883405.632654}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3160035478') HTTP/1.1" 204 0
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829019
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829019%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829019: 1
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829019
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
' - Système audio BOSE\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Becquet escamotable électriquement\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 21"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Phares xénon\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Intérieur cuir nappa\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges chauffants AV/AR\n'
' - Sièges à mémoire\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pack chrono\n'
' - Pack extérieur\n'
' - Pack intérieur\n'
' - Pack sport chrono\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Réseau WIFI',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 421,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829019',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 136000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/ff/c2/10ffc2ec27090418c43df15ebab8e0982f0bdef1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/ec/2a/5cec2acf7415ac9d4b5575496be35f6dee6f44bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/e1/23/16e12303203b63f354b37e8a07f9c19a0052bf0b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/39/5b/2c395be26c50621967c44c34a3252743e0d2fc91.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/96/ae/c996ae6bad9a9efa0c286580b93befdb846594cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/c0/37/dac037ca7d24eaec35ee61441c9dc9ed0570c498.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/5a/d3/ce5ad3ff718be56b24c61ae207b68bd25ea3db16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/ae/e8/4baee8e02c70f79a12edf484885dd543d850aa48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/b1/53/84b153a0a3556c053a4ce82d981cb011c449a506.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/72/76/b57276d708118c93f48f9a4697b03428b230f937.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/c1/d1/c3c1d1db71f972778e70e3e4a2462619bec11e53.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/32/bd/a732bd3f4551bb28c93e19934fe8ef78553d58a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/dd/bb/d1ddbb1778097c287dcc21a40934612ff96a6402.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/b0/62/97b06282a9a8b97a5f7f71663fead708cdb6cb52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/41/9e/4e419eec7d44bbb91aa6649dd6675d8a481903f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/6e/d8/c46ed81fa8eff271af4300657ae8e1bb66e57fe4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ab/9c/56ab9c44700292f923842bd4723e8fd6414d1464.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/f7/be/13f7be7680755c9b6da537d81cd07886b33a41d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/55/d8/cc55d8e5baadaf684b30d0985fc728e5efebc662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/94/bf/c494bf112c37ce2a8455eb8b79cb5e2cb7f8fe46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/62/59/076259d0852b160ae7a5a97ff5005252bc917bd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/e2/c4/68e2c4518630179641c09f81804b47cb85036593.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d9/90/88d990cfa0b94a99fb746cc590c1feba6b58752d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/f2/6e/ghf26edfe92f2f6f0819dcc5038dcf7140425a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/a3/83/c5a383d7e7cc8e8e25888eeb2fc87edb30f1b9e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/f6/98/47f698db12766a260f3e4056c5e9128d8a2281f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/1f/94/be1f94d4f1e5955281cc03450b984cb945603154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/de/38/cfde3853e5058e976ec436107fa3747bc1ec0c55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/77/3c/96773cf6d449a9b277572312f1280924899ccb62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/df/8e/18df8ec98fb1501844e6d3613a139a28b9b2a505.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/fc/e3/c2fce38f5d0d223831f808750124aab76b22128e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/d3/68/39d36895d17783da0bcc7e54d87e474fbe9b3a09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/84/86/5b8486df50c4bfe1258b94e07cee6ed82438c1ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/65/e4/3e65e47e13555dea188fba74574f8cbf27c32847.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/ef/51/a2ef51cf21f009f2b4da873e9b7c00b9ffc20c56.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/a1/78/31a1781e4b3cc80e15185686b8a482879baabde1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/49/7c/74497c612ea6e3596de47af207f35510971d31f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/51/84/d55184bb5c1204dde3d477a3256da2a5cd1e0b77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/73/98/4c7398110716b661495089521586ec6cc81f01ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/d4/7c/fdd47c11e27c09b7dc21393db8027c7bb248ccf6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/a5/86/d3a586d3f90b692f30495f70f926cae182c9f45b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/09/dd/e709ddd898d17f5f076ee0869862f3ce58db8c59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/df/e3/68dfe350c6863b82cd3312529c04e9ff67012a61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/4c/3d/424c3da6fcdf0f436e38dfa7690ae44caf579c16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/bd/06/14bd06003ea5e46e22151e3c9c71330b75f74a41.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2d/dc/6d2ddc41968ea2c0d6a9d9315521803b2e9862b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/85/a6/ed85a6b67bbda09f08345cabdbe7da9efa8d177b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/7f/15/6a7f155729a9107a39cc7071722be0ad85291504.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/c9/cc/3ec9cc264a9c6884a055b562bdd962f8c563ea3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/85/44/95854440bea290157a88fd28ca6f9c7b762f161f.jpg?rule=ad-large'],
'price': 60790,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Porsche panamera 4.0 diesel 420 4s bva-pack chrono sport-toit '
'ouvrant-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Panamera 4.0 V8 422ch 4S Diesel',
'vin': None,
'year': 2017}
2026-03-30 15:10:05 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f9922517-96b2-59d0-a486-83cc8a2cfde2 with identifier: 3091829019
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f9922517-96b2-59d0-a486-83cc8a2cfde2
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F10%252Fff%252Fc2%252F10ffc2ec27090418c43df15ebab8e0982f0bdef1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/ff/c2/10ffc2ec27090418c43df15ebab8e0982f0bdef1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5c%252Fec%252F2a%252F5cec2acf7415ac9d4b5575496be35f6dee6f44bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/ec/2a/5cec2acf7415ac9d4b5575496be35f6dee6f44bd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Fe1%252F23%252F16e12303203b63f354b37e8a07f9c19a0052bf0b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/e1/23/16e12303203b63f354b37e8a07f9c19a0052bf0b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2c%252F39%252F5b%252F2c395be26c50621967c44c34a3252743e0d2fc91.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/39/5b/2c395be26c50621967c44c34a3252743e0d2fc91.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc9%252F96%252Fae%252Fc996ae6bad9a9efa0c286580b93befdb846594cb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/96/ae/c996ae6bad9a9efa0c286580b93befdb846594cb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252Fc0%252F37%252Fdac037ca7d24eaec35ee61441c9dc9ed0570c498.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/c0/37/dac037ca7d24eaec35ee61441c9dc9ed0570c498.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fce%252F5a%252Fd3%252Fce5ad3ff718be56b24c61ae207b68bd25ea3db16.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/5a/d3/ce5ad3ff718be56b24c61ae207b68bd25ea3db16.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4b%252Fae%252Fe8%252F4baee8e02c70f79a12edf484885dd543d850aa48.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/ae/e8/4baee8e02c70f79a12edf484885dd543d850aa48.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252Fb1%252F53%252F84b153a0a3556c053a4ce82d981cb011c449a506.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/b1/53/84b153a0a3556c053a4ce82d981cb011c449a506.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252F72%252F76%252Fb57276d708118c93f48f9a4697b03428b230f937.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/72/76/b57276d708118c93f48f9a4697b03428b230f937.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f9922517-96b2-59d0-a486-83cc8a2cfde2 with identifier 3091829019
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:05 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f9922517-96b2-59d0-a486-83cc8a2cfde2
2026-03-30 15:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Disque dur multimédia\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
' - Système audio BOSE\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Sièges sport\n'
' - Suspension pilotée\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Becquet escamotable électriquement\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 21"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Phares xénon\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Intérieur cuir nappa\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges chauffants AV/AR\n'
' - Sièges à mémoire\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pack chrono\n'
' - Pack extérieur\n'
' - Pack intérieur\n'
' - Pack sport chrono\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Réseau WIFI',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 421,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f9922517-96b2-59d0-a486-83cc8a2cfde2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829019',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 136000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 50,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/ff/c2/10ffc2ec27090418c43df15ebab8e0982f0bdef1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/ec/2a/5cec2acf7415ac9d4b5575496be35f6dee6f44bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/e1/23/16e12303203b63f354b37e8a07f9c19a0052bf0b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/39/5b/2c395be26c50621967c44c34a3252743e0d2fc91.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/96/ae/c996ae6bad9a9efa0c286580b93befdb846594cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/c0/37/dac037ca7d24eaec35ee61441c9dc9ed0570c498.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/5a/d3/ce5ad3ff718be56b24c61ae207b68bd25ea3db16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/ae/e8/4baee8e02c70f79a12edf484885dd543d850aa48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/b1/53/84b153a0a3556c053a4ce82d981cb011c449a506.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/72/76/b57276d708118c93f48f9a4697b03428b230f937.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165337,
'Height': 684,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/ff/c2/10ffc2ec27090418c43df15ebab8e0982f0bdef1.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203931,
'Height': 790,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/ec/2a/5cec2acf7415ac9d4b5575496be35f6dee6f44bd.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151919,
'Height': 668,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/e1/23/16e12303203b63f354b37e8a07f9c19a0052bf0b.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157583,
'Height': 562,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/39/5b/2c395be26c50621967c44c34a3252743e0d2fc91.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169063,
'Height': 695,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/96/ae/c996ae6bad9a9efa0c286580b93befdb846594cb.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200030,
'Height': 715,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/c0/37/dac037ca7d24eaec35ee61441c9dc9ed0570c498.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173747,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/5a/d3/ce5ad3ff718be56b24c61ae207b68bd25ea3db16.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168133,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/ae/e8/4baee8e02c70f79a12edf484885dd543d850aa48.jpg?rule=ad-large',
'Width': 1168},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165317,
'Height': 786,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/b1/53/84b153a0a3556c053a4ce82d981cb011c449a506.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_396ab5ab-3bfc-57a1-a717-9837d3001e1a/396ab5ab-3bfc-57a1-a717-9837d3001e1a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131476,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/72/76/b57276d708118c93f48f9a4697b03428b230f937.jpg?rule=ad-large',
'Width': 1103}],
'price': 60790,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Porsche panamera 4.0 diesel 420 4s bva-pack chrono sport-toit '
'ouvrant-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Panamera 4.0 V8 422ch 4S Diesel',
'vin': None,
'year': 2017}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829019%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829019: {'created_time': 1774883405.868248, 'last_price_update_time': 1774883405.868257}
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829019') HTTP/1.1" 204 0
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3130860061
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273130860061%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scrape type for 3130860061: 1
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3130860061
2026-03-30 15:10:05 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Pack Sport\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu 18"\n'
' - Pack extérieur GT line\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - Anti-démarrage\n'
' - Boîte à gants réfrigérée\n'
' - GPS Couleur\n'
' - Jantes acier\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3130860061',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 121500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/32/fa/ff/32faff2abd57e9da328444c1317374c75ff27f3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/5c/ae/375caeece2737dc7c3d923006c229b13883a60fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/10/53/a910537f1ab67bc08d747569e87f540272a72948.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/de/d2/13ded28a90a21f718bfa14b36d55ac7a295fc166.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/a4/bd/eda4bd3c5ae4a0dce299fa5f7051d09eba0f5979.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/bb/ad/dabbad9a7753e884cf2db9a59503288d419015fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/ab/55/aaab55a2df2171c75e358d88447c7a940927943d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/d0/29/0fd029b082fcb7d5070b1515caf9998d2d371f65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/a5/ea/fda5ea4297ee9ea3b0d94f17f8b5b49434ec288a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/8c/72/678c726b0ec2f4789f5d9b14cd055a85bcf4086c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/7c/6e/d67c6e506ba691a932e01dbbfcd89f9df6095f32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/bd/dc/3abddc3af8942388fdb537acb396473ca24aad58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/0c/46/350c46ca0e33f87642030a5cff73aac2e196b437.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/54/a5/d454a520b8f0516185b53fc0062715632d9f59bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/83/b1/ec83b1e0fe41dd58283af7e6eb4a1c350d59850b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/9e/2d/039e2dfdc240e161f14cb420fa4fb1c14fd74afb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/eb/70/9beb70eb6572f5b1f488cff0e897689f09d93b6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/7a/40/557a40dcd94490cb09379408117342d96b7b03cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/5a/e4/b15ae4fdcbe1b965401a83f5283a064bc27c3338.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/d1/0e/03d10e6326ad8b34ac91047acc03e0e013bb351f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/9d/df/619ddff573622345fc90bfc1e74f27922f2b6154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/7f/d9/667fd91bfd201121f841eb7b485fc55fb537f136.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/2d/49/ef2d491210db60d1bae48cdd9edbcbb1eeec5e02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/08/a5/9b08a567a4e07bf9affcda3af7da04c567aa425d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/5a/96/725a969b677b63e646a4fd2ddb4fac6b8576e719.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/28/fe/9028fe7a4abe16f4150e1a05f9db43e13fd2e977.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/f4/d1/64f4d1f7fb3e1a71983ba9078188029d99fcad9b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/1d/bc/4f1dbcd6b14f189790df7faf23e473acdb9eec84.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/da/25/e9da25e3268993480f176b142f10676e18913d1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/9c/2c/e39c2c322b64d18e13311fa8a119775d50891a10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/f8/2c/90f82c38a3e6ac1fa9fbea02cb8fa844a923b888.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/6c/81/096c81f40fe2e7800495d8c96a8d49e4fa666063.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/f4/07/77f407ed0a8aac4e7fc17a5547dcfd5690fc5db1.jpg?rule=ad-large'],
'price': 10490,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.2 130 gt line-camera de recul-distri '
'ok-garantie 6 mois',
'transmission': 'manual',
'trim': '3008 1.2 PureTech 130ch GT Line S&S',
'vin': None,
'year': 2018}
2026-03-30 15:10:05 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dab44aa2-20c0-5769-a8a5-538d546e162e with identifier: 3130860061
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dab44aa2-20c0-5769-a8a5-538d546e162e
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F32%252Ffa%252Fff%252F32faff2abd57e9da328444c1317374c75ff27f3c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/32/fa/ff/32faff2abd57e9da328444c1317374c75ff27f3c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252F5c%252Fae%252F375caeece2737dc7c3d923006c229b13883a60fc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/5c/ae/375caeece2737dc7c3d923006c229b13883a60fc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa9%252F10%252F53%252Fa910537f1ab67bc08d747569e87f540272a72948.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/10/53/a910537f1ab67bc08d747569e87f540272a72948.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252Fde%252Fd2%252F13ded28a90a21f718bfa14b36d55ac7a295fc166.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/de/d2/13ded28a90a21f718bfa14b36d55ac7a295fc166.jpg?rule=ad-large already downloaded
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fed%252Fa4%252Fbd%252Feda4bd3c5ae4a0dce299fa5f7051d09eba0f5979.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/a4/bd/eda4bd3c5ae4a0dce299fa5f7051d09eba0f5979.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252Fbb%252Fad%252Fdabbad9a7753e884cf2db9a59503288d419015fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/bb/ad/dabbad9a7753e884cf2db9a59503288d419015fa.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faa%252Fab%252F55%252Faaab55a2df2171c75e358d88447c7a940927943d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/ab/55/aaab55a2df2171c75e358d88447c7a940927943d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0f%252Fd0%252F29%252F0fd029b082fcb7d5070b1515caf9998d2d371f65.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/d0/29/0fd029b082fcb7d5070b1515caf9998d2d371f65.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252Fa5%252Fea%252Ffda5ea4297ee9ea3b0d94f17f8b5b49434ec288a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/a5/ea/fda5ea4297ee9ea3b0d94f17f8b5b49434ec288a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252F8c%252F72%252F678c726b0ec2f4789f5d9b14cd055a85bcf4086c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/8c/72/678c726b0ec2f4789f5d9b14cd055a85bcf4086c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dab44aa2-20c0-5769-a8a5-538d546e162e with identifier 3130860061
2026-03-30 15:10:06 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:06 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:06 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dab44aa2-20c0-5769-a8a5-538d546e162e
2026-03-30 15:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Pack Sport\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu 18"\n'
' - Pack extérieur GT line\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - Anti-démarrage\n'
' - Boîte à gants réfrigérée\n'
' - GPS Couleur\n'
' - Jantes acier\n'
' - Mode Eco\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'dab44aa2-20c0-5769-a8a5-538d546e162e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3130860061',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 121500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 33,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/32/fa/ff/32faff2abd57e9da328444c1317374c75ff27f3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/5c/ae/375caeece2737dc7c3d923006c229b13883a60fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/10/53/a910537f1ab67bc08d747569e87f540272a72948.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/de/d2/13ded28a90a21f718bfa14b36d55ac7a295fc166.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/a4/bd/eda4bd3c5ae4a0dce299fa5f7051d09eba0f5979.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/bb/ad/dabbad9a7753e884cf2db9a59503288d419015fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/ab/55/aaab55a2df2171c75e358d88447c7a940927943d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/d0/29/0fd029b082fcb7d5070b1515caf9998d2d371f65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/a5/ea/fda5ea4297ee9ea3b0d94f17f8b5b49434ec288a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/8c/72/678c726b0ec2f4789f5d9b14cd055a85bcf4086c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102687,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/fa/ff/32faff2abd57e9da328444c1317374c75ff27f3c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/5c/ae/375caeece2737dc7c3d923006c229b13883a60fc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100074,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/10/53/a910537f1ab67bc08d747569e87f540272a72948.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86154,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/de/d2/13ded28a90a21f718bfa14b36d55ac7a295fc166.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98644,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/a4/bd/eda4bd3c5ae4a0dce299fa5f7051d09eba0f5979.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91749,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/bb/ad/dabbad9a7753e884cf2db9a59503288d419015fa.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95613,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/ab/55/aaab55a2df2171c75e358d88447c7a940927943d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112333,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/d0/29/0fd029b082fcb7d5070b1515caf9998d2d371f65.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103624,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/a5/ea/fda5ea4297ee9ea3b0d94f17f8b5b49434ec288a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dab44aa2-20c0-5769-a8a5-538d546e162e/dab44aa2-20c0-5769-a8a5-538d546e162e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123702,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/8c/72/678c726b0ec2f4789f5d9b14cd055a85bcf4086c.jpg?rule=ad-large',
'Width': 1067}],
'price': 10490,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.2 130 gt line-camera de recul-distri '
'ok-garantie 6 mois',
'transmission': 'manual',
'trim': '3008 1.2 PureTech 130ch GT Line S&S',
'vin': None,
'year': 2018}
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273130860061%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Saving data for 3130860061: {'created_time': 1774883406.13243, 'last_price_update_time': 1774883406.132442}
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3130860061') HTTP/1.1" 204 0
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829471
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829471%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829471: 1
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829471
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Night vision\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur M sport\n'
' - Phare matrix led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Pneus runflat\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège passager repliable\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Trappe à ski\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mirror link\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Airbags piéton\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Appui tête actif\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Conduite autonome niveau 1\n'
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Réseau WIFI\n'
' - Stores de vitres intégrés\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829471',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 37500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/08/7d/10087d379491c42dbd12e7180dfec5614a13089e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/de/1e/abde1e5fa78baac57e99569adc5d9f4306ec1e7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/f7/ea/a0f7eac3961cbce5340d88bba0d80952c84c40ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/6a/f8/bd6af819d26f82ffbe1999dec84bf59e824523b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/f7/9d/7bf79d9cb26bcaf330e2b539b46da9b4812fde54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/11/f5/fd11f5ed18042e5f306448cb0a116a95a4c0a115.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/3a/50/563a507365f42675957500c341a18c672caa7ced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/d3/ec/28d3ecc57a17c4ec7d96e7e9d240bce1a58f3325.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/4f/d2/134fd276b87d7f6583b3d56c3c78c67768118a52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/c2/a9/31c2a994f2bf18064851ac8654c47c349e1e956c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/63/ff/5263ffda97ee6ced1aeaab0134f7e4fa5707d7fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/b3/bb/96b3bb1f4d4176d1acdf5f3adffece002e1d175b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/cd/61/5bcd61f70ea426085451c05512f8c7af1946ce87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/a2/28/aca2289a19db2a3b6716da7bb0181e8a8b86b9a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/f3/45/3bf345177ee36c03b9fb10af71216d32d6e5a5d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/5a/68/dd5a685b8763f0b7905a24f0b8f87cb26f820dea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/24/bd/6224bdc2772dc98e37ec576f060bc6af19e51264.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/49/3e/d2493e90c196793b2aebeff200cd8e3774258d33.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/06/8f/82068f302ba9e9258e152ac2e76ce9fc1f0e48a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/08/21/8b0821ef35e5dadd540a6bacec4e29480c51ef52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/88/a6/e788a60e54ff0627dda628418dbe6826749e0f3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/30/fe/7930fe16168854d2d26c6d4f5c1d7633ca0b3483.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/e3/cc/cae3cc14f4e601db55d1d93a8dcaa4dfb2706a94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/60/e3/5660e3afdf3a31f55f1c7b40ea1bf5d2b034cb23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/28/a7/ee28a799264ea00d0585a385fe2b961a6737e1ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/1c/b2/6b1cb2cb7829696785a2099d227326b960886244.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/44/fc/e844fcc4813a28b6d5b48114a0b29ba84bdf0fcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/84/82/b98482cbdd61ac29c3dc8f3e35556443a0c8c03b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/51/79/bf5179b3469e0d23d023cd0d8715c8edfb1b71a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/bf/f8/b0bff8948b04223cafef4cbc724f4b1824221b59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/8a/ea/118aea951bbf6351f9cd3d36b6ea5928793044b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/db/2c/4edb2c89fdd1d264f93c5456b18afba439f2ec2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/90/d0/8f90d0bfd2fe755866212cc252ee3f2491ea2deb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/07/96/a507968473fddeb1d590e002a289023082e9d7e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/15/03/fc150387690d3052ef7e2261f53c15eb842562d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/8c/51/ee8c51a31bf9874456ac1aedb9728b79f0f6203c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/b4/6a/b9b46a3ad6a42ff250dbdc4b3d786f2e4ea64540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/b4/58/ecb4589c6a83e426e58bdeade8f4b5f129fb1800.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/e2/43/28e2433c9ae31838a69295e9af0f57ebdb64de1a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/59/81/d65981dd1325f0e1ae415643f40035c699a1869d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/e7/a5/69e7a507613058d3c173fa316a4e31cc683521ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/c1/cd/1fc1cda765a923c470dbdd72857b10b339ae8c54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/b4/fc/ccb4fc23ea9ab05b866bfb0fc5ba863b6b195d5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/ce/1b/5ace1b04e35a662a0b1a472d8942db2325b6bc62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/33/d8/4033d8811efe563fb03c126dca97ca9765efff6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/2e/cb/6e2ecb86f96e0124e0720b0f1b95ba1f46be2786.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/d5/a362d549f781e64c6f823b57d009363dec5e1d7e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/09/ab/8809ab32f1fc586978d9c4aabcd2faf55d075ce7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/cf/f6/9bcff66e6bc86817d427fe5fb92abe0f526f272b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/9f/de/7f9fde8558ea0348fc28689cb9a2f2127ecc60be.jpg?rule=ad-large'],
'price': 53990,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw x3 3.0 e 292h 185 phev hybrid 10.5kwh m-sport xdrive - garantie '
'6 mois',
'transmission': 'automatic',
'trim': 'X3 xDrive30e 292ch M Sport',
'vin': None,
'year': 2024}
2026-03-30 15:10:06 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dd41d6c3-5460-53b3-8cea-b6cdf3d26993 with identifier: 3091829471
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dd41d6c3-5460-53b3-8cea-b6cdf3d26993
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F10%252F08%252F7d%252F10087d379491c42dbd12e7180dfec5614a13089e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/08/7d/10087d379491c42dbd12e7180dfec5614a13089e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fab%252Fde%252F1e%252Fabde1e5fa78baac57e99569adc5d9f4306ec1e7d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/de/1e/abde1e5fa78baac57e99569adc5d9f4306ec1e7d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252Ff7%252Fea%252Fa0f7eac3961cbce5340d88bba0d80952c84c40ee.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/f7/ea/a0f7eac3961cbce5340d88bba0d80952c84c40ee.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbd%252F6a%252Ff8%252Fbd6af819d26f82ffbe1999dec84bf59e824523b5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/6a/f8/bd6af819d26f82ffbe1999dec84bf59e824523b5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252Ff7%252F9d%252F7bf79d9cb26bcaf330e2b539b46da9b4812fde54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/f7/9d/7bf79d9cb26bcaf330e2b539b46da9b4812fde54.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F11%252Ff5%252Ffd11f5ed18042e5f306448cb0a116a95a4c0a115.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/11/f5/fd11f5ed18042e5f306448cb0a116a95a4c0a115.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F3a%252F50%252F563a507365f42675957500c341a18c672caa7ced.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/3a/50/563a507365f42675957500c341a18c672caa7ced.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fd3%252Fec%252F28d3ecc57a17c4ec7d96e7e9d240bce1a58f3325.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/d3/ec/28d3ecc57a17c4ec7d96e7e9d240bce1a58f3325.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252F4f%252Fd2%252F134fd276b87d7f6583b3d56c3c78c67768118a52.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/4f/d2/134fd276b87d7f6583b3d56c3c78c67768118a52.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F31%252Fc2%252Fa9%252F31c2a994f2bf18064851ac8654c47c349e1e956c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/c2/a9/31c2a994f2bf18064851ac8654c47c349e1e956c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dd41d6c3-5460-53b3-8cea-b6cdf3d26993 with identifier 3091829471
2026-03-30 15:10:06 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:06 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:06 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dd41d6c3-5460-53b3-8cea-b6cdf3d26993
2026-03-30 15:10:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Night vision\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes alu 19"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur M sport\n'
' - Phare matrix led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Pneus runflat\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Double vitrage\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège passager repliable\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Trappe à ski\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mirror link\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus tout temps saisons\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Tableau de bord cuir\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Airbags piéton\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Appui tête actif\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Conduite autonome niveau 1\n'
' - Double des clés\n'
' - Détection des piétons\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Réseau WIFI\n'
' - Stores de vitres intégrés\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'dd41d6c3-5460-53b3-8cea-b6cdf3d26993',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829471',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 37500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 50,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/08/7d/10087d379491c42dbd12e7180dfec5614a13089e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/de/1e/abde1e5fa78baac57e99569adc5d9f4306ec1e7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/f7/ea/a0f7eac3961cbce5340d88bba0d80952c84c40ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/6a/f8/bd6af819d26f82ffbe1999dec84bf59e824523b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/f7/9d/7bf79d9cb26bcaf330e2b539b46da9b4812fde54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/11/f5/fd11f5ed18042e5f306448cb0a116a95a4c0a115.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/3a/50/563a507365f42675957500c341a18c672caa7ced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/d3/ec/28d3ecc57a17c4ec7d96e7e9d240bce1a58f3325.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/4f/d2/134fd276b87d7f6583b3d56c3c78c67768118a52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/c2/a9/31c2a994f2bf18064851ac8654c47c349e1e956c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98819,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/08/7d/10087d379491c42dbd12e7180dfec5614a13089e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93869,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/de/1e/abde1e5fa78baac57e99569adc5d9f4306ec1e7d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95883,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/f7/ea/a0f7eac3961cbce5340d88bba0d80952c84c40ee.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87684,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/6a/f8/bd6af819d26f82ffbe1999dec84bf59e824523b5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102523,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/f7/9d/7bf79d9cb26bcaf330e2b539b46da9b4812fde54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95299,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/11/f5/fd11f5ed18042e5f306448cb0a116a95a4c0a115.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97183,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/3a/50/563a507365f42675957500c341a18c672caa7ced.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109912,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/d3/ec/28d3ecc57a17c4ec7d96e7e9d240bce1a58f3325.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114815,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/4f/d2/134fd276b87d7f6583b3d56c3c78c67768118a52.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_681ddb96-1cc1-58a5-9103-32e7112562d3/681ddb96-1cc1-58a5-9103-32e7112562d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121867,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/c2/a9/31c2a994f2bf18064851ac8654c47c349e1e956c.jpg?rule=ad-large',
'Width': 1067}],
'price': 53990,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw x3 3.0 e 292h 185 phev hybrid 10.5kwh m-sport xdrive - garantie '
'6 mois',
'transmission': 'automatic',
'trim': 'X3 xDrive30e 292ch M Sport',
'vin': None,
'year': 2024}
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829471%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829471: {'created_time': 1774883406.425024, 'last_price_update_time': 1774883406.425034}
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829471') HTTP/1.1" 204 0
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828983
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828983%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828983: 1
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828983
2026-03-30 15:10:06 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/2 - 1/2\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Jantes acier\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie Simili-Cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Radar anti-collision\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 45,
'expiration_date': None,
'fuel_type': 'Électrique',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828983',
'listing': 'auction',
'make': 'DACIA',
'model': 'Spring',
'odometer': 16000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/13/14/e8/1314e8362606c79d9ae412d441a7497bb4e3706b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/a0/2c/b6a02cab5ed071ace2933c69e3eb6c67c1af9060.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/66/79/3d6679b432af819c4567722087d274f8e94dff33.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/0c/f1/660cf16997f42eddde8c71f87747ca47fe4db422.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/b7/92/34b7929b19ffab5c1bd6453d167fcdb55ff55ee6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/e6/9f/fae69f292d36afdaf0d2e9bf99d0c5527ae00ff3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/78/a1/7d78a1e573841c0f70fb07dcd7c0a953f55552a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/35/7b/e4357ba98606ca130ae7c4d361cbb4aa8ea5a343.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/16/d0/9e16d0a0ad5faecf979c03679847c4fe65fc4301.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/d2/fb/86d2fb0649fe812a05d9c724e354588e5e2cbb6e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/59/0b/03590ba9925c852d5c06dc1c7962706ca0f9da32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/b2/6c/61b26c4da73fc81931023c7bc255f509082bc3da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/93/44/e7934455385a3ef18e238e2905fe95df194a5cc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/01/6c/5c016c488712135a1991b6414db7f0ad3db00e92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/27/bc/5827bc8c47babd2ae7f4094dd245eb22d14c3b11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/24/f5/8224f5e1f115f5dd7abaa0e4933c198dc830f728.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/23/2e/a6232ef93bf2d752d332e7114cd86498214ad126.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/1f/4e/821f4e567996221ddab3ac001e39a3d35b3b7c67.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/b0/15/99b015ab17770d0624280beddf20d46462ba3409.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/b4/61/e4b461b531fcc8904964b55443f3d0047a6dfb8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/56/46/8f5646eeb6e834ee4611ae5034457b40cf9ec84d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/dd/e4/5edde4a97c693059f97d8286b9cea3d688918481.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/8c/f3/858cf3a368d637b7321e19bda84fbc4a48026a18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/cd/8f/bacd8f04a78d516a7ae6d469664a74f344cef147.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/aa/65/dfaa656eca6a5b8e505d996760a4197eb6a2cb9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/b7/08/d1b708cfb1f168478749b64cca98b1421a46dff7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/b7/52/e8b75247d8ddecd2204ca3501f903328402754a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/a3/09/6ea30958f3d0c73cf33bfb7740918b4714af6b2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/e2/72/bee2722c58c8442e0609d79e7983fb796afb64f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/80/ea/a080ea1da1b19909762b5c776a583567b2d51e5e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/a0/7d/94a07d6398b2f1eaf879921b01d5c06756619668.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/28/c1/e428c1d7952488fc1ea6998bb222f59c6369efa9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/4a/22/464a2206bac4b6a57c89d0b78fc6c73def70e1d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/10/99/b8109960b22872812f9537493c11bc0eab711f63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/67/2c/7b672cba14d370f8a243980d6a4498e3bf168681.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/65/09/91650982f63c1f92be4184e948e3f7f8949bd64a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/23/f1/b123f194eeb8beed822fa729eb297cc423736612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/fd/3c/27fd3cfbf9924c0347126bb2093d7ca0a77e421d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/e2/30/5be23075f12cbbaa0f0d78146af1072406d0acfb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/12/42/3d12426250163f092afb83ff79021359cdbcac69.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Dacia spring electric 45 25ppm 27.4kwh achat-integral business '
'bva-limitateur de vitesse-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Spring 45ch Business 2022 - Achat Intégral',
'vin': None,
'year': 2022}
2026-03-30 15:10:06 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f2d9e8dc-7630-5911-88a7-586d9fa08c7d with identifier: 3091828983
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f2d9e8dc-7630-5911-88a7-586d9fa08c7d
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252F14%252Fe8%252F1314e8362606c79d9ae412d441a7497bb4e3706b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/14/e8/1314e8362606c79d9ae412d441a7497bb4e3706b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252Fa0%252F2c%252Fb6a02cab5ed071ace2933c69e3eb6c67c1af9060.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/a0/2c/b6a02cab5ed071ace2933c69e3eb6c67c1af9060.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F66%252F79%252F3d6679b432af819c4567722087d274f8e94dff33.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/66/79/3d6679b432af819c4567722087d274f8e94dff33.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F0c%252Ff1%252F660cf16997f42eddde8c71f87747ca47fe4db422.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/0c/f1/660cf16997f42eddde8c71f87747ca47fe4db422.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F34%252Fb7%252F92%252F34b7929b19ffab5c1bd6453d167fcdb55ff55ee6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/b7/92/34b7929b19ffab5c1bd6453d167fcdb55ff55ee6.jpg?rule=ad-large already downloaded
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252Fe6%252F9f%252Ffae69f292d36afdaf0d2e9bf99d0c5527ae00ff3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/e6/9f/fae69f292d36afdaf0d2e9bf99d0c5527ae00ff3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7d%252F78%252Fa1%252F7d78a1e573841c0f70fb07dcd7c0a953f55552a6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/78/a1/7d78a1e573841c0f70fb07dcd7c0a953f55552a6.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe4%252F35%252F7b%252Fe4357ba98606ca130ae7c4d361cbb4aa8ea5a343.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/35/7b/e4357ba98606ca130ae7c4d361cbb4aa8ea5a343.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9e%252F16%252Fd0%252F9e16d0a0ad5faecf979c03679847c4fe65fc4301.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/16/d0/9e16d0a0ad5faecf979c03679847c4fe65fc4301.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252Fd2%252Ffb%252F86d2fb0649fe812a05d9c724e354588e5e2cbb6e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/d2/fb/86d2fb0649fe812a05d9c724e354588e5e2cbb6e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f2d9e8dc-7630-5911-88a7-586d9fa08c7d with identifier 3091828983
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f2d9e8dc-7630-5911-88a7-586d9fa08c7d
2026-03-30 15:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Rétroviseurs électriques et dégivrants\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Banquette 1/2 - 1/2\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Volant réglable hauteur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Jantes acier\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie Simili-Cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
" - Assistance au freinage d'urgence\n"
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Radar anti-collision\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 45,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': 'f2d9e8dc-7630-5911-88a7-586d9fa08c7d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828983',
'listing': 'auction',
'make': 'DACIA',
'model': 'Spring',
'odometer': 16000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 40,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/13/14/e8/1314e8362606c79d9ae412d441a7497bb4e3706b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/a0/2c/b6a02cab5ed071ace2933c69e3eb6c67c1af9060.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/66/79/3d6679b432af819c4567722087d274f8e94dff33.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/0c/f1/660cf16997f42eddde8c71f87747ca47fe4db422.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/b7/92/34b7929b19ffab5c1bd6453d167fcdb55ff55ee6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/e6/9f/fae69f292d36afdaf0d2e9bf99d0c5527ae00ff3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/78/a1/7d78a1e573841c0f70fb07dcd7c0a953f55552a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/35/7b/e4357ba98606ca130ae7c4d361cbb4aa8ea5a343.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/16/d0/9e16d0a0ad5faecf979c03679847c4fe65fc4301.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/d2/fb/86d2fb0649fe812a05d9c724e354588e5e2cbb6e.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181545,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/14/e8/1314e8362606c79d9ae412d441a7497bb4e3706b.jpg?rule=ad-large',
'Width': 1108},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192985,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/a0/2c/b6a02cab5ed071ace2933c69e3eb6c67c1af9060.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153917,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/66/79/3d6679b432af819c4567722087d274f8e94dff33.jpg?rule=ad-large',
'Width': 1072},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181185,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/0c/f1/660cf16997f42eddde8c71f87747ca47fe4db422.jpg?rule=ad-large',
'Width': 1106},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134734,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/b7/92/34b7929b19ffab5c1bd6453d167fcdb55ff55ee6.jpg?rule=ad-large',
'Width': 921},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165266,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/e6/9f/fae69f292d36afdaf0d2e9bf99d0c5527ae00ff3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178794,
'Height': 785,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/78/a1/7d78a1e573841c0f70fb07dcd7c0a953f55552a6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158109,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/35/7b/e4357ba98606ca130ae7c4d361cbb4aa8ea5a343.jpg?rule=ad-large',
'Width': 1177},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131390,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/16/d0/9e16d0a0ad5faecf979c03679847c4fe65fc4301.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b3f2e92c-0f92-537d-b678-379d9224cf20/b3f2e92c-0f92-537d-b678-379d9224cf20_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121658,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/d2/fb/86d2fb0649fe812a05d9c724e354588e5e2cbb6e.jpg?rule=ad-large',
'Width': 1067}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Dacia spring electric 45 25ppm 27.4kwh achat-integral business '
'bva-limitateur de vitesse-garantie 6 mois',
'transmission': 'automatic',
'trim': 'Spring 45ch Business 2022 - Achat Intégral',
'vin': None,
'year': 2022}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828983%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828983: {'created_time': 1774883407.131901, 'last_price_update_time': 1774883407.131916}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828983') HTTP/1.1" 204 0
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3128714253
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273128714253%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scrape type for 3128714253: 1
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3128714253
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Lave phares\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ordinateur de bord\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Compatible E-10\n'
' - Coupe vent (pour cabriolet)\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3128714253',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 72500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/de/85/b4/de85b4f4d464eeebf464f586a734d8827cb1ab30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/f4/c1/89f4c1cd024f12a6d071c1e8e97300fa7e3e88dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/54/19/2e5419bacb0c15dc36dc7a09fc02f996f82e69fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/93/3f/d5933fae6224af787cd43d7c8c8d21422e5919fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/09/44/8e09443de2dd70debeb6aa708aafc60b193d4cba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/e5/1a/27e51ac97e0dee404b3a76c224290dfe65f12e8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8f/80/258f8023ef7f46b4384acb9e95daa9a3db12b16d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/1b/6b/7b1b6b6b11bdc0adb3df1fbc8855e63c161691a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/f7/46/2df746017169af6d4c5f42e5c50d1a0688212737.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/64/6f/19646fb7fe7262e98e49a860a0f21d711ccc3bf0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/28/19/7f2819c9111a95635696e30361ff125bacc7ab1b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/2b/24/5c2b24363a073fc29ff81430a031a45c80b1d76c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/82/1f/d4821fd13c3c16cc8a342fb74f35738a02b9e19e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/9a/c3/ae9ac31f3b7567df4b7834498f6cb33278b942b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/00/64/050064c81fb88c93141c3c6b2cedcfb9e8ef1405.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/21/97/de2197239d4e68b91af84877775b4da6c0dc6266.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/76/c6/4376c692483c6d0811135af98a13edef995732aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ad/79/68ad79971d7399882f7f647ebd58bb1ac6a5fdec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/20/5f/e3205f3a5fea6d8d8ff7f7ae32a2d5a695ba481c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/bb/c0/a0bbc00ef1434dd93ce6ba7da176bcad231a184f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/9d/f8/639df8e706f67b4485b5ac3b1bc86fc5b051e431.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/1f/ff/e41fff018d489c65d832f9311fe4ca757173a907.jpg?rule=ad-large'],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 cabriolet 1.5 218 i 135 lounge bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Cabriolet 218iA 136ch Lounge',
'vin': None,
'year': 2019}
2026-03-30 15:10:07 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d285ea76-dc03-582b-963c-ad07213183c8 with identifier: 3128714253
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d285ea76-dc03-582b-963c-ad07213183c8
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F85%252Fb4%252Fde85b4f4d464eeebf464f586a734d8827cb1ab30.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/85/b4/de85b4f4d464eeebf464f586a734d8827cb1ab30.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252Ff4%252Fc1%252F89f4c1cd024f12a6d071c1e8e97300fa7e3e88dd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/f4/c1/89f4c1cd024f12a6d071c1e8e97300fa7e3e88dd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2e%252F54%252F19%252F2e5419bacb0c15dc36dc7a09fc02f996f82e69fc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/54/19/2e5419bacb0c15dc36dc7a09fc02f996f82e69fc.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd5%252F93%252F3f%252Fd5933fae6224af787cd43d7c8c8d21422e5919fe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/93/3f/d5933fae6224af787cd43d7c8c8d21422e5919fe.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8e%252F09%252F44%252F8e09443de2dd70debeb6aa708aafc60b193d4cba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/09/44/8e09443de2dd70debeb6aa708aafc60b193d4cba.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252Fe5%252F1a%252F27e51ac97e0dee404b3a76c224290dfe65f12e8a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/e5/1a/27e51ac97e0dee404b3a76c224290dfe65f12e8a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F25%252F8f%252F80%252F258f8023ef7f46b4384acb9e95daa9a3db12b16d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8f/80/258f8023ef7f46b4384acb9e95daa9a3db12b16d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252F1b%252F6b%252F7b1b6b6b11bdc0adb3df1fbc8855e63c161691a7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/1b/6b/7b1b6b6b11bdc0adb3df1fbc8855e63c161691a7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2d%252Ff7%252F46%252F2df746017169af6d4c5f42e5c50d1a0688212737.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/f7/46/2df746017169af6d4c5f42e5c50d1a0688212737.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F19%252F64%252F6f%252F19646fb7fe7262e98e49a860a0f21d711ccc3bf0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/19/64/6f/19646fb7fe7262e98e49a860a0f21d711ccc3bf0.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d285ea76-dc03-582b-963c-ad07213183c8 with identifier 3128714253
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d285ea76-dc03-582b-963c-ad07213183c8
2026-03-30 15:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Indicateur de limitation de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 17"\n'
' - Lave phares\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Ordinateur de bord\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme volumétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Compatible E-10\n'
' - Coupe vent (pour cabriolet)\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'd285ea76-dc03-582b-963c-ad07213183c8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3128714253',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 72500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 22,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/de/85/b4/de85b4f4d464eeebf464f586a734d8827cb1ab30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/f4/c1/89f4c1cd024f12a6d071c1e8e97300fa7e3e88dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/54/19/2e5419bacb0c15dc36dc7a09fc02f996f82e69fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/93/3f/d5933fae6224af787cd43d7c8c8d21422e5919fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/09/44/8e09443de2dd70debeb6aa708aafc60b193d4cba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/e5/1a/27e51ac97e0dee404b3a76c224290dfe65f12e8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8f/80/258f8023ef7f46b4384acb9e95daa9a3db12b16d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/1b/6b/7b1b6b6b11bdc0adb3df1fbc8855e63c161691a7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/f7/46/2df746017169af6d4c5f42e5c50d1a0688212737.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/64/6f/19646fb7fe7262e98e49a860a0f21d711ccc3bf0.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88529,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/85/b4/de85b4f4d464eeebf464f586a734d8827cb1ab30.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81162,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/f4/c1/89f4c1cd024f12a6d071c1e8e97300fa7e3e88dd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84364,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/54/19/2e5419bacb0c15dc36dc7a09fc02f996f82e69fc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85659,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/93/3f/d5933fae6224af787cd43d7c8c8d21422e5919fe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87907,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/09/44/8e09443de2dd70debeb6aa708aafc60b193d4cba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90723,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/e5/1a/27e51ac97e0dee404b3a76c224290dfe65f12e8a.jpg?rule=ad-large',
'Width': 1066},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85593,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8f/80/258f8023ef7f46b4384acb9e95daa9a3db12b16d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83158,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/1b/6b/7b1b6b6b11bdc0adb3df1fbc8855e63c161691a7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77016,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/f7/46/2df746017169af6d4c5f42e5c50d1a0688212737.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d285ea76-dc03-582b-963c-ad07213183c8/d285ea76-dc03-582b-963c-ad07213183c8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123622,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/64/6f/19646fb7fe7262e98e49a860a0f21d711ccc3bf0.jpg?rule=ad-large',
'Width': 1067}],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 cabriolet 1.5 218 i 135 lounge bva - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Cabriolet 218iA 136ch Lounge',
'vin': None,
'year': 2019}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273128714253%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Saving data for 3128714253: {'created_time': 1774883407.408821, 'last_price_update_time': 1774883407.408833}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3128714253') HTTP/1.1" 204 0
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3140567860
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273140567860%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scrape type for 3140567860: 1
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3140567860
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Radio\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/2 - 1/2\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
'\n'
'Pack :\n'
' - Verrouillage centralisé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - ESP\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3140567860',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Partner',
'odometer': 194590,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/a8/b8/6aa8b8a46b620efa66b7923c1402801b318231f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/76/cb/0d76cb8deb750128f4d86ba9553cd2de5aa18283.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ec/a6/00eca6d43ee5ce9718c2eb2649a1634df0e506ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/87/ca/0187ca6fc27516c69bae7af3a02e0deae36b9bb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/a4/4f/12a44fa084144cd092c880f004f42647abe3f6cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/ad/fa/a1adfa78f9f5a17637078fd8a80d28dc89b0f5be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/6c/7c/226c7ce7fa2f27be2f65ec2a1e6e0f1e34123da3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/26/d3/5726d32fb0724baadfab34f37d2b2b4fce320765.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/a7/4c/75a74cbea55be5252e925bedfcb25bdbfd8af4d7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/99/ae/2999ae427af4f4857f457dda38713a5df8cd50fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/4e/7a/614e7aa1cee8b04623933b2f9378b18e96610f9b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/0b/e8/fa0be87657751aa8883bb1ab533f6f3e46fbd418.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/42/c0/2e42c0ecd88862a60d602cb6fa8608bbc6071a0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/30/5d/42305d4ce884d7ecc0003889ff3cbdbd5ec8e0db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/33/be/7e33bef58746ce6d9e62402513cec2a55fdb5c4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/c5/d5/8cc5d53837dc906d06b716da6bc953f6b66e5402.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/ec/3f/f5ec3ff2db46f9b5f47a5ea707e118a1754da990.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/58/b6/9a58b6fe43e96a1f4211e4105e203673759ad424.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/85/1f/92851f52f1de7b644d5c6b04bdba8d4292ea6b3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/4c/f0/544cf01de04179c37e335504660c72ee16858050.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/5a/8b/bb5a8bee1367158674dd3b6e3dea26819cb773c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/ba/b9/36bab97e8750690db1b975b1336a41feea038419.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/36/f8/7436f8d2b8a1f9db46a799d46e13e3ff8681571d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/b5/78/aeb5784af2e6f747e3f17302ff795994456f6e47.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/eb/f7/7eebf771cdcafe998a554dd05f8a803d5c78be81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/22/fd/d722fd42a46bcec40c8d841f5a41f18c8a7f3b2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/8b/fc/da8bfc1fbd78c85234710c593587ba0e42afc83a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/9d/46/ce9d466478ea1150e09fb452e876009eb096be1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/35/f4/6035f4ea4674ff5a1e3dd71e5868856b7c06c1c5.jpg?rule=ad-large'],
'price': 5589,
'price_includes_vat': False,
'registration_date': '2014-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot partner vu fourgon 1.6 hdi 90 120l1 confort - sur rdv - '
'garantie 6 mois',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:10:07 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c8595fb-53d8-52ec-992d-6b3e184b687f with identifier: 3140567860
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c8595fb-53d8-52ec-992d-6b3e184b687f
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6a%252Fa8%252Fb8%252F6aa8b8a46b620efa66b7923c1402801b318231f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/a8/b8/6aa8b8a46b620efa66b7923c1402801b318231f1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252F76%252Fcb%252F0d76cb8deb750128f4d86ba9553cd2de5aa18283.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/76/cb/0d76cb8deb750128f4d86ba9553cd2de5aa18283.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252Fec%252Fa6%252F00eca6d43ee5ce9718c2eb2649a1634df0e506ab.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ec/a6/00eca6d43ee5ce9718c2eb2649a1634df0e506ab.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252F87%252Fca%252F0187ca6fc27516c69bae7af3a02e0deae36b9bb4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/87/ca/0187ca6fc27516c69bae7af3a02e0deae36b9bb4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F12%252Fa4%252F4f%252F12a44fa084144cd092c880f004f42647abe3f6cf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/12/a4/4f/12a44fa084144cd092c880f004f42647abe3f6cf.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252Fad%252Ffa%252Fa1adfa78f9f5a17637078fd8a80d28dc89b0f5be.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/ad/fa/a1adfa78f9f5a17637078fd8a80d28dc89b0f5be.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F22%252F6c%252F7c%252F226c7ce7fa2f27be2f65ec2a1e6e0f1e34123da3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/6c/7c/226c7ce7fa2f27be2f65ec2a1e6e0f1e34123da3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F26%252Fd3%252F5726d32fb0724baadfab34f37d2b2b4fce320765.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/26/d3/5726d32fb0724baadfab34f37d2b2b4fce320765.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252Fa7%252F4c%252F75a74cbea55be5252e925bedfcb25bdbfd8af4d7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/a7/4c/75a74cbea55be5252e925bedfcb25bdbfd8af4d7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F29%252F99%252Fae%252F2999ae427af4f4857f457dda38713a5df8cd50fd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/99/ae/2999ae427af4f4857f457dda38713a5df8cd50fd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8c8595fb-53d8-52ec-992d-6b3e184b687f with identifier 3140567860
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8c8595fb-53d8-52ec-992d-6b3e184b687f
2026-03-30 15:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Radio\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Banquette 1/2 - 1/2\n'
' - Climatisation manuelle\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Prise auxiliaire\n'
'\n'
'Pack :\n'
' - Verrouillage centralisé\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - ESP\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8c8595fb-53d8-52ec-992d-6b3e184b687f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3140567860',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Partner',
'odometer': 194590,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/a8/b8/6aa8b8a46b620efa66b7923c1402801b318231f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/76/cb/0d76cb8deb750128f4d86ba9553cd2de5aa18283.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ec/a6/00eca6d43ee5ce9718c2eb2649a1634df0e506ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/87/ca/0187ca6fc27516c69bae7af3a02e0deae36b9bb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/a4/4f/12a44fa084144cd092c880f004f42647abe3f6cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/ad/fa/a1adfa78f9f5a17637078fd8a80d28dc89b0f5be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/6c/7c/226c7ce7fa2f27be2f65ec2a1e6e0f1e34123da3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/26/d3/5726d32fb0724baadfab34f37d2b2b4fce320765.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/a7/4c/75a74cbea55be5252e925bedfcb25bdbfd8af4d7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/99/ae/2999ae427af4f4857f457dda38713a5df8cd50fd.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91722,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/a8/b8/6aa8b8a46b620efa66b7923c1402801b318231f1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82572,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/76/cb/0d76cb8deb750128f4d86ba9553cd2de5aa18283.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81654,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ec/a6/00eca6d43ee5ce9718c2eb2649a1634df0e506ab.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73169,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/87/ca/0187ca6fc27516c69bae7af3a02e0deae36b9bb4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80065,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/a4/4f/12a44fa084144cd092c880f004f42647abe3f6cf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82223,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/ad/fa/a1adfa78f9f5a17637078fd8a80d28dc89b0f5be.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82993,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/6c/7c/226c7ce7fa2f27be2f65ec2a1e6e0f1e34123da3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70814,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/26/d3/5726d32fb0724baadfab34f37d2b2b4fce320765.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107241,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/a7/4c/75a74cbea55be5252e925bedfcb25bdbfd8af4d7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c8595fb-53d8-52ec-992d-6b3e184b687f/8c8595fb-53d8-52ec-992d-6b3e184b687f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72169,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/99/ae/2999ae427af4f4857f457dda38713a5df8cd50fd.jpg?rule=ad-large',
'Width': 1067}],
'price': 5589,
'price_includes_vat': False,
'registration_date': '2014-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot partner vu fourgon 1.6 hdi 90 120l1 confort - sur rdv - '
'garantie 6 mois',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273140567860%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Saving data for 3140567860: {'created_time': 1774883407.679148, 'last_price_update_time': 1774883407.67916}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3140567860') HTTP/1.1" 204 0
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3097047307
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273097047307%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scrape type for 3097047307: 1
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3097047307
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Kit téléphone main libre Bluetooth\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Jantes alu\n'
' - Phares bi-xénon\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Rétroviseur intérieur électrochrome\n'
'\n'
'Sécurité :\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Phares AV de jour',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 71,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3097047307',
'listing': 'auction',
'make': 'FIAT',
'model': '500',
'odometer': 43000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/16/08/d1/1608d1b43ac547e4af6ae34d865fc8326a9ba5c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/cc/29/cecc29374e17fbcc40c6285877f2fa71c9df0fe1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/4a/1d/554a1da3b51906236d5c163d0a1682c7919c3392.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/fc/37/cdfc37888908cc58b948975ef327d4f93ee4fbdd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/4d/a3/114da32376693ee9bad8f4f448e40abdd0fe6a97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/be/fe/fdbefeb1e0c9947c47de9fa26097696c492678a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/e0/5b/8ee05bf76bda3deea451367209b5f124746a6773.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/bb/e2/cdbbe2adc470dd8f0ad28643c393c10ba361dc54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/6f/89/f96f89ebfb1d9a4ab1914008610308bfa5947165.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a5/f3/c3a5f33dff46f55dfc6e94e3606a3ecaf99a8eca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/2a/f4/112af44b5747a74fc806d9e5462c95c1f46c9d77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/8d/0f/7c8d0fec9ccc29271bb65327ed60a2e7517d94db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/c8/0f/0dc80f5b7c671bd77f4d34f8984a7be5134fac38.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/9d/98/b09d9898902cf1aa6272df00b7919aa81e4acd5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/bf/71/29bf71259bb15d0ee5c5fdbb76bead0b90748749.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/3e/91/8b3e9182fb0d05a8f47bbcc8a03ae26ad6350d61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/88/d4/9e88d49258714c488b63ec86ac6aeef6981fd8e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/74/b5/9874b591ee2d2d1f22aa80661b76c60da07d6723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/14/88/28148854b0b10a50e3537a6b121209cd79b97da8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/42/1f/20421fde2d357cd183b3e716b3e8712ab2485ab6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ea/df/68eadf16ab9685240888a6e8d5af3c6a73f679ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/0e/dd/0c0edde394c6ddffedc7f5a658c6fcfe3e6780f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/91/ea/d091eaa37130847ae6be404b2c5c62ff67a0b051.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/75/98/987598637b83c9640a54f4f3fdde18bd1e7a9037.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/92/52/bb92528750b5fbc289f4c4d2e0a8cd121accf5c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/16/b4/ff16b40f352dbc417fe8dcd286947ee9180d86e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/68/50/0368502f35855b9e5684638e89dfc452226d8765.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/ce/54/76ce5400fbe129b995ee765e9a2be8df929799af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/61/3a/6e613a66067327e738e0ca9f71a740e0b6b63ea1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/1b/71/af1b717903b3d11d2f0dae9b0702bff9d6822cfb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/0c/e4/eb0ce41da175e1712b5a8d940a0fd5f3a4e63b79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/cd/f8/f7cdf80202351c73490f0cb165b9452857d084f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/84/ee/1284eea4f40154d7655c179c981a2bda0a39ede3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/3c/ff/8b3cff2a81b4611475328b0187bc625e9decb09e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/97/bb/5d97bbd84cb8ff047c3156d19ab0003210d8af0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/ee/77/1dee77e1fef96bde84d3ff851a7d78b2188af5e3.jpg?rule=ad-large'],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 70 bsg mhev hybrid dolcevita start-stop - garantie 6 '
'mois',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Dolcevita',
'vin': None,
'year': 2021}
2026-03-30 15:10:07 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 359f1281-8f58-562a-97bd-1253b5cdf0af with identifier: 3097047307
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 359f1281-8f58-562a-97bd-1253b5cdf0af
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252F08%252Fd1%252F1608d1b43ac547e4af6ae34d865fc8326a9ba5c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/08/d1/1608d1b43ac547e4af6ae34d865fc8326a9ba5c7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fce%252Fcc%252F29%252Fcecc29374e17fbcc40c6285877f2fa71c9df0fe1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/cc/29/cecc29374e17fbcc40c6285877f2fa71c9df0fe1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F55%252F4a%252F1d%252F554a1da3b51906236d5c163d0a1682c7919c3392.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/55/4a/1d/554a1da3b51906236d5c163d0a1682c7919c3392.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252Ffc%252F37%252Fcdfc37888908cc58b948975ef327d4f93ee4fbdd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/fc/37/cdfc37888908cc58b948975ef327d4f93ee4fbdd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F11%252F4d%252Fa3%252F114da32376693ee9bad8f4f448e40abdd0fe6a97.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/4d/a3/114da32376693ee9bad8f4f448e40abdd0fe6a97.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252Fbe%252Ffe%252Ffdbefeb1e0c9947c47de9fa26097696c492678a4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/be/fe/fdbefeb1e0c9947c47de9fa26097696c492678a4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8e%252Fe0%252F5b%252F8ee05bf76bda3deea451367209b5f124746a6773.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/e0/5b/8ee05bf76bda3deea451367209b5f124746a6773.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252Fbb%252Fe2%252Fcdbbe2adc470dd8f0ad28643c393c10ba361dc54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/bb/e2/cdbbe2adc470dd8f0ad28643c393c10ba361dc54.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff9%252F6f%252F89%252Ff96f89ebfb1d9a4ab1914008610308bfa5947165.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/6f/89/f96f89ebfb1d9a4ab1914008610308bfa5947165.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc3%252Fa5%252Ff3%252Fc3a5f33dff46f55dfc6e94e3606a3ecaf99a8eca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a5/f3/c3a5f33dff46f55dfc6e94e3606a3ecaf99a8eca.jpg?rule=ad-large already downloaded
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 359f1281-8f58-562a-97bd-1253b5cdf0af with identifier 3097047307
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:07 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 359f1281-8f58-562a-97bd-1253b5cdf0af
2026-03-30 15:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Kit téléphone main libre Bluetooth\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Jantes alu\n'
' - Phares bi-xénon\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit panoramique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Rétroviseur intérieur électrochrome\n'
'\n'
'Sécurité :\n'
' - Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Phares AV de jour',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 71,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '359f1281-8f58-562a-97bd-1253b5cdf0af',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3097047307',
'listing': 'auction',
'make': 'FIAT',
'model': '500',
'odometer': 43000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 36,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/16/08/d1/1608d1b43ac547e4af6ae34d865fc8326a9ba5c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/cc/29/cecc29374e17fbcc40c6285877f2fa71c9df0fe1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/4a/1d/554a1da3b51906236d5c163d0a1682c7919c3392.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/fc/37/cdfc37888908cc58b948975ef327d4f93ee4fbdd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/4d/a3/114da32376693ee9bad8f4f448e40abdd0fe6a97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/be/fe/fdbefeb1e0c9947c47de9fa26097696c492678a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/e0/5b/8ee05bf76bda3deea451367209b5f124746a6773.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/bb/e2/cdbbe2adc470dd8f0ad28643c393c10ba361dc54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/6f/89/f96f89ebfb1d9a4ab1914008610308bfa5947165.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a5/f3/c3a5f33dff46f55dfc6e94e3606a3ecaf99a8eca.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102743,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/08/d1/1608d1b43ac547e4af6ae34d865fc8326a9ba5c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88769,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/cc/29/cecc29374e17fbcc40c6285877f2fa71c9df0fe1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96854,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/4a/1d/554a1da3b51906236d5c163d0a1682c7919c3392.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87538,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/fc/37/cdfc37888908cc58b948975ef327d4f93ee4fbdd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117915,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/4d/a3/114da32376693ee9bad8f4f448e40abdd0fe6a97.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95101,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/be/fe/fdbefeb1e0c9947c47de9fa26097696c492678a4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96529,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/e0/5b/8ee05bf76bda3deea451367209b5f124746a6773.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96220,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/bb/e2/cdbbe2adc470dd8f0ad28643c393c10ba361dc54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93226,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/6f/89/f96f89ebfb1d9a4ab1914008610308bfa5947165.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79/c6ec6800-e9e6-55aa-9a71-0efd2c5a1a79_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105062,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a5/f3/c3a5f33dff46f55dfc6e94e3606a3ecaf99a8eca.jpg?rule=ad-large',
'Width': 1067}],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 4,
'seller_name': None,
'title': 'Fiat 500 1.0 70 bsg mhev hybrid dolcevita start-stop - garantie 6 '
'mois',
'transmission': 'manual',
'trim': '500 1.0 70ch BSG S&S Dolcevita',
'vin': None,
'year': 2021}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273097047307%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Saving data for 3097047307: {'created_time': 1774883407.957899, 'last_price_update_time': 1774883407.957914}
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3097047307') HTTP/1.1" 204 0
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3129009022
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273129009022%27 HTTP/1.1" 200 None
2026-03-30 15:10:07 [auto_selling_leboncoin.fr] INFO: Scrape type for 3129009022: 1
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3129009022
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Harman Kardon\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Pack extérieur M sport\n'
' - Phares adaptatifs\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Chauffage auxiliaire\n'
' - Ciel de toit étoilé\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Airbags piéton\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 340,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3129009022',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/e7/a3/b2e7a3ed3e9f766eb46a0c93b69c25c01fb1ea0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/4f/9f/1f4f9f5a117b6ac738fa77f772bd2c5601117550.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/a6/10/cca61074b7e1afaef6d3a61e3d3c6e0fb463a939.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/ff/1a/16ff1a4cb586006411061b44118b329d9f48ba4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/a8/5c/6ea85cce5e78d5611933ee971e327bf499c61865.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/8e/29/3b8e291196f44a1fb9d0037679b5f817a26e284c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/1d/fb/061dfb8d4b05bdd155b0070994fad0fc20469ad2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/97/2b/8d972bc8b0e2174e0a54a0c4f8d7d37ed5ae8e4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/f2/3e/53f23e5c5af8be0cdec1110bf780934539cf9002.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/3e/ca/4f3ecae9355081f75ba0db87f820c752e498de0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/ab/95/2fab9571a4ce211fe0702e4125dce4e20a18db6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/3c/24/gh3c244e43c8b9d77b3386364f04e8e6e28ee87b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/ae/37/61ae37118890d34a7bfb8a17a3951ac34c6b1d24.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/0d/4f/380d4fca36e280ea098b85d92c08f1ce9c6aca43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/9c/43/7b9c433d0484f820e4c7312fa3dc205e41c245da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/18/a2/3818a2ce9e58809c5df95c81034125a2d0e5aeaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/6e/df/6b6edf8fedd7d6bca74f1446c56c210c9156c815.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ec/d9/b6ecd9aabc069b0ab97d5796cb4e1df60018a67e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/d5/d6/8ed5d6d5c35461e956a20d49c141f82504cca023.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/98/99/7b9899ce4c5e1be91cf70f574102f5f63a505c4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/50/cc/b950ccf628d99681b901f0fbb8093c8072509084.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4a/27/fa4a2799f4cea8579d6fb977d8fe10ef2683ef66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/fe/5d/5cfe5d8f41676a3e90147b7408b42650b97a90e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/8b/40/808b40d74f151179eedac623c62eebae9e0dc1e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/32/ea/4732eadf9c48219946e36d8e224a97b195d372a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/19/a1/f819a1354a38b63d6ea785435213c685fb554c98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/8e/36/5b8e366c6441b54393a4b0e60f10784acd1500ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/94/36/f394363fe85513a66dd4f230acf72ebb79be5867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/f1/6f/d6f16f1674178d542152389d2f143347a2e6dced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/13/a1/c913a1fa7914315dc2aa1435dddefff96c1f37dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/11/52/ab11520c256e205c9b0cd0b3bd44e79024566bdf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/71/34/0a7134b8b073828042608e886388995aaa1d5b29.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/26/df/7926dfdda933f1531e1a4a5f5a2463a6cae439a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/5e/ca/8b5eca544f6de4503dbf3a575fe058639bb67481.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/a6/51/28a6516f226790c7d953d1b1658a88077ced4a4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/b3/b7/78b3b7d398daa07debdaf1e229f3ffce6b7fdaf7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/44/65/564465c11537b34cb3912541bb7094a2fe8ee669.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/4e/92/e54e927bc2b5f88fe7f49c7471e7187e087069fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/2a/cf/eb2acfd833035909ea0817217a86db8bf8781f38.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/e1/b6/aae1b61a5cfc40e27286d64c0120fee3509a4e57.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/4c/f5/c44cf532e55bde6de3e224d4a478b5d836c74b7f.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé coupe m240i propulsion 340 bva8 - volant '
'chauffant - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé M240i 340ch',
'vin': None,
'year': 2017}
2026-03-30 15:10:08 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b3688d2-3eff-56a4-a5b3-1b1051d8afe4 with identifier: 3129009022
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3b3688d2-3eff-56a4-a5b3-1b1051d8afe4
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Fe7%252Fa3%252Fb2e7a3ed3e9f766eb46a0c93b69c25c01fb1ea0d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/e7/a3/b2e7a3ed3e9f766eb46a0c93b69c25c01fb1ea0d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1f%252F4f%252F9f%252F1f4f9f5a117b6ac738fa77f772bd2c5601117550.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/4f/9f/1f4f9f5a117b6ac738fa77f772bd2c5601117550.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcc%252Fa6%252F10%252Fcca61074b7e1afaef6d3a61e3d3c6e0fb463a939.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/a6/10/cca61074b7e1afaef6d3a61e3d3c6e0fb463a939.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Fff%252F1a%252F16ff1a4cb586006411061b44118b329d9f48ba4d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/ff/1a/16ff1a4cb586006411061b44118b329d9f48ba4d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6e%252Fa8%252F5c%252F6ea85cce5e78d5611933ee971e327bf499c61865.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/a8/5c/6ea85cce5e78d5611933ee971e327bf499c61865.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3b%252F8e%252F29%252F3b8e291196f44a1fb9d0037679b5f817a26e284c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/8e/29/3b8e291196f44a1fb9d0037679b5f817a26e284c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F06%252F1d%252Ffb%252F061dfb8d4b05bdd155b0070994fad0fc20469ad2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/06/1d/fb/061dfb8d4b05bdd155b0070994fad0fc20469ad2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8d%252F97%252F2b%252F8d972bc8b0e2174e0a54a0c4f8d7d37ed5ae8e4f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/97/2b/8d972bc8b0e2174e0a54a0c4f8d7d37ed5ae8e4f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F53%252Ff2%252F3e%252F53f23e5c5af8be0cdec1110bf780934539cf9002.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/f2/3e/53f23e5c5af8be0cdec1110bf780934539cf9002.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4f%252F3e%252Fca%252F4f3ecae9355081f75ba0db87f820c752e498de0c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/3e/ca/4f3ecae9355081f75ba0db87f820c752e498de0c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3b3688d2-3eff-56a4-a5b3-1b1051d8afe4 with identifier 3129009022
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3b3688d2-3eff-56a4-a5b3-1b1051d8afe4
2026-03-30 15:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Apple CARPLAY sans fil\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Harman Kardon\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Suspension sport\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Pack extérieur M sport\n'
' - Phares adaptatifs\n'
' - Phares bi-xénon\n'
' - Phares directionnels\n'
' - Rétroviseurs extérieurs électrochrome\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Chauffage auxiliaire\n'
' - Ciel de toit étoilé\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Filet de rangement dans le coffre\n'
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - Finition M sport\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Airbags piéton\n'
' - Alarme anti-soulevement\n'
' - Alarme périmétrique\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 340,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '3b3688d2-3eff-56a4-a5b3-1b1051d8afe4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3129009022',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 41,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/e7/a3/b2e7a3ed3e9f766eb46a0c93b69c25c01fb1ea0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/4f/9f/1f4f9f5a117b6ac738fa77f772bd2c5601117550.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/a6/10/cca61074b7e1afaef6d3a61e3d3c6e0fb463a939.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/ff/1a/16ff1a4cb586006411061b44118b329d9f48ba4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/a8/5c/6ea85cce5e78d5611933ee971e327bf499c61865.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/8e/29/3b8e291196f44a1fb9d0037679b5f817a26e284c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/1d/fb/061dfb8d4b05bdd155b0070994fad0fc20469ad2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/97/2b/8d972bc8b0e2174e0a54a0c4f8d7d37ed5ae8e4f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/f2/3e/53f23e5c5af8be0cdec1110bf780934539cf9002.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/3e/ca/4f3ecae9355081f75ba0db87f820c752e498de0c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98406,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/e7/a3/b2e7a3ed3e9f766eb46a0c93b69c25c01fb1ea0d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91473,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/4f/9f/1f4f9f5a117b6ac738fa77f772bd2c5601117550.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91819,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/a6/10/cca61074b7e1afaef6d3a61e3d3c6e0fb463a939.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84756,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/ff/1a/16ff1a4cb586006411061b44118b329d9f48ba4d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91788,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/a8/5c/6ea85cce5e78d5611933ee971e327bf499c61865.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73923,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/8e/29/3b8e291196f44a1fb9d0037679b5f817a26e284c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96330,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/1d/fb/061dfb8d4b05bdd155b0070994fad0fc20469ad2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89115,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/97/2b/8d972bc8b0e2174e0a54a0c4f8d7d37ed5ae8e4f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104853,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/f2/3e/53f23e5c5af8be0cdec1110bf780934539cf9002.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3b3688d2-3eff-56a4-a5b3-1b1051d8afe4/3b3688d2-3eff-56a4-a5b3-1b1051d8afe4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121354,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/3e/ca/4f3ecae9355081f75ba0db87f820c752e498de0c.jpg?rule=ad-large',
'Width': 1067}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2017-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé coupe m240i propulsion 340 bva8 - volant '
'chauffant - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé M240i 340ch',
'vin': None,
'year': 2017}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273129009022%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Saving data for 3129009022: {'created_time': 1774883408.30732, 'last_price_update_time': 1774883408.307329}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3129009022') HTTP/1.1" 204 0
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3155181640
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155181640%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scrape type for 3155181640: 1
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3155181640
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Coques de rétroviseurs type carbone\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme périmétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
' - GPS Tactile\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Électrique',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155181640',
'listing': 'auction',
'make': 'BMW',
'model': 'i3',
'odometer': 35500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/d2/22/f4d222c38403b78178c946b78ecfd6a5b909da87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/91/a9/f691a909774a420e35b7386a55e4227483862e9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/6d/77/376d7756525bee68c481556dbca4511604a6c259.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/c0/74/17c074cefff8fc59f55171c1b2a6e103974c43bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/6f/db/e46fdb2a623513adf610db62b0311be2c9585a12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7b/c7/577bc741977e53cfd4376a62dd7bb3f7798a2c75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/3d/dc/963ddcd6a02eff7a190d18f3d6ad9186ed400e92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/1b/7a/fc1b7ac9e60d6c266a32b6c269e05a8a13f8ebaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/21/f5/5621f5817040b9bd9ad37d77073469db0a79495a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/70/10/7370100bdb28ba863a2d0dd8c3dda187a56f936a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/4a/29/eb4a29fcda8d784908e5e06e7f8f218ba845f608.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/e2/92/68e2924f23296e3ad21224ce6315df714d282027.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/c5/ef/71c5efa3a82e8c88aa45c14ef89af1df4a1e42d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/55/62/2755628d6ee720fa825bd5ca58831f5cedfd8514.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/e0/9a/85e09a7b959e6f9408cc3f904f9cdb3f6fece69a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/7b/81/477b81bfeb77d694bfbd014dcfb081fe6a4809ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/29/ca/4829ca8cb5f10514bf8c0293cfca88aef4469ec0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/73/46/b37346d7de0664969e5b80077e4e855db5e5a07f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/55/3c/15553cde35a043cad531e5ae9970486c457c0977.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/d4/74/aed474ec589c133a866e5f66ac7259b27f4f362c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/85/f7/7b85f7bc7969c964a3215d7f0fa99454549466c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/28/ad/9a28ad9bb923a53d7ca89093538d5a16187d8230.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/87/98/5d87987ec8c9726c3a32a147eae16e011650d11f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/27/7d/d5277d7a4f6af817d23e5a3c601838f11fd9f84e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/61/d8/5f61d8058cab3ce47858a3e41c83651be6d0b22c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/94/65/239465a9952882614d21cd9e9110d6f840ca8947.jpg?rule=ad-large'],
'price': 17490,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw i3 electric 170 102ppm 120ah 42.2kwh edition windmill atelier '
'bva',
'transmission': 'automatic',
'trim': 'i3 170ch 120Ah Edition WindMill Atelier',
'vin': None,
'year': 2021}
2026-03-30 15:10:08 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a7b6c1-87de-5c96-abdb-f68685044604 with identifier: 3155181640
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c5a7b6c1-87de-5c96-abdb-f68685044604
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff4%252Fd2%252F22%252Ff4d222c38403b78178c946b78ecfd6a5b909da87.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/d2/22/f4d222c38403b78178c946b78ecfd6a5b909da87.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff6%252F91%252Fa9%252Ff691a909774a420e35b7386a55e4227483862e9d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/91/a9/f691a909774a420e35b7386a55e4227483862e9d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252F6d%252F77%252F376d7756525bee68c481556dbca4511604a6c259.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/6d/77/376d7756525bee68c481556dbca4511604a6c259.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252Fc0%252F74%252F17c074cefff8fc59f55171c1b2a6e103974c43bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/c0/74/17c074cefff8fc59f55171c1b2a6e103974c43bd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe4%252F6f%252Fdb%252Fe46fdb2a623513adf610db62b0311be2c9585a12.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/6f/db/e46fdb2a623513adf610db62b0311be2c9585a12.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F7b%252Fc7%252F577bc741977e53cfd4376a62dd7bb3f7798a2c75.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7b/c7/577bc741977e53cfd4376a62dd7bb3f7798a2c75.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F96%252F3d%252Fdc%252F963ddcd6a02eff7a190d18f3d6ad9186ed400e92.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/96/3d/dc/963ddcd6a02eff7a190d18f3d6ad9186ed400e92.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F1b%252F7a%252Ffc1b7ac9e60d6c266a32b6c269e05a8a13f8ebaf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/1b/7a/fc1b7ac9e60d6c266a32b6c269e05a8a13f8ebaf.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F21%252Ff5%252F5621f5817040b9bd9ad37d77073469db0a79495a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/21/f5/5621f5817040b9bd9ad37d77073469db0a79495a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F70%252F10%252F7370100bdb28ba863a2d0dd8c3dda187a56f936a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/70/10/7370100bdb28ba863a2d0dd8c3dda187a56f936a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c5a7b6c1-87de-5c96-abdb-f68685044604 with identifier 3155181640
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c5a7b6c1-87de-5c96-abdb-f68685044604
2026-03-30 15:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Android auto sans fil\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Affichage tête haute\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Front assist\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Sièges chauffants AV\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
' - Coques de rétroviseurs type carbone\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme périmétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Contrôle de pression des pneus\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
' - GPS Tactile\n'
' - Réseau WIFI\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': 'c5a7b6c1-87de-5c96-abdb-f68685044604',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155181640',
'listing': 'auction',
'make': 'BMW',
'model': 'i3',
'odometer': 35500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 26,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/d2/22/f4d222c38403b78178c946b78ecfd6a5b909da87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/91/a9/f691a909774a420e35b7386a55e4227483862e9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/6d/77/376d7756525bee68c481556dbca4511604a6c259.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/c0/74/17c074cefff8fc59f55171c1b2a6e103974c43bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/6f/db/e46fdb2a623513adf610db62b0311be2c9585a12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7b/c7/577bc741977e53cfd4376a62dd7bb3f7798a2c75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/3d/dc/963ddcd6a02eff7a190d18f3d6ad9186ed400e92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/1b/7a/fc1b7ac9e60d6c266a32b6c269e05a8a13f8ebaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/21/f5/5621f5817040b9bd9ad37d77073469db0a79495a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/70/10/7370100bdb28ba863a2d0dd8c3dda187a56f936a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106872,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/d2/22/f4d222c38403b78178c946b78ecfd6a5b909da87.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101068,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/91/a9/f691a909774a420e35b7386a55e4227483862e9d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94031,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/6d/77/376d7756525bee68c481556dbca4511604a6c259.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110030,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/c0/74/17c074cefff8fc59f55171c1b2a6e103974c43bd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99814,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/6f/db/e46fdb2a623513adf610db62b0311be2c9585a12.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7b/c7/577bc741977e53cfd4376a62dd7bb3f7798a2c75.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87962,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/3d/dc/963ddcd6a02eff7a190d18f3d6ad9186ed400e92.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108610,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/1b/7a/fc1b7ac9e60d6c266a32b6c269e05a8a13f8ebaf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107812,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/21/f5/5621f5817040b9bd9ad37d77073469db0a79495a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c5a7b6c1-87de-5c96-abdb-f68685044604/c5a7b6c1-87de-5c96-abdb-f68685044604_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91339,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/70/10/7370100bdb28ba863a2d0dd8c3dda187a56f936a.jpg?rule=ad-large',
'Width': 1067}],
'price': 17490,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw i3 electric 170 102ppm 120ah 42.2kwh edition windmill atelier '
'bva',
'transmission': 'automatic',
'trim': 'i3 170ch 120Ah Edition WindMill Atelier',
'vin': None,
'year': 2021}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155181640%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Saving data for 3155181640: {'created_time': 1774883408.538955, 'last_price_update_time': 1774883408.538967}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155181640') HTTP/1.1" 204 0
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829401
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829401%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829401: 1
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829401
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 18"\n'
' - Phare matrix led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829401',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 67500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/72/6a/a5726a43fb462b15541bf5b10fae8f7d595f5259.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/bc/b6/79bcb68264b379e289104dc025fa523976deafed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/a9/27/99a9270e2035c84e7c2fb78bcc46ddd28cffca87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/c2/3e/2dc23e0dd8d0478637508864c417e247d90cd689.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/88/94/9a88948fcc593360cba49f879484f109c299ffb8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/00/0a/87000a5ecfa2d50e02a1647f8ce10c43f4c79a9e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/e2/9e/9de29e87e3d11a4f3a91df42af67bfe318a88478.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/27/db/c127db77647c28342d1bf2c7195cfd689cb63148.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/75/29/f47529a6cc5a97df12b8976dc9573ded91b829af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/96/24/6c9624defed67fc8531bc4216249ebc917821a12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a5/87/56a587f91a26701ec265669171c5a6a0b75d89ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/0c/04/610c042b4276aba29749e43636450cd4362d38fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/ed/eb/a1edeb185de8096aa1da6f0b18742b59383c1299.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/34/8b/c1348bcbea3e65714fa9e17c9205687142cb9170.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/65/37/2d653771dfd79f206365ad431ce47d0e2c8dd9d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/0a/56/8b0a5667bf03574e3f709024028dfc1c2da73d68.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/3e/11/8a3e115e358525bc004b726c15bdcb452296add9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/04/35/690435988823dd21502f990392de5dd69f83d741.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/e5/d4/f9e5d493e8d8f83f6a58b398f53f1b62168b8a56.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/08/57/380857b80dd0215e7948186758925c4ed5c45a5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/08/48/ef08488fa5a6e5ebd887c3ea91c776b9d34c4808.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/e2/50/e7e25057ef72d03e351028a00b14292f8a9bd527.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/fa/72/67fa72acc8dd4156506bcc05ce77677699b8aa7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/4a/d5/af4ad5da29d5545eacd6b0cf50c35e4560948be4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/bb/60/d1bb6037fc00d8d7ea02847f254b25b6a81c6d3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/4c/a1/084ca1c57be7114fb68128ed177de5dca1ec82db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/fe/76/c7fe76ea15e22103df0676c0c808840007993578.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/53/fc/6053fc3b9693485976aaff114d1c1cc2f603b91e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/14/43/a11443aceab05c3c698d7702897845d990b70c91.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6f/9d/536f9d29c9c36853d7f778346fe8c0e5cff87d0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/e7/2d/79e72deace2ab54c6caf0b256b75e93409b14ec7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/e2/5e/8ce25e6a8b8d642c9bbaa239e213909f31829c1d.jpg?rule=ad-large'],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen golf sw 2.0 tdi 150 bluemotion style - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Golf SW 2.0 TDI SCR 150ch Style DSG7',
'vin': None,
'year': 2021}
2026-03-30 15:10:08 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a89ab8f9-03ea-5492-b716-553b76238cc1 with identifier: 3091829401
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a89ab8f9-03ea-5492-b716-553b76238cc1
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa5%252F72%252F6a%252Fa5726a43fb462b15541bf5b10fae8f7d595f5259.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/72/6a/a5726a43fb462b15541bf5b10fae8f7d595f5259.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F79%252Fbc%252Fb6%252F79bcb68264b379e289104dc025fa523976deafed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/79/bc/b6/79bcb68264b379e289104dc025fa523976deafed.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252Fa9%252F27%252F99a9270e2035c84e7c2fb78bcc46ddd28cffca87.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/a9/27/99a9270e2035c84e7c2fb78bcc46ddd28cffca87.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2d%252Fc2%252F3e%252F2dc23e0dd8d0478637508864c417e247d90cd689.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/c2/3e/2dc23e0dd8d0478637508864c417e247d90cd689.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9a%252F88%252F94%252F9a88948fcc593360cba49f879484f109c299ffb8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/88/94/9a88948fcc593360cba49f879484f109c299ffb8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F87%252F00%252F0a%252F87000a5ecfa2d50e02a1647f8ce10c43f4c79a9e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/87/00/0a/87000a5ecfa2d50e02a1647f8ce10c43f4c79a9e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Fe2%252F9e%252F9de29e87e3d11a4f3a91df42af67bfe318a88478.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/e2/9e/9de29e87e3d11a4f3a91df42af67bfe318a88478.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc1%252F27%252Fdb%252Fc127db77647c28342d1bf2c7195cfd689cb63148.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/27/db/c127db77647c28342d1bf2c7195cfd689cb63148.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff4%252F75%252F29%252Ff47529a6cc5a97df12b8976dc9573ded91b829af.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/75/29/f47529a6cc5a97df12b8976dc9573ded91b829af.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6c%252F96%252F24%252F6c9624defed67fc8531bc4216249ebc917821a12.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/96/24/6c9624defed67fc8531bc4216249ebc917821a12.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a89ab8f9-03ea-5492-b716-553b76238cc1 with identifier 3091829401
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:08 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a89ab8f9-03ea-5492-b716-553b76238cc1
2026-03-30 15:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 18"\n'
' - Phare matrix led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Trappe à ski\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Configuration 4 places\n'
' - GPS Couleur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - Line assist avec correction de trajectoire\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a89ab8f9-03ea-5492-b716-553b76238cc1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829401',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 67500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 32,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/72/6a/a5726a43fb462b15541bf5b10fae8f7d595f5259.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/bc/b6/79bcb68264b379e289104dc025fa523976deafed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/a9/27/99a9270e2035c84e7c2fb78bcc46ddd28cffca87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/c2/3e/2dc23e0dd8d0478637508864c417e247d90cd689.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/88/94/9a88948fcc593360cba49f879484f109c299ffb8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/00/0a/87000a5ecfa2d50e02a1647f8ce10c43f4c79a9e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/e2/9e/9de29e87e3d11a4f3a91df42af67bfe318a88478.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/27/db/c127db77647c28342d1bf2c7195cfd689cb63148.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/75/29/f47529a6cc5a97df12b8976dc9573ded91b829af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/96/24/6c9624defed67fc8531bc4216249ebc917821a12.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90301,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/72/6a/a5726a43fb462b15541bf5b10fae8f7d595f5259.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86849,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/bc/b6/79bcb68264b379e289104dc025fa523976deafed.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89085,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/a9/27/99a9270e2035c84e7c2fb78bcc46ddd28cffca87.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80906,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/c2/3e/2dc23e0dd8d0478637508864c417e247d90cd689.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84344,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/88/94/9a88948fcc593360cba49f879484f109c299ffb8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85520,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/00/0a/87000a5ecfa2d50e02a1647f8ce10c43f4c79a9e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96886,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/e2/9e/9de29e87e3d11a4f3a91df42af67bfe318a88478.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/27/db/c127db77647c28342d1bf2c7195cfd689cb63148.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89106,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/75/29/f47529a6cc5a97df12b8976dc9573ded91b829af.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a7bd535-5b97-5f45-8c87-cd3f53590c8a/7a7bd535-5b97-5f45-8c87-cd3f53590c8a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93623,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/96/24/6c9624defed67fc8531bc4216249ebc917821a12.jpg?rule=ad-large',
'Width': 1067}],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen golf sw 2.0 tdi 150 bluemotion style - garantie 6 mois',
'transmission': 'automatic',
'trim': 'Golf SW 2.0 TDI SCR 150ch Style DSG7',
'vin': None,
'year': 2021}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829401%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829401: {'created_time': 1774883408.804989, 'last_price_update_time': 1774883408.804999}
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829401') HTTP/1.1" 204 0
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3133031650
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273133031650%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scrape type for 3133031650: 1
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3133031650
2026-03-30 15:10:08 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Roues AR directrices\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 20"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Accoudoir central réfrigéré AV\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Détection des piétons\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3133031650',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLC',
'odometer': 154500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/03/21/ca032141459142eb91d68a1f0e4a92e3a80ed479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/d8/b7/30d8b7a55e405a4a8335e084f196de764d7e9aec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/da/99/aeda997ab5674305f6fa2918c088bcc299e10de4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/34/1f/50341f3f05a790fa85ffaada7afe02ff90664538.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/75/8c/a6758c31e84bfe4280f3756b0d140ebee61f6bd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/1a/12/501a1232c1b9d783fd08c369fab0b631ae09986e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/72/54/8072547830c3801e14548de523902fcde343f293.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/09/1e/95091eb171cda0c1f144a1b62059fac3d35979e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/46/88/4c4688378170c04cce04bc1f2098821b8938731f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/85/1f/6b851fb869f0d00a0325f8ee987ec3d59ff3ebe6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/be/4d/35be4d5248d08e6eb90c901b50f3b4bcb7966251.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/fa/dd/bffadd4c29e64ae16192105bb63b85ec7dea3dbf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/b1/fa/57b1fa2e08ff8909edb3a7a1cbe11e8065a08db3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/9d/5a/ea9d5aab0ff76cf075fca96c92415e2445611a23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/c2/4f/06c24f6b9370a62192946981b2539f1e5ffe46cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/fc/38/41fc3835127a34f25c8e9b171571d4ef81449e39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/48/e5/f148e55c6f243e88e500315416423a15e0c58893.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/3f/ca/253fca182c44ade190424113f320f5b3f29a1055.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/83/5c/43835c3144efbcf21fe255c7bde4ed25a7fe0f35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/e2/5d/8ae25dee387343d84e23006bab60bf7484e3518a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/fe/60/d7fe60d6b1558cfff28b125b8c002de07b707673.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/5b/25/245b256b0006c65e2a36c2108989394399aeb0d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/eb/5d/52eb5d9ad4823af28aa0f6ee880270e552de970b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/0e/a6/6a0ea61baf3526fc66361573853e352fd6360a4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/59/57/5059574ba6b957c94863d80f2ff12776bc175f2f.jpg?rule=ad-large'],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe glc 3.0 350 d 260 executive 4matic 9g-tronic '
'bva',
'transmission': 'automatic',
'trim': 'GLC 350 d 258ch Executive 4Matic 9G-Tronic',
'vin': None,
'year': 2017}
2026-03-30 15:10:08 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d5805794-5074-5e59-98b4-b5059f8f109c with identifier: 3133031650
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5805794-5074-5e59-98b4-b5059f8f109c
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fca%252F03%252F21%252Fca032141459142eb91d68a1f0e4a92e3a80ed479.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/03/21/ca032141459142eb91d68a1f0e4a92e3a80ed479.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252Fd8%252Fb7%252F30d8b7a55e405a4a8335e084f196de764d7e9aec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/d8/b7/30d8b7a55e405a4a8335e084f196de764d7e9aec.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fae%252Fda%252F99%252Faeda997ab5674305f6fa2918c088bcc299e10de4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/da/99/aeda997ab5674305f6fa2918c088bcc299e10de4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F50%252F34%252F1f%252F50341f3f05a790fa85ffaada7afe02ff90664538.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/50/34/1f/50341f3f05a790fa85ffaada7afe02ff90664538.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa6%252F75%252F8c%252Fa6758c31e84bfe4280f3756b0d140ebee61f6bd4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/75/8c/a6758c31e84bfe4280f3756b0d140ebee61f6bd4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F50%252F1a%252F12%252F501a1232c1b9d783fd08c369fab0b631ae09986e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/50/1a/12/501a1232c1b9d783fd08c369fab0b631ae09986e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252F72%252F54%252F8072547830c3801e14548de523902fcde343f293.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/72/54/8072547830c3801e14548de523902fcde343f293.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252F09%252F1e%252F95091eb171cda0c1f144a1b62059fac3d35979e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/09/1e/95091eb171cda0c1f144a1b62059fac3d35979e4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4c%252F46%252F88%252F4c4688378170c04cce04bc1f2098821b8938731f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/46/88/4c4688378170c04cce04bc1f2098821b8938731f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6b%252F85%252F1f%252F6b851fb869f0d00a0325f8ee987ec3d59ff3ebe6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/85/1f/6b851fb869f0d00a0325f8ee987ec3d59ff3ebe6.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d5805794-5074-5e59-98b4-b5059f8f109c with identifier 3133031650
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d5805794-5074-5e59-98b4-b5059f8f109c
2026-03-30 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Palettes au volant\n'
' - Park assist\n'
' - Roues AR directrices\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu 20"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares adaptatifs\n'
' - Phares directionnels\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Accoudoir central réfrigéré AV\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien dématérialisé\n"
' - Double des clés\n'
' - Détection des piétons\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd5805794-5074-5e59-98b4-b5059f8f109c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3133031650',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLC',
'odometer': 154500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/03/21/ca032141459142eb91d68a1f0e4a92e3a80ed479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/d8/b7/30d8b7a55e405a4a8335e084f196de764d7e9aec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/da/99/aeda997ab5674305f6fa2918c088bcc299e10de4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/34/1f/50341f3f05a790fa85ffaada7afe02ff90664538.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/75/8c/a6758c31e84bfe4280f3756b0d140ebee61f6bd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/1a/12/501a1232c1b9d783fd08c369fab0b631ae09986e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/72/54/8072547830c3801e14548de523902fcde343f293.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/09/1e/95091eb171cda0c1f144a1b62059fac3d35979e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/46/88/4c4688378170c04cce04bc1f2098821b8938731f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/85/1f/6b851fb869f0d00a0325f8ee987ec3d59ff3ebe6.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98921,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/03/21/ca032141459142eb91d68a1f0e4a92e3a80ed479.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91041,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/d8/b7/30d8b7a55e405a4a8335e084f196de764d7e9aec.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90819,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/da/99/aeda997ab5674305f6fa2918c088bcc299e10de4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85539,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/34/1f/50341f3f05a790fa85ffaada7afe02ff90664538.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95281,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/75/8c/a6758c31e84bfe4280f3756b0d140ebee61f6bd4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91908,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/1a/12/501a1232c1b9d783fd08c369fab0b631ae09986e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85442,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/72/54/8072547830c3801e14548de523902fcde343f293.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149411,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/09/1e/95091eb171cda0c1f144a1b62059fac3d35979e4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139575,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/46/88/4c4688378170c04cce04bc1f2098821b8938731f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5805794-5074-5e59-98b4-b5059f8f109c/d5805794-5074-5e59-98b4-b5059f8f109c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135796,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/85/1f/6b851fb869f0d00a0325f8ee987ec3d59ff3ebe6.jpg?rule=ad-large',
'Width': 1067}],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe glc 3.0 350 d 260 executive 4matic 9g-tronic '
'bva',
'transmission': 'automatic',
'trim': 'GLC 350 d 258ch Executive 4Matic 9G-Tronic',
'vin': None,
'year': 2017}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273133031650%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Saving data for 3133031650: {'created_time': 1774883409.069317, 'last_price_update_time': 1774883409.06933}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3133031650') HTTP/1.1" 204 0
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3126511092
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273126511092%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scrape type for 3126511092: 1
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3126511092
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - 4 roues directrices\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Pack Sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Déflecteur\n'
' - Jantes Alliage\n'
' - Ouverture du coffre à distance\n'
' - Phares Full LED\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Trappe à ski\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 462,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3126511092',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 38500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a9/85/1ca9859391a80e45d124a38fb56b2546e77cebe0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/af/5f/dfaf5f207fb322919009d3de54904cdcf558af33.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/d1/9a/b8d19a1fed836ea953ab6925567082881d4b66ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/77/95/64779507a6f93700595aadf1daab6dcd414429c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/72/8431728d48fab2e51e163a6d7663591d493078ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/30/77/15307781904135aad8354213a32d9e496fcdb9b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d0/2e/e1d02e610bc1518c0a0f9bbeb08112eb54979bf8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/6d/30/d66d30867cf92e6ef115712379db72a9f3f301ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/d1/cd/e3d1cd12296f0a158fd9950efa284e0e6e15967c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/d6/27/62d62777034fde7b2dc96ac80acf838989d3e255.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3f/dc/4e3fdc1b72a43edc19d01fd83b7a691e0fd419e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/2e/09/1a2e093bd2a7fc771a224d085c25bd450e488081.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/f2/4e/9af24e5915919bf7aa97be6bb55418133cabed05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/4c/9a/ef4c9af4d965a046343251db74feeffdfa8b352a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/a8/1e/5ca81e061f0af4cfe8c317d34ae6ccd08d4fc3bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/c5/c9/60c5c953b85b7d3b6d01009ce2479a2be6c9793f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/ce/e7/4ccee70326fe8ff45d08baffa6eac3d3084eeff7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/c0/e6/b7c0e6b471fcff5babfba7a3a53de42e09cefdd2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/0b/60/d40b60d9be20ac8f3a81c72a1c0734fd4d02a74c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/c4/53/6ac45311134f1713076390313ca7b73e4cfe60de.jpg?rule=ad-large'],
'price': 89990,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche panamera porsche aprouved sport-turismo 2.9 e-hybrid 462h '
'335 phev 17.9kwh platinum edition 4 bva',
'transmission': 'automatic',
'trim': 'Panamera Spt Turismo 2.9 V6 462ch 4 E-Hybrid Platinum Edition',
'vin': None,
'year': 2022}
2026-03-30 15:10:09 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 53904fd8-07d7-5f1a-8e38-4f7e8a0720e9 with identifier: 3126511092
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53904fd8-07d7-5f1a-8e38-4f7e8a0720e9
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1c%252Fa9%252F85%252F1ca9859391a80e45d124a38fb56b2546e77cebe0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a9/85/1ca9859391a80e45d124a38fb56b2546e77cebe0.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252Faf%252F5f%252Fdfaf5f207fb322919009d3de54904cdcf558af33.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/af/5f/dfaf5f207fb322919009d3de54904cdcf558af33.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252Fd1%252F9a%252Fb8d19a1fed836ea953ab6925567082881d4b66ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/d1/9a/b8d19a1fed836ea953ab6925567082881d4b66ff.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F64%252F77%252F95%252F64779507a6f93700595aadf1daab6dcd414429c1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/64/77/95/64779507a6f93700595aadf1daab6dcd414429c1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F31%252F72%252F8431728d48fab2e51e163a6d7663591d493078ed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/72/8431728d48fab2e51e163a6d7663591d493078ed.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F15%252F30%252F77%252F15307781904135aad8354213a32d9e496fcdb9b2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/15/30/77/15307781904135aad8354213a32d9e496fcdb9b2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe1%252Fd0%252F2e%252Fe1d02e610bc1518c0a0f9bbeb08112eb54979bf8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d0/2e/e1d02e610bc1518c0a0f9bbeb08112eb54979bf8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252F6d%252F30%252Fd66d30867cf92e6ef115712379db72a9f3f301ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/6d/30/d66d30867cf92e6ef115712379db72a9f3f301ac.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe3%252Fd1%252Fcd%252Fe3d1cd12296f0a158fd9950efa284e0e6e15967c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/d1/cd/e3d1cd12296f0a158fd9950efa284e0e6e15967c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F62%252Fd6%252F27%252F62d62777034fde7b2dc96ac80acf838989d3e255.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/62/d6/27/62d62777034fde7b2dc96ac80acf838989d3e255.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 53904fd8-07d7-5f1a-8e38-4f7e8a0720e9 with identifier 3126511092
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 53904fd8-07d7-5f1a-8e38-4f7e8a0720e9
2026-03-30 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Kit téléphone main libre Bluetooth\n'
' - Radio\n'
' - Radio numérique\n'
' - Reconnaissance vocale\n'
'\n'
'Conduite :\n'
' - 4 roues directrices\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Pack Sport\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement avant\n"
' - Déflecteur\n'
' - Jantes Alliage\n'
' - Ouverture du coffre à distance\n'
' - Phares Full LED\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Trappe à ski\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode confort\n'
' - Mode sport\n'
' - Mode sport +\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Soundsystem\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 462,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '53904fd8-07d7-5f1a-8e38-4f7e8a0720e9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3126511092',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 38500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a9/85/1ca9859391a80e45d124a38fb56b2546e77cebe0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/af/5f/dfaf5f207fb322919009d3de54904cdcf558af33.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/d1/9a/b8d19a1fed836ea953ab6925567082881d4b66ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/77/95/64779507a6f93700595aadf1daab6dcd414429c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/72/8431728d48fab2e51e163a6d7663591d493078ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/30/77/15307781904135aad8354213a32d9e496fcdb9b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d0/2e/e1d02e610bc1518c0a0f9bbeb08112eb54979bf8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/6d/30/d66d30867cf92e6ef115712379db72a9f3f301ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/d1/cd/e3d1cd12296f0a158fd9950efa284e0e6e15967c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/d6/27/62d62777034fde7b2dc96ac80acf838989d3e255.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90345,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a9/85/1ca9859391a80e45d124a38fb56b2546e77cebe0.jpg?rule=ad-large',
'Width': 1066},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85305,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/af/5f/dfaf5f207fb322919009d3de54904cdcf558af33.jpg?rule=ad-large',
'Width': 1066},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93878,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/d1/9a/b8d19a1fed836ea953ab6925567082881d4b66ff.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/77/95/64779507a6f93700595aadf1daab6dcd414429c1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93250,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/72/8431728d48fab2e51e163a6d7663591d493078ed.jpg?rule=ad-large',
'Width': 1066},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92076,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/30/77/15307781904135aad8354213a32d9e496fcdb9b2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84477,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d0/2e/e1d02e610bc1518c0a0f9bbeb08112eb54979bf8.jpg?rule=ad-large',
'Width': 1066},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82651,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/6d/30/d66d30867cf92e6ef115712379db72a9f3f301ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106490,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/d1/cd/e3d1cd12296f0a158fd9950efa284e0e6e15967c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53904fd8-07d7-5f1a-8e38-4f7e8a0720e9/53904fd8-07d7-5f1a-8e38-4f7e8a0720e9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126073,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/d6/27/62d62777034fde7b2dc96ac80acf838989d3e255.jpg?rule=ad-large',
'Width': 1067}],
'price': 89990,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche panamera porsche aprouved sport-turismo 2.9 e-hybrid 462h '
'335 phev 17.9kwh platinum edition 4 bva',
'transmission': 'automatic',
'trim': 'Panamera Spt Turismo 2.9 V6 462ch 4 E-Hybrid Platinum Edition',
'vin': None,
'year': 2022}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273126511092%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Saving data for 3126511092: {'created_time': 1774883409.315986, 'last_price_update_time': 1774883409.315997}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3126511092') HTTP/1.1" 204 0
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829472
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829472%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829472: 1
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829472
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Harman Kardon\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Phare matrix led\n'
' - Phares AR à led\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AR\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV/AR\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - Détecteur de lumière\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Soundsystem\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Caméra d'enregistrement de conduite\n"
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829472',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 133000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/70/e6/42/70e642e173a750483e079b8e801e503044d93bd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/5a/34/aa5a34d28818ca7d1f2b9c4a4e3ffef42c1a6def.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/7e/e1/447ee14d5ec3d589f1a65d06d35565216d86da87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/ee/23/73ee23b6fe8b5a921ec0590b38763e1946471e4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/a7/39/2fa7399a903c7af2d27d9b40e1fbb56d1341768a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/70/18/a47018095263686b2d30a022b50405ca3f282030.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/02/b4/ac02b409576c70d17feeadbfe79e99a7d9860c54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a7/e4/67a7e49d58a2eff7f0a1ff53a7ba472da4da86b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/9d/f9/d49df9e6833b82650633b705f95840955b1046ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/01/54/f20154808ef89797b4934ea4a520aa68f7dc85f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/f2/36/06f236a0bd8f24f9765cb2fd9cab1009810b65c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/ac/42/32ac42e27d7c9fdc24182bdaec6f55d672848dad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/64/86/a96486e337e2e37d513a85171aca8851439da61c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/39/fa/5039fa84a1cd89f871c64bfaedd64a48a1a28e90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/7e/16/617e1664323dae18cac4c1afb5f7be0146dc95b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/64/f9/a364f939467e9033853cbe448baf259a1f87ae8a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/8f/1e/f28f1e525a32db848d3d95ab282a43c7feeabe2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/e8/14/07e814195e930104bebc821418c28a6b75e7ff9f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/44/ff/0244ffda65df5eea3377b13c13b0aaa1822737f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/7e/ce/1f7ece0f4be1a6f2d3b00e60422f709cec165f40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/18/9e/2b189e12274412754adbe97ab034feac25d1df1c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/f0/05/a0f005fc2c1ae7cc96881d1f6eec3cd7f58b0b79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/24/fc/8424fcbb1034d6b7f5b93a7b3001091619e275d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/35/dc/7f35dc15daa4f21aae9a0de1b39ee29f170f87a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/f9/26/63f926db2f0f1266743898867df2468afabc23c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/2e/04/c92e04fed6b570afd7924d961b8226b3ae505bf0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/d7/1a/d1d71ac5099e0ed4d5b7fe9b2366a2907d2a091c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/f0/bf/2ff0bf53eebe2a0bacef2ebe1ae824db2127b30c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/3c/15/d03c15df4814ddcb0a7df2d2886f8b4a81db43ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/40/0c/14400c53c6189b357d9ad4deb6e2dbca51837684.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/01/51/da0151aaacdefcc6e4ede63ced56bc9b9b3b7d27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/63/a9/6063a9eced16dee56d4564bfb41f498becf8380f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/17/9e/7a179e8a845053c6611fcf88ef3cf557322b78b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/e7/f9/f5e7f98ff87d0aff238e27e17645ad301abc1723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/5c/ad/c95cadd7caa7f584d55ff6d06c4e616c5654440d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/54/78/4054786aca14fd1e0ce84424e792ed6e2634082e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/2c/7b/d02c7be2d212de507192d38cde525820beffca3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/2c/bc/4f2cbcd8380f4e77421842b9dfbaf1718b538be5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/4f/f5/a84ff5af6f9f231ac1216270430c0827cd56608b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/79/38/337938e53931d11300074fe236af52dd00b58c21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/ea/3e/bbea3e45721d03951775172a9d0ef7e5ae01e259.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/a9/12/86a91257c93752da2d8302aacfc7925a39e697d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/95/6a/d4956af9897ffbcce6110e3388b3f82e3a9ec024.jpg?rule=ad-large'],
'price': 15489,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé 218d 150 ch bva8 luxury - camera de recul - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé 218d 150ch Luxury',
'vin': None,
'year': 2017}
2026-03-30 15:10:09 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a25346a-c90b-5642-ac67-ae20c6bd178a with identifier: 3091829472
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5a25346a-c90b-5642-ac67-ae20c6bd178a
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252Fe6%252F42%252F70e642e173a750483e079b8e801e503044d93bd8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/e6/42/70e642e173a750483e079b8e801e503044d93bd8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faa%252F5a%252F34%252Faa5a34d28818ca7d1f2b9c4a4e3ffef42c1a6def.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/5a/34/aa5a34d28818ca7d1f2b9c4a4e3ffef42c1a6def.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252F7e%252Fe1%252F447ee14d5ec3d589f1a65d06d35565216d86da87.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/7e/e1/447ee14d5ec3d589f1a65d06d35565216d86da87.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252Fee%252F23%252F73ee23b6fe8b5a921ec0590b38763e1946471e4e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/ee/23/73ee23b6fe8b5a921ec0590b38763e1946471e4e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2f%252Fa7%252F39%252F2fa7399a903c7af2d27d9b40e1fbb56d1341768a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/a7/39/2fa7399a903c7af2d27d9b40e1fbb56d1341768a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa4%252F70%252F18%252Fa47018095263686b2d30a022b50405ca3f282030.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/70/18/a47018095263686b2d30a022b50405ca3f282030.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fac%252F02%252Fb4%252Fac02b409576c70d17feeadbfe79e99a7d9860c54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/02/b4/ac02b409576c70d17feeadbfe79e99a7d9860c54.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252Fa7%252Fe4%252F67a7e49d58a2eff7f0a1ff53a7ba472da4da86b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a7/e4/67a7e49d58a2eff7f0a1ff53a7ba472da4da86b9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd4%252F9d%252Ff9%252Fd49df9e6833b82650633b705f95840955b1046ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/9d/f9/d49df9e6833b82650633b705f95840955b1046ac.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff2%252F01%252F54%252Ff20154808ef89797b4934ea4a520aa68f7dc85f5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/01/54/f20154808ef89797b4934ea4a520aa68f7dc85f5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5a25346a-c90b-5642-ac67-ae20c6bd178a with identifier 3091829472
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5a25346a-c90b-5642-ac67-ae20c6bd178a
2026-03-30 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Radio numérique\n'
' - Système audio Harman Kardon\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Phare matrix led\n'
' - Phares AR à led\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AR\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Ordinateur de bord\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV/AR\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Configuration 4 places\n'
' - Détecteur de lumière\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Soundsystem\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
" - Caméra d'enregistrement de conduite\n"
" - Carnet d'entretien\n"
" - Carnet d'entretien dématérialisé\n"
' - Catalyseur\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5a25346a-c90b-5642-ac67-ae20c6bd178a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829472',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 2',
'odometer': 133000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 43,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/70/e6/42/70e642e173a750483e079b8e801e503044d93bd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/5a/34/aa5a34d28818ca7d1f2b9c4a4e3ffef42c1a6def.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/7e/e1/447ee14d5ec3d589f1a65d06d35565216d86da87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/ee/23/73ee23b6fe8b5a921ec0590b38763e1946471e4e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/a7/39/2fa7399a903c7af2d27d9b40e1fbb56d1341768a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/70/18/a47018095263686b2d30a022b50405ca3f282030.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/02/b4/ac02b409576c70d17feeadbfe79e99a7d9860c54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a7/e4/67a7e49d58a2eff7f0a1ff53a7ba472da4da86b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/9d/f9/d49df9e6833b82650633b705f95840955b1046ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/01/54/f20154808ef89797b4934ea4a520aa68f7dc85f5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94791,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/e6/42/70e642e173a750483e079b8e801e503044d93bd8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89613,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/5a/34/aa5a34d28818ca7d1f2b9c4a4e3ffef42c1a6def.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92692,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/7e/e1/447ee14d5ec3d589f1a65d06d35565216d86da87.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82279,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/ee/23/73ee23b6fe8b5a921ec0590b38763e1946471e4e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93155,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/a7/39/2fa7399a903c7af2d27d9b40e1fbb56d1341768a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91141,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/70/18/a47018095263686b2d30a022b50405ca3f282030.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97094,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/02/b4/ac02b409576c70d17feeadbfe79e99a7d9860c54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86871,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/a7/e4/67a7e49d58a2eff7f0a1ff53a7ba472da4da86b9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77398,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/9d/f9/d49df9e6833b82650633b705f95840955b1046ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_22a7586b-ceb8-55f0-a952-9b4e6b4b7c19/22a7586b-ceb8-55f0-a952-9b4e6b4b7c19_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113079,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/01/54/f20154808ef89797b4934ea4a520aa68f7dc85f5.jpg?rule=ad-large',
'Width': 1067}],
'price': 15489,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Bmw serie 2 coupé 218d 150 ch bva8 luxury - camera de recul - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 2 Coupé 218d 150ch Luxury',
'vin': None,
'year': 2017}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829472%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829472: {'created_time': 1774883409.548008, 'last_price_update_time': 1774883409.548018}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829472') HTTP/1.1" 204 0
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3093658707
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273093658707%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scrape type for 3093658707: 1
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3093658707
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Système audio Harman Kardon\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares adaptatifs\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV à mémoire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme périmétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 218,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3093658707',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 82000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/2a/2e/cd2a2eb383ca5f207456df2346b630798ccf598d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/9c/7e/089c7e93485127384db4908bacf05c712c34bea6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/92/1e/5a921e32dff09a6150a94ab566cf828f526f8c9a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/0d/f8/300df8fc44a39599d29b267b67c117b1885700bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/26/843126868475990b588ce7ba33c0dfc5e6d9f2bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/1e/e5/c71ee568bb66610d3c23612dcb19b0d0a3210699.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/7d/d8/387dd8d985e7828b01ed2cdb0c07bc21cbbbb530.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/a5/df/c2a5df870d57c3a8e54be4546324eb970628cdca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/55/b3/5955b3a48fccd90fea59caf1deb88d6bafe84d85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4f/b9/fd4fb9b1f68cad69498260629042d74fcd621eeb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/60/7c/be607cc039371339e04cdca23474ccc77afc9161.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/49/9b/4b/499b4bba4ed1a50e265933b8fc73986ea63a1100.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/7f/57/fd7f57ec678f831424a95088ebb9b4e392e0005c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/ae/ae/51aeae2a47d8db0575bac9293cb1fd5da27093bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/52/85/b45285a3651ed42843e0742ef87a8b3a34fdb2fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/d1/dc/c1d1dc9ce6dc6876a005bd0d618aab1057529fd2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/b4/93/30b49396c7b47439a80c9ea982be3b018421a845.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/58/41/ac5841cafd47eadd38d118219614676df4454bb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/63/cf/6863cfdf88f70974c055c9319e07bff5b77310b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/a2/f0/02a2f0a4bfda64bf99ab627d3480f897b9014de2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/52/3f/fe523fd0755043aa47806d74eca90f5910cb6141.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/d7/ee/1cd7ee3398b5f46eec3ecb10c5aeac7b74c93e8d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/4c/9c/ef4c9cb3b6ee48ca2d2fd6c6e705d396a69fc5b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/69/3f/e3693f3ef65655879b6ce8912d606474e8765685.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/5d/8b/165d8bd2ab8aae9dbc55baed6e351a485446585a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/91/3c/16913c09f3bedb56756cffd1c1a9d503059e78f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/47/92/gh4792174f61e275f470937bff781e83bfbc7e37.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/70/52/947052f326b9322b9b738d0fcb576fd593173f4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/89/19/628919813b12d7a3816c39a4b1cb064d2ba606f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/c6/7f/c3c67f838c98f64785458c56a31fed2d0d9fa1a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/86/85/728685621508ba6c60f98ad21c15b3b37a3c6b62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/dd/5a/01dd5a53db5313baa91712a445215ca434786414.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/62/30/0a62300a2e3fb60d4423969e29b5648a3ead7247.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/05/ff/5a05ff7f14d8b6abe2456f7bca7ceef499d18a84.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/09/e4/d209e4ad2c21a0d93dc651206da67e1e7609c7e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/78/66/867866da758235027da38e100a0387d02b56ada9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/6b/7d/4c6b7d16b4dbd954f3729dc6c8581f92ee87c6e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/8f/e2/468fe220324ee9df19842dd267df23f570963d37.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/74/04/f974046aaba475589e59b6d5a810d665a1795f4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/16/0e/0c160ee16387431c8b0961a34f64172cf3be6a61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/a7/75/7fa775c498d53182d308c5b9c29efba3365b34cd.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 2.0 125 d 220 urban life bva - origine france - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 1 125dA 218ch Sport 3p',
'vin': None,
'year': 2014}
2026-03-30 15:10:09 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c9e7be-c794-53cd-a400-2788e5b3c1cd with identifier: 3093658707
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 82c9e7be-c794-53cd-a400-2788e5b3c1cd
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252F2a%252F2e%252Fcd2a2eb383ca5f207456df2346b630798ccf598d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/2a/2e/cd2a2eb383ca5f207456df2346b630798ccf598d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F9c%252F7e%252F089c7e93485127384db4908bacf05c712c34bea6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/9c/7e/089c7e93485127384db4908bacf05c712c34bea6.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5a%252F92%252F1e%252F5a921e32dff09a6150a94ab566cf828f526f8c9a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/92/1e/5a921e32dff09a6150a94ab566cf828f526f8c9a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F0d%252Ff8%252F300df8fc44a39599d29b267b67c117b1885700bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/0d/f8/300df8fc44a39599d29b267b67c117b1885700bd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F31%252F26%252F843126868475990b588ce7ba33c0dfc5e6d9f2bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/26/843126868475990b588ce7ba33c0dfc5e6d9f2bb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc7%252F1e%252Fe5%252Fc71ee568bb66610d3c23612dcb19b0d0a3210699.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/1e/e5/c71ee568bb66610d3c23612dcb19b0d0a3210699.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F7d%252Fd8%252F387dd8d985e7828b01ed2cdb0c07bc21cbbbb530.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/7d/d8/387dd8d985e7828b01ed2cdb0c07bc21cbbbb530.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252Fa5%252Fdf%252Fc2a5df870d57c3a8e54be4546324eb970628cdca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/a5/df/c2a5df870d57c3a8e54be4546324eb970628cdca.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F59%252F55%252Fb3%252F5955b3a48fccd90fea59caf1deb88d6bafe84d85.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/55/b3/5955b3a48fccd90fea59caf1deb88d6bafe84d85.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F4f%252Fb9%252Ffd4fb9b1f68cad69498260629042d74fcd621eeb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4f/b9/fd4fb9b1f68cad69498260629042d74fcd621eeb.jpg?rule=ad-large already downloaded
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 82c9e7be-c794-53cd-a400-2788e5b3c1cd with identifier 3093658707
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:09 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 82c9e7be-c794-53cd-a400-2788e5b3c1cd
2026-03-30 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
' - Système audio Harman Kardon\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Phares AV de jour à LED\n'
' - Phares adaptatifs\n'
' - Phares xénon\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges AV à mémoire\n'
' - Sièges chauffants AV\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alarme périmétrique\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - Mode normal\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 218,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '82c9e7be-c794-53cd-a400-2788e5b3c1cd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3093658707',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 82000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 41,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/2a/2e/cd2a2eb383ca5f207456df2346b630798ccf598d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/9c/7e/089c7e93485127384db4908bacf05c712c34bea6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/92/1e/5a921e32dff09a6150a94ab566cf828f526f8c9a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/0d/f8/300df8fc44a39599d29b267b67c117b1885700bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/26/843126868475990b588ce7ba33c0dfc5e6d9f2bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/1e/e5/c71ee568bb66610d3c23612dcb19b0d0a3210699.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/7d/d8/387dd8d985e7828b01ed2cdb0c07bc21cbbbb530.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/a5/df/c2a5df870d57c3a8e54be4546324eb970628cdca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/55/b3/5955b3a48fccd90fea59caf1deb88d6bafe84d85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4f/b9/fd4fb9b1f68cad69498260629042d74fcd621eeb.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92535,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/2a/2e/cd2a2eb383ca5f207456df2346b630798ccf598d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85187,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/9c/7e/089c7e93485127384db4908bacf05c712c34bea6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88285,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/92/1e/5a921e32dff09a6150a94ab566cf828f526f8c9a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79856,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/0d/f8/300df8fc44a39599d29b267b67c117b1885700bd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86503,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/31/26/843126868475990b588ce7ba33c0dfc5e6d9f2bb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86560,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/1e/e5/c71ee568bb66610d3c23612dcb19b0d0a3210699.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84862,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/7d/d8/387dd8d985e7828b01ed2cdb0c07bc21cbbbb530.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107632,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/a5/df/c2a5df870d57c3a8e54be4546324eb970628cdca.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93401,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/55/b3/5955b3a48fccd90fea59caf1deb88d6bafe84d85.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd/4f3a7929-dcd5-5e8f-bf68-da873d5ee4bd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84018,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4f/b9/fd4fb9b1f68cad69498260629042d74fcd621eeb.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw serie 1 2.0 125 d 220 urban life bva - origine france - '
'garantie 6 mois',
'transmission': 'automatic',
'trim': 'Série 1 125dA 218ch Sport 3p',
'vin': None,
'year': 2014}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273093658707%27 HTTP/1.1" 200 None
2026-03-30 15:10:09 [auto_selling_leboncoin.fr] INFO: Saving data for 3093658707: {'created_time': 1774883409.818776, 'last_price_update_time': 1774883409.818785}
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3093658707') HTTP/1.1" 204 0
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091829622
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829622%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091829622: 1
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091829622
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Kit fumeur\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Siège passager repliable\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829622',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 76291,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/28/4a/63/284a63b621c9f133d2ecda7d7c45941e29d99aa2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/f9/54/e0f9545e184e8665c9e50384c47b663f32726e0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/13/c8/fc13c87bc6ac775138098a541f904f9b7d6be2c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/f1/55/ghf1554cc73aa46429b7ef116410fb4d07201f80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/d5/e0/70d5e079276807a19a6ed3eb471180206b427c4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/94/19/f49419224b00a987a8ad6579a1d59adcc86f6afd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/31/3c4f3105dade8e602b085b4236213ead06c7550c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/46/dd/1b46dd6d1dd17eb9529eb0ce2fb94951b16dbdd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8c/c0/e68cc06a783be9ab3e0555b8a0e6c6783ddfacb2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/60/14/d0601476d4125fd68a639e84bcedbd72dfe108f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/e3/f8/d2e3f82b5445d94c18c0cd49599847d1d323dc54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/ed/9d/dced9d10e1c398c0ebf0efcc5a09c8925a5ab82e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/d8/23/c1d82381c24fbfd83074a92efdbe58a4f7769210.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/24/bc/b124bcdc8ba27daff13a4ae05dac84457f5a9ff0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/f8/a8/58f8a83924fd427d5500239d764d583bc2b65dbc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/1c/31/7e1c3184c974dcbf3384d92a8949b55cfb95e878.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d2/20/2ad220441f1c0105c320c75d094675b929723fdc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/06/01/9f060100c3bc67ca97d3da435a9a9654ed79ad6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/be/e4/08bee485f3d40661025c33b1e797c490a63baf71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/63/3c/15633c9c33a79ecceb1286cba31b0166e8c751be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/47/73/e84773537a53e75d87cb5ba280b7778217945af4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/bd/3a/d8bd3aee1393a97cab6d83c5c607f521e4ffc071.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/9f/61/519f61b039a66460d6fb8a43f605ce28fda8eae3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/85/8c/90858c79c282e07b4cbcb2a5d2b36d6bcf3080ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/3c/3d/f03c3d24cc039ecfa0fc9fade2a427b83eb0683f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/b5/81/f7b5816c476d53c5505f1d2bff1cdb1cec480695.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/89/5b/33895b0aa34a967fcfeb7b06cdce82ec10b5ab7e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/a6/ad/82a6ad3d9bd49702bdcccb4dd49ffad2b55facb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/e1/c4/b4e1c47ae230f53ee07c719904dd438afc199df3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/cb/2c/c7cb2c86ee5484d42d1e33106228d64c3261727a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/64/09/5f6409b49c85bd3b4579a8a4ad95b35a072bf1a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/7a/6c/dc7a6c2417b537f13a495ce8a134c5cd09693b59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/89/5b/c6895bca30ee89d7bb47fdb4e3190650aa68fc13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/8c/b3/788cb35dd13fbbb9eafa83f16eb8ffc783aa312c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/ba/f7/69baf7f2b5fda4c8daabff9b7970266049b2a390.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/50/87/0850877591a70d7fad5ae580e991f65e3a65fc82.jpg?rule=ad-large'],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.5 bluehdi 130 crossway start-stop',
'transmission': 'manual',
'trim': '3008 1.5 BlueHDi 130ch S&S Crossway',
'vin': None,
'year': 2020}
2026-03-30 15:10:10 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cd1363-1eab-50bd-b7f0-5440724f28d2 with identifier: 3091829622
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f2cd1363-1eab-50bd-b7f0-5440724f28d2
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252F4a%252F63%252F284a63b621c9f133d2ecda7d7c45941e29d99aa2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/4a/63/284a63b621c9f133d2ecda7d7c45941e29d99aa2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252Ff9%252F54%252Fe0f9545e184e8665c9e50384c47b663f32726e0e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/f9/54/e0f9545e184e8665c9e50384c47b663f32726e0e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F13%252Fc8%252Ffc13c87bc6ac775138098a541f904f9b7d6be2c3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/13/c8/fc13c87bc6ac775138098a541f904f9b7d6be2c3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fgh%252Ff1%252F55%252Fghf1554cc73aa46429b7ef116410fb4d07201f80.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/f1/55/ghf1554cc73aa46429b7ef116410fb4d07201f80.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252Fd5%252Fe0%252F70d5e079276807a19a6ed3eb471180206b427c4a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/d5/e0/70d5e079276807a19a6ed3eb471180206b427c4a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff4%252F94%252F19%252Ff49419224b00a987a8ad6579a1d59adcc86f6afd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/94/19/f49419224b00a987a8ad6579a1d59adcc86f6afd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252F4f%252F31%252F3c4f3105dade8e602b085b4236213ead06c7550c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/31/3c4f3105dade8e602b085b4236213ead06c7550c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1b%252F46%252Fdd%252F1b46dd6d1dd17eb9529eb0ce2fb94951b16dbdd8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/46/dd/1b46dd6d1dd17eb9529eb0ce2fb94951b16dbdd8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252F8c%252Fc0%252Fe68cc06a783be9ab3e0555b8a0e6c6783ddfacb2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8c/c0/e68cc06a783be9ab3e0555b8a0e6c6783ddfacb2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd0%252F60%252F14%252Fd0601476d4125fd68a639e84bcedbd72dfe108f8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/60/14/d0601476d4125fd68a639e84bcedbd72dfe108f8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f2cd1363-1eab-50bd-b7f0-5440724f28d2 with identifier 3091829622
2026-03-30 15:10:10 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:10 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:10 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f2cd1363-1eab-50bd-b7f0-5440724f28d2
2026-03-30 15:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Régulateur de vitesse\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Kit fumeur\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Siège passager repliable\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f2cd1363-1eab-50bd-b7f0-5440724f28d2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091829622',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 76291,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 36,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/28/4a/63/284a63b621c9f133d2ecda7d7c45941e29d99aa2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/f9/54/e0f9545e184e8665c9e50384c47b663f32726e0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/13/c8/fc13c87bc6ac775138098a541f904f9b7d6be2c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/f1/55/ghf1554cc73aa46429b7ef116410fb4d07201f80.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/d5/e0/70d5e079276807a19a6ed3eb471180206b427c4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/94/19/f49419224b00a987a8ad6579a1d59adcc86f6afd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/31/3c4f3105dade8e602b085b4236213ead06c7550c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/46/dd/1b46dd6d1dd17eb9529eb0ce2fb94951b16dbdd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8c/c0/e68cc06a783be9ab3e0555b8a0e6c6783ddfacb2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/60/14/d0601476d4125fd68a639e84bcedbd72dfe108f8.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110527,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/4a/63/284a63b621c9f133d2ecda7d7c45941e29d99aa2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98155,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/f9/54/e0f9545e184e8665c9e50384c47b663f32726e0e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94778,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/13/c8/fc13c87bc6ac775138098a541f904f9b7d6be2c3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87506,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/f1/55/ghf1554cc73aa46429b7ef116410fb4d07201f80.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102184,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/d5/e0/70d5e079276807a19a6ed3eb471180206b427c4a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96416,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/94/19/f49419224b00a987a8ad6579a1d59adcc86f6afd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105321,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/31/3c4f3105dade8e602b085b4236213ead06c7550c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109924,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/46/dd/1b46dd6d1dd17eb9529eb0ce2fb94951b16dbdd8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96302,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8c/c0/e68cc06a783be9ab3e0555b8a0e6c6783ddfacb2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_adbcae65-7ffa-5431-b5d9-16ab56611964/adbcae65-7ffa-5431-b5d9-16ab56611964_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117332,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/60/14/d0601476d4125fd68a639e84bcedbd72dfe108f8.jpg?rule=ad-large',
'Width': 1067}],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.5 bluehdi 130 crossway start-stop',
'transmission': 'manual',
'trim': '3008 1.5 BlueHDi 130ch S&S Crossway',
'vin': None,
'year': 2020}
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091829622%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Saving data for 3091829622: {'created_time': 1774883410.523229, 'last_price_update_time': 1774883410.52324}
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091829622') HTTP/1.1" 204 0
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3143424822
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273143424822%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scrape type for 3143424822: 1
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3143424822
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Lecteur CD /MP3\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Sièges sport\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 19"\n'
' - Phares xénon\n'
" - Sortie d'échappement chromée\n"
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Sièges ventilés AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable électriquement\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Pneus été\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Phares AV de jour\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 328,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3143424822',
'listing': 'auction',
'make': 'NISSAN',
'model': '370Z',
'odometer': 116990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/cc/d0/d6ccd036d3b2939cf790fa50d76fda0cd7d6e615.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/f0/3c/71f03cc03498bd142b0c46cf6bc3f3fa81194662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2d/8b/472d8bcb98a6a4a291b73649a276d41720483c55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/30/da/ee30dac17b9e7a4b4eba79a2deded9dff6dc349f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/d7/bf/b5d7bfca8e624bb972f8384f775bb8510a36cf70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/7e/dd/8e7edd5d7deca85d734c3895005b2f03c5750d3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/47/82/724782eabc54f9d1aeef040b8e8458ea1f4afc21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/09/49/4109493f254e7add564c83eacac39ce873b15afd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/75/35/467535d3737a46e608ae64da51bdddc3fe962397.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/fc/1a/9dfc1aee7bfb17906189d51ccfb16ff7c3b1e5a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/d4/b3/e4d4b3ffb639654aa2c7878e57aea2f895950355.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/22/65/c42265c4147e8b5698dd801092c328091213fa1a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/c7/7a/38c77a00f42b45fc99ada7f10e2fdc370ce59213.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/fb/cb/55fbcb14ceeb6d3108b513cf6950ce2ec094ede4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/4e/a2/6f4ea276cbee30b999ca1212bdb6d0ecfc9d5580.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/0e/e0/eb0ee03b23f1c205d0c915baf74ff486e2b261d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/7c/56/287c56fd64d901f8d9c5259693eb700d06b7926d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3a/ac/fe3aacd133dcd0f755802fbbbe58638c5412018e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/29/97/3d29975e768f910491263d10a70a28d4447433ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/b1/76/48b17660179178e068beb7c8159df3cbb7a35317.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/f5/a2/48f5a2f1bd18c4d41c6f80d8878f18493ab84faf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/91/a1/3d91a113236ea27e99de51d8c6a04ad1aa5cc47f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/ca/c2/88cac259e0a3c6dc0f984dbc1d713516e867c9c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/0f/12/a70f12b29ac06f1b7614e1cf4db4da2c8f9b4103.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/77/3f/a6773f10f8ff3ec801800dd489c9000524974800.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/9a/59/ab9a5925ca5e82fcd23e3e4673a1a9d4a8965226.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/90/ef/2690ef562459b5f715672b0ee0dfed9d842d2d13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/98/dc/2e98dc1551250acdd3ab62d59b87976f6663e505.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/33/8f/d1338f98f3b4bec4bd45ef49a80baf06c58118f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/19/34/ba193439bbedf786765137bfb3735d29f7947027.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/b5/45/b7b545a0d6969a3baae5e7b25f3a29f13d2f7dfc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/21/8f/e3218f706b2f384637ac5d69eebdfcc71ab1f3dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/84/83/9a8483138b001dd2810e6c001787539dee12517a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/c3/ac/8ec3acde80d639081493114cefe791461be79129.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/d7/6b/70d76b1ff77be75c1ec57e029b54c77796d0787b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/3e/79/823e79d133b968644bff3648137e309a818bb369.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/a2/0b/74a20bd43213f1e7779278cde027739b96fbec4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/f0/7d/bef07d7d07c38637fa8aa705c0c1d3d600d15d47.jpg?rule=ad-large'],
'price': 19989,
'price_includes_vat': False,
'registration_date': '2010-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Nissan 370z roadster 3.7 330 gt bva origine france - garantie 12 '
'mois',
'transmission': 'automatic',
'trim': '370Z 3.7 V6 328ch GT Edition BVA',
'vin': None,
'year': 2010}
2026-03-30 15:10:10 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 239c05c9-a35d-5ccc-81eb-2b1869e258cd with identifier: 3143424822
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 239c05c9-a35d-5ccc-81eb-2b1869e258cd
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252Fcc%252Fd0%252Fd6ccd036d3b2939cf790fa50d76fda0cd7d6e615.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/cc/d0/d6ccd036d3b2939cf790fa50d76fda0cd7d6e615.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252Ff0%252F3c%252F71f03cc03498bd142b0c46cf6bc3f3fa81194662.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/f0/3c/71f03cc03498bd142b0c46cf6bc3f3fa81194662.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252F2d%252F8b%252F472d8bcb98a6a4a291b73649a276d41720483c55.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2d/8b/472d8bcb98a6a4a291b73649a276d41720483c55.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fee%252F30%252Fda%252Fee30dac17b9e7a4b4eba79a2deded9dff6dc349f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/30/da/ee30dac17b9e7a4b4eba79a2deded9dff6dc349f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252Fd7%252Fbf%252Fb5d7bfca8e624bb972f8384f775bb8510a36cf70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/d7/bf/b5d7bfca8e624bb972f8384f775bb8510a36cf70.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8e%252F7e%252Fdd%252F8e7edd5d7deca85d734c3895005b2f03c5750d3e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/7e/dd/8e7edd5d7deca85d734c3895005b2f03c5750d3e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F72%252F47%252F82%252F724782eabc54f9d1aeef040b8e8458ea1f4afc21.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/72/47/82/724782eabc54f9d1aeef040b8e8458ea1f4afc21.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F41%252F09%252F49%252F4109493f254e7add564c83eacac39ce873b15afd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/41/09/49/4109493f254e7add564c83eacac39ce873b15afd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F46%252F75%252F35%252F467535d3737a46e608ae64da51bdddc3fe962397.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/75/35/467535d3737a46e608ae64da51bdddc3fe962397.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Ffc%252F1a%252F9dfc1aee7bfb17906189d51ccfb16ff7c3b1e5a5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/fc/1a/9dfc1aee7bfb17906189d51ccfb16ff7c3b1e5a5.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 239c05c9-a35d-5ccc-81eb-2b1869e258cd with identifier 3143424822
2026-03-30 15:10:10 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:10 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:10 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 239c05c9-a35d-5ccc-81eb-2b1869e258cd
2026-03-30 15:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Lecteur CD /MP3\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Régulateur de vitesse\n'
' - Sièges sport\n'
' - Suspension sport\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Echappement à double sortie\n'
' - Jantes Alliage\n'
' - Jantes alu\n'
' - Jantes alu 19"\n'
' - Phares xénon\n'
" - Sortie d'échappement chromée\n"
'\n'
'Intérieur :\n'
' - 2 vitres électriques\n'
' - Accoudoir central AV\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Inserts aluminium\n'
' - Porte gobelet avant\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Sièges AV électriques\n'
' - Sièges ventilés AV\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable électriquement\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Pneus été\n'
' - Soundsystem\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - ESP\n'
' - Feux automatiques\n'
'\n'
'Autres équipements et informations :\n'
' - Catalyseur\n'
' - Double des clés\n'
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Phares AV de jour\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 328,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '239c05c9-a35d-5ccc-81eb-2b1869e258cd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3143424822',
'listing': 'auction',
'make': 'NISSAN',
'model': '370Z',
'odometer': 116990,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 38,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/cc/d0/d6ccd036d3b2939cf790fa50d76fda0cd7d6e615.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/f0/3c/71f03cc03498bd142b0c46cf6bc3f3fa81194662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2d/8b/472d8bcb98a6a4a291b73649a276d41720483c55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/30/da/ee30dac17b9e7a4b4eba79a2deded9dff6dc349f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/d7/bf/b5d7bfca8e624bb972f8384f775bb8510a36cf70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/7e/dd/8e7edd5d7deca85d734c3895005b2f03c5750d3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/47/82/724782eabc54f9d1aeef040b8e8458ea1f4afc21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/09/49/4109493f254e7add564c83eacac39ce873b15afd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/75/35/467535d3737a46e608ae64da51bdddc3fe962397.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/fc/1a/9dfc1aee7bfb17906189d51ccfb16ff7c3b1e5a5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84296,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/cc/d0/d6ccd036d3b2939cf790fa50d76fda0cd7d6e615.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84674,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/f0/3c/71f03cc03498bd142b0c46cf6bc3f3fa81194662.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2d/8b/472d8bcb98a6a4a291b73649a276d41720483c55.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79614,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/30/da/ee30dac17b9e7a4b4eba79a2deded9dff6dc349f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85859,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/d7/bf/b5d7bfca8e624bb972f8384f775bb8510a36cf70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83201,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/7e/dd/8e7edd5d7deca85d734c3895005b2f03c5750d3e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76749,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/47/82/724782eabc54f9d1aeef040b8e8458ea1f4afc21.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142910,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/09/49/4109493f254e7add564c83eacac39ce873b15afd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113809,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/75/35/467535d3737a46e608ae64da51bdddc3fe962397.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_239c05c9-a35d-5ccc-81eb-2b1869e258cd/239c05c9-a35d-5ccc-81eb-2b1869e258cd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97454,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/fc/1a/9dfc1aee7bfb17906189d51ccfb16ff7c3b1e5a5.jpg?rule=ad-large',
'Width': 1067}],
'price': 19989,
'price_includes_vat': False,
'registration_date': '2010-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Nissan 370z roadster 3.7 330 gt bva origine france - garantie 12 '
'mois',
'transmission': 'automatic',
'trim': '370Z 3.7 V6 328ch GT Edition BVA',
'vin': None,
'year': 2010}
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273143424822%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Saving data for 3143424822: {'created_time': 1774883410.811988, 'last_price_update_time': 1774883410.811999}
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3143424822') HTTP/1.1" 204 0
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828716
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828716%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828716: 1
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828716
2026-03-30 15:10:10 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Chargeur de CD\n'
' - GPS DVD\n'
' - Lecteur CD /MP3\n'
' - Système audio Harman Kardon\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Sièges sport\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Echappement à double sortie\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares bi-xénon\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Banquette coulissante\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Double vitrage\n'
' - Inserts bois\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pack carbone\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
" - Ligne d'échappement sport\n"
' - Mode confort\n'
' - Mode sport\n'
' - Pack AMG\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 476,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828716',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 94564,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/a2/f0/b9a2f035b429205c6b948e589dfbcfba118ea32e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/20/62/3920624a56158b7ac340ede72224f2ac8085327f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/93/5a/2a935a668d82a9c35271d2a6ba760b0398c37b6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/88/4d/7e884d3c26c4ee41eda21368ac38ad99d3d60d2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/ef/1b/97ef1bbfe67d741b66088ea069cd381b53a86cee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/5f/cb/185fcba2cf7bf43c02fa3b805a2d2234cfd4c282.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/c4/76/45c476abca0d37381ea10aaa9b65a911f4ef91e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/2f/0e/712f0e194bd842d46a18ac7fe08177ffa4a03b01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/b2/d8/12b2d80e500d139b06c8784e3ddebb08e38b3230.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/6d/6c/526d6cd4e1ff4f88039c948cfe12d2db6bd5e963.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/38/55/0f38558ed6bce430783761bab74e883db66ff937.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/17/92/df1792e1f7c1128fd10f4e9ed51c835848c065f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/0f/a2/820fa264ab7e7662ec619bbda10d214b330ef3c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/8b/cc/008bcc3715336883c3031f292e4d1eb026f29515.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/d0/7d/3bd07d07c12e83919796bc8f8bd477961be57e58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/37/2c/9e372c8e9a6a2752340f0173aacc99f595cad10a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/6f/93/5a6f93a2641eaf9dbc14a18e5ea7ddc91d868de2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/d3/07/1cd307faed40ef7f79ccaa478613122d74b65833.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/67/2b/aa672b91754890510b756ffd6bee12d35478ccc1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/91/97/24919756a6f4aa77d15cefd05e0bb9f92e73462b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/42/4e/5c424e1e9aea9e2a05ce19e4db390e743d6adc3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/ba/a7/4abaa757089c9cd6094c94a71c8601cbad54b141.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/b3/8a/2db38a575001d7286c04db36b6f4f5138c8773af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/6d/33/766d33e121cecd7922f891d0a54d0e3d7cae62d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/17/cb/0917cb116a2d72380ad64fe278b365315a4f6b17.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/bd/f7/44bdf7b8c59f1248b3f7a7dbdc16a8a57e69e4c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/d9/77/e5d977db95780c1fa866e3d320acca6d37bb1cea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/ad/ce/4fadce15efd2948b073ba2ed1ad169cb9e3ec323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/6e/e7/7d6ee770ee5c6525e1bcf4b82b89482002a23fdf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/8c/6a/4d8c6a505bee0a99826700d4d497cbbdd0b51c62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/f0/50/4cf050e11c5a3c07880fba2d8ba95773203bfce4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/00/8b/5c008b8134a8917731c5301ae85b5a1a8fd95af8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/c5/00/8cc500da7a159a3d9f68fb633af6c331a0e7e4ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/05/16/6d051695a9c2ab028a2e2412a23411215334fcc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/da/86/07da865651bff16a9e39c21727b4a502b60b6562.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/d8/21/35d8218d1a6a05b6ddeee93e456491923148ff35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/8c/69/f98c69afff0329fb934549a4856e2c36c96f805c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/95/1d/aa951d054b2006129957d198e53153e1a0f3673a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/bb/6b/0ebb6bae8f8a429f9e50274e8b4bd26fed1a6c95.jpg?rule=ad-large'],
'price': 29979,
'price_includes_vat': False,
'registration_date': '2004-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe e 5.4 55 475 amg bva-système son harman kardon '
'- garantie 6 mois-origine fr',
'transmission': 'automatic',
'trim': 'Classe E 55 AMG BA',
'vin': None,
'year': 2004}
2026-03-30 15:10:10 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b98d080-250e-5ab0-8d6a-2227d087f85d with identifier: 3091828716
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b98d080-250e-5ab0-8d6a-2227d087f85d
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb9%252Fa2%252Ff0%252Fb9a2f035b429205c6b948e589dfbcfba118ea32e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/a2/f0/b9a2f035b429205c6b948e589dfbcfba118ea32e.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F39%252F20%252F62%252F3920624a56158b7ac340ede72224f2ac8085327f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/20/62/3920624a56158b7ac340ede72224f2ac8085327f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2a%252F93%252F5a%252F2a935a668d82a9c35271d2a6ba760b0398c37b6a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/93/5a/2a935a668d82a9c35271d2a6ba760b0398c37b6a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252F88%252F4d%252F7e884d3c26c4ee41eda21368ac38ad99d3d60d2d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/88/4d/7e884d3c26c4ee41eda21368ac38ad99d3d60d2d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252Fef%252F1b%252F97ef1bbfe67d741b66088ea069cd381b53a86cee.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/ef/1b/97ef1bbfe67d741b66088ea069cd381b53a86cee.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F18%252F5f%252Fcb%252F185fcba2cf7bf43c02fa3b805a2d2234cfd4c282.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/18/5f/cb/185fcba2cf7bf43c02fa3b805a2d2234cfd4c282.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F45%252Fc4%252F76%252F45c476abca0d37381ea10aaa9b65a911f4ef91e7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/45/c4/76/45c476abca0d37381ea10aaa9b65a911f4ef91e7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252F2f%252F0e%252F712f0e194bd842d46a18ac7fe08177ffa4a03b01.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/2f/0e/712f0e194bd842d46a18ac7fe08177ffa4a03b01.jpg?rule=ad-large already downloaded
2026-03-30 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F12%252Fb2%252Fd8%252F12b2d80e500d139b06c8784e3ddebb08e38b3230.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/12/b2/d8/12b2d80e500d139b06c8784e3ddebb08e38b3230.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F52%252F6d%252F6c%252F526d6cd4e1ff4f88039c948cfe12d2db6bd5e963.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/6d/6c/526d6cd4e1ff4f88039c948cfe12d2db6bd5e963.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1b98d080-250e-5ab0-8d6a-2227d087f85d with identifier 3091828716
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1b98d080-250e-5ab0-8d6a-2227d087f85d
2026-03-30 15:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Chargeur de CD\n'
' - GPS DVD\n'
' - Lecteur CD /MP3\n'
' - Système audio Harman Kardon\n'
'\n'
'Conduite :\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Essuies glaces automatiques\n'
' - Palettes au volant\n'
' - Sièges sport\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AV/AR\n'
' - Echappement à double sortie\n'
' - Jantes alu 18"\n'
' - Lave phares\n'
' - Ouverture du coffre à distance\n'
' - Phares bi-xénon\n'
' - Rétroviseurs rabattables électriquement\n'
" - Sortie d'échappement chromée\n"
' - Toit ouvrant électrique\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Banquette coulissante\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Double vitrage\n'
' - Inserts bois\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Pack carbone\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège conducteur à mémoire\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges baquets\n'
' - Sièges chauffants AV\n'
' - Sièges à mémoire\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Boîte de vitesse automatique\n'
" - Ligne d'échappement sport\n"
' - Mode confort\n'
' - Mode sport\n'
' - Pack AMG\n'
' - Régulateur / Limiteur de vitesse\n'
' - Verrouillage centralisé\n'
' - Volant multifonctions\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Antibrouillards avant\n'
' - ESP\n'
' - Feux automatiques\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Mode normal\n'
' - Véhicule non fumeur',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 476,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '1b98d080-250e-5ab0-8d6a-2227d087f85d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828716',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 94564,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 39,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/a2/f0/b9a2f035b429205c6b948e589dfbcfba118ea32e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/20/62/3920624a56158b7ac340ede72224f2ac8085327f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/93/5a/2a935a668d82a9c35271d2a6ba760b0398c37b6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/88/4d/7e884d3c26c4ee41eda21368ac38ad99d3d60d2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/ef/1b/97ef1bbfe67d741b66088ea069cd381b53a86cee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/5f/cb/185fcba2cf7bf43c02fa3b805a2d2234cfd4c282.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/c4/76/45c476abca0d37381ea10aaa9b65a911f4ef91e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/2f/0e/712f0e194bd842d46a18ac7fe08177ffa4a03b01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/b2/d8/12b2d80e500d139b06c8784e3ddebb08e38b3230.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/6d/6c/526d6cd4e1ff4f88039c948cfe12d2db6bd5e963.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96899,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/a2/f0/b9a2f035b429205c6b948e589dfbcfba118ea32e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85006,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/20/62/3920624a56158b7ac340ede72224f2ac8085327f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90266,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/93/5a/2a935a668d82a9c35271d2a6ba760b0398c37b6a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87329,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/88/4d/7e884d3c26c4ee41eda21368ac38ad99d3d60d2d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93811,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/ef/1b/97ef1bbfe67d741b66088ea069cd381b53a86cee.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84249,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/5f/cb/185fcba2cf7bf43c02fa3b805a2d2234cfd4c282.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94436,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/c4/76/45c476abca0d37381ea10aaa9b65a911f4ef91e7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91484,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/2f/0e/712f0e194bd842d46a18ac7fe08177ffa4a03b01.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135918,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/b2/d8/12b2d80e500d139b06c8784e3ddebb08e38b3230.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b98d080-250e-5ab0-8d6a-2227d087f85d/1b98d080-250e-5ab0-8d6a-2227d087f85d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132180,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/6d/6c/526d6cd4e1ff4f88039c948cfe12d2db6bd5e963.jpg?rule=ad-large',
'Width': 1067}],
'price': 29979,
'price_includes_vat': False,
'registration_date': '2004-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-benz classe e 5.4 55 475 amg bva-système son harman kardon '
'- garantie 6 mois-origine fr',
'transmission': 'automatic',
'trim': 'Classe E 55 AMG BA',
'vin': None,
'year': 2004}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828716%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828716: {'created_time': 1774883411.064852, 'last_price_update_time': 1774883411.064865}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828716') HTTP/1.1" 204 0
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3132443226
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273132443226%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scrape type for 3132443226: 1
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3132443226
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AR\n'
' - Déflecteur\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
' - Roue de secours galette\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien",
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3132443226',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 141000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/43/ad/55/43ad55cabc3f5d1767fc9248ca297ee0f9099612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/6e/3f/896e3fa50bc7c2463d4f31b28722aa383174de5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/79/99/4a79996b59258daeaee36a167e254e38f1a7d812.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/75/ce/fe75ce94233e9b3d30cc6a64277c7ed833428be7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/59/a5/d059a5c4e8f264da19b79995a6fe50bda490aba2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/79/19/f279199d5b05959284aaaea59730d587c424cc62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/88/32/548832bcd22cf1631b73ec9aa2fae67ce0955c88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/80/e1/7a80e14a3f5e212060545f6a523ce59ce5cdf1ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/15/c4/6715c4ae3fb3f1d7da784d20987ce6c4d6ca6d12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/8c/e6/0e8ce6f1372a8b98a4f25fa5c84e37be9fab465c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/73/27/1d7327096a978a2d8dab0932c77a6b3c521eb566.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/b6/e7/75b6e7dec09fb8f40f29ad133842bc3699b7063b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/d2/59/e3d2592a3114fd543353f16f902b206504bdee88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/f1/e8/89f1e83da5bf74dcf2d68c23cba3011092bb642b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/3f/2d/9b3f2d3e1b8d9d27245b7bd0e2ebfa950504f5cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/7d/38/0c7d382e9d6090cc7a7dad780db4b39d95fa3bfa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/05/1a/9f051a24fc3008f7017d1b42a20eb00d712c9066.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/ca/03/b3ca030bd8ae46d40b737fd0933bbb1d739fb569.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/6a/de/356ade61ba2c323e19d76ee05332a5010e335b27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/11/43/dd1143be84e265de36fd91016a5b4f27f5a7dc2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/22/90/f222906fb5d39c6149ebed1457f2b8f948500658.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/a2/d7/39a2d79ac43422291c1ad9c8ecb1532cc2a4fede.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/14/49/171449d916e7bbd60a3e2a00457310bb9c3a915f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/dc/eb/8edceb0fadc8a081793866df70bd5fcea57286b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/81/7a/ea817a2c341d17a92d0d2176fdfdd6d190b99c51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/89/9c/48899cb695a4af8849bc0a1b634eb931e19acb4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/0b/88/4a0b8848140ff95c047cee26297caa7017a62352.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/09/7c/37097cc9525d9e0148ce9065dc961bcb96a55ccf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/c1/4b/53c14bf78e49e2fedabbf568d2039b7667b47d4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ca/37/ffca377ba429ec7214301b72055fe5e3a3736185.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/41/75/ab41758487b00201b66dbeae22888b33e3d1f55a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/e9/53/a8e953c490fff04d76d9b6358631dd836a167dcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/fe/2d/d5fe2d7b042845cc2fd160083bbe305babcdd3b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/e0/10/66e0104ce49a283d967a3dd26bb7786f9ed4bbf9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/11/5a/fc115a6db0954b410edf8851d81969daabb9058b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/c5/54/82c554ab08c455d761e6990997383d2516502a37.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/b5/47/05b5479c84f54a69fdbb23ce47345f1c13a89bf4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/a8/06/03a80640740f604e2d5e7fb0e3a2310b0d26572b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/e3/8a/b3e38a0c459fede2847ec0f98a3eb48a0a4b7ae5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/a2/df/34a2dff64e17472f3b532c43e6f597590e43a1e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/46/d2/9346d2738a7cae5709a31c2d21f661c4323ce5a6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/e9/1c/d6e91cbcadc768fe82fea5e6e6d9021f1d648eff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/44/49/ba444962da9cd5769e5434c2509253fd2ff0eda9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/3a/29/b93a299711e59e74950264910f54169c587ac65a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/14/2d/6b142d5f65d31e64350b99662caae2ae9b51d7c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/c0/b3/72c0b3107532322f8570a3a034bf5171c521cd85.jpg?rule=ad-large'],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a4 avant avant 3.0 tdi 270 design luxe quattro tiptronic bva',
'transmission': 'automatic',
'trim': 'A4 Avant 3.0 V6 TDI 272ch Design Luxe quattro Tiptronic',
'vin': None,
'year': 2016}
2026-03-30 15:10:11 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 54285ed9-ea4f-5434-ac87-4c4bd3f41340 with identifier: 3132443226
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 54285ed9-ea4f-5434-ac87-4c4bd3f41340
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F43%252Fad%252F55%252F43ad55cabc3f5d1767fc9248ca297ee0f9099612.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/ad/55/43ad55cabc3f5d1767fc9248ca297ee0f9099612.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252F6e%252F3f%252F896e3fa50bc7c2463d4f31b28722aa383174de5d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/6e/3f/896e3fa50bc7c2463d4f31b28722aa383174de5d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4a%252F79%252F99%252F4a79996b59258daeaee36a167e254e38f1a7d812.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/79/99/4a79996b59258daeaee36a167e254e38f1a7d812.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffe%252F75%252Fce%252Ffe75ce94233e9b3d30cc6a64277c7ed833428be7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/75/ce/fe75ce94233e9b3d30cc6a64277c7ed833428be7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd0%252F59%252Fa5%252Fd059a5c4e8f264da19b79995a6fe50bda490aba2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/59/a5/d059a5c4e8f264da19b79995a6fe50bda490aba2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff2%252F79%252F19%252Ff279199d5b05959284aaaea59730d587c424cc62.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/79/19/f279199d5b05959284aaaea59730d587c424cc62.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F54%252F88%252F32%252F548832bcd22cf1631b73ec9aa2fae67ce0955c88.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/88/32/548832bcd22cf1631b73ec9aa2fae67ce0955c88.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7a%252F80%252Fe1%252F7a80e14a3f5e212060545f6a523ce59ce5cdf1ab.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/80/e1/7a80e14a3f5e212060545f6a523ce59ce5cdf1ab.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252F15%252Fc4%252F6715c4ae3fb3f1d7da784d20987ce6c4d6ca6d12.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/15/c4/6715c4ae3fb3f1d7da784d20987ce6c4d6ca6d12.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252F8c%252Fe6%252F0e8ce6f1372a8b98a4f25fa5c84e37be9fab465c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/8c/e6/0e8ce6f1372a8b98a4f25fa5c84e37be9fab465c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 54285ed9-ea4f-5434-ac87-4c4bd3f41340 with identifier 3132443226
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 54285ed9-ea4f-5434-ac87-4c4bd3f41340
2026-03-30 15:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Carte SD\n'
' - Chargeur de CD\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Lecteur CD /MP3\n'
' - Prise USB\n'
' - Radio\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Différentiel autobloquant\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Pack Sport\n'
' - Palettes au volant\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AR\n'
' - Déflecteur\n'
' - Echappement à double sortie\n'
' - Hayon électrique\n'
' - Jantes Alliage\n'
' - Jantes alu 18"\n'
' - Ouverture du coffre à distance\n'
' - Pack extérieur S line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Filet de rangement dans le coffre\n'
' - Inserts aluminium\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Sièges chauffants AV\n'
' - Trappe à ski\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Boîte à gants réfrigérée\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Mode sport\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Intérieur cuir alcantara\n'
' - Sellerie semi-cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
' - Roue de secours galette\n'
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
' - Actionnement du hayon par un mouvement de pied\n'
" - Carnet d'entretien\n"
' - Catalyseur\n'
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien",
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '54285ed9-ea4f-5434-ac87-4c4bd3f41340',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3132443226',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 141000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 46,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/43/ad/55/43ad55cabc3f5d1767fc9248ca297ee0f9099612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/6e/3f/896e3fa50bc7c2463d4f31b28722aa383174de5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/79/99/4a79996b59258daeaee36a167e254e38f1a7d812.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/75/ce/fe75ce94233e9b3d30cc6a64277c7ed833428be7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/59/a5/d059a5c4e8f264da19b79995a6fe50bda490aba2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/79/19/f279199d5b05959284aaaea59730d587c424cc62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/88/32/548832bcd22cf1631b73ec9aa2fae67ce0955c88.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/80/e1/7a80e14a3f5e212060545f6a523ce59ce5cdf1ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/15/c4/6715c4ae3fb3f1d7da784d20987ce6c4d6ca6d12.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/8c/e6/0e8ce6f1372a8b98a4f25fa5c84e37be9fab465c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95903,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/ad/55/43ad55cabc3f5d1767fc9248ca297ee0f9099612.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89415,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/6e/3f/896e3fa50bc7c2463d4f31b28722aa383174de5d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87334,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/79/99/4a79996b59258daeaee36a167e254e38f1a7d812.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78929,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/75/ce/fe75ce94233e9b3d30cc6a64277c7ed833428be7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88310,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/59/a5/d059a5c4e8f264da19b79995a6fe50bda490aba2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92632,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/79/19/f279199d5b05959284aaaea59730d587c424cc62.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87394,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/88/32/548832bcd22cf1631b73ec9aa2fae67ce0955c88.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98843,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/80/e1/7a80e14a3f5e212060545f6a523ce59ce5cdf1ab.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100176,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/15/c4/6715c4ae3fb3f1d7da784d20987ce6c4d6ca6d12.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54285ed9-ea4f-5434-ac87-4c4bd3f41340/54285ed9-ea4f-5434-ac87-4c4bd3f41340_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109704,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/8c/e6/0e8ce6f1372a8b98a4f25fa5c84e37be9fab465c.jpg?rule=ad-large',
'Width': 1067}],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi a4 avant avant 3.0 tdi 270 design luxe quattro tiptronic bva',
'transmission': 'automatic',
'trim': 'A4 Avant 3.0 V6 TDI 272ch Design Luxe quattro Tiptronic',
'vin': None,
'year': 2016}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273132443226%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Saving data for 3132443226: {'created_time': 1774883411.343302, 'last_price_update_time': 1774883411.343315}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3132443226') HTTP/1.1" 204 0
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3133051103
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273133051103%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scrape type for 3133051103: 1
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3133051103
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Attelage\n'
' - Barres de toit longitudinales\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Pack extérieur GT line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts aluminium\n'
' - Kit fumeur\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Attache remorque\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3133051103',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 105000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/dc/32/8adc32116513f741c14a4b252d97a2caa6ba0b26.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ab/38/68ab3870f13b9901e9beb7ee4050a4e26f8dd483.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/63/f9/6263f9a61c2b3c796a265858e2d41d9540eb2ae7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/3e/49/363e49b6419c74b9ecf619b8459e50b9f35d74c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/ef/53/05ef53b8287f6fb6b228cae469f67b313d40e407.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/01/e9/fc01e92e88e970e27408a97939aaae1a09644f01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/a8/98/14a8981a3072600a4bf2bb1a9ab7853bc1d5eb97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/ee/e9/65eee9c80ad2d19629f92f6d388beadca588d891.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/67/c4/7767c43f33cb036b87d766bdc1154cf64dc81b55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/72/43/fc724367994af55f6a8c69792b267afeae1a774f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/f7/01/32f701a705204b66043e929e9b452a08965e0a9c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/3d/ed/0c3dedab4b6bbd237f0dab6e050ca144b0b5924f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/b4/aa/f7b4aaea85eaff596cd60f8cfa9cf303697e7235.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/9f/dd/6e9fdd37a0ec01f9b0429dc3ec185f914ec7b018.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/c7/1c/54c71c9cd1ad4ac9a376dfb423e9565fe2f90bb7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/bd/72/b0bd720e8a59fee4b5fd946192d234ef82a51fc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/25/3e/38253e2c068b3053ef394653430b02b257130892.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/5e/ab/c05eab21295cb933eef3bc895daffea85560d8c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/90/d8/7b90d80b31a3df3ca52205b18b4e7ba4fdfdee61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/b7/b4/56b7b49c60fe46068c282be897dff392e936c3c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/38/0c/e9380c802d3ec6f5a412d66884257f5a32d8ed68.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/13/14/801314c26cdbc1368a8d803914749e68f84e5570.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/28/2b/bc282b6fd630e097f82dcf0083380df47530045c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/7a/fb/4d7afb8c5ec142f556a249e8ea393f842fe556cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/40/47/7640479f09fb33a52a7e800c66f0abe9ff4212b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/25/19/d1251932dd9562a2db28f40f5e62f581863b214a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/10/9e/4e109e5c936404dc5f6b80e5c8cc0471d79898ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/17/39/ca17390bddb996d9dcdf09355456143c30c7e229.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/31/95/523195beec3e6e08871720693c8d1f11c12b747a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/3d/09/eb3d097a483c305702c3269be779900279b1d0e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/b3/c7/09b3c7fab014705e2ecddb798338e62701c74e17.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/f8/d2/0cf8d2a85129453a1f4cf5d8479e4827f89a0125.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/a4/dc/14a4dc4f5da2143e8373dc6319a2b4d3e8582832.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/90/47/8b9047528159cbc4cbdd541f5d334e6219141666.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/d2/d5/f5d2d5b2507e7f9b630074927b6e68c779be9d01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/d0/f4/78d0f41b60c1d1d5e8b92b944d0a2d7fd08cfe58.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/cd/8b/6dcd8bb05e5b8aa44d9368ec38ba2d2013ab92ca.jpg?rule=ad-large'],
'price': 10690,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 generation-i 1.6 bluehdi 120 gt line start-stop - '
'garantie 6 mois',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 100ch GT Line',
'vin': None,
'year': 2017}
2026-03-30 15:10:11 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f212b8-b693-5577-a8a3-b1d1467ef278 with identifier: 3133051103
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 56f212b8-b693-5577-a8a3-b1d1467ef278
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252Fdc%252F32%252F8adc32116513f741c14a4b252d97a2caa6ba0b26.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/dc/32/8adc32116513f741c14a4b252d97a2caa6ba0b26.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F68%252Fab%252F38%252F68ab3870f13b9901e9beb7ee4050a4e26f8dd483.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ab/38/68ab3870f13b9901e9beb7ee4050a4e26f8dd483.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F62%252F63%252Ff9%252F6263f9a61c2b3c796a265858e2d41d9540eb2ae7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/62/63/f9/6263f9a61c2b3c796a265858e2d41d9540eb2ae7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F3e%252F49%252F363e49b6419c74b9ecf619b8459e50b9f35d74c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/3e/49/363e49b6419c74b9ecf619b8459e50b9f35d74c7.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F05%252Fef%252F53%252F05ef53b8287f6fb6b228cae469f67b313d40e407.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/05/ef/53/05ef53b8287f6fb6b228cae469f67b313d40e407.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F01%252Fe9%252Ffc01e92e88e970e27408a97939aaae1a09644f01.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/01/e9/fc01e92e88e970e27408a97939aaae1a09644f01.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F14%252Fa8%252F98%252F14a8981a3072600a4bf2bb1a9ab7853bc1d5eb97.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/a8/98/14a8981a3072600a4bf2bb1a9ab7853bc1d5eb97.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252Fee%252Fe9%252F65eee9c80ad2d19629f92f6d388beadca588d891.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/ee/e9/65eee9c80ad2d19629f92f6d388beadca588d891.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F77%252F67%252Fc4%252F7767c43f33cb036b87d766bdc1154cf64dc81b55.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/77/67/c4/7767c43f33cb036b87d766bdc1154cf64dc81b55.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F72%252F43%252Ffc724367994af55f6a8c69792b267afeae1a774f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/72/43/fc724367994af55f6a8c69792b267afeae1a774f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 56f212b8-b693-5577-a8a3-b1d1467ef278 with identifier 3133051103
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 56f212b8-b693-5577-a8a3-b1d1467ef278
2026-03-30 15:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Système Start & stop\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Attelage\n'
' - Barres de toit longitudinales\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
' - Jantes Alliage\n'
' - Jantes alu 17"\n'
' - Pack extérieur GT line\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Sortie d'échappement chromée\n"
" - Système d'éclairage intelligent\n"
' - Toit panoramique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
" - Eclairage d'ambiance\n"
' - Inserts aluminium\n'
' - Kit fumeur\n'
' - Miroir de courtoisie chauffeur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ordinateur de bord\n'
' - Porte gobelet avant\n'
' - Prise auxiliaire\n'
' - Pédalier sport\n'
' - Rétroviseur intérieur électrochrome\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Attache remorque\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Pack intérieur\n'
' - Pneus tout temps saisons\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbags\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
'\n'
'Autres équipements et informations :\n'
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '56f212b8-b693-5577-a8a3-b1d1467ef278',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3133051103',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 105000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/dc/32/8adc32116513f741c14a4b252d97a2caa6ba0b26.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ab/38/68ab3870f13b9901e9beb7ee4050a4e26f8dd483.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/63/f9/6263f9a61c2b3c796a265858e2d41d9540eb2ae7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/3e/49/363e49b6419c74b9ecf619b8459e50b9f35d74c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/ef/53/05ef53b8287f6fb6b228cae469f67b313d40e407.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/01/e9/fc01e92e88e970e27408a97939aaae1a09644f01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/a8/98/14a8981a3072600a4bf2bb1a9ab7853bc1d5eb97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/ee/e9/65eee9c80ad2d19629f92f6d388beadca588d891.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/67/c4/7767c43f33cb036b87d766bdc1154cf64dc81b55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/72/43/fc724367994af55f6a8c69792b267afeae1a774f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107012,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/dc/32/8adc32116513f741c14a4b252d97a2caa6ba0b26.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94880,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ab/38/68ab3870f13b9901e9beb7ee4050a4e26f8dd483.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104873,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/63/f9/6263f9a61c2b3c796a265858e2d41d9540eb2ae7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89792,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/3e/49/363e49b6419c74b9ecf619b8459e50b9f35d74c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101319,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/ef/53/05ef53b8287f6fb6b228cae469f67b313d40e407.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94433,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/01/e9/fc01e92e88e970e27408a97939aaae1a09644f01.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99568,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/a8/98/14a8981a3072600a4bf2bb1a9ab7853bc1d5eb97.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91532,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/ee/e9/65eee9c80ad2d19629f92f6d388beadca588d891.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106712,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/67/c4/7767c43f33cb036b87d766bdc1154cf64dc81b55.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56f212b8-b693-5577-a8a3-b1d1467ef278/56f212b8-b693-5577-a8a3-b1d1467ef278_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87536,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/72/43/fc724367994af55f6a8c69792b267afeae1a774f.jpg?rule=ad-large',
'Width': 1067}],
'price': 10690,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 generation-i 1.6 bluehdi 120 gt line start-stop - '
'garantie 6 mois',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 100ch GT Line',
'vin': None,
'year': 2017}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273133051103%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Saving data for 3133051103: {'created_time': 1774883411.73423, 'last_price_update_time': 1774883411.734241}
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3133051103') HTTP/1.1" 204 0
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3135017436
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273135017436%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scrape type for 3135017436: 1
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3135017436
2026-03-30 15:10:11 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu 18"\n'
' - Pack extérieur GT line\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Toit ouvrant électrique\n'
' - Toit semi-ouvrant\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV/AR\n'
' - Trappe à ski\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - Anti-démarrage\n'
' - Boîte à gants réfrigérée\n'
' - Détecteur de lumière\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie Simili-Cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Gravure des vitres\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3135017436',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 55500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2c/34/382c34035f6a26f8d5a978b917d29ad4cf0b0be1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/b6/6b/62b66b837fe6d9422aaa710a7fbde04695c61857.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/8c/d1/ac8cd12a0f1923ba52b5993c926b413af67f22ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/37/99/443799632f5d976e80f1d3465e88d597c72be4dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/c3/e6/e7c3e6c1fb1c5f5bc9cd6360964db2b9a6d82b51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9e/03/389e036397498e9990650d59cd9d38eb13eaf0c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/fb/9d/16fb9d2f30e388b62b94ee22cef873f33b8b8d1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/40/12/d6401247e61bdda6ae422aa0754c588334937005.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/80/fe/0480fe95bdb8e667a804e28be27194053a171393.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/bc/82/e2bc82ac3a67ff8f62c125351ea5dfae8779dd48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/b6/6e/4cb66e76f1cc319204e436349effbae6d4d7f4be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/94/c0/9b94c0142c10a2b4cdeeeb247f2e1c71b5439b64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/fa/fc/e1fafc6acd867092a85b02cc2c2217e10730583d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/1e/c0/db1ec0cbc2dc3d431d8ee278ffe6b38fedd772d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/50/ed/9450edc1e3e35e7e542f6c14f19a0f47b848fd90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/07/13/560713f30a847e591a840108ddbae9e2be4c5f26.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/b6/71/99b671dcec9e78bc0ec97eb353061c54883b8881.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/e3/6a/60e36a02f1a012279ee84d17b7aeb56ebd18ee23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/d6/68/aed668927debf6667142cbc619b61e52de30464a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/c0/02/2ac002e0a93d1b41690700e68f2342105b81f735.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/be/db/6fbedbf05fe78e5f0f60a7d45d22dbbf06bbfd02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/10/50/231050758446923f34ddddefe69b74e3543d7056.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/a2/bb/f3a2bb08627501f5ed31001c65a1717d4463ae0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/81/6e/dc816e00483218fe0894c15072e3138f6f65a5f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/ce/47/24ce47d818e0ff609e00e9f34b77f26f420bfb5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/7d/fe/6c7dfe167daf8a422b70a603ca211b2e3018ee48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/95/c0/d695c0688a3ff83724f4257f7d40f9f3d4fd6acb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/88/a4/a488a46bcb79e9efb033c80b5a62445fca94223d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/3a/90/e63a907b1ac6e66fd644f71219b9e3d938ac7f5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/73/ff/8173ffc05dd3046bab59eda0bf1acb31dbedfd36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/6f/bc/cd6fbcaa13c4a1e3f2f701f3f35ba3d74ef0320f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/71/30/ae7130f7fbc8c0f5f60e661c8320350597d7fa2e.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.2 puretech 130 gt line start-stop '
'-garantie 6 mois',
'transmission': 'manual',
'trim': '3008 1.2 PureTech 130ch E6.c GT Line S&S',
'vin': None,
'year': 2019}
2026-03-30 15:10:11 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 03c425f8-6ab9-5e0f-8369-0cc3b79dd708 with identifier: 3135017436
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 03c425f8-6ab9-5e0f-8369-0cc3b79dd708
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F2c%252F34%252F382c34035f6a26f8d5a978b917d29ad4cf0b0be1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2c/34/382c34035f6a26f8d5a978b917d29ad4cf0b0be1.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F62%252Fb6%252F6b%252F62b66b837fe6d9422aaa710a7fbde04695c61857.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/62/b6/6b/62b66b837fe6d9422aaa710a7fbde04695c61857.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fac%252F8c%252Fd1%252Fac8cd12a0f1923ba52b5993c926b413af67f22ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/8c/d1/ac8cd12a0f1923ba52b5993c926b413af67f22ef.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252F37%252F99%252F443799632f5d976e80f1d3465e88d597c72be4dd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/37/99/443799632f5d976e80f1d3465e88d597c72be4dd.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe7%252Fc3%252Fe6%252Fe7c3e6c1fb1c5f5bc9cd6360964db2b9a6d82b51.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/c3/e6/e7c3e6c1fb1c5f5bc9cd6360964db2b9a6d82b51.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F9e%252F03%252F389e036397498e9990650d59cd9d38eb13eaf0c4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9e/03/389e036397498e9990650d59cd9d38eb13eaf0c4.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Ffb%252F9d%252F16fb9d2f30e388b62b94ee22cef873f33b8b8d1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/fb/9d/16fb9d2f30e388b62b94ee22cef873f33b8b8d1d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252F40%252F12%252Fd6401247e61bdda6ae422aa0754c588334937005.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/40/12/d6401247e61bdda6ae422aa0754c588334937005.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252F80%252Ffe%252F0480fe95bdb8e667a804e28be27194053a171393.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/80/fe/0480fe95bdb8e667a804e28be27194053a171393.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252Fbc%252F82%252Fe2bc82ac3a67ff8f62c125351ea5dfae8779dd48.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/bc/82/e2bc82ac3a67ff8f62c125351ea5dfae8779dd48.jpg?rule=ad-large already downloaded
2026-03-30 15:10:11 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 03c425f8-6ab9-5e0f-8369-0cc3b79dd708 with identifier 3135017436
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:11 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 03c425f8-6ab9-5e0f-8369-0cc3b79dd708
2026-03-30 15:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Apple CARPLAY\n'
' - Commandes vocales\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse manuelle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Indicateur de limitation de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Système Start & stop\n'
'\n'
'Extérieur :\n'
' - 2 toits ouvrants\n'
' - Aide au parking AV/AR\n'
' - Barres de toit longitudinales\n'
' - Caméra 360°\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu 18"\n'
' - Pack extérieur GT line\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Pneus runflat\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Toit ouvrant électrique\n'
' - Toit semi-ouvrant\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV +AR\n'
' - Bac de rangement dans le coffre\n'
' - Chauffage auxiliaire\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Direction assistée\n'
' - Prise auxiliaire\n'
' - Siège conducteur et passager avec réglage lombaire\n'
' - Siège passager repliable\n'
' - Sièges chauffants AV/AR\n'
' - Trappe à ski\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant sport\n'
'\n'
'Pack :\n'
' - Accoudoir central réfrigéré AV\n'
' - Anti-démarrage\n'
' - Boîte à gants réfrigérée\n'
' - Détecteur de lumière\n'
' - Mode sport\n'
' - Pneus été\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie Simili-Cuir\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme anti-soulevement\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Phares antibrouillard\n'
' - Roue de secours\n'
' - Roue de secours galette\n'
" - Système d'appel d'urgence\n"
' - kit anti-crevaison\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
' - Entretien constructeur\n'
" - Factures d'entretien\n"
' - Gravure des vitres\n'
' - Phares AV de jour\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '03c425f8-6ab9-5e0f-8369-0cc3b79dd708',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3135017436',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 55500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 32,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2c/34/382c34035f6a26f8d5a978b917d29ad4cf0b0be1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/b6/6b/62b66b837fe6d9422aaa710a7fbde04695c61857.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/8c/d1/ac8cd12a0f1923ba52b5993c926b413af67f22ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/37/99/443799632f5d976e80f1d3465e88d597c72be4dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/c3/e6/e7c3e6c1fb1c5f5bc9cd6360964db2b9a6d82b51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9e/03/389e036397498e9990650d59cd9d38eb13eaf0c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/fb/9d/16fb9d2f30e388b62b94ee22cef873f33b8b8d1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/40/12/d6401247e61bdda6ae422aa0754c588334937005.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/80/fe/0480fe95bdb8e667a804e28be27194053a171393.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/bc/82/e2bc82ac3a67ff8f62c125351ea5dfae8779dd48.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100065,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2c/34/382c34035f6a26f8d5a978b917d29ad4cf0b0be1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93760,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/b6/6b/62b66b837fe6d9422aaa710a7fbde04695c61857.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93633,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/8c/d1/ac8cd12a0f1923ba52b5993c926b413af67f22ef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102158,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/37/99/443799632f5d976e80f1d3465e88d597c72be4dd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86906,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/c3/e6/e7c3e6c1fb1c5f5bc9cd6360964db2b9a6d82b51.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95870,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9e/03/389e036397498e9990650d59cd9d38eb13eaf0c4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92336,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/fb/9d/16fb9d2f30e388b62b94ee22cef873f33b8b8d1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96894,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/40/12/d6401247e61bdda6ae422aa0754c588334937005.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109193,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/80/fe/0480fe95bdb8e667a804e28be27194053a171393.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03c425f8-6ab9-5e0f-8369-0cc3b79dd708/03c425f8-6ab9-5e0f-8369-0cc3b79dd708_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124323,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/bc/82/e2bc82ac3a67ff8f62c125351ea5dfae8779dd48.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 generation-ii 1.2 puretech 130 gt line start-stop '
'-garantie 6 mois',
'transmission': 'manual',
'trim': '3008 1.2 PureTech 130ch E6.c GT Line S&S',
'vin': None,
'year': 2019}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273135017436%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Saving data for 3135017436: {'created_time': 1774883412.055026, 'last_price_update_time': 1774883412.055042}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3135017436') HTTP/1.1" 204 0
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3091828816
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828816%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Scrape type for 3091828816: 1
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3091828816
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Night vision\n'
' - Park assist\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu\n'
' - Jantes alu 21"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges chauffants AV/AR\n'
' - Sièges à mémoire\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Pack extérieur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Caméra d'enregistrement de conduite\n"
" - Carnet d'entretien\n"
' - Conduite autonome niveau 3\n'
' - Double des clés\n'
' - Détection des piétons\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 422,
'expiration_date': None,
'fuel_type': 'Électrique',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828816',
'listing': 'auction',
'make': 'TESLA',
'model': 'Model S',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/76/2b/17762be7ef73ed2da548ce39257712c112af3ad2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/d7/98/cfd7989f82f1bfa78905de2f1c4a2669ec701043.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/df/87/1cdf87c0857f02e8367a4bb605cc2723d640da95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/4e/53/3f4e53b39ef38cd4df0ee12b8ab3c1e81ea057ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/49/5c/7e495c0d7cfa0d951b29fa6bffec30096ba4a0d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/0c/66/ab0c6664afbfcef75a90f10c501d8bc3c22cf6c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/6f/4b/576f4b18eb47eeef84d2b5b4200f5f40b760444c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5d/4b/3d5d4b9ad615ec020a06b84a5f8642aa18e90b65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/e3/25/35e325b2ff4e7d07ace49c650178570d1d30b32b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/09/ed/fc09ed8cf8399925cb5fe16417bcd6f7f0bf426a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/f0/9f/4df09fb5e3f1c58e4d527e05f050dca869a92d4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/b6/e3/34b6e31d44287c57f8284883ff1f70cf948e1b4a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/ae/31/ddae310cf5ed35c0134478fcb6f1bd8e7f285509.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/45/8d/f8458da881a54a8387a406cafebdb86d8f2d92f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/7e/69/df7e69c2cd1e0a72ed5f2252e3dc19bb317cb3b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/4c/94/1c4c9459b4edce65386a3605da7ab60598ff4288.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/68/bc/db68bc1dabb6e8865bf8333b12d8f132192eda34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/12/e8/8012e86cfc5fe3bacd335022e484bfc694158282.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/67/1b/df671bd88f73040c3295cbaa97c29cead7e957ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/f7/3d/04f73dbc1962c1442fbaa225acb59e16510fe1d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/53/1f/44531fb02f4b711cd43ceb00d9370bf045c46715.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/02/c4/a002c40582ceb485a08b12c3389cde2953ed4bb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/81/ae/2181aea744eafc019ece15eb9c62ab34ae9c0613.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/88/d9/3588d9f9a65b1029ec716ec6acb120f8fa394cf7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/5b/86/eb5b86e465a0ac75e9aff33574233ae5b06e59cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/4d/5a/b94d5ab6ea4af4078f6e7b9471d6d8393ae7a4ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/fc/c5/6efcc521175ec69cb1bc2f2bbbe967cbe0805213.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/a1/37/74a1375dacf51dd6daf9596de0043af6f97bd3a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/98/0f/aa980fced5797e8fdf118e3e9837f85846fd70c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b7/eb/beb7eb7ab77b8bfe50f98f62a18cc3b30b4771e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/c2/af/93c2afe68b17efbd94455e062fcda6737ecd4eff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/b1/00/edb1007f40afaa7eaf3423ee695884fb47846483.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/b4/34/06b434f944eab0c3ff8bdff0c08c6465750515a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/21/9c/0e219c2f9f7a222df4a4b02f851d7e15017174a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/9a/3f/fc9a3fc64f9af6473086c4ffd77ff98574b479dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/89/8b/23898bd12d7c4f7fc432b9d1363b8786551c1668.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f6/c1/ebf6c175345d23d55ad1f85c6c69636d4edca6dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/d4/32/c8d4329f4c1df13dcbc94ef9397039ce4c6d87e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/b9/be/42b9befd58e036a810bb8199d765d8c994be79fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/56/b2/1356b2683a517e71a965f528398c97f6643d419f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/34/44/d63444e335ff9ff73c1226849e436b6897d854e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/ea/f9/68eaf954115c6d126c2c0a2ef9c4b91ac4ffe8b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/1a/bc/4b1abc6ec7e5945d83528435d1863c361077cdbd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/86/68/128668b0851d26f1ca2ddabf68ea179c4e3fbafc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/80/07/ea80072597264137a535164002267a27a9b92bf1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/dc/59/7ddc59f83ecd330e658b4ed5240be644dfb3f2d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/25/8f/e5258f95539bcd753511f2e5122728ece7536f82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/3e/61/963e614313ece791789184dc24772fafc19faccd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/97/c1/e497c177cb5c8d8549f16aec6d811eca563abf17.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/9b/ed/ae9beddd52660d40aae92a5ba116962858cc2a96.jpg?rule=ad-large'],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla model-s 100d electric 420 215ppm 100kwh 4wd dual-motor '
'bva-grande autonomie-auto pilot-garantie constructeur',
'transmission': 'automatic',
'trim': 'Model S 100D Dual Motor',
'vin': None,
'year': 2018}
2026-03-30 15:10:12 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f740b7c-58e6-5173-b15a-aede3fb7ac86 with identifier: 3091828816
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9f740b7c-58e6-5173-b15a-aede3fb7ac86
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252F76%252F2b%252F17762be7ef73ed2da548ce39257712c112af3ad2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/76/2b/17762be7ef73ed2da548ce39257712c112af3ad2.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcf%252Fd7%252F98%252Fcfd7989f82f1bfa78905de2f1c4a2669ec701043.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/d7/98/cfd7989f82f1bfa78905de2f1c4a2669ec701043.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1c%252Fdf%252F87%252F1cdf87c0857f02e8367a4bb605cc2723d640da95.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/df/87/1cdf87c0857f02e8367a4bb605cc2723d640da95.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3f%252F4e%252F53%252F3f4e53b39ef38cd4df0ee12b8ab3c1e81ea057ca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/4e/53/3f4e53b39ef38cd4df0ee12b8ab3c1e81ea057ca.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252F49%252F5c%252F7e495c0d7cfa0d951b29fa6bffec30096ba4a0d8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/49/5c/7e495c0d7cfa0d951b29fa6bffec30096ba4a0d8.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fab%252F0c%252F66%252Fab0c6664afbfcef75a90f10c501d8bc3c22cf6c9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/0c/66/ab0c6664afbfcef75a90f10c501d8bc3c22cf6c9.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F6f%252F4b%252F576f4b18eb47eeef84d2b5b4200f5f40b760444c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/6f/4b/576f4b18eb47eeef84d2b5b4200f5f40b760444c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F5d%252F4b%252F3d5d4b9ad615ec020a06b84a5f8642aa18e90b65.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5d/4b/3d5d4b9ad615ec020a06b84a5f8642aa18e90b65.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F35%252Fe3%252F25%252F35e325b2ff4e7d07ace49c650178570d1d30b32b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/35/e3/25/35e325b2ff4e7d07ace49c650178570d1d30b32b.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F09%252Fed%252Ffc09ed8cf8399925cb5fe16417bcd6f7f0bf426a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/09/ed/fc09ed8cf8399925cb5fe16417bcd6f7f0bf426a.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9f740b7c-58e6-5173-b15a-aede3fb7ac86 with identifier 3091828816
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9f740b7c-58e6-5173-b15a-aede3fb7ac86
2026-03-30 15:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
" - Système d'avertissement de distance\n"
' - Système de navigation\n'
'\n'
'Conduite :\n'
' - Accès et démarrage sans clé\n'
' - Accès main libre\n'
' - Aide au démarrage en côte\n'
' - Capteur de pluie\n'
' - Carte main libre\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Essuies glaces automatiques\n'
' - Frein de parking auto\n'
' - Frein de parking électrique\n'
' - Front assist\n'
' - Indicateur de limitation de vitesse\n'
' - Line assist\n'
' - Night vision\n'
' - Park assist\n'
' - Régulateur de vitesse\n'
' - Régulateur de vitesse adaptatif\n'
' - Suspension pilotée\n'
' - Suspension pneumatique\n'
' - Suspension sport\n'
" - Système d'accès sans clé\n"
" - Système de recupération d'énergie au freinage\n"
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra 360°\n'
' - Caméra AV + AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Ceinture de vitrage chromée\n'
' - Clignotants dynamiques AR\n'
' - Clignotants dynamiques AV\n'
' - Clignotants dynamiques AV /AR\n'
' - Jantes alu\n'
' - Jantes alu 21"\n'
' - Ouverture du coffre à distance\n'
' - Phares AR à led\n'
' - Phares AV de jour à LED\n'
' - Phares Full LED\n'
' - Phares LED\n'
' - Phares adaptatifs\n'
' - Phares additionnels en virage\n'
' - Phares directionnels\n'
' - Rétroviseurs latéraux électriques\n'
' - Rétroviseurs rabattables électriquement\n'
' - Rétroviseurs électriques et dégivrants\n'
" - Système d'éclairage intelligent\n"
' - Toit ouvrant panoramique\n'
' - Toit ouvrant électrique\n'
' - Vitres AR surteintées\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AR\n'
' - Accoudoir central AV\n'
' - Accoudoir central AV +AR\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Climatisation bi-zone\n'
' - Climatisation multi-zones\n'
' - Direction assistée\n'
' - Inserts bois\n'
' - Ordinateur de bord\n'
' - Pare-brise chauffant\n'
' - Rétroviseur intérieur électrochrome\n'
' - Siège conducteur à mémoire\n'
' - Siège passager repliable\n'
' - Sièges AV à mémoire\n'
' - Sièges AV électriques\n'
' - Sièges chauffants AV\n'
' - Sièges chauffants AV/AR\n'
' - Sièges à mémoire\n'
' - Virtual cockpit\n'
' - Volant alu/cuir\n'
' - Volant chauffant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
' - Volant réglable électriquement\n'
'\n'
'Pack :\n'
' - 4 roues motrices\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - Chargeur smartphone à induction\n'
' - Détecteur de lumière\n'
' - GPS Couleur\n'
' - Mode Eco\n'
' - Mode confort\n'
' - Pack extérieur\n'
' - Pneus été\n'
' - Recharge sans fil par induction\n'
' - Régulateur / Limiteur de vitesse\n'
' - Régulateur de distance\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Verrouillage centralisé sans clé\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sellerie :\n'
' - Sellerie cuir \n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Airbags latéraux\n'
' - Alarme volumétrique\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - Antibrouillards avant\n'
" - Assistance au freinage d'urgence\n"
" - Avertisseur d'angle mort\n"
' - Contrôle de pression des pneus\n'
' - Contrôle du freinage en courbe\n'
' - Détection somnolence\n'
' - ESP\n'
' - Feux automatiques\n'
' - Fixations isofix\n'
' - Fixations isofix AV\n'
' - Lecture des panneaux\n'
' - Phares antibrouillard\n'
' - Radar anti-collision\n'
" - Système d'appel d'urgence\n"
' - Système de lecture des panneaux\n'
' - Système de lecture des sms\n'
'\n'
'Autres équipements et informations :\n'
" - Caméra d'enregistrement de conduite\n"
" - Carnet d'entretien\n"
' - Conduite autonome niveau 3\n'
' - Double des clés\n'
' - Détection des piétons\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Gravure des vitres\n'
' - Line assist avec correction de trajectoire\n'
' - Mode normal\n'
' - Phares AV de jour\n'
' - Pleins phares auto\n'
' - Réseau WIFI\n'
' - Streaming audio intégré\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 422,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': '9f740b7c-58e6-5173-b15a-aede3fb7ac86',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3091828816',
'listing': 'auction',
'make': 'TESLA',
'model': 'Model S',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 50,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/76/2b/17762be7ef73ed2da548ce39257712c112af3ad2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/d7/98/cfd7989f82f1bfa78905de2f1c4a2669ec701043.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/df/87/1cdf87c0857f02e8367a4bb605cc2723d640da95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/4e/53/3f4e53b39ef38cd4df0ee12b8ab3c1e81ea057ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/49/5c/7e495c0d7cfa0d951b29fa6bffec30096ba4a0d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/0c/66/ab0c6664afbfcef75a90f10c501d8bc3c22cf6c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/6f/4b/576f4b18eb47eeef84d2b5b4200f5f40b760444c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5d/4b/3d5d4b9ad615ec020a06b84a5f8642aa18e90b65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/e3/25/35e325b2ff4e7d07ace49c650178570d1d30b32b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/09/ed/fc09ed8cf8399925cb5fe16417bcd6f7f0bf426a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180790,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/76/2b/17762be7ef73ed2da548ce39257712c112af3ad2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189638,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/d7/98/cfd7989f82f1bfa78905de2f1c4a2669ec701043.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129021,
'Height': 656,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/df/87/1cdf87c0857f02e8367a4bb605cc2723d640da95.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200923,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/4e/53/3f4e53b39ef38cd4df0ee12b8ab3c1e81ea057ca.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158881,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/49/5c/7e495c0d7cfa0d951b29fa6bffec30096ba4a0d8.jpg?rule=ad-large',
'Width': 1089},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167104,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/0c/66/ab0c6664afbfcef75a90f10c501d8bc3c22cf6c9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180723,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/6f/4b/576f4b18eb47eeef84d2b5b4200f5f40b760444c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159240,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/5d/4b/3d5d4b9ad615ec020a06b84a5f8642aa18e90b65.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98116,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/e3/25/35e325b2ff4e7d07ace49c650178570d1d30b32b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98b874d6-1da2-5560-b5a2-1333899554ff/98b874d6-1da2-5560-b5a2-1333899554ff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90390,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/09/ed/fc09ed8cf8399925cb5fe16417bcd6f7f0bf426a.jpg?rule=ad-large',
'Width': 1067}],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla model-s 100d electric 420 215ppm 100kwh 4wd dual-motor '
'bva-grande autonomie-auto pilot-garantie constructeur',
'transmission': 'automatic',
'trim': 'Model S 100D Dual Motor',
'vin': None,
'year': 2018}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273091828816%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Saving data for 3091828816: {'created_time': 1774883412.302345, 'last_price_update_time': 1774883412.302357}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3091828816') HTTP/1.1" 204 0
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3170021794
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170021794%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Scrape type for 3170021794: 1
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3170021794
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Front assist\n'
' - Line assist\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - ESP\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3170021794',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 145000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/33/ca/cf33ca08721e63bd9875a65362b460164c28e1de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/5e/31/985e31328409fd4e33bc37e400416e2929047f2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/30/0e/gh300e7c6648a972e5ab91a329a98545f1307c28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/f5/fd/8af5fd6d7d7d36fd1acc8a20080860ebf206f528.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d5/84/88d5841c2238f60c9b52d41eb3a66e72e2f47100.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/16/1f/be161f8e29a42f7482782e9f759db422df0f7d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/53/26/5353265d17270ce27825d806f34fd70543ed8d0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/57/d0/de57d09b3166687650f5ce6412867e6468c090a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a6/5b/d7a65b2dedbacb0560287ad3011e83303823365f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/32/0b/7c320b14af4beaf3cb94dca89a3e2210a22e7dcf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/20/83/cd20836a1fd182b34e64e92e818f257075230f98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/53/8c/0f538c455091a5d9d00a7dfa8fd67e124f275479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/3c/59/5e3c59a74cc7f7c704d571271c8de9acd500a987.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/7c/77/777c77c3973eb2f787981f3d32057fc8f4f6ce43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/e3/c7/dce3c7b1a9cd67dffccfa87f8a0538cb04a71269.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/f6/4c/3ff64c6bf4109978cdcc57ae88837830e1e730e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/7f/0e/477f0e8c036c58775e1476d5f1c1d2e16de5b5d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/ef/b8/e0efb84d2b8563a2fab6fb9e8ed83e366447e50f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/ac/4e/cbac4efbdf7868c497c15372fa91598118aa5ae5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/a2/59/32a259ddb41dc1d6427ab4d51929312e90c37b11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/2b/98/8d2b98f98d3d4e529a727e142ef74d438c4e87ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/22/58/25225879e7f629d83c7f581d33706058e7a59540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/68/f4/7868f4b2262ebc5f7e19f8f819cbedf755aacced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/0c/cd/330ccdcd5e0bfda97aaed8ca9185d5a9d64ae082.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/b0/ce/55b0cea426cdd9dd108df8201fcd6e62d3a41a39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/43/c8/0c43c8676f974b8f88fc4fa523798ac3c06dfa6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/38/1f/de381f5d3c8bb580e8a2c069d20a73cbe1ede5b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/bf/0b/c7bf0b73788fa61a15994f1360be98369e5733da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/9d/b7/5d9db7e9c6adfea6a4b9335806bacd1fc2bb3f87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/ac/13/caac13646e72f0eaa471bafc42257510526ea838.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/c6/24/4dc624b7e8cc5dbb492fbe87b66f94e6a9b44284.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/88/5f/9a885f9461f74cc5c1fd4c37cdb9e24891601042.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/52/39/a65239afc738f09b3543c783f38912e33453ed6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/b5/30/91b530a08dfdd8679d96d7b59db2c37186b62b29.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/a2/6c/24a26c311c9d58c41752fddf1d0d82738a456dcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/08/7a/f8087a3bd15e45bbda24a5da652afb864c89a89d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/2b/96/fb2b96ddd1b3bf384a85c655ce42e109d9473472.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/0b/2f/360b2ff9b1fb3ca092fdcfd7af14311e85ef2ed0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/b8/19/c0b81905aeadfc16fbecc0b5d51202aa91e49216.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/71/4b/b5714b50b5d17f0bb660af247ee6ef1f5c37a0e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/9f/05/909f056fdef28c285a08f1a3ee2aebca8eadc57a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/72/18/0c7218df336cfbb30386502111211d7eac671b19.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/41/e6/8b41e6b45a12da43ca0c401658e79bcf3cb2cea0.jpg?rule=ad-large'],
'price': 14290,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 generation-ii 1.5 bluehdi 130 active business eat bva '
'start-stop-garantie 6 mois',
'transmission': 'automatic',
'trim': '508 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:10:12 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a0f0b4a5-cc4c-5aa0-9b04-eff3dcbce408 with identifier: 3170021794
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a0f0b4a5-cc4c-5aa0-9b04-eff3dcbce408
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcf%252F33%252Fca%252Fcf33ca08721e63bd9875a65362b460164c28e1de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/33/ca/cf33ca08721e63bd9875a65362b460164c28e1de.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252F5e%252F31%252F985e31328409fd4e33bc37e400416e2929047f2c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/5e/31/985e31328409fd4e33bc37e400416e2929047f2c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fgh%252F30%252F0e%252Fgh300e7c6648a972e5ab91a329a98545f1307c28.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/30/0e/gh300e7c6648a972e5ab91a329a98545f1307c28.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252Ff5%252Ffd%252F8af5fd6d7d7d36fd1acc8a20080860ebf206f528.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/f5/fd/8af5fd6d7d7d36fd1acc8a20080860ebf206f528.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252Fd5%252F84%252F88d5841c2238f60c9b52d41eb3a66e72e2f47100.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d5/84/88d5841c2238f60c9b52d41eb3a66e72e2f47100.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252F16%252F1f%252Fbe161f8e29a42f7482782e9f759db422df0f7d5c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/16/1f/be161f8e29a42f7482782e9f759db422df0f7d5c.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F53%252F53%252F26%252F5353265d17270ce27825d806f34fd70543ed8d0d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/53/26/5353265d17270ce27825d806f34fd70543ed8d0d.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F57%252Fd0%252Fde57d09b3166687650f5ce6412867e6468c090a3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/57/d0/de57d09b3166687650f5ce6412867e6468c090a3.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd7%252Fa6%252F5b%252Fd7a65b2dedbacb0560287ad3011e83303823365f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a6/5b/d7a65b2dedbacb0560287ad3011e83303823365f.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F32%252F0b%252F7c320b14af4beaf3cb94dca89a3e2210a22e7dcf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/32/0b/7c320b14af4beaf3cb94dca89a3e2210a22e7dcf.jpg?rule=ad-large already downloaded
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a0f0b4a5-cc4c-5aa0-9b04-eff3dcbce408 with identifier 3170021794
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a0f0b4a5-cc4c-5aa0-9b04-eff3dcbce408
2026-03-30 15:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': '---------- NOS SERVICES ET PRESTATIONS COMPLÉMENTAIRES '
'-----------------------------------\n'
'\n'
'- Visite virtuelle : avant de vous déplacer, visualisez votre '
'futur véhicule sous toutes ses coutures . Contactez-nous pour '
'en voir plus !\n'
"- Extension de garantie jusqu'à 60 mois.\n"
'- Solutions de Financement de 12 à 84 mois.\n'
'- Livraison dans toute la France métropolitaine (sur devis).\n'
'- Reprise possible de votre ancien véhicule.\n'
'- Les informations délivrées par cette annonce sont non '
'contractuelles et données à titre indicatif.\n'
'\n'
'🚗 Packs disponibles (véhicules éligibles au Label)\n'
'\n'
'🔹 Pack Clés en Main – 691 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/4 de carburant | Nettoyage '
'First | Garantie 6 mois | Label inclus✅\n'
'\n'
'🔹 Pack Sérénité – 891 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | 1/2 de carburant | Nettoyage '
'Confort | Garantie 12 mois | Label inclus✅\n'
'\n'
'🔹 Pack Prestige – 1.091 € TTC(¹)(²)\n'
'Démarches (hors carte grise) | Plein complet | Nettoyage '
'Prestige | Garantie 12 mois | Label inclus✅ + Surprise du '
'chef🎁\n'
'\n'
'______________________________________________________________________\n'
'(¹) Les véhicules non éligibles au Label bénéficient de '
'tarifs préférentiels. Veuillez contacter votre conseiller '
'pour obtenir les conditions tarifaires applicables.\n'
'(²) Tarif pour les véhicules deux roues motrices dont la '
'valeur de vente est inférieure à 60 000 € TTC.\n'
'____________________________________________\n'
'- Véhicule visible sur rendez vous :\n'
'- Du Lundi au Vendredi de 9h00 à 18h00\n'
'- Le Samedi de 9h00 à 17h30\n'
'- Accès autoroute A35 sortie Colmar centre // Gare Colmar '
'TGV\n'
'____________________________________________\n'
'Agence Ewigo Colmar\n'
'4 rue saint Guidon\n'
'68000 Colmar\n'
'[Coordonnées masquées]\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Android auto\n'
' - Apple CARPLAY\n'
' - Info trafic\n'
' - Kit téléphone main libre Bluetooth\n'
' - Prise USB\n'
' - Prise USB-C\n'
' - Radio\n'
' - Radio numérique\n'
'\n'
'Conduite :\n'
' - Aide au démarrage en côte\n'
' - Boîte de vitesse séquentielle\n'
' - Capteur de pluie\n'
' - Choix du mode de conduite\n'
' - Démarrage sans clé\n'
' - Détecteur de pluie\n'
' - Front assist\n'
' - Line assist\n'
' - Système Start & stop\n'
" - Système d'accès sans clé\n"
'\n'
'Extérieur :\n'
' - Aide au parking AR\n'
' - Aide au parking AV/AR\n'
' - Caméra de recul\n'
" - Capteurs d'aide au stationnement arrière\n"
" - Capteurs d'aide au stationnement avant\n"
' - Jantes alu\n'
'\n'
'Intérieur :\n'
' - 4 vitres électriques\n'
' - Accoudoir central AV\n'
' - Banquette 1/3 - 2/3\n'
' - Climatisation automatique\n'
' - Direction assistée\n'
' - Porte gobelet avant\n'
' - Volant réglable hauteur\n'
' - Volant réglable profondeur\n'
'\n'
'Pack :\n'
' - Anti-démarrage\n'
' - Boîte de vitesse automatique\n'
' - GPS Couleur\n'
' - Intérieur tissu\n'
' - Régulateur / Limiteur de vitesse\n'
' - Sièges arrières 1/3 - 2/3\n'
' - Verrouillage centralisé\n'
' - Verrouillage centralisé avec télécommande\n'
' - Volant multifonctions\n'
' - Écran multifonction entièrement numérique\n'
'\n'
'Sécurité :\n'
' - ABS\n'
' - Airbag arrière\n'
' - Airbag passager\n'
' - Airbags\n'
' - Alerte franchissement de lignes\n'
' - Anti-patinage\n'
' - ESP\n'
' - Lecture des panneaux\n'
'\n'
'Autres équipements et informations :\n'
" - Carnet d'entretien\n"
' - Double des clés\n'
" - Factures d'entretien\n"
' - GPS Tactile\n'
' - Pleins phares auto\n'
' - Véhicule non fumeur',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a0f0b4a5-cc4c-5aa0-9b04-eff3dcbce408',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3170021794',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 145000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 43,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/33/ca/cf33ca08721e63bd9875a65362b460164c28e1de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/5e/31/985e31328409fd4e33bc37e400416e2929047f2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/30/0e/gh300e7c6648a972e5ab91a329a98545f1307c28.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/f5/fd/8af5fd6d7d7d36fd1acc8a20080860ebf206f528.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d5/84/88d5841c2238f60c9b52d41eb3a66e72e2f47100.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/16/1f/be161f8e29a42f7482782e9f759db422df0f7d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/53/26/5353265d17270ce27825d806f34fd70543ed8d0d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/57/d0/de57d09b3166687650f5ce6412867e6468c090a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a6/5b/d7a65b2dedbacb0560287ad3011e83303823365f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/32/0b/7c320b14af4beaf3cb94dca89a3e2210a22e7dcf.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171738,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/33/ca/cf33ca08721e63bd9875a65362b460164c28e1de.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177666,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/5e/31/985e31328409fd4e33bc37e400416e2929047f2c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156710,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/30/0e/gh300e7c6648a972e5ab91a329a98545f1307c28.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193543,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/f5/fd/8af5fd6d7d7d36fd1acc8a20080860ebf206f528.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188884,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/d5/84/88d5841c2238f60c9b52d41eb3a66e72e2f47100.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180490,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/16/1f/be161f8e29a42f7482782e9f759db422df0f7d5c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/53/26/5353265d17270ce27825d806f34fd70543ed8d0d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166605,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/57/d0/de57d09b3166687650f5ce6412867e6468c090a3.jpg?rule=ad-large',
'Width': 1006},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141875,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a6/5b/d7a65b2dedbacb0560287ad3011e83303823365f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a029a89c-9d2f-5eae-83c0-099d913b9308/a029a89c-9d2f-5eae-83c0-099d913b9308_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119553,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/32/0b/7c320b14af4beaf3cb94dca89a3e2210a22e7dcf.jpg?rule=ad-large',
'Width': 1067}],
'price': 14290,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 generation-ii 1.5 bluehdi 130 active business eat bva '
'start-stop-garantie 6 mois',
'transmission': 'automatic',
'trim': '508 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170021794%27 HTTP/1.1" 200 None
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: Saving data for 3170021794: {'created_time': 1774883412.539532, 'last_price_update_time': 1774883412.539542}
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3170021794') HTTP/1.1" 204 0
2026-03-30 15:10:12 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:10:12 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:10:12 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:10:12 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:10:12 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4a8395a42c1f11f18e133aacc95538c6
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:10:12 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:10:12 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:10:12 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:10:13 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:10:13 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 8, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20last_price_update_time%20lt%201773587413 HTTP/1.1" 200 None
2026-03-30 15:10:14 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (63 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4a8395a42c1f11f18e133aacc95538c6.jl
2026-03-30 15:10:14 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 719,
'downloader/request_count': 2,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 2479282,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 46.290973,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 10, 13, 977053, tzinfo=datetime.timezone.utc),
'item_scraped_count': 63,
'log_count/DEBUG': 1916,
'log_count/INFO': 1201,
'memusage/max': 149209088,
'memusage/startup': 149209088,
'request_depth_max': 1,
'response_received_count': 2,
'scheduler/dequeued': 2,
'scheduler/dequeued/memory': 2,
'scheduler/enqueued': 2,
'scheduler/enqueued/memory': 2,
'scrape_type/new': 63,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 2,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.994437034241855,
'scrapy-zyte-api/mean_response_seconds': 9.457465016283095,
'scrapy-zyte-api/processed': 2,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 2,
'scrapy-zyte-api/request_args/experimental.responseCookies': 1,
'scrapy-zyte-api/request_args/httpRequestBody': 1,
'scrapy-zyte-api/request_args/httpRequestMethod': 1,
'scrapy-zyte-api/request_args/httpResponseBody': 2,
'scrapy-zyte-api/request_args/httpResponseHeaders': 2,
'scrapy-zyte-api/request_args/responseCookies': 1,
'scrapy-zyte-api/request_args/url': 2,
'scrapy-zyte-api/status_codes/200': 2,
'scrapy-zyte-api/success': 2,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 63,
'source/total_available': 63,
'start_time': datetime.datetime(2026, 3, 30, 15, 9, 27, 686080, tzinfo=datetime.timezone.utc)}
2026-03-30 15:10:14 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:10:14 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2e3d763d10>
2026-03-30 15:10:14 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2e3d770590>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)