PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:17:27 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:17: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:17:27 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:17:27 [auto_selling_leboncoin.fr] INFO: _job: 4af6e7a22c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:17:27 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:17:27 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:17:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:17:27 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:17:27 [scrapy.extensions.telnet] INFO: Telnet Password: b55b9479dd6181db
2026-03-30 15:17: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:17: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/4af6e7a22c1f11f18e133aacc95538c6.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:17:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:17:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:17: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:17:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:17: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:17: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:17:27 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:17: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:17:27 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:17:27 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:17:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:17:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:17:27 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:17:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:17:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:17:32 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/6045844/french-machine.htm and multipost_profile_id: c6675cdf-c194-494c-a61b-d4e521a3d20a and job_id: 4af6e7a22c1f11f18e133aacc95538c6
2026-03-30 15:17: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:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/6045844/french-machine.htm> (referer: https://www.leboncoin.fr/boutique/6045844/french-machine.htm) ['zyte-api']
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': 'datadome', 'value': 'Vm~b1nQ8hsP912j5MfwUurxcEhK_F~IWDHo_kvTx4CN89LRTQjT1c9BHRaUfHZNShEV0LDn6gXfjlk4eG~pwjEomLafuN~js3jyvCh0z0HuLmZ2glo2oIduG1DQ4Y~15', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419854, 'httpOnly': False, 'secure': True}]
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': 'datadome', 'value': 'Vm~b1nQ8hsP912j5MfwUurxcEhK_F~IWDHo_kvTx4CN89LRTQjT1c9BHRaUfHZNShEV0LDn6gXfjlk4eG~pwjEomLafuN~js3jyvCh0z0HuLmZ2glo2oIduG1DQ4Y~15', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'CDG50-P2'], b'Date': [b'Mon, 30 Mar 2026 15:17:34 GMT'], b'Content-Length': [b'678289'], 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'Strict-Transport-Security': [b'max-age=15768000'], b'Via': [b'1.1 ed781950f045f8565b1dd350ab97767c.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=Vm~b1nQ8hsP912j5MfwUurxcEhK_F~IWDHo_kvTx4CN89LRTQjT1c9BHRaUfHZNShEV0LDn6gXfjlk4eG~pwjEomLafuN~js3jyvCh0z0HuLmZ2glo2oIduG1DQ4Y~15; Max-Age=31536000; Domain=.leboncoin.fr; Path=/; Secure; SameSite=Lax'], 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'Referrer-Policy': [b'no-referrer-when-downgrade'], 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'Etag': [b'"v56nk6vsboedto"'], b'Content-Type': [b'text/html; charset=utf-8'], b'X-Cache': [b'Miss from cloudfront'], b'X-Datadome': [b'protected'], b'Cache-Control': [b'private, no-cache, no-store, max-age=0, must-revalidate'], b'X-Amz-Cf-Id': [b't25ZsJ3aQr3RxcoMrG-KZ1ZIbP-R-B4T2Hme14hvPrNJ5viQg3gxAg==']}
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': 'c9567f01-851d-4bcc-b71f-30e9f61e3f43'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': 'datadome', 'value': 'Vm~b1nQ8hsP912j5MfwUurxcEhK_F~IWDHo_kvTx4CN89LRTQjT1c9BHRaUfHZNShEV0LDn6gXfjlk4eG~pwjEomLafuN~js3jyvCh0z0HuLmZ2glo2oIduG1DQ4Y~15', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:17:36 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': 'c9567f01-851d-4bcc-b71f-30e9f61e3f43'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:17:36 [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": "c9567f01-851d-4bcc-b71f-30e9f61e3f43"}}, "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=datadome'
2026-03-30 15:17:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/6045844/french-machine.htm) ['zyte-api']
2026-03-30 15:17:38 [auto_selling_leboncoin.fr] INFO: Found 23 listings on page 1
2026-03-30 15:17:38 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3098037996
2026-03-30 15:17:38 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-30 15:17:39 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [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%273098037996%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [auto_selling_leboncoin.fr] INFO: Scrape type for 3098037996: 1
2026-03-30 15:17:39 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3098037996
2026-03-30 15:17:39 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Porsche '
'Macan Turbo avec un moteur 3.6 V6 développant 400 chevaux et '
'une boite automatique PDK 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Noir Jet Black Metallic (C9X)/ intérieur cuir '
'naturel Espresso (VR)\n'
' \n'
'1ère mise en circulation le 25/06/2014, véhicule '
'comptabilisant 117 245 Km.\n'
'\n'
'Historique d’entretien complet, dernier entretien réalisé le '
'27/05/2024 à 106 409 km.\n'
'Rien à prévoir avant le 27/05/2026 ou 22 800 km\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Porsche.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Apple Car Play\n'
'Toit ouvrant panoramique\n'
'Pack chrono \n'
'Systeme audio BOSE Surround\n'
'Ciel de toit en Alcantara\n'
'Chauffage additionnel WEBASTO avec télécommande à distance\n'
'Tableau de de bord en cuir\n'
'Appuis-tète avant avec écussons Porsche estampe \n'
'Jantes 911 Turbo Design 21“\n'
'Etriers de frein peints en rouge\n'
'Régulateur de vitesse adaptatif \n'
'Aide au stationnement AV/AR\n'
'Suspension sport PASM\n'
'Suspension pneumatiques avec ajustement de la hauteur de '
'caisse\n'
'Sièges chauffant AV/AR\n'
'Sièges électriques à mémoire 18 positions\n'
'Fonds de compteur Noir/Argent\n'
'PCM Tactile\n'
'Bluetooth\n'
'Projecteurs bi-Xénons PDLS avec 4 points\n'
'Feux de route adaptatif\n'
'Modes de conduite Sport\n'
'Sorties d’échappement Sport rectangulaire\n'
'Insert décoratif piano Black\n'
'rétroviseurs électriques et dégivrant \n'
'Rétroviseurs rabattables électriquement\n'
'ordinateur de bord\n'
'Hayon électrique\n'
'volant multifonctions avec palettes au volant\n'
'Vitres arrières teintées \n'
'climatisation automatique bizones\n'
'détecteur de pluie\n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Porsche depuis sa sortie '
'd’usine.\n'
'\n'
'Entretien réalisé en concession Porsche le 18/07/2016 à 23 '
'029 km\n'
'Entretien réalisé en concession Porsche le 20/06/2018 à 41 '
'371 km\n'
'Entretien réalisé en concession Porsche le 23/06/2020 à 60 '
'895 km\n'
'Entretien réalisé en concession Porsche le 13/06/2022 à 85 '
'033 km\n'
'\n'
'Dernier entretien réalisé en concession Porsche le 27/05/2024 '
'à 106 409 km.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 39 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'jusqu’à 36 mois valable directement en concession Porsche en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 400,
'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/3098037996',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Macan',
'odometer': 117245,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/82/d1/bf82d1fef1361f6bf64684c635b3ec1d13b524c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/c3/60/54c360b8e3dedcbe42f3722504c82e34a040a0f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/62/79/e56279a4e38f3e50b753ba03774403c2db18c5ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/79/87/4e79875d39a5d5157368de7d38b807f7140308b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/fb/5d/59fb5d522c69ab16f1ffe397a93b4de6fa0d2295.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/34/25/56342505314845dcf441b887b906c1fd8dd2de70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/38/62/af3862b0476500d50a68be71f39e3c6c310993cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/cb/2b/2bcb2bce23e7fd9e342058f2850e0d6c656d1372.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/95/63/299563da235beaa18658b311258f684663f43286.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/87/28/5b87287c90c13baf4907ff2a78b0e37c33ef76fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/10/2a/20102af8d5130e4a9d9a4bfede3b13e82f70685c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/71/1c/62711c73eeee49698c259d754623445e6a9975dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/45/30/5b4530adae06b5dcebff3b6cf2020fbbf37e1d7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/12/03/651203808b382b87614c6090fd1905e94d960de3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/e0/91/a7e09145bc0e9565122e900932e5f47d7de5d479.jpg?rule=ad-large'],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2014-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Macan Turbo 3.6 V6 400 PDK7 - Apple Car Play - Toit Ouvrant '
'Panoramique - Pack chrono - PASM - PDLS - Historique Complet',
'transmission': 'automatic',
'trim': 'Macan 3.6 V6 400ch Turbo PDK',
'vin': None,
'year': 2014}
2026-03-30 15:17:39 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac with identifier: 3098037996
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F82%252Fd1%252Fbf82d1fef1361f6bf64684c635b3ec1d13b524c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/82/d1/bf82d1fef1361f6bf64684c635b3ec1d13b524c8.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc3%252F60%252F54c360b8e3dedcbe42f3722504c82e34a040a0f8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/c3/60/54c360b8e3dedcbe42f3722504c82e34a040a0f8.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F62%252F79%252Fe56279a4e38f3e50b753ba03774403c2db18c5ca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/62/79/e56279a4e38f3e50b753ba03774403c2db18c5ca.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F79%252F87%252F4e79875d39a5d5157368de7d38b807f7140308b0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/79/87/4e79875d39a5d5157368de7d38b807f7140308b0.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffb%252F5d%252F59fb5d522c69ab16f1ffe397a93b4de6fa0d2295.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/fb/5d/59fb5d522c69ab16f1ffe397a93b4de6fa0d2295.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F34%252F25%252F56342505314845dcf441b887b906c1fd8dd2de70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/34/25/56342505314845dcf441b887b906c1fd8dd2de70.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F38%252F62%252Faf3862b0476500d50a68be71f39e3c6c310993cb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/af/38/62/af3862b0476500d50a68be71f39e3c6c310993cb.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcb%252F2b%252F2bcb2bce23e7fd9e342058f2850e0d6c656d1372.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/cb/2b/2bcb2bce23e7fd9e342058f2850e0d6c656d1372.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F95%252F63%252F299563da235beaa18658b311258f684663f43286.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/95/63/299563da235beaa18658b311258f684663f43286.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F87%252F28%252F5b87287c90c13baf4907ff2a78b0e37c33ef76fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/87/28/5b87287c90c13baf4907ff2a78b0e37c33ef76fa.jpg?rule=ad-large already downloaded
2026-03-30 15:17:39 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac with identifier 3098037996
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:17:39 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:17:39 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:17:39 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2029
2026-03-30 15:17:39 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:17:39 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883859
2026-03-30 15:17:39 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883859
2026-03-30 15:17:39 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:17:40 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac
2026-03-30 15:17:40 [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': 'L’équipe French Machine vous propose à la vente ce Porsche '
'Macan Turbo avec un moteur 3.6 V6 développant 400 chevaux et '
'une boite automatique PDK 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Noir Jet Black Metallic (C9X)/ intérieur cuir '
'naturel Espresso (VR)\n'
' \n'
'1ère mise en circulation le 25/06/2014, véhicule '
'comptabilisant 117 245 Km.\n'
'\n'
'Historique d’entretien complet, dernier entretien réalisé le '
'27/05/2024 à 106 409 km.\n'
'Rien à prévoir avant le 27/05/2026 ou 22 800 km\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Porsche.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Apple Car Play\n'
'Toit ouvrant panoramique\n'
'Pack chrono \n'
'Systeme audio BOSE Surround\n'
'Ciel de toit en Alcantara\n'
'Chauffage additionnel WEBASTO avec télécommande à distance\n'
'Tableau de de bord en cuir\n'
'Appuis-tète avant avec écussons Porsche estampe \n'
'Jantes 911 Turbo Design 21“\n'
'Etriers de frein peints en rouge\n'
'Régulateur de vitesse adaptatif \n'
'Aide au stationnement AV/AR\n'
'Suspension sport PASM\n'
'Suspension pneumatiques avec ajustement de la hauteur de '
'caisse\n'
'Sièges chauffant AV/AR\n'
'Sièges électriques à mémoire 18 positions\n'
'Fonds de compteur Noir/Argent\n'
'PCM Tactile\n'
'Bluetooth\n'
'Projecteurs bi-Xénons PDLS avec 4 points\n'
'Feux de route adaptatif\n'
'Modes de conduite Sport\n'
'Sorties d’échappement Sport rectangulaire\n'
'Insert décoratif piano Black\n'
'rétroviseurs électriques et dégivrant \n'
'Rétroviseurs rabattables électriquement\n'
'ordinateur de bord\n'
'Hayon électrique\n'
'volant multifonctions avec palettes au volant\n'
'Vitres arrières teintées \n'
'climatisation automatique bizones\n'
'détecteur de pluie\n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Porsche depuis sa sortie '
'd’usine.\n'
'\n'
'Entretien réalisé en concession Porsche le 18/07/2016 à 23 '
'029 km\n'
'Entretien réalisé en concession Porsche le 20/06/2018 à 41 '
'371 km\n'
'Entretien réalisé en concession Porsche le 23/06/2020 à 60 '
'895 km\n'
'Entretien réalisé en concession Porsche le 13/06/2022 à 85 '
'033 km\n'
'\n'
'Dernier entretien réalisé en concession Porsche le 27/05/2024 '
'à 106 409 km.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 39 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'jusqu’à 36 mois valable directement en concession Porsche en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 400,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3098037996',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Macan',
'odometer': 117245,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/82/d1/bf82d1fef1361f6bf64684c635b3ec1d13b524c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/c3/60/54c360b8e3dedcbe42f3722504c82e34a040a0f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/62/79/e56279a4e38f3e50b753ba03774403c2db18c5ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/79/87/4e79875d39a5d5157368de7d38b807f7140308b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/fb/5d/59fb5d522c69ab16f1ffe397a93b4de6fa0d2295.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/34/25/56342505314845dcf441b887b906c1fd8dd2de70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/38/62/af3862b0476500d50a68be71f39e3c6c310993cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/cb/2b/2bcb2bce23e7fd9e342058f2850e0d6c656d1372.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/95/63/299563da235beaa18658b311258f684663f43286.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/87/28/5b87287c90c13baf4907ff2a78b0e37c33ef76fa.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226736,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/82/d1/bf82d1fef1361f6bf64684c635b3ec1d13b524c8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250771,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/c3/60/54c360b8e3dedcbe42f3722504c82e34a040a0f8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197415,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/62/79/e56279a4e38f3e50b753ba03774403c2db18c5ca.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228313,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/79/87/4e79875d39a5d5157368de7d38b807f7140308b0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174583,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/fb/5d/59fb5d522c69ab16f1ffe397a93b4de6fa0d2295.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88088,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/34/25/56342505314845dcf441b887b906c1fd8dd2de70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119163,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/38/62/af3862b0476500d50a68be71f39e3c6c310993cb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125828,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/cb/2b/2bcb2bce23e7fd9e342058f2850e0d6c656d1372.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142336,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/95/63/299563da235beaa18658b311258f684663f43286.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac/5e5feb8f-eaec-5b08-8b76-1bc22d9e32ac_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120781,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/87/28/5b87287c90c13baf4907ff2a78b0e37c33ef76fa.jpg?rule=ad-large',
'Width': 1067}],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2014-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Macan Turbo 3.6 V6 400 PDK7 - Apple Car Play - Toit Ouvrant '
'Panoramique - Pack chrono - PASM - PDLS - Historique Complet',
'transmission': 'automatic',
'trim': 'Macan 3.6 V6 400ch Turbo PDK',
'vin': None,
'year': 2014}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273098037996%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Saving data for 3098037996: {'created_time': 1774883860.140829, 'last_price_update_time': 1774883860.140841}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3098037996') HTTP/1.1" 204 0
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3071445906
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273071445906%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scrape type for 3071445906: 1
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3071445906
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette BMW Z4 '
'(E85) 3.0i avec un moteur 6 cylindres développant 231 chevaux '
'et une boite automatique SMG 6 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur noir métallisé / intérieur cuir noir\n'
' \n'
'1ère mise en circulation le 14/05/2003, véhicule '
'comptabilisant 164 794 Km.\n'
'\n'
'Historique complet avec facture, kit complet embrayage + '
'Huile de boite remplacé le 14/03/2023 à 151 987 Km\n'
'\n'
'Moteur de capote neuf et restauration complète de la '
'capote! \n'
'\n'
'Rare sur le marché\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de recul\n'
'Sièges Chauffants\n'
'Mode Sport\n'
'Palettes au volant\n'
'Contre porte en cuir\n'
'Xénons\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseurs rabattables électriquement\n'
'volant cuir\n'
'Jantes 19’’ Tomasson Black\n'
'climatisation automatique \n'
'Inserts décoratifs en alu finement brossé effet carbone\n'
'détecteur de pluie\n'
'ABS\n'
'anti-démarrage\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule suivi en concession BMW et spécialistes\xa0depuis sa '
'sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 13 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'valable directement en concession BMW en France et en '
'Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 231,
'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/3071445906',
'listing': 'auction',
'make': 'BMW',
'model': 'Z4',
'odometer': 164794,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/89/42/44/8942446f8585e4a9d2d984cdf9a8a6734e522ede.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/61/32/3261328318d0139f95fa9ef2cd30fd05656178c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/54/ce/a954ceebe6c59a3759fc0d638dd4f4570314b6d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/84/b0/ce84b033db2de00140471a8a7638adba8cd0d00f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f8/52/f8f8526bfeb64153f712f581a52cbaa8e9a4996a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/c7/86/3fc7864a1c35bce92388af3918eef56cd4a19612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/4e/2f/594e2f298c2aaa0190dee77fc529ab6f113985ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/2a/0a/612a0a5eaedae12e0c152e4d81da87653107f4aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/19/92/8d19920cf528fca0717b550a7c589e75860ad82a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/5f/b2/be5fb25398ac6f81af502f32ce76f5b997d10074.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/a8/2d/3ba82dbcd27fabf50fd131dd7ef4a515fea2013b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/45/8d/18458d0eef07d28d4c252c826c8909ea3d9aa43f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/e0/2c/13e02c61e723ebf7d6bc69c6a727ce448051f9db.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/69/db/1969db62779e0c117effb9c726ca96f2ff3cc410.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/46/1d/06461d7f1c77233f2f3712ee302187c30ceb01da.jpg?rule=ad-large'],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2003-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'BMW Z4 (E85) 3.0i 231 BVA6 - 6 Cylindres - Moteur Capote Neuf - '
'Embrayage Complet + Vidange de boite - Historique Complet',
'transmission': 'automatic',
'trim': 'Z4 Roadster 3.0iA 231ch',
'vin': None,
'year': 2003}
2026-03-30 15:17:40 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 497ef5c6-1c90-519a-a4b9-62be759632cb with identifier: 3071445906
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 497ef5c6-1c90-519a-a4b9-62be759632cb
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F42%252F44%252F8942446f8585e4a9d2d984cdf9a8a6734e522ede.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/42/44/8942446f8585e4a9d2d984cdf9a8a6734e522ede.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F61%252F32%252F3261328318d0139f95fa9ef2cd30fd05656178c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/32/61/32/3261328318d0139f95fa9ef2cd30fd05656178c8.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F54%252Fce%252Fa954ceebe6c59a3759fc0d638dd4f4570314b6d9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/54/ce/a954ceebe6c59a3759fc0d638dd4f4570314b6d9.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F84%252Fb0%252Fce84b033db2de00140471a8a7638adba8cd0d00f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/84/b0/ce84b033db2de00140471a8a7638adba8cd0d00f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff8%252F52%252Ff8f8526bfeb64153f712f581a52cbaa8e9a4996a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f8/52/f8f8526bfeb64153f712f581a52cbaa8e9a4996a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc7%252F86%252F3fc7864a1c35bce92388af3918eef56cd4a19612.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/c7/86/3fc7864a1c35bce92388af3918eef56cd4a19612.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4e%252F2f%252F594e2f298c2aaa0190dee77fc529ab6f113985ba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/4e/2f/594e2f298c2aaa0190dee77fc529ab6f113985ba.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F61%252F2a%252F0a%252F612a0a5eaedae12e0c152e4d81da87653107f4aa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/61/2a/0a/612a0a5eaedae12e0c152e4d81da87653107f4aa.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F19%252F92%252F8d19920cf528fca0717b550a7c589e75860ad82a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/19/92/8d19920cf528fca0717b550a7c589e75860ad82a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5f%252Fb2%252Fbe5fb25398ac6f81af502f32ce76f5b997d10074.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/5f/b2/be5fb25398ac6f81af502f32ce76f5b997d10074.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 497ef5c6-1c90-519a-a4b9-62be759632cb with identifier 3071445906
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 497ef5c6-1c90-519a-a4b9-62be759632cb
2026-03-30 15:17:40 [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': 'L’équipe French Machine vous propose à la vente cette BMW Z4 '
'(E85) 3.0i avec un moteur 6 cylindres développant 231 chevaux '
'et une boite automatique SMG 6 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur noir métallisé / intérieur cuir noir\n'
' \n'
'1ère mise en circulation le 14/05/2003, véhicule '
'comptabilisant 164 794 Km.\n'
'\n'
'Historique complet avec facture, kit complet embrayage + '
'Huile de boite remplacé le 14/03/2023 à 151 987 Km\n'
'\n'
'Moteur de capote neuf et restauration complète de la '
'capote! \n'
'\n'
'Rare sur le marché\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de recul\n'
'Sièges Chauffants\n'
'Mode Sport\n'
'Palettes au volant\n'
'Contre porte en cuir\n'
'Xénons\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseurs rabattables électriquement\n'
'volant cuir\n'
'Jantes 19’’ Tomasson Black\n'
'climatisation automatique \n'
'Inserts décoratifs en alu finement brossé effet carbone\n'
'détecteur de pluie\n'
'ABS\n'
'anti-démarrage\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule suivi en concession BMW et spécialistes\xa0depuis sa '
'sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 13 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'valable directement en concession BMW en France et en '
'Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 231,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '497ef5c6-1c90-519a-a4b9-62be759632cb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3071445906',
'listing': 'auction',
'make': 'BMW',
'model': 'Z4',
'odometer': 164794,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/89/42/44/8942446f8585e4a9d2d984cdf9a8a6734e522ede.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/61/32/3261328318d0139f95fa9ef2cd30fd05656178c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/54/ce/a954ceebe6c59a3759fc0d638dd4f4570314b6d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/84/b0/ce84b033db2de00140471a8a7638adba8cd0d00f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f8/52/f8f8526bfeb64153f712f581a52cbaa8e9a4996a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/c7/86/3fc7864a1c35bce92388af3918eef56cd4a19612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/4e/2f/594e2f298c2aaa0190dee77fc529ab6f113985ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/2a/0a/612a0a5eaedae12e0c152e4d81da87653107f4aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/19/92/8d19920cf528fca0717b550a7c589e75860ad82a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/5f/b2/be5fb25398ac6f81af502f32ce76f5b997d10074.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238531,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/42/44/8942446f8585e4a9d2d984cdf9a8a6734e522ede.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186267,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/61/32/3261328318d0139f95fa9ef2cd30fd05656178c8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191724,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/54/ce/a954ceebe6c59a3759fc0d638dd4f4570314b6d9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186962,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/84/b0/ce84b033db2de00140471a8a7638adba8cd0d00f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200182,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f8/52/f8f8526bfeb64153f712f581a52cbaa8e9a4996a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187424,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/c7/86/3fc7864a1c35bce92388af3918eef56cd4a19612.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139556,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/4e/2f/594e2f298c2aaa0190dee77fc529ab6f113985ba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166364,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/2a/0a/612a0a5eaedae12e0c152e4d81da87653107f4aa.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151923,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/19/92/8d19920cf528fca0717b550a7c589e75860ad82a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_497ef5c6-1c90-519a-a4b9-62be759632cb/497ef5c6-1c90-519a-a4b9-62be759632cb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119460,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/5f/b2/be5fb25398ac6f81af502f32ce76f5b997d10074.jpg?rule=ad-large',
'Width': 1067}],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2003-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'BMW Z4 (E85) 3.0i 231 BVA6 - 6 Cylindres - Moteur Capote Neuf - '
'Embrayage Complet + Vidange de boite - Historique Complet',
'transmission': 'automatic',
'trim': 'Z4 Roadster 3.0iA 231ch',
'vin': None,
'year': 2003}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273071445906%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Saving data for 3071445906: {'created_time': 1774883860.384196, 'last_price_update_time': 1774883860.384208}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3071445906') HTTP/1.1" 204 0
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3148416373
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273148416373%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scrape type for 3148416373: 1
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3148416373
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Lexus NX '
'300h avec un moteur Hybrid développant 197 chevaux et une '
'boite Automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Blanc Nacré / intérieur Cuir/tissus Noir \n'
' \n'
'1ère mise en circulation le 22/11/2017, véhicule '
'comptabilisant 148 118 Km\n'
'\n'
'1ère Main, véhicule en leasing racheté par son ancien '
'propriétaire.\n'
'\n'
'Historique Complet Lexus toujours réalisé dans la même '
'concession, dernier entretien réalisé pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Lexus valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Modes de conduites \n'
'Régulateur de vitesse \n'
'Hold Assist\n'
'GPS 16/9ème \n'
'Caméra de recul\n'
'Commandes au volant \n'
'Climatisation automatique bi-zone\n'
'Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'Projecteurs Xénons et adaptatifs\n'
'Démarrage sans clé\n'
'Horloge Lexus\n'
'Tapis Lexus\n'
'Seuil de porte Lexus\n'
'Tableau de bord en cuir\n'
'Ouverture de coffre électrique \n'
'Accoudoir central avant et arrières\n'
'Price 12v / Aux + USB\n'
'Ordinateur de bord\n'
'Jantes Alu 18 pouces \n'
'Détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'Contrôle pression des pneus\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession Lexus depuis sa sortie '
'd’usine :\n'
'\n'
'Entretien réalisé en concession Lexus le 21/12/2018 à 14 676 '
'km\n'
'Entretien réalisé en concession Lexus le 19/12/2019 à 23 163 '
'km\n'
'Entretien réalisé en concession Lexus le 26/10/2020 à 38 755 '
'km\n'
'Entretien réalisé en concession Lexus le 20/09/2021 à 55 911 '
'km\n'
'Entretien réalisé en concession Lexus le 22/06/2022 à 72 645 '
'km\n'
'Entretien réalisé en concession Lexus le 21/03/2023 à 88 429 '
'km\n'
'Entretien réalisé en concession Lexus le 08/12/2023 à 104 427 '
'km\n'
'Entretien réalisé en concession Lexus le 20/08/2024 à 121 613 '
'km\n'
'Entretien réalisé en concession Lexus le 20/05/2025 à 137 025 '
'km\n'
'\n'
'Prochain entretien réalisé pour la vente.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 19 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Lexus en France et '
'en Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 197,
'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/3148416373',
'listing': 'auction',
'make': 'LEXUS',
'model': 'NX',
'odometer': 148118,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/40/de/1e/40de1e3b08bb804b2c466ee8def985ec42509170.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b2/3f/1eb23ffff496171b1beb512990297659244a2a40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/60/e5/5160e5fabe0dc5a0710420498afb918b5f8e385a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/3a/fb/9c3afb73b60d5c1f5906d4b20a6189c0cd6bf88d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/30/11/7730118bd585e8ae81f7fbf158a1a9cc9c323b6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/fc/65/15fc65081cd6e58f95db928143bf0cb1b945d4df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/1d/cc/221dcc5be475b4104e3320b3c80d257402567b62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/d3/1c/efd31cd44bf26edd2052e6da5367a42d2c9b03bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fb/40/17fb404d2dbd87ca16e0efca0c10f32365949960.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/0c/2d/d10c2ddc3be1fbc616a2e143a6aa5efb7ad2b172.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/8c/dc/fd8cdc71dd28649c98265e8202493267c4843407.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/2d/f6/6c2df6dbfd69021973e3d891bad30fb7b55b761f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/bc/ab/51bcab41d699851d7b5539ba112d51ba7f61df8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/14/91/8d1491a7ee99f1111753a307d67cd780f4d37fb9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/8d/1a/c38d1a8a5a78471a15efdc7dab52dd7c1b3e2809.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2017-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus NX-Serie NX 300h Business BVA – 1ère Main - Origine France - '
'Caméra de recul – Historique Complet Lexus Avec Factures',
'transmission': 'automatic',
'trim': 'NX 300h 2WD Sport Edition',
'vin': None,
'year': 2017}
2026-03-30 15:17:40 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 753010d5-054d-58ea-9113-c7e94862a2b0 with identifier: 3148416373
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 753010d5-054d-58ea-9113-c7e94862a2b0
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fde%252F1e%252F40de1e3b08bb804b2c466ee8def985ec42509170.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/40/de/1e/40de1e3b08bb804b2c466ee8def985ec42509170.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb2%252F3f%252F1eb23ffff496171b1beb512990297659244a2a40.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b2/3f/1eb23ffff496171b1beb512990297659244a2a40.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F60%252Fe5%252F5160e5fabe0dc5a0710420498afb918b5f8e385a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/51/60/e5/5160e5fabe0dc5a0710420498afb918b5f8e385a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3a%252Ffb%252F9c3afb73b60d5c1f5906d4b20a6189c0cd6bf88d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/3a/fb/9c3afb73b60d5c1f5906d4b20a6189c0cd6bf88d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F30%252F11%252F7730118bd585e8ae81f7fbf158a1a9cc9c323b6b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/77/30/11/7730118bd585e8ae81f7fbf158a1a9cc9c323b6b.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffc%252F65%252F15fc65081cd6e58f95db928143bf0cb1b945d4df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/15/fc/65/15fc65081cd6e58f95db928143bf0cb1b945d4df.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1d%252Fcc%252F221dcc5be475b4104e3320b3c80d257402567b62.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/1d/cc/221dcc5be475b4104e3320b3c80d257402567b62.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd3%252F1c%252Fefd31cd44bf26edd2052e6da5367a42d2c9b03bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/d3/1c/efd31cd44bf26edd2052e6da5367a42d2c9b03bd.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffb%252F40%252F17fb404d2dbd87ca16e0efca0c10f32365949960.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fb/40/17fb404d2dbd87ca16e0efca0c10f32365949960.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0c%252F2d%252Fd10c2ddc3be1fbc616a2e143a6aa5efb7ad2b172.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/0c/2d/d10c2ddc3be1fbc616a2e143a6aa5efb7ad2b172.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 753010d5-054d-58ea-9113-c7e94862a2b0 with identifier 3148416373
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 753010d5-054d-58ea-9113-c7e94862a2b0
2026-03-30 15:17:40 [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': 'L’équipe French Machine vous propose à la vente ce Lexus NX '
'300h avec un moteur Hybrid développant 197 chevaux et une '
'boite Automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Blanc Nacré / intérieur Cuir/tissus Noir \n'
' \n'
'1ère mise en circulation le 22/11/2017, véhicule '
'comptabilisant 148 118 Km\n'
'\n'
'1ère Main, véhicule en leasing racheté par son ancien '
'propriétaire.\n'
'\n'
'Historique Complet Lexus toujours réalisé dans la même '
'concession, dernier entretien réalisé pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Lexus valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Modes de conduites \n'
'Régulateur de vitesse \n'
'Hold Assist\n'
'GPS 16/9ème \n'
'Caméra de recul\n'
'Commandes au volant \n'
'Climatisation automatique bi-zone\n'
'Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'Projecteurs Xénons et adaptatifs\n'
'Démarrage sans clé\n'
'Horloge Lexus\n'
'Tapis Lexus\n'
'Seuil de porte Lexus\n'
'Tableau de bord en cuir\n'
'Ouverture de coffre électrique \n'
'Accoudoir central avant et arrières\n'
'Price 12v / Aux + USB\n'
'Ordinateur de bord\n'
'Jantes Alu 18 pouces \n'
'Détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'Contrôle pression des pneus\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession Lexus depuis sa sortie '
'd’usine :\n'
'\n'
'Entretien réalisé en concession Lexus le 21/12/2018 à 14 676 '
'km\n'
'Entretien réalisé en concession Lexus le 19/12/2019 à 23 163 '
'km\n'
'Entretien réalisé en concession Lexus le 26/10/2020 à 38 755 '
'km\n'
'Entretien réalisé en concession Lexus le 20/09/2021 à 55 911 '
'km\n'
'Entretien réalisé en concession Lexus le 22/06/2022 à 72 645 '
'km\n'
'Entretien réalisé en concession Lexus le 21/03/2023 à 88 429 '
'km\n'
'Entretien réalisé en concession Lexus le 08/12/2023 à 104 427 '
'km\n'
'Entretien réalisé en concession Lexus le 20/08/2024 à 121 613 '
'km\n'
'Entretien réalisé en concession Lexus le 20/05/2025 à 137 025 '
'km\n'
'\n'
'Prochain entretien réalisé pour la vente.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 19 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Lexus en France et '
'en Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 197,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '753010d5-054d-58ea-9113-c7e94862a2b0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148416373',
'listing': 'auction',
'make': 'LEXUS',
'model': 'NX',
'odometer': 148118,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/40/de/1e/40de1e3b08bb804b2c466ee8def985ec42509170.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b2/3f/1eb23ffff496171b1beb512990297659244a2a40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/60/e5/5160e5fabe0dc5a0710420498afb918b5f8e385a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/3a/fb/9c3afb73b60d5c1f5906d4b20a6189c0cd6bf88d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/30/11/7730118bd585e8ae81f7fbf158a1a9cc9c323b6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/fc/65/15fc65081cd6e58f95db928143bf0cb1b945d4df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/1d/cc/221dcc5be475b4104e3320b3c80d257402567b62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/d3/1c/efd31cd44bf26edd2052e6da5367a42d2c9b03bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fb/40/17fb404d2dbd87ca16e0efca0c10f32365949960.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/0c/2d/d10c2ddc3be1fbc616a2e143a6aa5efb7ad2b172.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173673,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/de/1e/40de1e3b08bb804b2c466ee8def985ec42509170.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206712,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b2/3f/1eb23ffff496171b1beb512990297659244a2a40.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167281,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/60/e5/5160e5fabe0dc5a0710420498afb918b5f8e385a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/3a/fb/9c3afb73b60d5c1f5906d4b20a6189c0cd6bf88d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110601,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/30/11/7730118bd585e8ae81f7fbf158a1a9cc9c323b6b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120350,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/fc/65/15fc65081cd6e58f95db928143bf0cb1b945d4df.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128553,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/1d/cc/221dcc5be475b4104e3320b3c80d257402567b62.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/d3/1c/efd31cd44bf26edd2052e6da5367a42d2c9b03bd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121125,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fb/40/17fb404d2dbd87ca16e0efca0c10f32365949960.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_753010d5-054d-58ea-9113-c7e94862a2b0/753010d5-054d-58ea-9113-c7e94862a2b0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131660,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/0c/2d/d10c2ddc3be1fbc616a2e143a6aa5efb7ad2b172.jpg?rule=ad-large',
'Width': 1067}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2017-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus NX-Serie NX 300h Business BVA – 1ère Main - Origine France - '
'Caméra de recul – Historique Complet Lexus Avec Factures',
'transmission': 'automatic',
'trim': 'NX 300h 2WD Sport Edition',
'vin': None,
'year': 2017}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273148416373%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Saving data for 3148416373: {'created_time': 1774883860.607585, 'last_price_update_time': 1774883860.607597}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3148416373') HTTP/1.1" 204 0
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3156176779
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273156176779%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scrape type for 3156176779: 1
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3156176779
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette Mini '
'Cooper S avec un moteur 2.0 développant 192 chevaux et une '
'boite automatique double embrayages 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Peinture Spéciale Mini Yours Bleu métallisé / '
'intérieur cuir Chester blanc\n'
' \n'
'1ère mise en circulation le 17/12/2020, véhicule '
'comptabilisant 21 350 Km.\n'
'\n'
'Véhicule de 2ème mains.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Nouveau compteur digital\n'
'- Toit ouvrant panoramique\n'
'- Bandes décoratives \n'
'- Radars de stationnement avec Caméra de recul\n'
'- Avertisseur de collision\n'
'- Driving Assistant\n'
'- Ouverture et démarrage sans clé\n'
'- Sièges Sport\n'
'- Supports lombaires \n'
'- Pack Advance Full Led\n'
'- Modes de conduite\n'
'- Affichage tête haute\n'
'- GPS avec écran couleur TFT \n'
'- Mini Connected XL\n'
'- Régulateur de vitesse adaptatif\n'
'- Services Connected Drive\n'
'- rétroviseurs électriques et dégivrant\n'
'- ordinateur de bord\n'
'- volant multifonctions\n'
'- volant Yours avec palettes\n'
'- Bluetooth\n'
'- Mini Yours British Spoke Bicolore\n'
'- Tapis de sol Union Jack\n'
'- Finiton Mini Yours\n'
'- aide au démarrage en côte\n'
'- climatisation automatique bizones\n'
'- Inserts décoratifs Carbon Black\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- contrôle pression des pneus\n'
'- fixation ISOFIX\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession BMW/Mini et '
'spécialistes depuis sa sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 28 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession BMW/Mini en France '
'et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation Mini ainsi que '
'le double des clés.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 192,
'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/3156176779',
'listing': 'auction',
'make': 'MINI',
'model': 'Mini',
'odometer': 21350,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/46/09/7f/46097f34f1776ad9a12dd82d0b948ae9035598d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/23/87/cc23873a382d9e7ca44f755dd622df299884229a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/9d/4d/889d4dc61a657ad72154109f0267a58594622471.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/a1/b3/eba1b3f363fd81365cb35de3e09d49e612e974d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/10/9b/c4109b048f1967ab3a19a0afb0fd51a42197c509.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/2b/16/872b16a742d5d7395d9e8272133f9a199ed4468a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/44/75/2f4475dab7df8e0b88b7f1dd23f5877e4a4c7159.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/05/fd/4605fd0f9a17f80d3d4f1f9126416126037929d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/66/b8/0666b8deb66335e3b04631089de94179a99a2133.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fe/21/17fe21b96396d89fcdf4200d9cf53d3febe902cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/4b/9f/b04b9f7e6382ed95727ca0c250de4ab19d7b66e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/73/6e/48736e903806a8521e66e0a957116db594dac9b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/39/5f/f0395f0c2875231ec9a2453b69b415c535ce31e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/90/d3/ba90d379c93408ba01f05f7bb9fa1823124bccb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/ba/b2/1bbab24657f721d9243c2a2b25d27e10346b00ff.jpg?rule=ad-large'],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Cooper S Yours 5P BVA7 192 –21 350 km – Toit Ouvrant '
'Panoramique – Caméra de recul – Régulateur Adaptatif',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:17:40 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a504511b-9e52-519f-acb2-4937b8fed1ef with identifier: 3156176779
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a504511b-9e52-519f-acb2-4937b8fed1ef
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F09%252F7f%252F46097f34f1776ad9a12dd82d0b948ae9035598d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/09/7f/46097f34f1776ad9a12dd82d0b948ae9035598d5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F23%252F87%252Fcc23873a382d9e7ca44f755dd622df299884229a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/23/87/cc23873a382d9e7ca44f755dd622df299884229a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9d%252F4d%252F889d4dc61a657ad72154109f0267a58594622471.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/9d/4d/889d4dc61a657ad72154109f0267a58594622471.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa1%252Fb3%252Feba1b3f363fd81365cb35de3e09d49e612e974d9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/a1/b3/eba1b3f363fd81365cb35de3e09d49e612e974d9.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F10%252F9b%252Fc4109b048f1967ab3a19a0afb0fd51a42197c509.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/10/9b/c4109b048f1967ab3a19a0afb0fd51a42197c509.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2b%252F16%252F872b16a742d5d7395d9e8272133f9a199ed4468a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/87/2b/16/872b16a742d5d7395d9e8272133f9a199ed4468a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F44%252F75%252F2f4475dab7df8e0b88b7f1dd23f5877e4a4c7159.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/44/75/2f4475dab7df8e0b88b7f1dd23f5877e4a4c7159.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F05%252Ffd%252F4605fd0f9a17f80d3d4f1f9126416126037929d9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/05/fd/4605fd0f9a17f80d3d4f1f9126416126037929d9.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F66%252Fb8%252F0666b8deb66335e3b04631089de94179a99a2133.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/06/66/b8/0666b8deb66335e3b04631089de94179a99a2133.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffe%252F21%252F17fe21b96396d89fcdf4200d9cf53d3febe902cc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fe/21/17fe21b96396d89fcdf4200d9cf53d3febe902cc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a504511b-9e52-519f-acb2-4937b8fed1ef with identifier 3156176779
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:40 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a504511b-9e52-519f-acb2-4937b8fed1ef
2026-03-30 15:17:40 [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': 'L’équipe French Machine vous propose à la vente cette Mini '
'Cooper S avec un moteur 2.0 développant 192 chevaux et une '
'boite automatique double embrayages 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Peinture Spéciale Mini Yours Bleu métallisé / '
'intérieur cuir Chester blanc\n'
' \n'
'1ère mise en circulation le 17/12/2020, véhicule '
'comptabilisant 21 350 Km.\n'
'\n'
'Véhicule de 2ème mains.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Nouveau compteur digital\n'
'- Toit ouvrant panoramique\n'
'- Bandes décoratives \n'
'- Radars de stationnement avec Caméra de recul\n'
'- Avertisseur de collision\n'
'- Driving Assistant\n'
'- Ouverture et démarrage sans clé\n'
'- Sièges Sport\n'
'- Supports lombaires \n'
'- Pack Advance Full Led\n'
'- Modes de conduite\n'
'- Affichage tête haute\n'
'- GPS avec écran couleur TFT \n'
'- Mini Connected XL\n'
'- Régulateur de vitesse adaptatif\n'
'- Services Connected Drive\n'
'- rétroviseurs électriques et dégivrant\n'
'- ordinateur de bord\n'
'- volant multifonctions\n'
'- volant Yours avec palettes\n'
'- Bluetooth\n'
'- Mini Yours British Spoke Bicolore\n'
'- Tapis de sol Union Jack\n'
'- Finiton Mini Yours\n'
'- aide au démarrage en côte\n'
'- climatisation automatique bizones\n'
'- Inserts décoratifs Carbon Black\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- contrôle pression des pneus\n'
'- fixation ISOFIX\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession BMW/Mini et '
'spécialistes depuis sa sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 28 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession BMW/Mini en France '
'et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation Mini ainsi que '
'le double des clés.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 192,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a504511b-9e52-519f-acb2-4937b8fed1ef',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156176779',
'listing': 'auction',
'make': 'MINI',
'model': 'Mini',
'odometer': 21350,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/46/09/7f/46097f34f1776ad9a12dd82d0b948ae9035598d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/23/87/cc23873a382d9e7ca44f755dd622df299884229a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/9d/4d/889d4dc61a657ad72154109f0267a58594622471.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/a1/b3/eba1b3f363fd81365cb35de3e09d49e612e974d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/10/9b/c4109b048f1967ab3a19a0afb0fd51a42197c509.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/2b/16/872b16a742d5d7395d9e8272133f9a199ed4468a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/44/75/2f4475dab7df8e0b88b7f1dd23f5877e4a4c7159.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/05/fd/4605fd0f9a17f80d3d4f1f9126416126037929d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/66/b8/0666b8deb66335e3b04631089de94179a99a2133.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fe/21/17fe21b96396d89fcdf4200d9cf53d3febe902cc.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/09/7f/46097f34f1776ad9a12dd82d0b948ae9035598d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219798,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/23/87/cc23873a382d9e7ca44f755dd622df299884229a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216498,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/9d/4d/889d4dc61a657ad72154109f0267a58594622471.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/a1/b3/eba1b3f363fd81365cb35de3e09d49e612e974d9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194492,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/10/9b/c4109b048f1967ab3a19a0afb0fd51a42197c509.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/2b/16/872b16a742d5d7395d9e8272133f9a199ed4468a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134883,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/44/75/2f4475dab7df8e0b88b7f1dd23f5877e4a4c7159.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153915,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/05/fd/4605fd0f9a17f80d3d4f1f9126416126037929d9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108998,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/66/b8/0666b8deb66335e3b04631089de94179a99a2133.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a504511b-9e52-519f-acb2-4937b8fed1ef/a504511b-9e52-519f-acb2-4937b8fed1ef_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103199,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/fe/21/17fe21b96396d89fcdf4200d9cf53d3febe902cc.jpg?rule=ad-large',
'Width': 1067}],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Cooper S Yours 5P BVA7 192 –21 350 km – Toit Ouvrant '
'Panoramique – Caméra de recul – Régulateur Adaptatif',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273156176779%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Saving data for 3156176779: {'created_time': 1774883860.832612, 'last_price_update_time': 1774883860.832621}
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3156176779') HTTP/1.1" 204 0
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3092396028
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [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%273092396028%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scrape type for 3092396028: 1
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3092396028
2026-03-30 15:17:40 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes Classe E coupé 350 CGI avec un moteur V6 développant '
'305 chevaux et une boite automatique 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Même Propriétaire depuis 2017 !\n'
'\n'
'2ème Main, Extérieur Noir métallisé/ intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 30/06/2015, véhicule '
'comptabilisant 170 892 Km.\n'
'\n'
'Véhicule Français! \n'
'Dernier entretien réalisé en concession Mercedes le '
'04/06/2025 à 162 312 Km comprenant les travaux suivants:\n'
'\n'
' Vidange de boite\n'
'\n'
'Full historique d’entretien avec facture !\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec extension de garantie '
'Mercedes Possible.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit ouvrant panoramique\n'
'Pack AMG int/ext\n'
'4 roues motrices\n'
'Caméra 360°\n'
'Radars de stationnement av/ar\n'
'Pack Harman Kardon 8 hauts-parleurs\n'
'Jantes alu AMG 19 pouces avec pneumatiques Michelin Pilot '
'Sport 4S\n'
'Supports lombaires et Galbes réglables électriquement\n'
'Sièges sport chauffants\n'
'Sièges électriques à mémoire\n'
'Projecteurs bi-Xénons\n'
'Feux de route adaptatif\n'
'3 Modes de conduite\n'
'GPS 16/9ème\n'
'Régulateur /Limiteur de vitesse\n'
'rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'Pédalier alu sport\n'
'volant Sport multifonctions\n'
'Palettes changement de vitesses au volant\n'
'Suspension sport\n'
'Bluetooth\n'
'Lecteur CD\n'
'Échappement double sortie chromés\n'
'Ouverture et Démarrage sans clés\n'
'climatisation automatique bizones\n'
'Inserts décoratifs en bois précieux\n'
'détecteur de pluie \n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** NON CONTRACTUEL SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Mercedes exclusivement '
'depuis sa sortie d’usine:\n'
'\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'26/01/2017 à 11 531 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'27/11/2017 à 25 766 Km\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'19/09/2018 à 41 056 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'04/07/2019 à 56 824 Km\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'07/07/2020 à 77 589 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'05/02/2021 à 86 781 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 12/10/2022 à '
'124 125 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 10/11/2023 à '
'139 027 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 20/12/2024 à '
'155 475 Km\n'
'\n'
'Dernier entretien (Service A) réalisé en concession Mercedes '
'le 04/06/2025 à 162 312 Km.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 18 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes-Benz en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 305,
'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/3092396028',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 170892,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/94/56/179456a1b51051123e8fb2bb790f7b7561ec59a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/bc/51/3abc51b71286244c4b6b684a3a6fb18899357e83.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/88/3c4f882618d0afb9cdf5338cea5eb05b821de866.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/59/73/3959739569a3c9e54dc7c7861b60b79f141ce7a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/06/bc/1f06bcb6f87a2fb9fa2d43c5c0fde77bbc49f819.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/f0/89/b9f08954cabd0eae43e8e1af29ca1456b85da93a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/e1/fc/64e1fc0a4084ee95ac48b1164f77fc42bf9e78ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/9b/6b/999b6bc575920672c61a42f04ef0a83c47a133e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/eb/e2/c1ebe2030e2757f08eef64b7c3e5e58c0704242c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/8a/d8/6b8ad8ebbb41bc8e8e2cb581741d9844a01d11ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/ff/6e/c4ff6e847ded6f3e9e46cf245def1322c3dc60b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/46/d8/9046d87a8730072de74414aeb26b369090707e8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/f8/eb/76f8eb4ec1f50ed8e8416f7dde17aeeed91b1f27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/ac/99/79ac99c7b078ec89865ac5b5a03216dfefaded5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/50/40/86504070b73852dc32bedb9e3875575ba08e6cfe.jpg?rule=ad-large'],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2015-06-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes Classe E Coupé 350 CGI 4Matic PACK AMG V6 305 7GTronic - '
'Origine France - Toit ouvrant Panoramique - HK - Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:17:40 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d25047-e7ef-5bd5-9add-e3453d4fdbbd with identifier: 3092396028
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68d25047-e7ef-5bd5-9add-e3453d4fdbbd
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F94%252F56%252F179456a1b51051123e8fb2bb790f7b7561ec59a2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/94/56/179456a1b51051123e8fb2bb790f7b7561ec59a2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbc%252F51%252F3abc51b71286244c4b6b684a3a6fb18899357e83.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/bc/51/3abc51b71286244c4b6b684a3a6fb18899357e83.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F88%252F3c4f882618d0afb9cdf5338cea5eb05b821de866.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/88/3c4f882618d0afb9cdf5338cea5eb05b821de866.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F59%252F73%252F3959739569a3c9e54dc7c7861b60b79f141ce7a3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/59/73/3959739569a3c9e54dc7c7861b60b79f141ce7a3.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F06%252Fbc%252F1f06bcb6f87a2fb9fa2d43c5c0fde77bbc49f819.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/06/bc/1f06bcb6f87a2fb9fa2d43c5c0fde77bbc49f819.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff0%252F89%252Fb9f08954cabd0eae43e8e1af29ca1456b85da93a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/f0/89/b9f08954cabd0eae43e8e1af29ca1456b85da93a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe1%252Ffc%252F64e1fc0a4084ee95ac48b1164f77fc42bf9e78ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/64/e1/fc/64e1fc0a4084ee95ac48b1164f77fc42bf9e78ff.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9b%252F6b%252F999b6bc575920672c61a42f04ef0a83c47a133e5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/9b/6b/999b6bc575920672c61a42f04ef0a83c47a133e5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Feb%252Fe2%252Fc1ebe2030e2757f08eef64b7c3e5e58c0704242c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/eb/e2/c1ebe2030e2757f08eef64b7c3e5e58c0704242c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8a%252Fd8%252F6b8ad8ebbb41bc8e8e2cb581741d9844a01d11ce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/8a/d8/6b8ad8ebbb41bc8e8e2cb581741d9844a01d11ce.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 68d25047-e7ef-5bd5-9add-e3453d4fdbbd with identifier 3092396028
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 68d25047-e7ef-5bd5-9add-e3453d4fdbbd
2026-03-30 15:17:41 [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': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes Classe E coupé 350 CGI avec un moteur V6 développant '
'305 chevaux et une boite automatique 7 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Même Propriétaire depuis 2017 !\n'
'\n'
'2ème Main, Extérieur Noir métallisé/ intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 30/06/2015, véhicule '
'comptabilisant 170 892 Km.\n'
'\n'
'Véhicule Français! \n'
'Dernier entretien réalisé en concession Mercedes le '
'04/06/2025 à 162 312 Km comprenant les travaux suivants:\n'
'\n'
' Vidange de boite\n'
'\n'
'Full historique d’entretien avec facture !\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec extension de garantie '
'Mercedes Possible.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit ouvrant panoramique\n'
'Pack AMG int/ext\n'
'4 roues motrices\n'
'Caméra 360°\n'
'Radars de stationnement av/ar\n'
'Pack Harman Kardon 8 hauts-parleurs\n'
'Jantes alu AMG 19 pouces avec pneumatiques Michelin Pilot '
'Sport 4S\n'
'Supports lombaires et Galbes réglables électriquement\n'
'Sièges sport chauffants\n'
'Sièges électriques à mémoire\n'
'Projecteurs bi-Xénons\n'
'Feux de route adaptatif\n'
'3 Modes de conduite\n'
'GPS 16/9ème\n'
'Régulateur /Limiteur de vitesse\n'
'rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'Pédalier alu sport\n'
'volant Sport multifonctions\n'
'Palettes changement de vitesses au volant\n'
'Suspension sport\n'
'Bluetooth\n'
'Lecteur CD\n'
'Échappement double sortie chromés\n'
'Ouverture et Démarrage sans clés\n'
'climatisation automatique bizones\n'
'Inserts décoratifs en bois précieux\n'
'détecteur de pluie \n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** NON CONTRACTUEL SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Mercedes exclusivement '
'depuis sa sortie d’usine:\n'
'\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'26/01/2017 à 11 531 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'27/11/2017 à 25 766 Km\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'19/09/2018 à 41 056 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'04/07/2019 à 56 824 Km\n'
'Entretien (Service A) réalisé en concession Mercedes le '
'07/07/2020 à 77 589 Km\n'
'Entretien (Service B) réalisé en concession Mercedes le '
'05/02/2021 à 86 781 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 12/10/2022 à '
'124 125 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 10/11/2023 à '
'139 027 Km\n'
'Entretien réalisé chez spécialiste Mercedes le 20/12/2024 à '
'155 475 Km\n'
'\n'
'Dernier entretien (Service A) réalisé en concession Mercedes '
'le 04/06/2025 à 162 312 Km.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 18 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes-Benz en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 305,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '68d25047-e7ef-5bd5-9add-e3453d4fdbbd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3092396028',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 170892,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/94/56/179456a1b51051123e8fb2bb790f7b7561ec59a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/bc/51/3abc51b71286244c4b6b684a3a6fb18899357e83.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/88/3c4f882618d0afb9cdf5338cea5eb05b821de866.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/59/73/3959739569a3c9e54dc7c7861b60b79f141ce7a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/06/bc/1f06bcb6f87a2fb9fa2d43c5c0fde77bbc49f819.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/f0/89/b9f08954cabd0eae43e8e1af29ca1456b85da93a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/e1/fc/64e1fc0a4084ee95ac48b1164f77fc42bf9e78ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/9b/6b/999b6bc575920672c61a42f04ef0a83c47a133e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/eb/e2/c1ebe2030e2757f08eef64b7c3e5e58c0704242c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/8a/d8/6b8ad8ebbb41bc8e8e2cb581741d9844a01d11ce.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240601,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/94/56/179456a1b51051123e8fb2bb790f7b7561ec59a2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257516,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/bc/51/3abc51b71286244c4b6b684a3a6fb18899357e83.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218517,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/4f/88/3c4f882618d0afb9cdf5338cea5eb05b821de866.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204213,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/59/73/3959739569a3c9e54dc7c7861b60b79f141ce7a3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162288,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/06/bc/1f06bcb6f87a2fb9fa2d43c5c0fde77bbc49f819.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131969,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/f0/89/b9f08954cabd0eae43e8e1af29ca1456b85da93a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127410,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/e1/fc/64e1fc0a4084ee95ac48b1164f77fc42bf9e78ff.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138741,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/9b/6b/999b6bc575920672c61a42f04ef0a83c47a133e5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132608,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/eb/e2/c1ebe2030e2757f08eef64b7c3e5e58c0704242c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68d25047-e7ef-5bd5-9add-e3453d4fdbbd/68d25047-e7ef-5bd5-9add-e3453d4fdbbd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87081,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/8a/d8/6b8ad8ebbb41bc8e8e2cb581741d9844a01d11ce.jpg?rule=ad-large',
'Width': 1067}],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2015-06-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes Classe E Coupé 350 CGI 4Matic PACK AMG V6 305 7GTronic - '
'Origine France - Toit ouvrant Panoramique - HK - Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273092396028%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Saving data for 3092396028: {'created_time': 1774883861.077303, 'last_price_update_time': 1774883861.077319}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3092396028') HTTP/1.1" 204 0
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3139519917
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273139519917%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scrape type for 3139519917: 1
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3139519917
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette BMW '
'325i E90 de 2010 avec un moteur 6 cylindres N53 développant '
'218 chevaux et une boite automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 20/04/2010 véhicule '
'comptabilisant 187 706 Km.\n'
'\n'
'Historique Complet\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit Ouvrant \n'
'Régulateur de vitesse\n'
'Projecteurs bi-Xénons\n'
'Sièges Chauffants 3 positions\n'
'Sellerie Cuir\n'
'Porte Gobelet AV/AR\n'
'Radar arrière\n'
'Climatisation automatique bi-zones\n'
'Accoudoir central avant/arrière\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseur style M avec coques effet carbone\n'
'Jantes Noir 18 pouces\n'
'Fixations isofix\n'
'Volant multifonctions\n'
'Volant 3 Branches\n'
'aide au démarrage en côte\n'
'détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession ou spécialiste BMW.\n'
'\n'
'Entretien réalisé le 13/07/2012 à 32 474 km\n'
'Entretien réalisé le 04/08/2014 à 58 145 km\n'
'Entretien réalisé le 20/12/2016 à 84 384 km\n'
'Entretien réalisé le 26/11/2018 à 109 995 km\n'
'Entretien réalisé le 04/12/2020 à 130 849 km\n'
'Entretien réalisé le 01/02/2022 à 141 103 km\n'
'Entretien réalisé le 06/05/2022 à 144 906 km\n'
'\n'
'Dernier entretien complet réalisé pour la vente.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa011 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 24 mois valable directement en concession BMW en '
'France et en Europe.\n'
'\n'
'Nous possédons l’ensemble de la documentation BMW ainsi que '
'le double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 218,
'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/3139519917',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 3',
'odometer': 187706,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/52/8c/89/528c891c3746ea0696a084671b3026b4b62db035.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/0f/4a/f50f4a88b974bf1b3bc7a57d03780459a0e7e455.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/08/2a/65082a04b576984ed8d274d3f12793e2ce37d97a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/84/74/e684743de7e31fbab879dc899446270031bfda0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/03/71/3903712779d1eda75a818753c121fef294900bb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/dc/0d/08dc0d099518ed11dafc4bdacecbae29dd26b0e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/ba/732aba4596f771839d8c331ecfeaed8d0603acde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/3c/ba/763cba70a647144e6b64cfccc77f3fc6b9d745c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/06/f7/de06f76b5c25373a0ff5f43b59ce9a276f3e5368.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ef/16/81ef1627182dbce8501be37b65012b802a4a4e7f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/11/d4/0911d48a5647ec5f46d3831cfec1c6c80c2d4791.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/08/19/e108192f405c7a83715d6fa5712ccec568a13958.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/31/59/2031598e1fc3eb701f1c12169ee0203d289c1412.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/23/34/9223346ce5740d767fe69eca2b8693a8dfd1b2ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/76/f8/6e76f8ecc2b15c6c2bbdbfd25932eb7f0c0fb077.jpg?rule=ad-large'],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2010-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 325i E90 218 BVA Phase 2 N53 - 6 Cylindres - Toit Ouvrant - '
'Régulateur - Jantes 18 Noir - Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2010}
2026-03-30 15:17:41 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ad389e5a-ebb9-5b9e-a36a-b21cd745bba1 with identifier: 3139519917
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ad389e5a-ebb9-5b9e-a36a-b21cd745bba1
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8c%252F89%252F528c891c3746ea0696a084671b3026b4b62db035.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/8c/89/528c891c3746ea0696a084671b3026b4b62db035.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0f%252F4a%252Ff50f4a88b974bf1b3bc7a57d03780459a0e7e455.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/0f/4a/f50f4a88b974bf1b3bc7a57d03780459a0e7e455.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F08%252F2a%252F65082a04b576984ed8d274d3f12793e2ce37d97a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/08/2a/65082a04b576984ed8d274d3f12793e2ce37d97a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F84%252F74%252Fe684743de7e31fbab879dc899446270031bfda0f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/84/74/e684743de7e31fbab879dc899446270031bfda0f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F03%252F71%252F3903712779d1eda75a818753c121fef294900bb1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/03/71/3903712779d1eda75a818753c121fef294900bb1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdc%252F0d%252F08dc0d099518ed11dafc4bdacecbae29dd26b0e5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/dc/0d/08dc0d099518ed11dafc4bdacecbae29dd26b0e5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2a%252Fba%252F732aba4596f771839d8c331ecfeaed8d0603acde.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/ba/732aba4596f771839d8c331ecfeaed8d0603acde.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3c%252Fba%252F763cba70a647144e6b64cfccc77f3fc6b9d745c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/76/3c/ba/763cba70a647144e6b64cfccc77f3fc6b9d745c7.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F06%252Ff7%252Fde06f76b5c25373a0ff5f43b59ce9a276f3e5368.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/06/f7/de06f76b5c25373a0ff5f43b59ce9a276f3e5368.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fef%252F16%252F81ef1627182dbce8501be37b65012b802a4a4e7f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ef/16/81ef1627182dbce8501be37b65012b802a4a4e7f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ad389e5a-ebb9-5b9e-a36a-b21cd745bba1 with identifier 3139519917
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ad389e5a-ebb9-5b9e-a36a-b21cd745bba1
2026-03-30 15:17:41 [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': 'L’équipe French Machine vous propose à la vente cette BMW '
'325i E90 de 2010 avec un moteur 6 cylindres N53 développant '
'218 chevaux et une boite automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 20/04/2010 véhicule '
'comptabilisant 187 706 Km.\n'
'\n'
'Historique Complet\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit Ouvrant \n'
'Régulateur de vitesse\n'
'Projecteurs bi-Xénons\n'
'Sièges Chauffants 3 positions\n'
'Sellerie Cuir\n'
'Porte Gobelet AV/AR\n'
'Radar arrière\n'
'Climatisation automatique bi-zones\n'
'Accoudoir central avant/arrière\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseur style M avec coques effet carbone\n'
'Jantes Noir 18 pouces\n'
'Fixations isofix\n'
'Volant multifonctions\n'
'Volant 3 Branches\n'
'aide au démarrage en côte\n'
'détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession ou spécialiste BMW.\n'
'\n'
'Entretien réalisé le 13/07/2012 à 32 474 km\n'
'Entretien réalisé le 04/08/2014 à 58 145 km\n'
'Entretien réalisé le 20/12/2016 à 84 384 km\n'
'Entretien réalisé le 26/11/2018 à 109 995 km\n'
'Entretien réalisé le 04/12/2020 à 130 849 km\n'
'Entretien réalisé le 01/02/2022 à 141 103 km\n'
'Entretien réalisé le 06/05/2022 à 144 906 km\n'
'\n'
'Dernier entretien complet réalisé pour la vente.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa011 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 24 mois valable directement en concession BMW en '
'France et en Europe.\n'
'\n'
'Nous possédons l’ensemble de la documentation BMW ainsi que '
'le double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 218,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'ad389e5a-ebb9-5b9e-a36a-b21cd745bba1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3139519917',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 3',
'odometer': 187706,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/52/8c/89/528c891c3746ea0696a084671b3026b4b62db035.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/0f/4a/f50f4a88b974bf1b3bc7a57d03780459a0e7e455.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/08/2a/65082a04b576984ed8d274d3f12793e2ce37d97a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/84/74/e684743de7e31fbab879dc899446270031bfda0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/03/71/3903712779d1eda75a818753c121fef294900bb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/dc/0d/08dc0d099518ed11dafc4bdacecbae29dd26b0e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/ba/732aba4596f771839d8c331ecfeaed8d0603acde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/3c/ba/763cba70a647144e6b64cfccc77f3fc6b9d745c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/06/f7/de06f76b5c25373a0ff5f43b59ce9a276f3e5368.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ef/16/81ef1627182dbce8501be37b65012b802a4a4e7f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/8c/89/528c891c3746ea0696a084671b3026b4b62db035.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204854,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/0f/4a/f50f4a88b974bf1b3bc7a57d03780459a0e7e455.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178624,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/08/2a/65082a04b576984ed8d274d3f12793e2ce37d97a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199940,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/84/74/e684743de7e31fbab879dc899446270031bfda0f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163849,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/03/71/3903712779d1eda75a818753c121fef294900bb1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129528,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/dc/0d/08dc0d099518ed11dafc4bdacecbae29dd26b0e5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141716,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/ba/732aba4596f771839d8c331ecfeaed8d0603acde.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142276,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/3c/ba/763cba70a647144e6b64cfccc77f3fc6b9d745c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125744,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/06/f7/de06f76b5c25373a0ff5f43b59ce9a276f3e5368.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad389e5a-ebb9-5b9e-a36a-b21cd745bba1/ad389e5a-ebb9-5b9e-a36a-b21cd745bba1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126261,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ef/16/81ef1627182dbce8501be37b65012b802a4a4e7f.jpg?rule=ad-large',
'Width': 1067}],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2010-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 325i E90 218 BVA Phase 2 N53 - 6 Cylindres - Toit Ouvrant - '
'Régulateur - Jantes 18 Noir - Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2010}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273139519917%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Saving data for 3139519917: {'created_time': 1774883861.323446, 'last_price_update_time': 1774883861.323458}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3139519917') HTTP/1.1" 204 0
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3156279058
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273156279058%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scrape type for 3156279058: 1
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3156279058
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette BMW '
'650i Coupé M Sport avec un moteur V8 bi-turbo 4.4 développant '
'450 chevaux et une boite automatique 8 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Saphir Schwarz métallisé / intérieur cuir Dakota '
'exclusif Schwarz\n'
' \n'
'1ère mise en circulation le 20/09/2016, véhicule '
'comptabilisant 136 214 Km.\n'
'\n'
'Historique Complet avec les factures d’entretiens.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension garantie valable en concession BMW en France et '
'en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant panoramique\n'
'- Radars de stationnement avant et arrière\n'
'- Système audio Harman Kardon\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Sièges Advance comfort\n'
'- Pack Advance Full Led\n'
'- Modes de conduite\n'
'- Détecteur d’angles morts\n'
'- Line assist\n'
'- Compteur digital\n'
'- Affichage tête haute\n'
'- GPS avec écran couleur TFT \n'
'- Régulateur de vitesse adaptatif\n'
'- Services Connected Drive\n'
'- Information traffic en temps réel\n'
'- rétroviseurs électriques et dégivrant\n'
'- ordinateur de bord\n'
'- Suspenssion selectDrive\n'
'- volant multifonctions\n'
'- volant réglable électriquement\n'
'- Ouverture et démarrage sans clé\n'
'- Pack M\n'
'- Bluetooth\n'
'- Kit aérodynamique M\n'
'- Jantes alu biton 20 pouces\n'
'- aide au démarrage en côte\n'
'- climatisation automatique bizones\n'
'- Sièges chauffants 3 positions\n'
'- Inserts décoratifs en alu finement brossé\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- contrôle pression des pneus\n'
'- fixation ISOFIX\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule avec un dossier complet, toujours suivi en '
'concession BMW et spécialistes depuis sa sortie d’usine.\n'
'Ci-dessous la liste des passges en concession BMW\n'
'\n'
'- Passage en concession BMW le 15/03/2018 à 38 648 km\n'
'- Passage en concession BMW le 20/08/2019 à 76 262 km\n'
'- Passage en concession BMW le 20/09/2019 à 78 812 km\n'
'- Passage en concession BMW le 18/02/2020 à 81 594 km\n'
'- Passage en concession BMW le 22/04/2021 à 87 151 km\n'
'- Passage en concession BMW le 27/09/2021 à 93 466 km\n'
'- Passage en concession BMW le 22/09/2023 à 112 153 km\n'
'- Passage en concession BMW le 04/10/2024 à 120 243 km\n'
'- Passage en concession BMW le 25/02/2025 à 124 404 km\n'
'\n'
'Dernier entretien réalisé le 12/09/2025 à 132 050 km '
'comprenant les travaux suivants :\n'
'- Vidange de l’huile moteur\n'
'- Remplacement du filtre filtre à huile\n'
'- Remplacement du filtre à pollen\n'
'- Remplacement du filtre à air\n'
'- Remplacement des plaquettes de freins avant\n'
'- Remplacement des plaquettes de freins arrière\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 34 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession BMW en France et en '
'Europe moyennant 492€/an\n'
'\n'
'Prix hors malus et hors frais de mise à la route.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'Plus de Photos visibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 450,
'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/3156279058',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 6',
'odometer': 136214,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/84/1d/10841d60140749baa77a5831f9a357c8042be915.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/fa/62/e6fa628bd60b9027099210a2cfdefccf0b68e8bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/00/e9/6f00e97cfd6fc3fb7ceba4a2478c4bc68a2b8dc5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/dd/41/25dd4121b7fad1a805c6520b1caa4eb18a892231.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/2e/70/b22e700cb6c2489f01f21f5d424f294c646df26d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/1f/1d/de1f1d65db69f1ce2c3e826d062ce4b481cbbd6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/7c/5f/077c5f9768b4be931f69efbe6e13d7943c758c15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/79/53/3479530fa7e35aa290d91b710f36411b5d4cea05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/5c/37/685c374d279caa42ae81ed7c30c83154dc500e1c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/aa/a8/f9aaa8b11ab20c465ee458447ec6b3fc40efdc10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/36/61/a9366197252426c4fe6dedd37a7dd2157a2ae191.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/eb/f7/bfebf7034e0a069e1f6ec198d21b1d64c9d09d29.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/55/c5/ac55c54ac8e7b8f0fed9db9f8458668a31d72343.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/1f/29/181f2980656658bd7756af00c3d9575957ed1b13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/de/39/83de39dc75aa84f95aa093ca9a8e0fdebe428b5a.jpg?rule=ad-large'],
'price': 34990,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 650i Coupé M-Sport V8 Bi-turbo 450 BVA (F13) Phase 2 – Toit '
'Ouvrant Panoramique – HK – Sièges électriques à mémoire - '
'Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:17:41 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 83d299bf-2d25-52a4-a2a9-cf3e2b0806c2 with identifier: 3156279058
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 83d299bf-2d25-52a4-a2a9-cf3e2b0806c2
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F84%252F1d%252F10841d60140749baa77a5831f9a357c8042be915.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/84/1d/10841d60140749baa77a5831f9a357c8042be915.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffa%252F62%252Fe6fa628bd60b9027099210a2cfdefccf0b68e8bc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/fa/62/e6fa628bd60b9027099210a2cfdefccf0b68e8bc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F00%252Fe9%252F6f00e97cfd6fc3fb7ceba4a2478c4bc68a2b8dc5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/00/e9/6f00e97cfd6fc3fb7ceba4a2478c4bc68a2b8dc5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdd%252F41%252F25dd4121b7fad1a805c6520b1caa4eb18a892231.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/dd/41/25dd4121b7fad1a805c6520b1caa4eb18a892231.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252F70%252Fb22e700cb6c2489f01f21f5d424f294c646df26d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/2e/70/b22e700cb6c2489f01f21f5d424f294c646df26d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1f%252F1d%252Fde1f1d65db69f1ce2c3e826d062ce4b481cbbd6a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/1f/1d/de1f1d65db69f1ce2c3e826d062ce4b481cbbd6a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F7c%252F5f%252F077c5f9768b4be931f69efbe6e13d7943c758c15.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/7c/5f/077c5f9768b4be931f69efbe6e13d7943c758c15.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F79%252F53%252F3479530fa7e35aa290d91b710f36411b5d4cea05.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/79/53/3479530fa7e35aa290d91b710f36411b5d4cea05.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5c%252F37%252F685c374d279caa42ae81ed7c30c83154dc500e1c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/68/5c/37/685c374d279caa42ae81ed7c30c83154dc500e1c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Faa%252Fa8%252Ff9aaa8b11ab20c465ee458447ec6b3fc40efdc10.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/aa/a8/f9aaa8b11ab20c465ee458447ec6b3fc40efdc10.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 83d299bf-2d25-52a4-a2a9-cf3e2b0806c2 with identifier 3156279058
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 83d299bf-2d25-52a4-a2a9-cf3e2b0806c2
2026-03-30 15:17:41 [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': 'L’équipe French Machine vous propose à la vente cette BMW '
'650i Coupé M Sport avec un moteur V8 bi-turbo 4.4 développant '
'450 chevaux et une boite automatique 8 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Saphir Schwarz métallisé / intérieur cuir Dakota '
'exclusif Schwarz\n'
' \n'
'1ère mise en circulation le 20/09/2016, véhicule '
'comptabilisant 136 214 Km.\n'
'\n'
'Historique Complet avec les factures d’entretiens.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension garantie valable en concession BMW en France et '
'en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant panoramique\n'
'- Radars de stationnement avant et arrière\n'
'- Système audio Harman Kardon\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Sièges Advance comfort\n'
'- Pack Advance Full Led\n'
'- Modes de conduite\n'
'- Détecteur d’angles morts\n'
'- Line assist\n'
'- Compteur digital\n'
'- Affichage tête haute\n'
'- GPS avec écran couleur TFT \n'
'- Régulateur de vitesse adaptatif\n'
'- Services Connected Drive\n'
'- Information traffic en temps réel\n'
'- rétroviseurs électriques et dégivrant\n'
'- ordinateur de bord\n'
'- Suspenssion selectDrive\n'
'- volant multifonctions\n'
'- volant réglable électriquement\n'
'- Ouverture et démarrage sans clé\n'
'- Pack M\n'
'- Bluetooth\n'
'- Kit aérodynamique M\n'
'- Jantes alu biton 20 pouces\n'
'- aide au démarrage en côte\n'
'- climatisation automatique bizones\n'
'- Sièges chauffants 3 positions\n'
'- Inserts décoratifs en alu finement brossé\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- contrôle pression des pneus\n'
'- fixation ISOFIX\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule avec un dossier complet, toujours suivi en '
'concession BMW et spécialistes depuis sa sortie d’usine.\n'
'Ci-dessous la liste des passges en concession BMW\n'
'\n'
'- Passage en concession BMW le 15/03/2018 à 38 648 km\n'
'- Passage en concession BMW le 20/08/2019 à 76 262 km\n'
'- Passage en concession BMW le 20/09/2019 à 78 812 km\n'
'- Passage en concession BMW le 18/02/2020 à 81 594 km\n'
'- Passage en concession BMW le 22/04/2021 à 87 151 km\n'
'- Passage en concession BMW le 27/09/2021 à 93 466 km\n'
'- Passage en concession BMW le 22/09/2023 à 112 153 km\n'
'- Passage en concession BMW le 04/10/2024 à 120 243 km\n'
'- Passage en concession BMW le 25/02/2025 à 124 404 km\n'
'\n'
'Dernier entretien réalisé le 12/09/2025 à 132 050 km '
'comprenant les travaux suivants :\n'
'- Vidange de l’huile moteur\n'
'- Remplacement du filtre filtre à huile\n'
'- Remplacement du filtre à pollen\n'
'- Remplacement du filtre à air\n'
'- Remplacement des plaquettes de freins avant\n'
'- Remplacement des plaquettes de freins arrière\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 34 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession BMW en France et en '
'Europe moyennant 492€/an\n'
'\n'
'Prix hors malus et hors frais de mise à la route.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'Plus de Photos visibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 450,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '83d299bf-2d25-52a4-a2a9-cf3e2b0806c2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156279058',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 6',
'odometer': 136214,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/84/1d/10841d60140749baa77a5831f9a357c8042be915.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/fa/62/e6fa628bd60b9027099210a2cfdefccf0b68e8bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/00/e9/6f00e97cfd6fc3fb7ceba4a2478c4bc68a2b8dc5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/dd/41/25dd4121b7fad1a805c6520b1caa4eb18a892231.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/2e/70/b22e700cb6c2489f01f21f5d424f294c646df26d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/1f/1d/de1f1d65db69f1ce2c3e826d062ce4b481cbbd6a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/7c/5f/077c5f9768b4be931f69efbe6e13d7943c758c15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/79/53/3479530fa7e35aa290d91b710f36411b5d4cea05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/5c/37/685c374d279caa42ae81ed7c30c83154dc500e1c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/aa/a8/f9aaa8b11ab20c465ee458447ec6b3fc40efdc10.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261674,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/84/1d/10841d60140749baa77a5831f9a357c8042be915.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267164,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/fa/62/e6fa628bd60b9027099210a2cfdefccf0b68e8bc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250616,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/00/e9/6f00e97cfd6fc3fb7ceba4a2478c4bc68a2b8dc5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231033,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/dd/41/25dd4121b7fad1a805c6520b1caa4eb18a892231.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166856,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/2e/70/b22e700cb6c2489f01f21f5d424f294c646df26d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135443,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/1f/1d/de1f1d65db69f1ce2c3e826d062ce4b481cbbd6a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155575,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/7c/5f/077c5f9768b4be931f69efbe6e13d7943c758c15.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145084,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/79/53/3479530fa7e35aa290d91b710f36411b5d4cea05.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98843,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/5c/37/685c374d279caa42ae81ed7c30c83154dc500e1c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_83d299bf-2d25-52a4-a2a9-cf3e2b0806c2/83d299bf-2d25-52a4-a2a9-cf3e2b0806c2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90710,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/aa/a8/f9aaa8b11ab20c465ee458447ec6b3fc40efdc10.jpg?rule=ad-large',
'Width': 1067}],
'price': 34990,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 650i Coupé M-Sport V8 Bi-turbo 450 BVA (F13) Phase 2 – Toit '
'Ouvrant Panoramique – HK – Sièges électriques à mémoire - '
'Historique Complet',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273156279058%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Saving data for 3156279058: {'created_time': 1774883861.633665, 'last_price_update_time': 1774883861.633676}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3156279058') HTTP/1.1" 204 0
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3079232919
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273079232919%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scrape type for 3079232919: 1
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3079232919
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette Renault '
'Scénic III Finition Privilège avec un moteur 2.0 développant '
'150 chevaux et une boite automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Blanc métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 15/06/2012, véhicule '
'comptabilisant 162 076 Km.\n'
'\n'
'Carte grise moitié prix!\n'
'\n'
'Dernier entretien réalisé le 09/09/2025 (factures à l’appui) '
'comprenant les travaux suivants:\n'
'Vidange moteur \n'
'Remplacement du filtre à air\n'
'Remplacement du filtre à huile\n'
'Remplacement du filtre habitacle\n'
'Controle de tous les niveaux\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de stationnement avec caméra de recul\n'
'Sièges avant Chauffants \n'
'Ouverture et démarrage sans clé\n'
'rétroviseurs électriques rabatables électriquement\n'
'Système audio\n'
'Projecteurs Xénons\n'
'Régulateur limiteur de vitesse\n'
'ordinateur de bord\n'
'Jantes alumium 17 pouces\n'
'aide au démarrage en côte\n'
'Climatisation bi-zones\n'
'Anti brouillard avant/arrière\n'
'détecteur de pluie\n'
'Bluetooth\n'
'GPS\n'
'ABS\n'
'anti-démarrage\n'
'Tapis de sol hiver\n'
'Tablettes sièges passagers\n'
'ISOFIX\n'
'Pare soleil fenêtres passagers\n'
'Roue de secours\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** NON Contractuel\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule avec '
'quelques factures.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 7\xa0490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession Renault en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'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/3079232919',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Scenic',
'odometer': 162076,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2d/dc/ea2ddc67e6befc3e3993c11d5470ebec4e33f2b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/0f/15/240f154ed3ced320510ce20fb96735295dadc267.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/c3/b1/8ac3b1dc96b2bd0c8886ee21d4fa7edb80adf14d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/34/3b/7e343b9d96ceb13d3ce25beceb3d1f033f456396.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/72/9a/50729a4a2df2258651f39bf31d21f546f71b02d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/27/dc/8127dcfac22211d49000ab27302e21173a30e8c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/53/2f/e1532f78be4208730397b36a0a42ca8811fa49fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ff/c7/23ffc7b7dde7a9397bcbff14950b94446acff2e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/9f/07/d79f076e7566221dcba573ccf942d526b312d82a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/8f/7f/f98f7f5df6f3fc1c16c6d4ae5dcf8349ace1a0f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/66/21/5d6621cd8ba725ab03a06111c6a8e4ab8f1717c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/98/dc/c598dcce05c3ba4cfa981a01a42e38f0bcf11426.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/bc/bc/31bcbce38af39bbfb5afb782f13d52fe4cad962f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/af/fc/feaffc5ebadc21717dd2379245c7cace498e971e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/45/b4/a745b4c23265d5921be10feb02bcbc52129c27a4.jpg?rule=ad-large'],
'price': 7490,
'price_includes_vat': False,
'registration_date': '2012-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Scénic III 2.0 Dci 150 BVA Finition Privilège - Caméra de '
'Recul - Régulateur - Moteur à Chaine',
'transmission': 'automatic',
'trim': 'Scenic 2.0 dCi 150ch FAP Privilège BVA Euro5',
'vin': None,
'year': 2012}
2026-03-30 15:17:41 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 571cc3d6-a6a0-5248-8cb2-fe2c632624e4 with identifier: 3079232919
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 571cc3d6-a6a0-5248-8cb2-fe2c632624e4
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2d%252Fdc%252Fea2ddc67e6befc3e3993c11d5470ebec4e33f2b5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2d/dc/ea2ddc67e6befc3e3993c11d5470ebec4e33f2b5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0f%252F15%252F240f154ed3ced320510ce20fb96735295dadc267.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/0f/15/240f154ed3ced320510ce20fb96735295dadc267.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc3%252Fb1%252F8ac3b1dc96b2bd0c8886ee21d4fa7edb80adf14d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/c3/b1/8ac3b1dc96b2bd0c8886ee21d4fa7edb80adf14d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F34%252F3b%252F7e343b9d96ceb13d3ce25beceb3d1f033f456396.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/34/3b/7e343b9d96ceb13d3ce25beceb3d1f033f456396.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F72%252F9a%252F50729a4a2df2258651f39bf31d21f546f71b02d8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/50/72/9a/50729a4a2df2258651f39bf31d21f546f71b02d8.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F27%252Fdc%252F8127dcfac22211d49000ab27302e21173a30e8c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/27/dc/8127dcfac22211d49000ab27302e21173a30e8c7.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F53%252F2f%252Fe1532f78be4208730397b36a0a42ca8811fa49fd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/53/2f/e1532f78be4208730397b36a0a42ca8811fa49fd.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fff%252Fc7%252F23ffc7b7dde7a9397bcbff14950b94446acff2e5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ff/c7/23ffc7b7dde7a9397bcbff14950b94446acff2e5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9f%252F07%252Fd79f076e7566221dcba573ccf942d526b312d82a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/9f/07/d79f076e7566221dcba573ccf942d526b312d82a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8f%252F7f%252Ff98f7f5df6f3fc1c16c6d4ae5dcf8349ace1a0f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/8f/7f/f98f7f5df6f3fc1c16c6d4ae5dcf8349ace1a0f7.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 571cc3d6-a6a0-5248-8cb2-fe2c632624e4 with identifier 3079232919
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:41 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 571cc3d6-a6a0-5248-8cb2-fe2c632624e4
2026-03-30 15:17:41 [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': 'L’équipe French Machine vous propose à la vente cette Renault '
'Scénic III Finition Privilège avec un moteur 2.0 développant '
'150 chevaux et une boite automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Blanc métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 15/06/2012, véhicule '
'comptabilisant 162 076 Km.\n'
'\n'
'Carte grise moitié prix!\n'
'\n'
'Dernier entretien réalisé le 09/09/2025 (factures à l’appui) '
'comprenant les travaux suivants:\n'
'Vidange moteur \n'
'Remplacement du filtre à air\n'
'Remplacement du filtre à huile\n'
'Remplacement du filtre habitacle\n'
'Controle de tous les niveaux\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de stationnement avec caméra de recul\n'
'Sièges avant Chauffants \n'
'Ouverture et démarrage sans clé\n'
'rétroviseurs électriques rabatables électriquement\n'
'Système audio\n'
'Projecteurs Xénons\n'
'Régulateur limiteur de vitesse\n'
'ordinateur de bord\n'
'Jantes alumium 17 pouces\n'
'aide au démarrage en côte\n'
'Climatisation bi-zones\n'
'Anti brouillard avant/arrière\n'
'détecteur de pluie\n'
'Bluetooth\n'
'GPS\n'
'ABS\n'
'anti-démarrage\n'
'Tapis de sol hiver\n'
'Tablettes sièges passagers\n'
'ISOFIX\n'
'Pare soleil fenêtres passagers\n'
'Roue de secours\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** NON Contractuel\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule avec '
'quelques factures.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 7\xa0490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession Renault en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '571cc3d6-a6a0-5248-8cb2-fe2c632624e4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3079232919',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Scenic',
'odometer': 162076,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2d/dc/ea2ddc67e6befc3e3993c11d5470ebec4e33f2b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/0f/15/240f154ed3ced320510ce20fb96735295dadc267.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/c3/b1/8ac3b1dc96b2bd0c8886ee21d4fa7edb80adf14d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/34/3b/7e343b9d96ceb13d3ce25beceb3d1f033f456396.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/72/9a/50729a4a2df2258651f39bf31d21f546f71b02d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/27/dc/8127dcfac22211d49000ab27302e21173a30e8c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/53/2f/e1532f78be4208730397b36a0a42ca8811fa49fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ff/c7/23ffc7b7dde7a9397bcbff14950b94446acff2e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/9f/07/d79f076e7566221dcba573ccf942d526b312d82a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/8f/7f/f98f7f5df6f3fc1c16c6d4ae5dcf8349ace1a0f7.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184792,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2d/dc/ea2ddc67e6befc3e3993c11d5470ebec4e33f2b5.jpg?rule=ad-large',
'Width': 1046},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/0f/15/240f154ed3ced320510ce20fb96735295dadc267.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149274,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/c3/b1/8ac3b1dc96b2bd0c8886ee21d4fa7edb80adf14d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157966,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/34/3b/7e343b9d96ceb13d3ce25beceb3d1f033f456396.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129145,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/72/9a/50729a4a2df2258651f39bf31d21f546f71b02d8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142664,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/27/dc/8127dcfac22211d49000ab27302e21173a30e8c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156739,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/53/2f/e1532f78be4208730397b36a0a42ca8811fa49fd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118331,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/ff/c7/23ffc7b7dde7a9397bcbff14950b94446acff2e5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133155,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/9f/07/d79f076e7566221dcba573ccf942d526b312d82a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_571cc3d6-a6a0-5248-8cb2-fe2c632624e4/571cc3d6-a6a0-5248-8cb2-fe2c632624e4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107870,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/8f/7f/f98f7f5df6f3fc1c16c6d4ae5dcf8349ace1a0f7.jpg?rule=ad-large',
'Width': 1067}],
'price': 7490,
'price_includes_vat': False,
'registration_date': '2012-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Scénic III 2.0 Dci 150 BVA Finition Privilège - Caméra de '
'Recul - Régulateur - Moteur à Chaine',
'transmission': 'automatic',
'trim': 'Scenic 2.0 dCi 150ch FAP Privilège BVA Euro5',
'vin': None,
'year': 2012}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273079232919%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Saving data for 3079232919: {'created_time': 1774883861.877217, 'last_price_update_time': 1774883861.877229}
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3079232919') HTTP/1.1" 204 0
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3160117428
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [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%273160117428%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scrape type for 3160117428: 1
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3160117428
2026-03-30 15:17:41 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette MG B '
'roadster de 1974 avec un moteur 1.8 essence développant 97 '
'chevaux et une boite manuelle 4 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Bleu / intérieur Cuir noir\n'
' \n'
'1ère mise en circulation le 30/06/1974, véhicule '
'comptabilisant 94 356 Km.\n'
'\n'
'Attestation véhicule de collection.\n'
'\n'
'Une révision complète du véhicule sera réalisé pour la vente '
'chez un spécialiste de la marque.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Overdrive\n'
'Autoradio\n'
'Enceintes\n'
'Volant Bois\n'
'Jantes à rayon\n'
'Porte bagage \n'
'Pare-choc AV/AR chrome\n'
'Filtre à air sport\n'
'Habillage intérieur de coffre arrière \n'
'Double des clés\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi chez des spécialistes sur les 20 '
'dernières années.\n'
'Avec dossier de facture. \n'
'\n'
'Rien à prévoir!\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa017 990€ \n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Prix hors frais de mise à la route.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Plus de photos visibles sur notre site internet\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 97,
'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/3160117428',
'listing': 'auction',
'make': 'MG/MG MOTOR',
'model': 'B',
'odometer': 94356,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6c/bd/436cbd47a852aab1f4c176db68dce273a5c82999.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/4e/37/5c4e373ec6afb713ed8958bbf55f4bb6ae26da85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/4a/11/354a113998c9d633dbf89bee817c09cd38dc8051.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1a/27/571a2733ba3f4aa73e832282d5730271b92ae84d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/5d/1f/315d1fe45132deada95792ce3dd85d0042fc265c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/b1/1d/aeb11d140a8e6f7fc8182b5dae497089a08b3906.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/1f/6f/721f6f0fd159efe56a726c0ae009d4c0c188d27e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/51/83/e9518366e468511a35693164d2f0d3a840eafa42.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/fe/9e/11fe9e7ef3aeaef5d70270b83300543502f7cb59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/0d/d5/4e0dd546b3a4a71522a260590f773223810d576a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/dd/23/26dd234fccfe2e905162bf32619f8869e5e0c0b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/1d/c3/331dc3cac32ec6eabc54273139ee8fd4f36c5809.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/98/a8/b798a8a4ce613a6016734012c90b5eab8215335f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/49/4a/ec494a751e86c90e23dbb6bb4d2ecd0e91a2e97a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/f2/8a/def28a2a997c118830272b4df23882840315ff46.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '1974-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'MG B Roadster 1974 - Overdrive - Jantes à Rayon - Porte Bagages - '
'Volant bois - Révision OK - Historique Complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1974}
2026-03-30 15:17:41 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ccd165-49a2-512f-a435-2e1806a25104 with identifier: 3160117428
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 10ccd165-49a2-512f-a435-2e1806a25104
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6c%252Fbd%252F436cbd47a852aab1f4c176db68dce273a5c82999.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6c/bd/436cbd47a852aab1f4c176db68dce273a5c82999.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4e%252F37%252F5c4e373ec6afb713ed8958bbf55f4bb6ae26da85.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/4e/37/5c4e373ec6afb713ed8958bbf55f4bb6ae26da85.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4a%252F11%252F354a113998c9d633dbf89bee817c09cd38dc8051.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/35/4a/11/354a113998c9d633dbf89bee817c09cd38dc8051.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1a%252F27%252F571a2733ba3f4aa73e832282d5730271b92ae84d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1a/27/571a2733ba3f4aa73e832282d5730271b92ae84d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5d%252F1f%252F315d1fe45132deada95792ce3dd85d0042fc265c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/5d/1f/315d1fe45132deada95792ce3dd85d0042fc265c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb1%252F1d%252Faeb11d140a8e6f7fc8182b5dae497089a08b3906.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/b1/1d/aeb11d140a8e6f7fc8182b5dae497089a08b3906.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1f%252F6f%252F721f6f0fd159efe56a726c0ae009d4c0c188d27e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/72/1f/6f/721f6f0fd159efe56a726c0ae009d4c0c188d27e.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F51%252F83%252Fe9518366e468511a35693164d2f0d3a840eafa42.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/51/83/e9518366e468511a35693164d2f0d3a840eafa42.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffe%252F9e%252F11fe9e7ef3aeaef5d70270b83300543502f7cb59.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/fe/9e/11fe9e7ef3aeaef5d70270b83300543502f7cb59.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0d%252Fd5%252F4e0dd546b3a4a71522a260590f773223810d576a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/0d/d5/4e0dd546b3a4a71522a260590f773223810d576a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 10ccd165-49a2-512f-a435-2e1806a25104 with identifier 3160117428
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 10ccd165-49a2-512f-a435-2e1806a25104
2026-03-30 15:17:42 [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': 'L’équipe French Machine vous propose à la vente cette MG B '
'roadster de 1974 avec un moteur 1.8 essence développant 97 '
'chevaux et une boite manuelle 4 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Bleu / intérieur Cuir noir\n'
' \n'
'1ère mise en circulation le 30/06/1974, véhicule '
'comptabilisant 94 356 Km.\n'
'\n'
'Attestation véhicule de collection.\n'
'\n'
'Une révision complète du véhicule sera réalisé pour la vente '
'chez un spécialiste de la marque.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Overdrive\n'
'Autoradio\n'
'Enceintes\n'
'Volant Bois\n'
'Jantes à rayon\n'
'Porte bagage \n'
'Pare-choc AV/AR chrome\n'
'Filtre à air sport\n'
'Habillage intérieur de coffre arrière \n'
'Double des clés\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi chez des spécialistes sur les 20 '
'dernières années.\n'
'Avec dossier de facture. \n'
'\n'
'Rien à prévoir!\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa017 990€ \n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Prix hors frais de mise à la route.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Plus de photos visibles sur notre site internet\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 97,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '10ccd165-49a2-512f-a435-2e1806a25104',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3160117428',
'listing': 'auction',
'make': 'MG/MG MOTOR',
'model': 'B',
'odometer': 94356,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6c/bd/436cbd47a852aab1f4c176db68dce273a5c82999.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/4e/37/5c4e373ec6afb713ed8958bbf55f4bb6ae26da85.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/4a/11/354a113998c9d633dbf89bee817c09cd38dc8051.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1a/27/571a2733ba3f4aa73e832282d5730271b92ae84d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/5d/1f/315d1fe45132deada95792ce3dd85d0042fc265c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/b1/1d/aeb11d140a8e6f7fc8182b5dae497089a08b3906.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/1f/6f/721f6f0fd159efe56a726c0ae009d4c0c188d27e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/51/83/e9518366e468511a35693164d2f0d3a840eafa42.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/fe/9e/11fe9e7ef3aeaef5d70270b83300543502f7cb59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/0d/d5/4e0dd546b3a4a71522a260590f773223810d576a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251496,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6c/bd/436cbd47a852aab1f4c176db68dce273a5c82999.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237408,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/4e/37/5c4e373ec6afb713ed8958bbf55f4bb6ae26da85.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248970,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/4a/11/354a113998c9d633dbf89bee817c09cd38dc8051.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218756,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1a/27/571a2733ba3f4aa73e832282d5730271b92ae84d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254180,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/5d/1f/315d1fe45132deada95792ce3dd85d0042fc265c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169223,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/b1/1d/aeb11d140a8e6f7fc8182b5dae497089a08b3906.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170769,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/1f/6f/721f6f0fd159efe56a726c0ae009d4c0c188d27e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158974,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/51/83/e9518366e468511a35693164d2f0d3a840eafa42.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203267,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/fe/9e/11fe9e7ef3aeaef5d70270b83300543502f7cb59.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_10ccd165-49a2-512f-a435-2e1806a25104/10ccd165-49a2-512f-a435-2e1806a25104_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181224,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/0d/d5/4e0dd546b3a4a71522a260590f773223810d576a.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '1974-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'MG B Roadster 1974 - Overdrive - Jantes à Rayon - Porte Bagages - '
'Volant bois - Révision OK - Historique Complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1974}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273160117428%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Saving data for 3160117428: {'created_time': 1774883862.111082, 'last_price_update_time': 1774883862.111098}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3160117428') HTTP/1.1" 204 0
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163482460
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273163482460%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163482460: 1
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163482460
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes Classe B avec un moteur quatre cylindres en ligne '
'développant 90 chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Noir métallisé / intérieur cuir/Alcantara Noir '
'surpiqués rouge\n'
' \n'
'1ère mise en circulation le 23/03/2016, véhicule '
'comptabilisant 87 989 Km.\n'
'\n'
'Le dernier entretien sera réalisé pour la vente comprenant '
'les travaux suivant : \n'
'Révision \n'
'Vidange moteur\n'
'Controle technique du véhicule \n'
'2 pneus avant neufs\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit ouvrant Panoramique\n'
'AMG line\n'
'Garniture Carbone\n'
'Attelage\n'
'Régulateur de vitesse \n'
'Sélection mode de conduite\n'
'Limiteur de vitesse\n'
'Sièges Sport surpiqués\n'
'Radars avant/arrière avec caméra de recul\n'
'Jantes AMG 18“\n'
'Connexion Bluetooth pour smartphone\n'
'Frein de parking électrique\n'
'Garnitures en similicuir Artico/microfibre Microcut noir\n'
'Pédalier Alu\n'
'Tapis de sol AMG\n'
'Volant sport multifonctions en cuir Nappa\n'
'Palettes au volant\n'
'Rétroviseurs électriques et rabattables électriquement\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 15\xa0990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession Mercedes en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Hors frais de mise à la route\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'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/voitures/3163482460',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe B',
'odometer': 87989,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ed/72/ffed72ad337a0a25f4e43f202d5200eb076a5a64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/fd/fa/d5fdfa45eb2996f6346535a5b34a5774e065b7f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/be/28/f9be28b8a34300cf9e34236b29d25718260b28f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/6b/60/a16b60b76d8a404492ebc008899fe11277fd67ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/67/f6/e167f66305c82d4d7366337284b57237f7891576.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/f6/03/33f60332781f02f2f98bfca695d4de4fd34ee9b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/63/96/cf63963c20ca26f0b08836848d263a26558d3428.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/cc/77/21cc779f3a1b64d93642b87b875ae574dba27a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/95/43/7d954328ccfeca3c783028c598557deb8ba566fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/a0/b9/a1a0b91d88635c079d8ade615590462e06bad9f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/6b/5b/8c6b5bf0970aebd8de8dc67a28ea47b3814a85eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/96/24/e696247223406072bc342c19b35d49e1eb6b65d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/a1/bd/b3a1bd1911086bf5c02c1cb6ddbfe679f04db86e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/ee/d8/50eed837fbebe9bc8d6b245291c4b2318758189e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/51/18/ee511822fb0aa4475b1b46eb66415fe3ef6b9276.jpg?rule=ad-large'],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2016-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe B 160 CDI AMG Line - Toit Ouvrant Panoramique – '
'Sièges Sport - Caméra de recul - Attelage',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:17:42 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff72ee1-05a3-5028-9f46-6dae22ee36a2 with identifier: 3163482460
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5ff72ee1-05a3-5028-9f46-6dae22ee36a2
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fed%252F72%252Fffed72ad337a0a25f4e43f202d5200eb076a5a64.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ed/72/ffed72ad337a0a25f4e43f202d5200eb076a5a64.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffd%252Ffa%252Fd5fdfa45eb2996f6346535a5b34a5774e065b7f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/fd/fa/d5fdfa45eb2996f6346535a5b34a5774e065b7f1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbe%252F28%252Ff9be28b8a34300cf9e34236b29d25718260b28f6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/be/28/f9be28b8a34300cf9e34236b29d25718260b28f6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6b%252F60%252Fa16b60b76d8a404492ebc008899fe11277fd67ed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/6b/60/a16b60b76d8a404492ebc008899fe11277fd67ed.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F67%252Ff6%252Fe167f66305c82d4d7366337284b57237f7891576.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/67/f6/e167f66305c82d4d7366337284b57237f7891576.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff6%252F03%252F33f60332781f02f2f98bfca695d4de4fd34ee9b1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/f6/03/33f60332781f02f2f98bfca695d4de4fd34ee9b1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F63%252F96%252Fcf63963c20ca26f0b08836848d263a26558d3428.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/63/96/cf63963c20ca26f0b08836848d263a26558d3428.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F21%252Fcc%252F77%252F21cc779f3a1b64d93642b87b875ae574dba27a1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/21/cc/77/21cc779f3a1b64d93642b87b875ae574dba27a1d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F95%252F43%252F7d954328ccfeca3c783028c598557deb8ba566fc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/95/43/7d954328ccfeca3c783028c598557deb8ba566fc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa0%252Fb9%252Fa1a0b91d88635c079d8ade615590462e06bad9f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/a0/b9/a1a0b91d88635c079d8ade615590462e06bad9f1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5ff72ee1-05a3-5028-9f46-6dae22ee36a2 with identifier 3163482460
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5ff72ee1-05a3-5028-9f46-6dae22ee36a2
2026-03-30 15:17:42 [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': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes Classe B avec un moteur quatre cylindres en ligne '
'développant 90 chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Noir métallisé / intérieur cuir/Alcantara Noir '
'surpiqués rouge\n'
' \n'
'1ère mise en circulation le 23/03/2016, véhicule '
'comptabilisant 87 989 Km.\n'
'\n'
'Le dernier entretien sera réalisé pour la vente comprenant '
'les travaux suivant : \n'
'Révision \n'
'Vidange moteur\n'
'Controle technique du véhicule \n'
'2 pneus avant neufs\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit ouvrant Panoramique\n'
'AMG line\n'
'Garniture Carbone\n'
'Attelage\n'
'Régulateur de vitesse \n'
'Sélection mode de conduite\n'
'Limiteur de vitesse\n'
'Sièges Sport surpiqués\n'
'Radars avant/arrière avec caméra de recul\n'
'Jantes AMG 18“\n'
'Connexion Bluetooth pour smartphone\n'
'Frein de parking électrique\n'
'Garnitures en similicuir Artico/microfibre Microcut noir\n'
'Pédalier Alu\n'
'Tapis de sol AMG\n'
'Volant sport multifonctions en cuir Nappa\n'
'Palettes au volant\n'
'Rétroviseurs électriques et rabattables électriquement\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 15\xa0990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession Mercedes en '
'France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Hors frais de mise à la route\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5ff72ee1-05a3-5028-9f46-6dae22ee36a2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163482460',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe B',
'odometer': 87989,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ed/72/ffed72ad337a0a25f4e43f202d5200eb076a5a64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/fd/fa/d5fdfa45eb2996f6346535a5b34a5774e065b7f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/be/28/f9be28b8a34300cf9e34236b29d25718260b28f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/6b/60/a16b60b76d8a404492ebc008899fe11277fd67ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/67/f6/e167f66305c82d4d7366337284b57237f7891576.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/f6/03/33f60332781f02f2f98bfca695d4de4fd34ee9b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/63/96/cf63963c20ca26f0b08836848d263a26558d3428.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/cc/77/21cc779f3a1b64d93642b87b875ae574dba27a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/95/43/7d954328ccfeca3c783028c598557deb8ba566fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/a0/b9/a1a0b91d88635c079d8ade615590462e06bad9f1.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247256,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ed/72/ffed72ad337a0a25f4e43f202d5200eb076a5a64.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219997,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/fd/fa/d5fdfa45eb2996f6346535a5b34a5774e065b7f1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229011,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/be/28/f9be28b8a34300cf9e34236b29d25718260b28f6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217772,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/6b/60/a16b60b76d8a404492ebc008899fe11277fd67ed.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221706,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/67/f6/e167f66305c82d4d7366337284b57237f7891576.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194032,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/f6/03/33f60332781f02f2f98bfca695d4de4fd34ee9b1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140695,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/63/96/cf63963c20ca26f0b08836848d263a26558d3428.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159222,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/cc/77/21cc779f3a1b64d93642b87b875ae574dba27a1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176244,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/95/43/7d954328ccfeca3c783028c598557deb8ba566fc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5ff72ee1-05a3-5028-9f46-6dae22ee36a2/5ff72ee1-05a3-5028-9f46-6dae22ee36a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131554,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/a0/b9/a1a0b91d88635c079d8ade615590462e06bad9f1.jpg?rule=ad-large',
'Width': 1067}],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2016-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe B 160 CDI AMG Line - Toit Ouvrant Panoramique – '
'Sièges Sport - Caméra de recul - Attelage',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273163482460%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Saving data for 3163482460: {'created_time': 1774883862.34422, 'last_price_update_time': 1774883862.344231}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163482460') HTTP/1.1" 204 0
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3152630955
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273152630955%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scrape type for 3152630955: 1
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3152630955
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette Audi '
'TTS Roadster avec un moteur 2.0 TFSI développant 272 chevaux '
'et une boite Automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Blanc métallisé / intérieur cuir fauve\n'
' \n'
'1ère mise en circulation le 09/04/2008, véhicule '
'comptabilisant 152 074 Km.\n'
'\n'
'3ème main, Historique Complet. \n'
'\n'
'Appartenait depuis 8 ans au même propriétaire !\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois Boite/pont/moteur avec possibilités '
'd’extension valable en concession Audi France et Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Sièges électriques\n'
'Radars de recul \n'
'Volant Sport avec palettes au volant \n'
'Magnetic Ride ( suspension Sport )\n'
'Régulateur de vitesse\n'
'Climatisation bi-zones\n'
'Sièges chauffants\n'
'Sièges Sport Couture Baseball\n'
'Projecteurs Xénons\n'
'Feux de jour à led\n'
'Vitrage athermique teinté\n'
'Intérieur tout cuir\n'
'Accoudoir central\n'
'Interface MMI Navigation +\n'
'Filet anti remous électrique\n'
'Aileron escamotable électriquement\n'
'Price 12v / Aux + USB\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseur électrique\n'
'ordinateur de bord\n'
'Fixations isofix\n'
'volant multifonctions\n'
'Jantes Alu 19 pouces 5 branches étoile\n'
'aide au démarrage en côte\n'
'détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'Alarme Anti-Vol\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'Saute vent\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession Audi depuis sa sortie '
'd’usine:\n'
'\n'
'Entretien réalisé en concession Audi le 04/04/2009 à 19 917 '
'Km\n'
'Entretien réalisé en concession Audi le 08/04/2010 à 42 025 '
'Km\n'
'Entretien réalisé en concession Audi le 09/12/2011 à 60 209 '
'Km Vidange S-tronic + Haldex\n'
'Entretien réalisé en concession Audi le 03/01/2012 à 60 800 '
'Km\n'
'Entretien réalisé en concession Audi le 05/07/2013 à 77 097 '
'Km\n'
'Entretien réalisé en concession Audi le 10/01/2015 à 99 569 '
'Km\n'
'Entretien réalisé en concession Audi le 31/08/2016 à 114 565 '
'km Vidange S-tronic + Haldex\n'
'Entretien réalisé en concession Audi le 27/04/2018 à 129 595 '
'km\n'
'Entretien réalisé en concession Audi le 05/05/2020 à 133 861 '
'km Vidange Haldex\n'
'Entretien réalisé en concession Audi le 22/04/2022 à 142 875 '
'km comprenant le remplacement complet de la distribution.\n'
'\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa016 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession Audi en '
'France et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation Audi ainsi que '
'le double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'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/3152630955',
'listing': 'auction',
'make': 'AUDI',
'model': 'TTS',
'odometer': 152074,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/53/d3/0d53d386114e102b5d421e2cf40b8be0686da7f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/a4/d6/44a4d63783c67b3339f0aec71217cacc934c4c06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/99/03/fd9903b11ae705ea783b50c1f5455819d79cd59d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/fb/9e/14fb9efcf2e48dab10fd5d334822f8c644f07ce1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/c7/15/a3c715845b2b39ee786105fbc9022d21fe9339af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/7a/f3/e37af3d9da392a6da401edc0d19463733381182c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8c/c2/258cc24ab9bd116a476e75ca1969cb2992ad2f63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2b/31/a12b31f27d3ec38f0359b9ddc9a547b8528c5323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/81/ed/0281ed734a47747b23bab9967615fddfe4825a72.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/f1/4a/5bf14abcbed17a6517d04788f435dda7a4ffd7e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/87/b5/e787b544ad87dadcb479ff845ca625e352e6134a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/74/1b/4a741bb50d4a168b8d85830f259627407d162900.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/3f/a7/993fa7d219fa40e73df59914548e6b8d8cbc7e2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/4d/64/9d4d64aaa11929fedea640198f717e88c23ed1a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/ba/f4/c8baf4b137f74ffd5c0278ba783f4348abe92ad6.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2008-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Audi TTS Roadster 2.0 272Ch S-Tronic6 - Distribution + Vidange '
'Boite Ok - Intérieur baseball - BOSE - Sièges électriques - '
'Historique Complet',
'transmission': 'automatic',
'trim': 'TTS Roadster 2.0 TFSI 272ch quattro S tronic 6',
'vin': None,
'year': 2008}
2026-03-30 15:17:42 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 45017232-375c-59ff-b3b2-af13578efbc0 with identifier: 3152630955
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 45017232-375c-59ff-b3b2-af13578efbc0
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F53%252Fd3%252F0d53d386114e102b5d421e2cf40b8be0686da7f2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/53/d3/0d53d386114e102b5d421e2cf40b8be0686da7f2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa4%252Fd6%252F44a4d63783c67b3339f0aec71217cacc934c4c06.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/a4/d6/44a4d63783c67b3339f0aec71217cacc934c4c06.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F99%252F03%252Ffd9903b11ae705ea783b50c1f5455819d79cd59d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/99/03/fd9903b11ae705ea783b50c1f5455819d79cd59d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffb%252F9e%252F14fb9efcf2e48dab10fd5d334822f8c644f07ce1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/fb/9e/14fb9efcf2e48dab10fd5d334822f8c644f07ce1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc7%252F15%252Fa3c715845b2b39ee786105fbc9022d21fe9339af.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/c7/15/a3c715845b2b39ee786105fbc9022d21fe9339af.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F7a%252Ff3%252Fe37af3d9da392a6da401edc0d19463733381182c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/7a/f3/e37af3d9da392a6da401edc0d19463733381182c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8c%252Fc2%252F258cc24ab9bd116a476e75ca1969cb2992ad2f63.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8c/c2/258cc24ab9bd116a476e75ca1969cb2992ad2f63.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2b%252F31%252Fa12b31f27d3ec38f0359b9ddc9a547b8528c5323.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2b/31/a12b31f27d3ec38f0359b9ddc9a547b8528c5323.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F81%252Fed%252F0281ed734a47747b23bab9967615fddfe4825a72.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/02/81/ed/0281ed734a47747b23bab9967615fddfe4825a72.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff1%252F4a%252F5bf14abcbed17a6517d04788f435dda7a4ffd7e3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/f1/4a/5bf14abcbed17a6517d04788f435dda7a4ffd7e3.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 45017232-375c-59ff-b3b2-af13578efbc0 with identifier 3152630955
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:42 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 45017232-375c-59ff-b3b2-af13578efbc0
2026-03-30 15:17:42 [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': 'L’équipe French Machine vous propose à la vente cette Audi '
'TTS Roadster avec un moteur 2.0 TFSI développant 272 chevaux '
'et une boite Automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Blanc métallisé / intérieur cuir fauve\n'
' \n'
'1ère mise en circulation le 09/04/2008, véhicule '
'comptabilisant 152 074 Km.\n'
'\n'
'3ème main, Historique Complet. \n'
'\n'
'Appartenait depuis 8 ans au même propriétaire !\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois Boite/pont/moteur avec possibilités '
'd’extension valable en concession Audi France et Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Sièges électriques\n'
'Radars de recul \n'
'Volant Sport avec palettes au volant \n'
'Magnetic Ride ( suspension Sport )\n'
'Régulateur de vitesse\n'
'Climatisation bi-zones\n'
'Sièges chauffants\n'
'Sièges Sport Couture Baseball\n'
'Projecteurs Xénons\n'
'Feux de jour à led\n'
'Vitrage athermique teinté\n'
'Intérieur tout cuir\n'
'Accoudoir central\n'
'Interface MMI Navigation +\n'
'Filet anti remous électrique\n'
'Aileron escamotable électriquement\n'
'Price 12v / Aux + USB\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseur électrique\n'
'ordinateur de bord\n'
'Fixations isofix\n'
'volant multifonctions\n'
'Jantes Alu 19 pouces 5 branches étoile\n'
'aide au démarrage en côte\n'
'détecteur de pluie\n'
'Feux automatiques\n'
'ABS\n'
'Alarme Anti-Vol\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'Saute vent\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession Audi depuis sa sortie '
'd’usine:\n'
'\n'
'Entretien réalisé en concession Audi le 04/04/2009 à 19 917 '
'Km\n'
'Entretien réalisé en concession Audi le 08/04/2010 à 42 025 '
'Km\n'
'Entretien réalisé en concession Audi le 09/12/2011 à 60 209 '
'Km Vidange S-tronic + Haldex\n'
'Entretien réalisé en concession Audi le 03/01/2012 à 60 800 '
'Km\n'
'Entretien réalisé en concession Audi le 05/07/2013 à 77 097 '
'Km\n'
'Entretien réalisé en concession Audi le 10/01/2015 à 99 569 '
'Km\n'
'Entretien réalisé en concession Audi le 31/08/2016 à 114 565 '
'km Vidange S-tronic + Haldex\n'
'Entretien réalisé en concession Audi le 27/04/2018 à 129 595 '
'km\n'
'Entretien réalisé en concession Audi le 05/05/2020 à 133 861 '
'km Vidange Haldex\n'
'Entretien réalisé en concession Audi le 22/04/2022 à 142 875 '
'km comprenant le remplacement complet de la distribution.\n'
'\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa016 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession Audi en '
'France et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation Audi ainsi que '
'le double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 272,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '45017232-375c-59ff-b3b2-af13578efbc0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3152630955',
'listing': 'auction',
'make': 'AUDI',
'model': 'TTS',
'odometer': 152074,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/53/d3/0d53d386114e102b5d421e2cf40b8be0686da7f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/a4/d6/44a4d63783c67b3339f0aec71217cacc934c4c06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/99/03/fd9903b11ae705ea783b50c1f5455819d79cd59d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/fb/9e/14fb9efcf2e48dab10fd5d334822f8c644f07ce1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/c7/15/a3c715845b2b39ee786105fbc9022d21fe9339af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/7a/f3/e37af3d9da392a6da401edc0d19463733381182c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8c/c2/258cc24ab9bd116a476e75ca1969cb2992ad2f63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2b/31/a12b31f27d3ec38f0359b9ddc9a547b8528c5323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/81/ed/0281ed734a47747b23bab9967615fddfe4825a72.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/f1/4a/5bf14abcbed17a6517d04788f435dda7a4ffd7e3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162322,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/53/d3/0d53d386114e102b5d421e2cf40b8be0686da7f2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/a4/d6/44a4d63783c67b3339f0aec71217cacc934c4c06.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158972,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/99/03/fd9903b11ae705ea783b50c1f5455819d79cd59d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149847,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/fb/9e/14fb9efcf2e48dab10fd5d334822f8c644f07ce1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158812,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/c7/15/a3c715845b2b39ee786105fbc9022d21fe9339af.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170762,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/7a/f3/e37af3d9da392a6da401edc0d19463733381182c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148998,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/8c/c2/258cc24ab9bd116a476e75ca1969cb2992ad2f63.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136014,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/81/ed/0281ed734a47747b23bab9967615fddfe4825a72.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145768,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/f1/4a/5bf14abcbed17a6517d04788f435dda7a4ffd7e3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45017232-375c-59ff-b3b2-af13578efbc0/45017232-375c-59ff-b3b2-af13578efbc0_image_12.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141736,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/2b/31/a12b31f27d3ec38f0359b9ddc9a547b8528c5323.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2008-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Audi TTS Roadster 2.0 272Ch S-Tronic6 - Distribution + Vidange '
'Boite Ok - Intérieur baseball - BOSE - Sièges électriques - '
'Historique Complet',
'transmission': 'automatic',
'trim': 'TTS Roadster 2.0 TFSI 272ch quattro S tronic 6',
'vin': None,
'year': 2008}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273152630955%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Saving data for 3152630955: {'created_time': 1774883862.573405, 'last_price_update_time': 1774883862.573418}
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3152630955') HTTP/1.1" 204 0
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168133619
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [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%273168133619%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168133619: 1
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168133619
2026-03-30 15:17:42 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette Volvo '
'C70 avec un moteur 2.4 développant 180 chevaux et une boite '
'de vitesse automatique 5 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir noir\n'
'\n'
'1ère Main\n'
'1ère mise en circulation le 27/03/2008, véhicule '
'comptabilisant 96 404 Km\n'
'\n'
'Historique d’entretien disponible, la dernière révision sera '
'réalisée pour la vente.\n'
'\n'
'Faible kilométrage !\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Rien à prévoir.\n'
'\n'
'Garantie 3 mois boite/pont/moteur valable dans nos locaux '
'avec possibilité d’extension de garantie valable en '
'concession Volvo en France et en europe.\n'
'\n'
'Carte grise moitié prix!\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Régulateur de vitesse\n'
'⁃ Intérieur Cuir\n'
'⁃ Climatisation automatique\n'
'⁃ Accoudoir central avant\n'
'⁃ rétroviseurs électriques et dégivrant\n'
'⁃ ordinateur de bord\n'
'⁃ Volant multifonctions\n'
'⁃ Jantes Alu 17 pouces\n'
'⁃ Filet anti-remous\n'
'⁃ détecteur de pluie\n'
'⁃ Feux anti brouillard\n'
'⁃ ABS\n'
'⁃ anti-démarrage\n'
'⁃ fixation ISOFIX\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Dernier entretien réalisé pour la vente !\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 11 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'24 mois valable directement en concession Volvo en France et '
'en Europe.\n'
'\n'
'Nous possédons l’ensemble de la documentation Volvo et le '
'double de clé.\n'
'\n'
'Plus de photo disponible sur notre site internet.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Hors Frais de mise à la route\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 3,
'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/3168133619',
'listing': 'auction',
'make': 'VOLVO',
'model': 'C70',
'odometer': 96404,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/f2/d1/a4f2d198c38cdb05f4c7705e3b5cf6bc58965809.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/81/2d/03812d10c098350cff8be9ec66ca503523dedb27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/bb/ad/1cbbad45ce88633033af6f180ca320ed1f38f230.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/a2/9c/f1a29c7d2b9479a4158871a18918decb7dd8e38d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/6f/03/d26f03c6446aa5fe2dcdc931ee939f5509db4fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/5a/47/4b5a477144a856e391e33928fe496fcc45de3c77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/ac/d5/51acd516d775d719516f6dfba2d9cd747fe0e1e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/0e/81/ec0e819b30fe6d8d48744bb8ba7343d8b78eeda9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/2c/6b/e42c6b5720d4b50caf3a51c2bcfd3c1dfdc2c6d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/28/f3/9928f3a62f39108d6ebfe418c24ccd28809558bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/89/da/af89da03af1112739438a384de2b7348afbe45f2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/0e/fa/1d0efa659b8a388cb3953266eb223d1837ba46eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/50/e5/f950e532fa49674a6d9e5f5564633d14f560d81d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/fe/b2/0dfeb2957899a999dbd32498cc32e83d88ab1d62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/ac/17/1bac17cc2f8aab41ee41319c3b0623a6a6095cec.jpg?rule=ad-large'],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seats_number': 4,
'seller_name': None,
'title': 'Volvo C70 CC D5 180ch Momentum Geartronic- 1ère Main – Régulateur - '
'Intérieur cuir - Historique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:17:42 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dd141db8-b299-5b36-89fa-edd2d2efe0c5 with identifier: 3168133619
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dd141db8-b299-5b36-89fa-edd2d2efe0c5
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff2%252Fd1%252Fa4f2d198c38cdb05f4c7705e3b5cf6bc58965809.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/f2/d1/a4f2d198c38cdb05f4c7705e3b5cf6bc58965809.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F81%252F2d%252F03812d10c098350cff8be9ec66ca503523dedb27.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/03/81/2d/03812d10c098350cff8be9ec66ca503523dedb27.jpg?rule=ad-large already downloaded
2026-03-30 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbb%252Fad%252F1cbbad45ce88633033af6f180ca320ed1f38f230.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/bb/ad/1cbbad45ce88633033af6f180ca320ed1f38f230.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa2%252F9c%252Ff1a29c7d2b9479a4158871a18918decb7dd8e38d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/a2/9c/f1a29c7d2b9479a4158871a18918decb7dd8e38d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd2%252F6f%252F03%252Fd26f03c6446aa5fe2dcdc931ee939f5509db4fcc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/6f/03/d26f03c6446aa5fe2dcdc931ee939f5509db4fcc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5a%252F47%252F4b5a477144a856e391e33928fe496fcc45de3c77.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/5a/47/4b5a477144a856e391e33928fe496fcc45de3c77.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fac%252Fd5%252F51acd516d775d719516f6dfba2d9cd747fe0e1e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/51/ac/d5/51acd516d775d719516f6dfba2d9cd747fe0e1e4.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0e%252F81%252Fec0e819b30fe6d8d48744bb8ba7343d8b78eeda9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/0e/81/ec0e819b30fe6d8d48744bb8ba7343d8b78eeda9.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2c%252F6b%252Fe42c6b5720d4b50caf3a51c2bcfd3c1dfdc2c6d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/2c/6b/e42c6b5720d4b50caf3a51c2bcfd3c1dfdc2c6d5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F28%252Ff3%252F9928f3a62f39108d6ebfe418c24ccd28809558bc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/28/f3/9928f3a62f39108d6ebfe418c24ccd28809558bc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dd141db8-b299-5b36-89fa-edd2d2efe0c5 with identifier 3168133619
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dd141db8-b299-5b36-89fa-edd2d2efe0c5
2026-03-30 15:17:43 [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': 'L’équipe French Machine vous propose à la vente cette Volvo '
'C70 avec un moteur 2.4 développant 180 chevaux et une boite '
'de vitesse automatique 5 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir noir\n'
'\n'
'1ère Main\n'
'1ère mise en circulation le 27/03/2008, véhicule '
'comptabilisant 96 404 Km\n'
'\n'
'Historique d’entretien disponible, la dernière révision sera '
'réalisée pour la vente.\n'
'\n'
'Faible kilométrage !\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Rien à prévoir.\n'
'\n'
'Garantie 3 mois boite/pont/moteur valable dans nos locaux '
'avec possibilité d’extension de garantie valable en '
'concession Volvo en France et en europe.\n'
'\n'
'Carte grise moitié prix!\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Régulateur de vitesse\n'
'⁃ Intérieur Cuir\n'
'⁃ Climatisation automatique\n'
'⁃ Accoudoir central avant\n'
'⁃ rétroviseurs électriques et dégivrant\n'
'⁃ ordinateur de bord\n'
'⁃ Volant multifonctions\n'
'⁃ Jantes Alu 17 pouces\n'
'⁃ Filet anti-remous\n'
'⁃ détecteur de pluie\n'
'⁃ Feux anti brouillard\n'
'⁃ ABS\n'
'⁃ anti-démarrage\n'
'⁃ fixation ISOFIX\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Dernier entretien réalisé pour la vente !\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 11 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'24 mois valable directement en concession Volvo en France et '
'en Europe.\n'
'\n'
'Nous possédons l’ensemble de la documentation Volvo et le '
'double de clé.\n'
'\n'
'Plus de photo disponible sur notre site internet.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Hors Frais de mise à la route\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dd141db8-b299-5b36-89fa-edd2d2efe0c5',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168133619',
'listing': 'auction',
'make': 'VOLVO',
'model': 'C70',
'odometer': 96404,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/f2/d1/a4f2d198c38cdb05f4c7705e3b5cf6bc58965809.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/81/2d/03812d10c098350cff8be9ec66ca503523dedb27.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/bb/ad/1cbbad45ce88633033af6f180ca320ed1f38f230.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/a2/9c/f1a29c7d2b9479a4158871a18918decb7dd8e38d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/6f/03/d26f03c6446aa5fe2dcdc931ee939f5509db4fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/5a/47/4b5a477144a856e391e33928fe496fcc45de3c77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/ac/d5/51acd516d775d719516f6dfba2d9cd747fe0e1e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/0e/81/ec0e819b30fe6d8d48744bb8ba7343d8b78eeda9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/2c/6b/e42c6b5720d4b50caf3a51c2bcfd3c1dfdc2c6d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/28/f3/9928f3a62f39108d6ebfe418c24ccd28809558bc.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190881,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/f2/d1/a4f2d198c38cdb05f4c7705e3b5cf6bc58965809.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165887,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/81/2d/03812d10c098350cff8be9ec66ca503523dedb27.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206356,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/bb/ad/1cbbad45ce88633033af6f180ca320ed1f38f230.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189942,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/a2/9c/f1a29c7d2b9479a4158871a18918decb7dd8e38d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181680,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/6f/03/d26f03c6446aa5fe2dcdc931ee939f5509db4fcc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200464,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/5a/47/4b5a477144a856e391e33928fe496fcc45de3c77.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184014,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/ac/d5/51acd516d775d719516f6dfba2d9cd747fe0e1e4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207103,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/0e/81/ec0e819b30fe6d8d48744bb8ba7343d8b78eeda9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167139,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/2c/6b/e42c6b5720d4b50caf3a51c2bcfd3c1dfdc2c6d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dd141db8-b299-5b36-89fa-edd2d2efe0c5/dd141db8-b299-5b36-89fa-edd2d2efe0c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135828,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/28/f3/9928f3a62f39108d6ebfe418c24ccd28809558bc.jpg?rule=ad-large',
'Width': 1067}],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seats_number': 4,
'seller_name': None,
'title': 'Volvo C70 CC D5 180ch Momentum Geartronic- 1ère Main – Régulateur - '
'Intérieur cuir - Historique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273168133619%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3168133619: {'created_time': 1774883863.162067, 'last_price_update_time': 1774883863.162078}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168133619') HTTP/1.1" 204 0
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3114298077
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273114298077%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3114298077: 1
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3114298077
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente Mercedes ML '
'63 AMG avec un moteur V8 Bi-turbo de 5.5 développant 525 '
'chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 01/02/2013, véhicule '
'comptabilisant 178 357 Km.\n'
'\n'
'Historique d’entretien complet Mercedes, dernier entretien '
'réalisé pour la vente.\n'
'Disques et plaquettes avant et arrière neuf\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois avec extension de garantie Mercedes possible '
'sur 3 ans.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant \n'
'- Sièges chauffants\n'
'- Sièges ventilés \n'
'- Régulateur/limiteur de vitesse \n'
'- Chauffage additionnel WEBASTO\n'
'- Intérieur tout cuir\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Radars avant/arrière avec caméra de recul\n'
'- Volant cuir et alcantara AMG Performance\n'
'- Sound-System Harman-Kardon avec Son Surround Logic7\n'
'- Palettes au volant\n'
'- Suspension Sport\n'
'- Chassis Sport\n'
'- Sièges Sport\n'
'- Climatisation automatique bi-zones\n'
'- Correcteur d’assiette\n'
'- Système avertisseur de collision\n'
'- Inserts DESIGNO piano Black\n'
"- Système d'assistance de conduite : Contrôle de motricité en "
'descente\n'
'- Suspension pneumatique Air Matic DC\n'
'- Rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'- Projecteurs automatiques\n'
'- Projecteurs antibrouillards\n'
'- Projecteurs bi-xénons\n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Jantes alu 21 pouces 5 doybles branches AMG\n'
'- Bluetooth\n'
'- Barres de toit\n'
'- Hayon electrique\n'
'- Ecrants passagers\n'
'- Aide au démarrage en côte\n'
'- Détecteur de pluie\n'
'- ABS\n'
'- Anti-démarrage\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretiens toujours suivi en '
'concession Mercedes ainsi que toute la documentation '
'd’origine et le double de clés :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 22/01/2014 à 7 '
'860 km\n'
'• Entretien réalisé en concession Mercedes le 14/01/2015 à 18 '
'660 km\n'
'• Entretien réalisé en concession Mercedes le 04/04/2016 à 33 '
'685 km\n'
'• Entretien réalisé en concession Mercedes le 14/10/2016 à 52 '
'947 km\n'
'• Entretien réalisé en concession Mercedes le 09/10/2017 à 54 '
'961 km\n'
'• Entretien réalisé en concession Mercedes le 21/02/2018 à 61 '
'530 km\n'
'• Entretien réalisé en concession Mercedes le 11/11/2019 à 77 '
'000 km\n'
'• Entretien réalisé en concession Mercedes le 10/06/2020 à 98 '
'383 km\n'
'• Entretien réalisé en concession Mercedes le 23/11/2021 à '
'124 016 km\n'
'• Entretien réalisé en concession Mercedes le 30/03/2024 à '
'152 582 km\n'
'\n'
'La vidange de boite à été réalisé en 2021 en concession '
'Mercedes.\n'
'\n'
'Dernier entretien réalisé pour la vente. Disques et '
'plaquettes avant et arrière neuf\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 29 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 525,
'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/3114298077',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe M/ML',
'odometer': 178357,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6f/44/536f440d9f0ce3463f17d5ac1a7f1f0c72458436.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/f6/1d/b1f61ddfd3310b69dc45fff0336187a91de23eb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/98/80/3e98809f0350b48ccbc1462a33df2166ab643fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/bf/f4/f6bff452f875bef6816354085a39857e7850097f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/6b/28/f56b28285ec14def46797b612eba77b1a65d0fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/dd/88/e4dd888f92062e11cacb99acedfeda5e2a09be82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/07/1d/8c071dfd64751c14c0ec4d2bacdbe4a555e2a539.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ce/bb/a8cebb982ede4f5cce3d3eb4ef2c2ddc3fa26d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/b4/57/e2b457c0cd712675673c02d2e6309a028718a673.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/d0/16/2dd016053d3640d578a640154339edf703b20c0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/06/df/3c06df3c953d5d0e0eae84a97b26e4b32e70eaed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/c6/e5/e3c6e5aa07001ff59377836db36b5b4a81dbf3b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/cb/d7/bccbd735ad641d6dc603dae0a254773797b76801.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/6a/9a/196a9afbbca50a55b0145816471ec37a70bcc54e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/a4/74/62a474d28543e2fcb38dc371a27d834216f72f33.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2013-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes ML 63 AMG 5.5 V8 4Matic 7GTronic+ - Toit Ouvrant – Vidange '
'de boite Ok - Historique Complet Mercedes',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2013}
2026-03-30 15:17:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0838ade9-15cb-5a05-a665-b37b1e779cbb with identifier: 3114298077
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0838ade9-15cb-5a05-a665-b37b1e779cbb
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6f%252F44%252F536f440d9f0ce3463f17d5ac1a7f1f0c72458436.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6f/44/536f440d9f0ce3463f17d5ac1a7f1f0c72458436.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff6%252F1d%252Fb1f61ddfd3310b69dc45fff0336187a91de23eb4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/f6/1d/b1f61ddfd3310b69dc45fff0336187a91de23eb4.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3e%252F98%252F80%252F3e98809f0350b48ccbc1462a33df2166ab643fcc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/98/80/3e98809f0350b48ccbc1462a33df2166ab643fcc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbf%252Ff4%252Ff6bff452f875bef6816354085a39857e7850097f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/bf/f4/f6bff452f875bef6816354085a39857e7850097f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6b%252F28%252Ff56b28285ec14def46797b612eba77b1a65d0fcc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/6b/28/f56b28285ec14def46797b612eba77b1a65d0fcc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdd%252F88%252Fe4dd888f92062e11cacb99acedfeda5e2a09be82.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/dd/88/e4dd888f92062e11cacb99acedfeda5e2a09be82.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F07%252F1d%252F8c071dfd64751c14c0ec4d2bacdbe4a555e2a539.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/07/1d/8c071dfd64751c14c0ec4d2bacdbe4a555e2a539.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252Fce%252Fbb%252Fa8cebb982ede4f5cce3d3eb4ef2c2ddc3fa26d5c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ce/bb/a8cebb982ede4f5cce3d3eb4ef2c2ddc3fa26d5c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb4%252F57%252Fe2b457c0cd712675673c02d2e6309a028718a673.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/b4/57/e2b457c0cd712675673c02d2e6309a028718a673.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd0%252F16%252F2dd016053d3640d578a640154339edf703b20c0c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/d0/16/2dd016053d3640d578a640154339edf703b20c0c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0838ade9-15cb-5a05-a665-b37b1e779cbb with identifier 3114298077
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0838ade9-15cb-5a05-a665-b37b1e779cbb
2026-03-30 15:17:43 [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': 'L’équipe French Machine vous propose à la vente Mercedes ML '
'63 AMG avec un moteur V8 Bi-turbo de 5.5 développant 525 '
'chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur cuir Noir\n'
' \n'
'1ère mise en circulation le 01/02/2013, véhicule '
'comptabilisant 178 357 Km.\n'
'\n'
'Historique d’entretien complet Mercedes, dernier entretien '
'réalisé pour la vente.\n'
'Disques et plaquettes avant et arrière neuf\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois avec extension de garantie Mercedes possible '
'sur 3 ans.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant \n'
'- Sièges chauffants\n'
'- Sièges ventilés \n'
'- Régulateur/limiteur de vitesse \n'
'- Chauffage additionnel WEBASTO\n'
'- Intérieur tout cuir\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Radars avant/arrière avec caméra de recul\n'
'- Volant cuir et alcantara AMG Performance\n'
'- Sound-System Harman-Kardon avec Son Surround Logic7\n'
'- Palettes au volant\n'
'- Suspension Sport\n'
'- Chassis Sport\n'
'- Sièges Sport\n'
'- Climatisation automatique bi-zones\n'
'- Correcteur d’assiette\n'
'- Système avertisseur de collision\n'
'- Inserts DESIGNO piano Black\n'
"- Système d'assistance de conduite : Contrôle de motricité en "
'descente\n'
'- Suspension pneumatique Air Matic DC\n'
'- Rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'- Projecteurs automatiques\n'
'- Projecteurs antibrouillards\n'
'- Projecteurs bi-xénons\n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Jantes alu 21 pouces 5 doybles branches AMG\n'
'- Bluetooth\n'
'- Barres de toit\n'
'- Hayon electrique\n'
'- Ecrants passagers\n'
'- Aide au démarrage en côte\n'
'- Détecteur de pluie\n'
'- ABS\n'
'- Anti-démarrage\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretiens toujours suivi en '
'concession Mercedes ainsi que toute la documentation '
'd’origine et le double de clés :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 22/01/2014 à 7 '
'860 km\n'
'• Entretien réalisé en concession Mercedes le 14/01/2015 à 18 '
'660 km\n'
'• Entretien réalisé en concession Mercedes le 04/04/2016 à 33 '
'685 km\n'
'• Entretien réalisé en concession Mercedes le 14/10/2016 à 52 '
'947 km\n'
'• Entretien réalisé en concession Mercedes le 09/10/2017 à 54 '
'961 km\n'
'• Entretien réalisé en concession Mercedes le 21/02/2018 à 61 '
'530 km\n'
'• Entretien réalisé en concession Mercedes le 11/11/2019 à 77 '
'000 km\n'
'• Entretien réalisé en concession Mercedes le 10/06/2020 à 98 '
'383 km\n'
'• Entretien réalisé en concession Mercedes le 23/11/2021 à '
'124 016 km\n'
'• Entretien réalisé en concession Mercedes le 30/03/2024 à '
'152 582 km\n'
'\n'
'La vidange de boite à été réalisé en 2021 en concession '
'Mercedes.\n'
'\n'
'Dernier entretien réalisé pour la vente. Disques et '
'plaquettes avant et arrière neuf\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 29 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 525,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '0838ade9-15cb-5a05-a665-b37b1e779cbb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3114298077',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe M/ML',
'odometer': 178357,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6f/44/536f440d9f0ce3463f17d5ac1a7f1f0c72458436.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/f6/1d/b1f61ddfd3310b69dc45fff0336187a91de23eb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/98/80/3e98809f0350b48ccbc1462a33df2166ab643fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/bf/f4/f6bff452f875bef6816354085a39857e7850097f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/6b/28/f56b28285ec14def46797b612eba77b1a65d0fcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/dd/88/e4dd888f92062e11cacb99acedfeda5e2a09be82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/07/1d/8c071dfd64751c14c0ec4d2bacdbe4a555e2a539.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ce/bb/a8cebb982ede4f5cce3d3eb4ef2c2ddc3fa26d5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/b4/57/e2b457c0cd712675673c02d2e6309a028718a673.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/d0/16/2dd016053d3640d578a640154339edf703b20c0c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246497,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6f/44/536f440d9f0ce3463f17d5ac1a7f1f0c72458436.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247263,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/f6/1d/b1f61ddfd3310b69dc45fff0336187a91de23eb4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173798,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/98/80/3e98809f0350b48ccbc1462a33df2166ab643fcc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168781,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/bf/f4/f6bff452f875bef6816354085a39857e7850097f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144348,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/6b/28/f56b28285ec14def46797b612eba77b1a65d0fcc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165105,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/dd/88/e4dd888f92062e11cacb99acedfeda5e2a09be82.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129873,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/07/1d/8c071dfd64751c14c0ec4d2bacdbe4a555e2a539.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137259,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ce/bb/a8cebb982ede4f5cce3d3eb4ef2c2ddc3fa26d5c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115987,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/b4/57/e2b457c0cd712675673c02d2e6309a028718a673.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0838ade9-15cb-5a05-a665-b37b1e779cbb/0838ade9-15cb-5a05-a665-b37b1e779cbb_image_11.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110703,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/d0/16/2dd016053d3640d578a640154339edf703b20c0c.jpg?rule=ad-large',
'Width': 1067}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2013-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes ML 63 AMG 5.5 V8 4Matic 7GTronic+ - Toit Ouvrant – Vidange '
'de boite Ok - Historique Complet Mercedes',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2013}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273114298077%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3114298077: {'created_time': 1774883863.502236, 'last_price_update_time': 1774883863.502247}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3114298077') HTTP/1.1" 204 0
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3153880138
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273153880138%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3153880138: 1
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3153880138
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Mercedes '
'SLK 200 phase 2 avec un moteur développant 184 chevaux et une '
'boite automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
'\n'
'Extérieur Noir métallisé / intérieur cuir noir surpiqué '
'rouge\n'
' \n'
'1ère mise en circulation le 10/08/2009, véhicule '
'comptabilisant 124 335 Km.\n'
'\n'
'Historique d’entretien complet\n'
'\n'
'La dernière révision a été réalisée le 19/01/2025 à 123 368 '
'km comprenant les travaux suivants\n'
'• La vidange du moteur\n'
'• Remplacement du filtre à huile\n'
'• Batterie plus alternateur neuf\n'
'• 4 bougies d’allumage neuves \n'
'• Filtre à air neuf\n'
'• Filtre habitacle neuf\n'
'• 4 pneumatiques neufs\n'
'\n'
'Vidange de boite de vitesse réalisée le 25/06/2024.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur, avec possibilité '
'd’extension valable en concession Mercedes en France et en '
'Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Pack Sport\n'
'⁃ Chassis Sport \n'
'⁃ Airscarf\n'
'⁃ Palettes au volant\n'
'⁃ Intérieur Cuir noir Surpiqué rouge\n'
'⁃ Ceintures rouges\n'
'⁃ Tapis de sol bi-colore\n'
'⁃ Béquet\n'
'⁃ Pédalier Sport\n'
'⁃ Sièges Sport\n'
'⁃ Vitre anti-remous\n'
'⁃ Projecteurs bi-xénons\n'
'⁃ Régulateur/Limiteur de vitesse\n'
'⁃ Climatisation automatique bi-zones\n'
'⁃ Écran couleur \n'
'⁃ Sièges Chauffants \n'
'⁃ Projecteurs automatiques\n'
'⁃ Radars avant/arrière\n'
'⁃ Rétroviseurs électriques et dégivrant rabattables \n'
'⁃ Ordinateur de bord\n'
'⁃ Volant multifonctions\n'
'⁃ Bluetooth\n'
'⁃ Jantes 18 pouces \n'
'⁃ Aide au démarrage en côte\n'
'⁃ Détecteur de pluie\n'
'⁃ ABS\n'
'⁃ anti-démarrage\n'
'⁃ Projecteurs automatiques\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule, toujours '
'suivi en concession Mercedes ou spécialiste depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 11/08/2009 à '
'107 km\n'
'• Entretien réalisé en concession Mercedes le 01/12/2009 à 25 '
'072 km\n'
'• Entretien réalisé en concession Mercedes le 13/08/2010 à 46 '
'117 km \n'
'• Entretien réalisé en concession Mercedes le 22/07/2011 à 62 '
'183 km\n'
'• Entretien réalisé en concession Mercedes le 03/09/2012 à 67 '
'982 km\n'
'• Entretien réalisé en concession Mercedes le 30/05/2016 à 89 '
'911 km\n'
'• Entretien réalisé en concession Mercedes le 07/08/2020 à 96 '
'250 km\n'
'• Entretien réalisé chez un spécialiste Mercedes 26/11/2022 à '
'99328 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'08/01/2024 à 106 459 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'30/12/2024 à 110 000 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'16/12/2025 à 115 000 km + changement de la courroie. \n'
'\n'
'Dernier entretien réalisé chez un spécialiste Mercedes le '
'19/01/2026 à 123 368 km\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 14 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'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/3153880138',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe SLK',
'odometer': 124335,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/16/7d/ec167d85906c377504dc4967bac77516a06744be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/88/f0/5288f057eedf2d0663d4b5fb66fed4cb629eb8c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/66/ef/2466ef9cb3bcf98806b771a69be11bd7bfb9dc18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/54/d1/bf54d11cbd16760441f0d93ad8d05d0dfc40888d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/e5/0f/a7e50fa54c1d5c1dfa4f7b7fec23dd31b2d7ced2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/2f/13/4f2f13dda9801bd54d614640294795be3051c8ae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/85/6e/85856e51922ecf4e89227e215e27432d56c6b52d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/c3/81/88c381ee6f0f3a6d066287bd4e8150198c9e98f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/c5/a0/68c5a0a6c6cac150e3592ac7c620e5f9d473e68e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/19/84/6d1984db4150bbdf4593d682860893b6f3c56df0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/34/51/61345116cc8ef4ee6727eedc502c7360b77430fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/c2/2c/11c22c32e77739fbaeb1b7cc9f1a5e8cbe268899.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/f0/bc/79f0bcf390693fd37a823181bebd33843a0e572a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/a5/ef/47a5ef9020097991b47607dd2417df70c72a6ca4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/71/66/407166c4af2471c3a53027e3e2d1de6d91cd39da.jpg?rule=ad-large'],
'price': 14490,
'price_includes_vat': False,
'registration_date': '2009-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes SLK 200 (R171) Phase II 184 BVA - Pack Sport – Airscarf – '
'Sièges Chauffants – Vidange de boite ok - Historique Complet',
'transmission': 'automatic',
'trim': 'Classe SLK 200K BA',
'vin': None,
'year': 2009}
2026-03-30 15:17:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: de6f8473-95ff-5d35-b027-3dafa4cbbc77 with identifier: 3153880138
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item de6f8473-95ff-5d35-b027-3dafa4cbbc77
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F16%252F7d%252Fec167d85906c377504dc4967bac77516a06744be.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/16/7d/ec167d85906c377504dc4967bac77516a06744be.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F88%252Ff0%252F5288f057eedf2d0663d4b5fb66fed4cb629eb8c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/88/f0/5288f057eedf2d0663d4b5fb66fed4cb629eb8c6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F66%252Fef%252F2466ef9cb3bcf98806b771a69be11bd7bfb9dc18.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/66/ef/2466ef9cb3bcf98806b771a69be11bd7bfb9dc18.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F54%252Fd1%252Fbf54d11cbd16760441f0d93ad8d05d0dfc40888d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/54/d1/bf54d11cbd16760441f0d93ad8d05d0dfc40888d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe5%252F0f%252Fa7e50fa54c1d5c1dfa4f7b7fec23dd31b2d7ced2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/e5/0f/a7e50fa54c1d5c1dfa4f7b7fec23dd31b2d7ced2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2f%252F13%252F4f2f13dda9801bd54d614640294795be3051c8ae.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/2f/13/4f2f13dda9801bd54d614640294795be3051c8ae.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F85%252F6e%252F85856e51922ecf4e89227e215e27432d56c6b52d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/85/6e/85856e51922ecf4e89227e215e27432d56c6b52d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc3%252F81%252F88c381ee6f0f3a6d066287bd4e8150198c9e98f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/c3/81/88c381ee6f0f3a6d066287bd4e8150198c9e98f1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc5%252Fa0%252F68c5a0a6c6cac150e3592ac7c620e5f9d473e68e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/68/c5/a0/68c5a0a6c6cac150e3592ac7c620e5f9d473e68e.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6d%252F19%252F84%252F6d1984db4150bbdf4593d682860893b6f3c56df0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/19/84/6d1984db4150bbdf4593d682860893b6f3c56df0.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: de6f8473-95ff-5d35-b027-3dafa4cbbc77 with identifier 3153880138
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item de6f8473-95ff-5d35-b027-3dafa4cbbc77
2026-03-30 15:17:43 [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': 'L’équipe French Machine vous propose à la vente ce Mercedes '
'SLK 200 phase 2 avec un moteur développant 184 chevaux et une '
'boite automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
'\n'
'Extérieur Noir métallisé / intérieur cuir noir surpiqué '
'rouge\n'
' \n'
'1ère mise en circulation le 10/08/2009, véhicule '
'comptabilisant 124 335 Km.\n'
'\n'
'Historique d’entretien complet\n'
'\n'
'La dernière révision a été réalisée le 19/01/2025 à 123 368 '
'km comprenant les travaux suivants\n'
'• La vidange du moteur\n'
'• Remplacement du filtre à huile\n'
'• Batterie plus alternateur neuf\n'
'• 4 bougies d’allumage neuves \n'
'• Filtre à air neuf\n'
'• Filtre habitacle neuf\n'
'• 4 pneumatiques neufs\n'
'\n'
'Vidange de boite de vitesse réalisée le 25/06/2024.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois boite/pont/moteur, avec possibilité '
'd’extension valable en concession Mercedes en France et en '
'Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Pack Sport\n'
'⁃ Chassis Sport \n'
'⁃ Airscarf\n'
'⁃ Palettes au volant\n'
'⁃ Intérieur Cuir noir Surpiqué rouge\n'
'⁃ Ceintures rouges\n'
'⁃ Tapis de sol bi-colore\n'
'⁃ Béquet\n'
'⁃ Pédalier Sport\n'
'⁃ Sièges Sport\n'
'⁃ Vitre anti-remous\n'
'⁃ Projecteurs bi-xénons\n'
'⁃ Régulateur/Limiteur de vitesse\n'
'⁃ Climatisation automatique bi-zones\n'
'⁃ Écran couleur \n'
'⁃ Sièges Chauffants \n'
'⁃ Projecteurs automatiques\n'
'⁃ Radars avant/arrière\n'
'⁃ Rétroviseurs électriques et dégivrant rabattables \n'
'⁃ Ordinateur de bord\n'
'⁃ Volant multifonctions\n'
'⁃ Bluetooth\n'
'⁃ Jantes 18 pouces \n'
'⁃ Aide au démarrage en côte\n'
'⁃ Détecteur de pluie\n'
'⁃ ABS\n'
'⁃ anti-démarrage\n'
'⁃ Projecteurs automatiques\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule, toujours '
'suivi en concession Mercedes ou spécialiste depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 11/08/2009 à '
'107 km\n'
'• Entretien réalisé en concession Mercedes le 01/12/2009 à 25 '
'072 km\n'
'• Entretien réalisé en concession Mercedes le 13/08/2010 à 46 '
'117 km \n'
'• Entretien réalisé en concession Mercedes le 22/07/2011 à 62 '
'183 km\n'
'• Entretien réalisé en concession Mercedes le 03/09/2012 à 67 '
'982 km\n'
'• Entretien réalisé en concession Mercedes le 30/05/2016 à 89 '
'911 km\n'
'• Entretien réalisé en concession Mercedes le 07/08/2020 à 96 '
'250 km\n'
'• Entretien réalisé chez un spécialiste Mercedes 26/11/2022 à '
'99328 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'08/01/2024 à 106 459 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'30/12/2024 à 110 000 km\n'
'• Entretien réalisé chez un spécialiste Mercedes le '
'16/12/2025 à 115 000 km + changement de la courroie. \n'
'\n'
'Dernier entretien réalisé chez un spécialiste Mercedes le '
'19/01/2026 à 123 368 km\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 14 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'de6f8473-95ff-5d35-b027-3dafa4cbbc77',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3153880138',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe SLK',
'odometer': 124335,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/16/7d/ec167d85906c377504dc4967bac77516a06744be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/88/f0/5288f057eedf2d0663d4b5fb66fed4cb629eb8c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/66/ef/2466ef9cb3bcf98806b771a69be11bd7bfb9dc18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/54/d1/bf54d11cbd16760441f0d93ad8d05d0dfc40888d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/e5/0f/a7e50fa54c1d5c1dfa4f7b7fec23dd31b2d7ced2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/2f/13/4f2f13dda9801bd54d614640294795be3051c8ae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/85/6e/85856e51922ecf4e89227e215e27432d56c6b52d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/c3/81/88c381ee6f0f3a6d066287bd4e8150198c9e98f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/c5/a0/68c5a0a6c6cac150e3592ac7c620e5f9d473e68e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/19/84/6d1984db4150bbdf4593d682860893b6f3c56df0.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229803,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/16/7d/ec167d85906c377504dc4967bac77516a06744be.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181467,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/88/f0/5288f057eedf2d0663d4b5fb66fed4cb629eb8c6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212438,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/66/ef/2466ef9cb3bcf98806b771a69be11bd7bfb9dc18.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233977,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/54/d1/bf54d11cbd16760441f0d93ad8d05d0dfc40888d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230432,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/e5/0f/a7e50fa54c1d5c1dfa4f7b7fec23dd31b2d7ced2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211289,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/2f/13/4f2f13dda9801bd54d614640294795be3051c8ae.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188760,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/85/6e/85856e51922ecf4e89227e215e27432d56c6b52d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149810,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/c3/81/88c381ee6f0f3a6d066287bd4e8150198c9e98f1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172085,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/c5/a0/68c5a0a6c6cac150e3592ac7c620e5f9d473e68e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de6f8473-95ff-5d35-b027-3dafa4cbbc77/de6f8473-95ff-5d35-b027-3dafa4cbbc77_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154837,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/19/84/6d1984db4150bbdf4593d682860893b6f3c56df0.jpg?rule=ad-large',
'Width': 1067}],
'price': 14490,
'price_includes_vat': False,
'registration_date': '2009-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes SLK 200 (R171) Phase II 184 BVA - Pack Sport – Airscarf – '
'Sièges Chauffants – Vidange de boite ok - Historique Complet',
'transmission': 'automatic',
'trim': 'Classe SLK 200K BA',
'vin': None,
'year': 2009}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273153880138%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3153880138: {'created_time': 1774883863.737232, 'last_price_update_time': 1774883863.737243}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3153880138') HTTP/1.1" 204 0
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151591896
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273151591896%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151591896: 1
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151591896
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Mercedes '
'CLK 220 avec un moteur développant 150 chevaux et une boite '
'automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur tissu noir\n'
' \n'
'1ère mise en circulation le 30/04/2009, véhicule '
'comptabilisant 251 857 Km.\n'
'\n'
'2ème main, même propriétaire depuis 2012 !\n'
'\n'
'Dernier entretien réalisé le 23/01/2026 à 250 502 km.\n'
'La vidange de boite a été réalisée en concession Mercedes le '
'27/05/2020 à 191 158 km.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Historique complet avec dossier de factures.\n'
'\n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Caméra de recul\n'
'- Radars avant et arrière\n'
'- Bluetooth\n'
'- GPS 16/9ème avec écran tactile\n'
'- Régulateur/Limiteur de vitesse\n'
'- Climatisation automatique \n'
'- Rétroviseurs électriques rabattables électriquement \n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Intérieur bois\n'
'- Feux automatiques\n'
'- Jantes alu 17 pouces \n'
'- Aide au démarrage en côte\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- Projecteurs automatiques\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule avec un '
'dossier de facture complet, toujours suivi en concession '
'Mercedes et spécialistes depuis sa sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 5 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'24 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'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/3151591896',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe CLK',
'odometer': 251857,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/8f/1b/4a8f1b95f65f926c81e24b8ef6d98aa4385fd479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/0e/f2/f40ef212031a79606b3813dee6cd78a1ff0c806f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/05/3e/7a053e245ad81583934a4152ca77adbfd1d7a18f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a7/a8/1ca7a8f6f63a5dd6ebfbda9322285a05f8f05f23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/aa/06/20aa06ba769ed0c4372adad876f2c8c939f3707c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/68/de/5068de2c2a3c5c9ed3c57ad3bc7ea60fb3b38d75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/32/7c/33327ca89d10cc4bf51fae1aa097496bd2860bd6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b6/c4/1eb6c47306fe1a3b3404f9221347afe495649dcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/63/e0/f463e0623f0048f3c4332a8328063e1fc5285718.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2c/7f/472c7fd4ce392d7c0ce48bf7092e94c012211474.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/fe/d5/b4fed583886866cd6af19c32154bded5e06ad7f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/d4/24/ffd42466c8c5c3308e7f6f091c0e97d5d69fca7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/ea/54/4dea544d76f9e8b608be9a976c72d0a4570dda02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/f6/8f/81f68fc3deb6193611a61fa93bbb4ebf5d25cbd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/25/51/2f25517cd6a84cfeeedebbb48c26599d5fd98a9e.jpg?rule=ad-large'],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2009-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes CLK 220 CDI 150 BVA Elegance – Origine France – 2ème Main '
'– Caméra de recul – Dossier Factures Complet – Vidange de boite OK',
'transmission': 'automatic',
'trim': 'Classe CLK 220 CDI Elegance BA',
'vin': None,
'year': 2009}
2026-03-30 15:17:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f016e179-1f2f-5f07-a8e0-75744a896e6e with identifier: 3151591896
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f016e179-1f2f-5f07-a8e0-75744a896e6e
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8f%252F1b%252F4a8f1b95f65f926c81e24b8ef6d98aa4385fd479.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/8f/1b/4a8f1b95f65f926c81e24b8ef6d98aa4385fd479.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0e%252Ff2%252Ff40ef212031a79606b3813dee6cd78a1ff0c806f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/0e/f2/f40ef212031a79606b3813dee6cd78a1ff0c806f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F05%252F3e%252F7a053e245ad81583934a4152ca77adbfd1d7a18f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/05/3e/7a053e245ad81583934a4152ca77adbfd1d7a18f.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa7%252Fa8%252F1ca7a8f6f63a5dd6ebfbda9322285a05f8f05f23.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a7/a8/1ca7a8f6f63a5dd6ebfbda9322285a05f8f05f23.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F20%252Faa%252F06%252F20aa06ba769ed0c4372adad876f2c8c939f3707c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/20/aa/06/20aa06ba769ed0c4372adad876f2c8c939f3707c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F68%252Fde%252F5068de2c2a3c5c9ed3c57ad3bc7ea60fb3b38d75.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/50/68/de/5068de2c2a3c5c9ed3c57ad3bc7ea60fb3b38d75.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F32%252F7c%252F33327ca89d10cc4bf51fae1aa097496bd2860bd6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/32/7c/33327ca89d10cc4bf51fae1aa097496bd2860bd6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb6%252Fc4%252F1eb6c47306fe1a3b3404f9221347afe495649dcd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b6/c4/1eb6c47306fe1a3b3404f9221347afe495649dcd.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F63%252Fe0%252Ff463e0623f0048f3c4332a8328063e1fc5285718.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/63/e0/f463e0623f0048f3c4332a8328063e1fc5285718.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2c%252F7f%252F472c7fd4ce392d7c0ce48bf7092e94c012211474.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2c/7f/472c7fd4ce392d7c0ce48bf7092e94c012211474.jpg?rule=ad-large already downloaded
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f016e179-1f2f-5f07-a8e0-75744a896e6e with identifier 3151591896
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f016e179-1f2f-5f07-a8e0-75744a896e6e
2026-03-30 15:17:43 [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': 'L’équipe French Machine vous propose à la vente ce Mercedes '
'CLK 220 avec un moteur développant 150 chevaux et une boite '
'automatique.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris métallisé / intérieur tissu noir\n'
' \n'
'1ère mise en circulation le 30/04/2009, véhicule '
'comptabilisant 251 857 Km.\n'
'\n'
'2ème main, même propriétaire depuis 2012 !\n'
'\n'
'Dernier entretien réalisé le 23/01/2026 à 250 502 km.\n'
'La vidange de boite a été réalisée en concession Mercedes le '
'27/05/2020 à 191 158 km.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Historique complet avec dossier de factures.\n'
'\n'
'Garantie 3 mois.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Caméra de recul\n'
'- Radars avant et arrière\n'
'- Bluetooth\n'
'- GPS 16/9ème avec écran tactile\n'
'- Régulateur/Limiteur de vitesse\n'
'- Climatisation automatique \n'
'- Rétroviseurs électriques rabattables électriquement \n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Intérieur bois\n'
'- Feux automatiques\n'
'- Jantes alu 17 pouces \n'
'- Aide au démarrage en côte\n'
'- détecteur de pluie\n'
'- ABS\n'
'- anti-démarrage\n'
'- Projecteurs automatiques\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule avec un '
'dossier de facture complet, toujours suivi en concession '
'Mercedes et spécialistes depuis sa sortie d’usine.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 5 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'24 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f016e179-1f2f-5f07-a8e0-75744a896e6e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151591896',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe CLK',
'odometer': 251857,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/8f/1b/4a8f1b95f65f926c81e24b8ef6d98aa4385fd479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/0e/f2/f40ef212031a79606b3813dee6cd78a1ff0c806f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/05/3e/7a053e245ad81583934a4152ca77adbfd1d7a18f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a7/a8/1ca7a8f6f63a5dd6ebfbda9322285a05f8f05f23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/aa/06/20aa06ba769ed0c4372adad876f2c8c939f3707c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/68/de/5068de2c2a3c5c9ed3c57ad3bc7ea60fb3b38d75.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/32/7c/33327ca89d10cc4bf51fae1aa097496bd2860bd6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b6/c4/1eb6c47306fe1a3b3404f9221347afe495649dcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/63/e0/f463e0623f0048f3c4332a8328063e1fc5285718.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2c/7f/472c7fd4ce392d7c0ce48bf7092e94c012211474.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176159,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/8f/1b/4a8f1b95f65f926c81e24b8ef6d98aa4385fd479.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225137,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/0e/f2/f40ef212031a79606b3813dee6cd78a1ff0c806f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188604,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/05/3e/7a053e245ad81583934a4152ca77adbfd1d7a18f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192732,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/a7/a8/1ca7a8f6f63a5dd6ebfbda9322285a05f8f05f23.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/aa/06/20aa06ba769ed0c4372adad876f2c8c939f3707c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194352,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/50/68/de/5068de2c2a3c5c9ed3c57ad3bc7ea60fb3b38d75.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151904,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/32/7c/33327ca89d10cc4bf51fae1aa097496bd2860bd6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138040,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/b6/c4/1eb6c47306fe1a3b3404f9221347afe495649dcd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161432,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/63/e0/f463e0623f0048f3c4332a8328063e1fc5285718.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f016e179-1f2f-5f07-a8e0-75744a896e6e/f016e179-1f2f-5f07-a8e0-75744a896e6e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125782,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/2c/7f/472c7fd4ce392d7c0ce48bf7092e94c012211474.jpg?rule=ad-large',
'Width': 1067}],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2009-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes CLK 220 CDI 150 BVA Elegance – Origine France – 2ème Main '
'– Caméra de recul – Dossier Factures Complet – Vidange de boite OK',
'transmission': 'automatic',
'trim': 'Classe CLK 220 CDI Elegance BA',
'vin': None,
'year': 2009}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:43 [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%273151591896%27 HTTP/1.1" 200 None
2026-03-30 15:17:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3151591896: {'created_time': 1774883863.989114, 'last_price_update_time': 1774883863.989128}
2026-03-30 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151591896') HTTP/1.1" 204 0
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3124950130
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273124950130%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3124950130: 1
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3124950130
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette BMW Z4 '
'(E85) 2.0i de 2007 avec un moteur 4 cylindres en ligne '
'développant 150 chevaux et une boite manuelle 6 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Gris / intérieur cuir noir\n'
' \n'
'1ère mise en circulation le 27/12/2007, véhicule '
'comptabilisant 105 431 Km.\n'
'\n'
'Historique complet, véhicule toujours entretenu en concession '
'BMW et spécialistes.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
'\n'
'Dernier entretien réalisé pour la vente ainsi que le '
'remplacement des amortisseurs arrières.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension valable en concession BMW.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de recul\n'
'Sièges Chauffants\n'
'Régulateur de vitesse\n'
'Volant Sport\n'
'Volant multifonctions \n'
'Porte gobelets conducteur/passager\n'
'Capote électrique\n'
'Saute vent\n'
'Sièges en cuir\n'
'Sièges réglables en hauteur et profondeur\n'
'Volant réglables\n'
'Contre porte en cuir\n'
'Phares automatiques\n'
'rétroviseurs électriques et dégivrant\n'
'Lecteur MP3\n'
'Radio\n'
'Cendrier\n'
'Allume cigars\n'
'Jantes Alu 16“\n'
'climatisation bi-zones\n'
'Controle de pressions des pneus\n'
'Seuil de porte en alu \n'
'détecteur de pluie\n'
'ESP\n'
'ABS\n'
'anti-démarrage\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule.\n'
'\n'
'Entretien réalisé chez un spécialiste à 25 335 km\n'
'Entretien réalisé chez un spécialiste à 51 858 km\n'
'Entretien réalisé en concession à 53 729 km\n'
'Entretien réalisé en concession à 57 793 km\n'
'Entretien réalisé en concession à 69 146 km\n'
'Entretien réalisé en concession à 81 155 km\n'
'Entretien réalisé chez un spécialiste à 104 155 km\n'
'\n'
'L’entretien pour la vente a été réalisé, ainsi que le '
'remplacement des amortisseurs arrières.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 12 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession BMW en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'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/3124950130',
'listing': 'auction',
'make': 'BMW',
'model': 'Z4',
'odometer': 105431,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/cc/02/1ecc02075aaa07bfa335f523c8b264ac0bf8b723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/b5/e6/a8b5e6aa98041024bc56426709ef6383412282f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/2e/a0/ee2ea04daf97c6132d0d06828df3a2ee30d1d037.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/33/ad/2533ad63d9ddd1585301524a64645861cb384220.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/3a/e0/d53ae098437b42d67e60d701a197efe6feb38fc2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/bb/69/80bb69ca68e050501f82302a954636e6466da9f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/74/9e/c5749e1dc9921663623b9ab6c2ac17168fc78657.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/c7/3f/07c73fe8f4753f7dec3412bba15cce77bc96ec63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/5a/c7/4e5ac7b2b1a2be0bc274a6d21178ce46a7faf07b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/e6/e6/eae6e6ccd6fb847aae632f04e36d6f42e666d33a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/ee/a7/ffeea7158b7bc96f82672056f8061590b02b3476.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/31/1c/8e311c2b9ab5674e52524455d8609f3642965f25.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/bf/36/dbbf36af3d6f5b0a5012c4ac6d0a0d316def35d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/7c/cd/247ccdcdec22b871fda88a4413cdfbcf7bb302f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/ac/12/a6ac125d1e8089dbe8044a1d3e47734e01e7f3d9.jpg?rule=ad-large'],
'price': 12490,
'price_includes_vat': False,
'registration_date': '2007-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'BMW Z4 (E85) 2.0i 150Ch -105 431 km - Sièges Chauffants - '
'Régulateur de vitesse - Commandes au volant - Historique complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2007}
2026-03-30 15:17:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d56b404-0fed-5f69-bdeb-d90b905a795d with identifier: 3124950130
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3d56b404-0fed-5f69-bdeb-d90b905a795d
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcc%252F02%252F1ecc02075aaa07bfa335f523c8b264ac0bf8b723.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/cc/02/1ecc02075aaa07bfa335f523c8b264ac0bf8b723.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252Fb5%252Fe6%252Fa8b5e6aa98041024bc56426709ef6383412282f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/b5/e6/a8b5e6aa98041024bc56426709ef6383412282f1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252Fa0%252Fee2ea04daf97c6132d0d06828df3a2ee30d1d037.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/2e/a0/ee2ea04daf97c6132d0d06828df3a2ee30d1d037.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F33%252Fad%252F2533ad63d9ddd1585301524a64645861cb384220.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/33/ad/2533ad63d9ddd1585301524a64645861cb384220.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3a%252Fe0%252Fd53ae098437b42d67e60d701a197efe6feb38fc2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/3a/e0/d53ae098437b42d67e60d701a197efe6feb38fc2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbb%252F69%252F80bb69ca68e050501f82302a954636e6466da9f3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/bb/69/80bb69ca68e050501f82302a954636e6466da9f3.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F74%252F9e%252Fc5749e1dc9921663623b9ab6c2ac17168fc78657.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/74/9e/c5749e1dc9921663623b9ab6c2ac17168fc78657.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc7%252F3f%252F07c73fe8f4753f7dec3412bba15cce77bc96ec63.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/c7/3f/07c73fe8f4753f7dec3412bba15cce77bc96ec63.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5a%252Fc7%252F4e5ac7b2b1a2be0bc274a6d21178ce46a7faf07b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/5a/c7/4e5ac7b2b1a2be0bc274a6d21178ce46a7faf07b.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe6%252Fe6%252Feae6e6ccd6fb847aae632f04e36d6f42e666d33a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/e6/e6/eae6e6ccd6fb847aae632f04e36d6f42e666d33a.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3d56b404-0fed-5f69-bdeb-d90b905a795d with identifier 3124950130
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3d56b404-0fed-5f69-bdeb-d90b905a795d
2026-03-30 15:17:44 [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': 'L’équipe French Machine vous propose à la vente cette BMW Z4 '
'(E85) 2.0i de 2007 avec un moteur 4 cylindres en ligne '
'développant 150 chevaux et une boite manuelle 6 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Gris / intérieur cuir noir\n'
' \n'
'1ère mise en circulation le 27/12/2007, véhicule '
'comptabilisant 105 431 Km.\n'
'\n'
'Historique complet, véhicule toujours entretenu en concession '
'BMW et spécialistes.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
'\n'
'Dernier entretien réalisé pour la vente ainsi que le '
'remplacement des amortisseurs arrières.\n'
' \n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension valable en concession BMW.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Radars de recul\n'
'Sièges Chauffants\n'
'Régulateur de vitesse\n'
'Volant Sport\n'
'Volant multifonctions \n'
'Porte gobelets conducteur/passager\n'
'Capote électrique\n'
'Saute vent\n'
'Sièges en cuir\n'
'Sièges réglables en hauteur et profondeur\n'
'Volant réglables\n'
'Contre porte en cuir\n'
'Phares automatiques\n'
'rétroviseurs électriques et dégivrant\n'
'Lecteur MP3\n'
'Radio\n'
'Cendrier\n'
'Allume cigars\n'
'Jantes Alu 16“\n'
'climatisation bi-zones\n'
'Controle de pressions des pneus\n'
'Seuil de porte en alu \n'
'détecteur de pluie\n'
'ESP\n'
'ABS\n'
'anti-démarrage\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule.\n'
'\n'
'Entretien réalisé chez un spécialiste à 25 335 km\n'
'Entretien réalisé chez un spécialiste à 51 858 km\n'
'Entretien réalisé en concession à 53 729 km\n'
'Entretien réalisé en concession à 57 793 km\n'
'Entretien réalisé en concession à 69 146 km\n'
'Entretien réalisé en concession à 81 155 km\n'
'Entretien réalisé chez un spécialiste à 104 155 km\n'
'\n'
'L’entretien pour la vente a été réalisé, ainsi que le '
'remplacement des amortisseurs arrières.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 12 490€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession BMW en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet. \n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '3d56b404-0fed-5f69-bdeb-d90b905a795d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3124950130',
'listing': 'auction',
'make': 'BMW',
'model': 'Z4',
'odometer': 105431,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/cc/02/1ecc02075aaa07bfa335f523c8b264ac0bf8b723.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/b5/e6/a8b5e6aa98041024bc56426709ef6383412282f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/2e/a0/ee2ea04daf97c6132d0d06828df3a2ee30d1d037.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/33/ad/2533ad63d9ddd1585301524a64645861cb384220.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/3a/e0/d53ae098437b42d67e60d701a197efe6feb38fc2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/bb/69/80bb69ca68e050501f82302a954636e6466da9f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/74/9e/c5749e1dc9921663623b9ab6c2ac17168fc78657.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/c7/3f/07c73fe8f4753f7dec3412bba15cce77bc96ec63.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/5a/c7/4e5ac7b2b1a2be0bc274a6d21178ce46a7faf07b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/e6/e6/eae6e6ccd6fb847aae632f04e36d6f42e666d33a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232231,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1e/cc/02/1ecc02075aaa07bfa335f523c8b264ac0bf8b723.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239703,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/b5/e6/a8b5e6aa98041024bc56426709ef6383412282f1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175767,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/2e/a0/ee2ea04daf97c6132d0d06828df3a2ee30d1d037.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189331,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/33/ad/2533ad63d9ddd1585301524a64645861cb384220.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169793,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/3a/e0/d53ae098437b42d67e60d701a197efe6feb38fc2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160248,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/bb/69/80bb69ca68e050501f82302a954636e6466da9f3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153030,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/74/9e/c5749e1dc9921663623b9ab6c2ac17168fc78657.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153888,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/c7/3f/07c73fe8f4753f7dec3412bba15cce77bc96ec63.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145127,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/5a/c7/4e5ac7b2b1a2be0bc274a6d21178ce46a7faf07b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3d56b404-0fed-5f69-bdeb-d90b905a795d/3d56b404-0fed-5f69-bdeb-d90b905a795d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135113,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/e6/e6/eae6e6ccd6fb847aae632f04e36d6f42e666d33a.jpg?rule=ad-large',
'Width': 1067}],
'price': 12490,
'price_includes_vat': False,
'registration_date': '2007-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'BMW Z4 (E85) 2.0i 150Ch -105 431 km - Sièges Chauffants - '
'Régulateur de vitesse - Commandes au volant - Historique complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2007}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273124950130%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3124950130: {'created_time': 1774883864.228572, 'last_price_update_time': 1774883864.228583}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3124950130') HTTP/1.1" 204 0
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3136931075
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273136931075%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3136931075: 1
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3136931075
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Land Rover '
'Defender 2.4 Td4 L317 avec un moteur développant 122 chevaux '
'et une boite a manuelle.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Gris métallisé/ Sellerie Cuir Partiel\n'
' \n'
'1ère mise en circulation le 19/11/2008, véhicule '
'comptabilisant 80 227 Km\n'
'\n'
'1ère Main !\n'
'\n'
'Dernier entretien réalisé pour la vente\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
'\n'
'Garantie 3 mois Boite/pont/moteur avec une possibilité '
'd’extension.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Sièges chauffants\n'
'Attelage\n'
'Vitres électriques\n'
'Marche Pied \n'
'Clim Auto\n'
'Post Radio\n'
'Accoudoir Central\n'
'Horloge Land Rover\n'
'Intérieur Cuir/Tissu\n'
'4 Roues motrices\n'
'Jantes Alliage 16“\n'
'\n'
'Liste Non Exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 47\xa0490€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'valable directement en concession Land Rover en France et en '
'Europe.\n'
'\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 122,
'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/3136931075',
'listing': 'auction',
'make': 'LAND-ROVER',
'model': 'Defender',
'odometer': 80227,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/da/3d/f9/da3df9e3f06dd8bbea59b65990697808c8bb1605.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c0/9c/b2c09c4d350eba196864b739fb869ad996082a55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/cd/b1/accdb10dea216437e1a8786287dd2573389c126e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/dd/1fb5dd702b46d9f82956d638749d6f42cb5f77e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/14/e5/6014e517e5f0728dadaea5f28d081c144619e2b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b6/fc/6db6fcf425720d6f2a512d2e38e554deb64ea225.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ab/e0/b6abe07955bae4d4ef1e69b5892da1423fe54031.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/a6/cd/d0a6cd86eaf60e0a93d0f49f4e4634315f3bd9d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/61/d2/0961d233587557ed1ed859d9b88be4fe0f02c9a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/b7/17/c3b717ef8616550f93d6e18dbae384869fa08b9b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/5c/d6/c85cd679035674f03ace5bde1f5519ea278a9f00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/9d/ea/b29deacdfaf695f23d0ebd1db05543de8accf20c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/be/eb/ddbeeb4e76d6830487eb6ca0bdee06b5c5daeb16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/63/f2/2363f2e3562e2d5e3cf47e0b9405b28dacbe93e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/33/2f/df332fdadcb2b5623822f1bfaf6ec13c787ef651.jpg?rule=ad-large'],
'price': 47490,
'price_includes_vat': False,
'registration_date': '2008-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Defender 110 Crew Cab Td4 - 1ère main - Attelage - '
'Sièges Chauffants - Historique Complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:17:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8d20c2-358c-54b3-8042-0fcb6a60f7f9 with identifier: 3136931075
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc8d20c2-358c-54b3-8042-0fcb6a60f7f9
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3d%252Ff9%252Fda3df9e3f06dd8bbea59b65990697808c8bb1605.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/3d/f9/da3df9e3f06dd8bbea59b65990697808c8bb1605.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc0%252F9c%252Fb2c09c4d350eba196864b739fb869ad996082a55.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c0/9c/b2c09c4d350eba196864b739fb869ad996082a55.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcd%252Fb1%252Faccdb10dea216437e1a8786287dd2573389c126e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/cd/b1/accdb10dea216437e1a8786287dd2573389c126e.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb5%252Fdd%252F1fb5dd702b46d9f82956d638749d6f42cb5f77e1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/dd/1fb5dd702b46d9f82956d638749d6f42cb5f77e1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F60%252F14%252Fe5%252F6014e517e5f0728dadaea5f28d081c144619e2b1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/60/14/e5/6014e517e5f0728dadaea5f28d081c144619e2b1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6d%252Fb6%252Ffc%252F6db6fcf425720d6f2a512d2e38e554deb64ea225.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b6/fc/6db6fcf425720d6f2a512d2e38e554deb64ea225.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fab%252Fe0%252Fb6abe07955bae4d4ef1e69b5892da1423fe54031.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ab/e0/b6abe07955bae4d4ef1e69b5892da1423fe54031.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa6%252Fcd%252Fd0a6cd86eaf60e0a93d0f49f4e4634315f3bd9d6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/a6/cd/d0a6cd86eaf60e0a93d0f49f4e4634315f3bd9d6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F61%252Fd2%252F0961d233587557ed1ed859d9b88be4fe0f02c9a1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/61/d2/0961d233587557ed1ed859d9b88be4fe0f02c9a1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb7%252F17%252Fc3b717ef8616550f93d6e18dbae384869fa08b9b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/b7/17/c3b717ef8616550f93d6e18dbae384869fa08b9b.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fc8d20c2-358c-54b3-8042-0fcb6a60f7f9 with identifier 3136931075
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fc8d20c2-358c-54b3-8042-0fcb6a60f7f9
2026-03-30 15:17:44 [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': 'L’équipe French Machine vous propose à la vente ce Land Rover '
'Defender 2.4 Td4 L317 avec un moteur développant 122 chevaux '
'et une boite a manuelle.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Gris métallisé/ Sellerie Cuir Partiel\n'
' \n'
'1ère mise en circulation le 19/11/2008, véhicule '
'comptabilisant 80 227 Km\n'
'\n'
'1ère Main !\n'
'\n'
'Dernier entretien réalisé pour la vente\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Aucun frais à prévoir.\n'
'\n'
'Garantie 3 mois Boite/pont/moteur avec une possibilité '
'd’extension.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Sièges chauffants\n'
'Attelage\n'
'Vitres électriques\n'
'Marche Pied \n'
'Clim Auto\n'
'Post Radio\n'
'Accoudoir Central\n'
'Horloge Land Rover\n'
'Intérieur Cuir/Tissu\n'
'4 Roues motrices\n'
'Jantes Alliage 16“\n'
'\n'
'Liste Non Exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 47\xa0490€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'valable directement en concession Land Rover en France et en '
'Europe.\n'
'\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 122,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fc8d20c2-358c-54b3-8042-0fcb6a60f7f9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3136931075',
'listing': 'auction',
'make': 'LAND-ROVER',
'model': 'Defender',
'odometer': 80227,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/da/3d/f9/da3df9e3f06dd8bbea59b65990697808c8bb1605.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c0/9c/b2c09c4d350eba196864b739fb869ad996082a55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/cd/b1/accdb10dea216437e1a8786287dd2573389c126e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/dd/1fb5dd702b46d9f82956d638749d6f42cb5f77e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/14/e5/6014e517e5f0728dadaea5f28d081c144619e2b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b6/fc/6db6fcf425720d6f2a512d2e38e554deb64ea225.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ab/e0/b6abe07955bae4d4ef1e69b5892da1423fe54031.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/a6/cd/d0a6cd86eaf60e0a93d0f49f4e4634315f3bd9d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/61/d2/0961d233587557ed1ed859d9b88be4fe0f02c9a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/b7/17/c3b717ef8616550f93d6e18dbae384869fa08b9b.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218034,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/3d/f9/da3df9e3f06dd8bbea59b65990697808c8bb1605.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255266,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c0/9c/b2c09c4d350eba196864b739fb869ad996082a55.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/cd/b1/accdb10dea216437e1a8786287dd2573389c126e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190003,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/dd/1fb5dd702b46d9f82956d638749d6f42cb5f77e1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170708,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/14/e5/6014e517e5f0728dadaea5f28d081c144619e2b1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124766,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ab/e0/b6abe07955bae4d4ef1e69b5892da1423fe54031.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141052,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/b7/17/c3b717ef8616550f93d6e18dbae384869fa08b9b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127840,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/a6/cd/d0a6cd86eaf60e0a93d0f49f4e4634315f3bd9d6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136544,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/61/d2/0961d233587557ed1ed859d9b88be4fe0f02c9a1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8d20c2-358c-54b3-8042-0fcb6a60f7f9/fc8d20c2-358c-54b3-8042-0fcb6a60f7f9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164165,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b6/fc/6db6fcf425720d6f2a512d2e38e554deb64ea225.jpg?rule=ad-large',
'Width': 1067}],
'price': 47490,
'price_includes_vat': False,
'registration_date': '2008-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Defender 110 Crew Cab Td4 - 1ère main - Attelage - '
'Sièges Chauffants - Historique Complet',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273136931075%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3136931075: {'created_time': 1774883864.461744, 'last_price_update_time': 1774883864.461755}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3136931075') HTTP/1.1" 204 0
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3161168967
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273161168967%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3161168967: 1
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3161168967
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette '
'Volkswagen Golf VII GTI Performance 230 DSG avec un moteur '
'développant 230 chevaux et une boite Automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Métallisé / intérieur Tissu Damier Noir GTI\n'
' \n'
'1ère mise en circulation le 08/09/2016, véhicule '
'comptabilisant 124 296 Km !\n'
'\n'
'Même propriétaire depuis 2019 !\n'
'\n'
'Historique Complet VW, dernier entretien réalisé pour la '
'vente comprenant la vidange de boite.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Volkswagen valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Toit Ouvrant panoramique\n'
'⁃ Dynaudio Surround\n'
'⁃ Jantes Alu 18 5 Branches Golf 7 R\n'
'⁃ Amortisseurs ST Suspensions avec ressorts court (ressorts '
'et amortisseurs d’origine fournis)\n'
'⁃ Châssis Sport\n'
'⁃ Volant Sport avec commandes et palettes au volant\n'
'⁃ Sièges Sport Chauffant\n'
'⁃ Modes de conduites \n'
'⁃ Projecteur automatique avec feux de jour à LED\n'
'⁃ Régulateur de vitesse adaptatif ACC\n'
'⁃ Front Assist\n'
'⁃ Différentiel à glissement limité\n'
'⁃ Hold Assist\n'
'⁃ Park Assist\n'
'⁃ Radars avant et arrière\n'
'⁃ Détecteurs d’angles mort\n'
'⁃ Vitres arrière surteintée\n'
'⁃ Logo GTI rétroéclairé à l’ouverture des portières\n'
'⁃ Seuil de porte rétroéclairé\n'
'⁃ GPS 16/9ème tactile\n'
'⁃ Climatisation bi-zone\n'
'⁃ Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'⁃ Projecteurs Xénons et adaptatifs\n'
'⁃ Insert effet carbone\n'
'⁃ Accoudoir central avant et arrières\n'
'⁃ Price 12v / Aux + USB\n'
'⁃ Ordinateur de bord\n'
'⁃ Détecteur de pluie\n'
'⁃ Feux automatiques\n'
'⁃ ABS\n'
'⁃ Contrôle pression des pneus\n'
'⁃ ISOFIX\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession VW depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession VW le 12/03/2018 à 10 912 '
'km\n'
'• Entretien réalisé en concession VW le 29/08/2018 à 18 100 '
'km\n'
'• Entretien réalisé en concession VW le 22/08/2019 à 27 402 '
'km\n'
'• Entretien réalisé en concession VW le 28/08/2020 à 42 488 '
'km\n'
'• Entretien réalisé en concession VW le 11/08/2022 à 70 060 '
'km \n'
'• Entretien réalisé en concession VW le 19/07/2023 à 79 005 '
'km\n'
'• Entretien réalisé en concession VW le 28/02/2024 à 87 991 '
'km\n'
'• Entretien réalisé en concession VW le 10/01/2025 à 100 590 '
'km\n'
'\n'
'La dernière vidange de boite de vitesse a été réalisée en '
'concession VW le 11/08/2022 à 70 060 km.\n'
'\n'
'Prochain entretien réalisé pour la vente comprenant la '
'vidange de boite.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 19 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Volkswagen en '
'France et en Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'Hors Malus écologique.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 230,
'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/3161168967',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 124296,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b8/b9/85b8b92542deaad2faa03304c0766988f3a0f113.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/27/bb/d327bb0ebfed0a495956ca20081021ce89aaa5d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/52/4a/32524ae932156c42b54c8b7a114b0124f6ed9c9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/45/e0/fa45e02076e67ea48bb0c5b8117918515ccc68aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/56/e9/b156e9bcb1262cd896852c260b3801cf58441ab4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/28/4d/13284d98946b5e8d704afaab893c073fc0ef9597.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/cb/9e/78cb9eb90117e94ca64e235d881b7256b57c61f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/cd/6f/7fcd6f18de95b97bf58a83a8639484d0d3e81ee6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/34/29/143429322fcf1aeb402888406086aaf67f8437c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/97/ee/f397eead85789ea2f80d39fe9343907c73a4a0a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/53/ae/0f53aeba11e2bb0094ca722ef76f1f4825447c5f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/e7/61/09e761efb048e7bf7acf0c174203f0980a6116c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/6d/84/536d84e1cbf602e73e2403a19a0ccafe33369a65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/a8/f6/b7a8f6c1f3832232560382df84e9d2ae2423e9ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/6b/7f/7f6b7f960743290d75e491d5b385e39139341887.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VII GTI Performance 230 DSG 5P – Toit Ouvrant '
'Panoramique – Dynaudio - ACC – Jantes Golf 7R - Historique Complet '
'VW',
'transmission': 'automatic',
'trim': 'Golf 2.0 TSI 230ch BlueMotion Technology GTI Performance DSG6 5p',
'vin': None,
'year': 2016}
2026-03-30 15:17:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 56a1f727-f670-524e-b549-2195b98582a6 with identifier: 3161168967
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 56a1f727-f670-524e-b549-2195b98582a6
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb8%252Fb9%252F85b8b92542deaad2faa03304c0766988f3a0f113.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b8/b9/85b8b92542deaad2faa03304c0766988f3a0f113.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd3%252F27%252Fbb%252Fd327bb0ebfed0a495956ca20081021ce89aaa5d3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/27/bb/d327bb0ebfed0a495956ca20081021ce89aaa5d3.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F52%252F4a%252F32524ae932156c42b54c8b7a114b0124f6ed9c9d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/32/52/4a/32524ae932156c42b54c8b7a114b0124f6ed9c9d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F45%252Fe0%252Ffa45e02076e67ea48bb0c5b8117918515ccc68aa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/45/e0/fa45e02076e67ea48bb0c5b8117918515ccc68aa.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F56%252Fe9%252Fb156e9bcb1262cd896852c260b3801cf58441ab4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/56/e9/b156e9bcb1262cd896852c260b3801cf58441ab4.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F28%252F4d%252F13284d98946b5e8d704afaab893c073fc0ef9597.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/28/4d/13284d98946b5e8d704afaab893c073fc0ef9597.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcb%252F9e%252F78cb9eb90117e94ca64e235d881b7256b57c61f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/cb/9e/78cb9eb90117e94ca64e235d881b7256b57c61f7.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcd%252F6f%252F7fcd6f18de95b97bf58a83a8639484d0d3e81ee6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/cd/6f/7fcd6f18de95b97bf58a83a8639484d0d3e81ee6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F34%252F29%252F143429322fcf1aeb402888406086aaf67f8437c5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/34/29/143429322fcf1aeb402888406086aaf67f8437c5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F97%252Fee%252Ff397eead85789ea2f80d39fe9343907c73a4a0a0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/97/ee/f397eead85789ea2f80d39fe9343907c73a4a0a0.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 56a1f727-f670-524e-b549-2195b98582a6 with identifier 3161168967
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 56a1f727-f670-524e-b549-2195b98582a6
2026-03-30 15:17:44 [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': 'L’équipe French Machine vous propose à la vente cette '
'Volkswagen Golf VII GTI Performance 230 DSG avec un moteur '
'développant 230 chevaux et une boite Automatique 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Métallisé / intérieur Tissu Damier Noir GTI\n'
' \n'
'1ère mise en circulation le 08/09/2016, véhicule '
'comptabilisant 124 296 Km !\n'
'\n'
'Même propriétaire depuis 2019 !\n'
'\n'
'Historique Complet VW, dernier entretien réalisé pour la '
'vente comprenant la vidange de boite.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Volkswagen valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Toit Ouvrant panoramique\n'
'⁃ Dynaudio Surround\n'
'⁃ Jantes Alu 18 5 Branches Golf 7 R\n'
'⁃ Amortisseurs ST Suspensions avec ressorts court (ressorts '
'et amortisseurs d’origine fournis)\n'
'⁃ Châssis Sport\n'
'⁃ Volant Sport avec commandes et palettes au volant\n'
'⁃ Sièges Sport Chauffant\n'
'⁃ Modes de conduites \n'
'⁃ Projecteur automatique avec feux de jour à LED\n'
'⁃ Régulateur de vitesse adaptatif ACC\n'
'⁃ Front Assist\n'
'⁃ Différentiel à glissement limité\n'
'⁃ Hold Assist\n'
'⁃ Park Assist\n'
'⁃ Radars avant et arrière\n'
'⁃ Détecteurs d’angles mort\n'
'⁃ Vitres arrière surteintée\n'
'⁃ Logo GTI rétroéclairé à l’ouverture des portières\n'
'⁃ Seuil de porte rétroéclairé\n'
'⁃ GPS 16/9ème tactile\n'
'⁃ Climatisation bi-zone\n'
'⁃ Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'⁃ Projecteurs Xénons et adaptatifs\n'
'⁃ Insert effet carbone\n'
'⁃ Accoudoir central avant et arrières\n'
'⁃ Price 12v / Aux + USB\n'
'⁃ Ordinateur de bord\n'
'⁃ Détecteur de pluie\n'
'⁃ Feux automatiques\n'
'⁃ ABS\n'
'⁃ Contrôle pression des pneus\n'
'⁃ ISOFIX\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession VW depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession VW le 12/03/2018 à 10 912 '
'km\n'
'• Entretien réalisé en concession VW le 29/08/2018 à 18 100 '
'km\n'
'• Entretien réalisé en concession VW le 22/08/2019 à 27 402 '
'km\n'
'• Entretien réalisé en concession VW le 28/08/2020 à 42 488 '
'km\n'
'• Entretien réalisé en concession VW le 11/08/2022 à 70 060 '
'km \n'
'• Entretien réalisé en concession VW le 19/07/2023 à 79 005 '
'km\n'
'• Entretien réalisé en concession VW le 28/02/2024 à 87 991 '
'km\n'
'• Entretien réalisé en concession VW le 10/01/2025 à 100 590 '
'km\n'
'\n'
'La dernière vidange de boite de vitesse a été réalisée en '
'concession VW le 11/08/2022 à 70 060 km.\n'
'\n'
'Prochain entretien réalisé pour la vente comprenant la '
'vidange de boite.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 19 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Volkswagen en '
'France et en Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'Hors Malus écologique.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 230,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '56a1f727-f670-524e-b549-2195b98582a6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3161168967',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 124296,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b8/b9/85b8b92542deaad2faa03304c0766988f3a0f113.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/27/bb/d327bb0ebfed0a495956ca20081021ce89aaa5d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/52/4a/32524ae932156c42b54c8b7a114b0124f6ed9c9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/45/e0/fa45e02076e67ea48bb0c5b8117918515ccc68aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/56/e9/b156e9bcb1262cd896852c260b3801cf58441ab4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/28/4d/13284d98946b5e8d704afaab893c073fc0ef9597.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/cb/9e/78cb9eb90117e94ca64e235d881b7256b57c61f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/cd/6f/7fcd6f18de95b97bf58a83a8639484d0d3e81ee6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/34/29/143429322fcf1aeb402888406086aaf67f8437c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/97/ee/f397eead85789ea2f80d39fe9343907c73a4a0a0.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219737,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/b8/b9/85b8b92542deaad2faa03304c0766988f3a0f113.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228972,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/27/bb/d327bb0ebfed0a495956ca20081021ce89aaa5d3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208296,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/52/4a/32524ae932156c42b54c8b7a114b0124f6ed9c9d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195466,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/45/e0/fa45e02076e67ea48bb0c5b8117918515ccc68aa.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216084,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/56/e9/b156e9bcb1262cd896852c260b3801cf58441ab4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179203,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/28/4d/13284d98946b5e8d704afaab893c073fc0ef9597.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144920,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/cb/9e/78cb9eb90117e94ca64e235d881b7256b57c61f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139459,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/cd/6f/7fcd6f18de95b97bf58a83a8639484d0d3e81ee6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156834,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/34/29/143429322fcf1aeb402888406086aaf67f8437c5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_56a1f727-f670-524e-b549-2195b98582a6/56a1f727-f670-524e-b549-2195b98582a6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137844,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/97/ee/f397eead85789ea2f80d39fe9343907c73a4a0a0.jpg?rule=ad-large',
'Width': 1067}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VII GTI Performance 230 DSG 5P – Toit Ouvrant '
'Panoramique – Dynaudio - ACC – Jantes Golf 7R - Historique Complet '
'VW',
'transmission': 'automatic',
'trim': 'Golf 2.0 TSI 230ch BlueMotion Technology GTI Performance DSG6 5p',
'vin': None,
'year': 2016}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273161168967%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3161168967: {'created_time': 1774883864.69101, 'last_price_update_time': 1774883864.691019}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3161168967') HTTP/1.1" 204 0
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3148330105
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273148330105%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3148330105: 1
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3148330105
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Volkswagen '
'Tiguan avec un moteur développant 180 chevaux et une boite '
'Automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Métallisé / intérieur Alcantara Noir \n'
' \n'
'1ère mise en circulation le 17/05/2017, véhicule '
'comptabilisant 58 558 Km seulement !\n'
'\n'
'1ère Main, Historique Complet VW, dernier entretien réalisé '
'pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Volkswagen valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Toit Ouvrant panoramique\n'
'⁃ 4 roues motrices\n'
'⁃ Modes de conduites (neige, route, montagne…)\n'
'⁃ Régulateur de vitesse adaptatif ACC\n'
'⁃ Hold Assist\n'
'⁃ Park Assist\n'
'⁃ Lane Assist\n'
'⁃ Détecteurs d’angles mort\n'
'⁃ Front Assist\n'
'⁃ GPS 16/9ème tactile\n'
'⁃ Radars avant et arrière avec caméra de recul\n'
'⁃ Commandes au volant avec palettes\n'
'⁃ Climatisation bi-zone\n'
'⁃ Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'⁃ Projecteurs Xénons et adaptatifs\n'
'⁃ Démarrage sans clé\n'
'⁃ Insert effet carbone\n'
'⁃ Ouverture de coffre électrique \n'
'⁃ Accoudoir central avant et arrières\n'
'⁃ Price 12v / Aux + USB\n'
'⁃ Ordinateur de bord\n'
'⁃ Jantes Alu 18 pouces \n'
'⁃ Détecteur de pluie\n'
'⁃ Feux automatiques\n'
'⁃ ABS\n'
'⁃ Contrôle pression des pneus\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession VW depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession VW le 04/05/2021 à 32 489 '
'km\n'
'• Entretien réalisé en concession VW le 04/05/2022 à 38 885 '
'km\n'
'• Entretien réalisé en concession VW le 24/04/2023 à 43 575 '
'km\n'
'• Entretien réalisé en concession VW le 09/04/2024 à 46 920 '
'km\n'
'• Entretien réalisé en concession VW le 26/03/2025 à 51 525 '
'km\n'
'\n'
'Prochain entretien réalisé pour la vente comprenant la '
'vidange de boite.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 25 890€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession VW en France et en '
'Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'Hors Malus écologique (nous consulter)\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'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/3148330105',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 58553,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/9a/a2/9b9aa2c040b15459452c6db5ef4c6e85605e1386.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/41/fa/6941fae92b2b9ed3c6ec35932521417f588ad761.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ae/4b/22ae4ba9bb98eea4a1d3768b9af00cb3ddea4be6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/19/e2/ef19e26cb50ec48c3273817a352521f73264ccfb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/2e/41/1c2e410e58711d4f464d16d1106e67e1ca3233e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/fc/41/eafc41aa70353d71aafe6c32860fc30542c4da6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/60/a3/8260a33155826f17b866edc2b05f5a1e8d4fa3ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/67/a7/9d67a7b02675749ebe3866b90094ac20e9851fcb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/d0/70/09d0706827b752cae159f571478d62d19fc3b6ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/94/9a/5d949a72a5aecc63b6ca238c6bfe2c2414fff493.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/e5/73/00e5732759a99330142d96b8b1c4d8ff6e52c0fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/17/58/1817583d894236efc13cd660294a6b4d0f68527c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/af/7e/39af7efb11e45455986026392c8fa2579914b240.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/87/19/b38719434e9a7fdd6df12ca448d55b2437d9c07a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a2/bd/c3a2bdc3885300f4d4af0a2ecdfddce3710d9643.jpg?rule=ad-large'],
'price': 25890,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TSI 180 Carat Exclusive 4Motion DSG7 – 58553 '
'km - 1ère Main – Toit Ouvrant Panoramique – Historique Complet VW',
'transmission': 'automatic',
'trim': 'Tiguan 2.0 TSI 180ch Carat Exclusive 4Motion DSG7',
'vin': None,
'year': 2017}
2026-03-30 15:17:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d62ade3-a7db-5141-9569-c07b335031e6 with identifier: 3148330105
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4d62ade3-a7db-5141-9569-c07b335031e6
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9a%252Fa2%252F9b9aa2c040b15459452c6db5ef4c6e85605e1386.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/9a/a2/9b9aa2c040b15459452c6db5ef4c6e85605e1386.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F41%252Ffa%252F6941fae92b2b9ed3c6ec35932521417f588ad761.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/41/fa/6941fae92b2b9ed3c6ec35932521417f588ad761.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fae%252F4b%252F22ae4ba9bb98eea4a1d3768b9af00cb3ddea4be6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ae/4b/22ae4ba9bb98eea4a1d3768b9af00cb3ddea4be6.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F19%252Fe2%252Fef19e26cb50ec48c3273817a352521f73264ccfb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/19/e2/ef19e26cb50ec48c3273817a352521f73264ccfb.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252F41%252F1c2e410e58711d4f464d16d1106e67e1ca3233e0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/2e/41/1c2e410e58711d4f464d16d1106e67e1ca3233e0.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffc%252F41%252Feafc41aa70353d71aafe6c32860fc30542c4da6d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/fc/41/eafc41aa70353d71aafe6c32860fc30542c4da6d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F82%252F60%252Fa3%252F8260a33155826f17b866edc2b05f5a1e8d4fa3ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/82/60/a3/8260a33155826f17b866edc2b05f5a1e8d4fa3ef.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F67%252Fa7%252F9d67a7b02675749ebe3866b90094ac20e9851fcb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/67/a7/9d67a7b02675749ebe3866b90094ac20e9851fcb.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd0%252F70%252F09d0706827b752cae159f571478d62d19fc3b6ea.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/d0/70/09d0706827b752cae159f571478d62d19fc3b6ea.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F94%252F9a%252F5d949a72a5aecc63b6ca238c6bfe2c2414fff493.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/94/9a/5d949a72a5aecc63b6ca238c6bfe2c2414fff493.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4d62ade3-a7db-5141-9569-c07b335031e6 with identifier 3148330105
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4d62ade3-a7db-5141-9569-c07b335031e6
2026-03-30 15:17:44 [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': 'L’équipe French Machine vous propose à la vente ce Volkswagen '
'Tiguan avec un moteur développant 180 chevaux et une boite '
'Automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Métallisé / intérieur Alcantara Noir \n'
' \n'
'1ère mise en circulation le 17/05/2017, véhicule '
'comptabilisant 58 558 Km seulement !\n'
'\n'
'1ère Main, Historique Complet VW, dernier entretien réalisé '
'pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois boite/pont/moteur avec possibilité '
'd’extension Volkswagen valable en France et en Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'⁃ Toit Ouvrant panoramique\n'
'⁃ 4 roues motrices\n'
'⁃ Modes de conduites (neige, route, montagne…)\n'
'⁃ Régulateur de vitesse adaptatif ACC\n'
'⁃ Hold Assist\n'
'⁃ Park Assist\n'
'⁃ Lane Assist\n'
'⁃ Détecteurs d’angles mort\n'
'⁃ Front Assist\n'
'⁃ GPS 16/9ème tactile\n'
'⁃ Radars avant et arrière avec caméra de recul\n'
'⁃ Commandes au volant avec palettes\n'
'⁃ Climatisation bi-zone\n'
'⁃ Rétroviseurs extérieurs chauffants rabattables '
'électriquement\n'
'⁃ Projecteurs Xénons et adaptatifs\n'
'⁃ Démarrage sans clé\n'
'⁃ Insert effet carbone\n'
'⁃ Ouverture de coffre électrique \n'
'⁃ Accoudoir central avant et arrières\n'
'⁃ Price 12v / Aux + USB\n'
'⁃ Ordinateur de bord\n'
'⁃ Jantes Alu 18 pouces \n'
'⁃ Détecteur de pluie\n'
'⁃ Feux automatiques\n'
'⁃ ABS\n'
'⁃ Contrôle pression des pneus\n'
'⁃ Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART ** Équipements non "
'contractuels\n'
'\n'
'Nous possédons l’ensemble de l’historique d’entretien du '
'véhicule, toujours suivi en concession VW depuis sa sortie '
'd’usine :\n'
'\n'
'• Entretien réalisé en concession VW le 04/05/2021 à 32 489 '
'km\n'
'• Entretien réalisé en concession VW le 04/05/2022 à 38 885 '
'km\n'
'• Entretien réalisé en concession VW le 24/04/2023 à 43 575 '
'km\n'
'• Entretien réalisé en concession VW le 09/04/2024 à 46 920 '
'km\n'
'• Entretien réalisé en concession VW le 26/03/2025 à 51 525 '
'km\n'
'\n'
'Prochain entretien réalisé pour la vente comprenant la '
'vidange de boite.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 25 890€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession VW en France et en '
'Europe.\n'
'\n'
'Hors Frais de mise à la route.\n'
'\n'
'Nous possédons l’ensemble de la documentation ainsi que le '
'double des clés.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'Hors Malus écologique (nous consulter)\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 180,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '4d62ade3-a7db-5141-9569-c07b335031e6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148330105',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 58553,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/9a/a2/9b9aa2c040b15459452c6db5ef4c6e85605e1386.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/41/fa/6941fae92b2b9ed3c6ec35932521417f588ad761.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ae/4b/22ae4ba9bb98eea4a1d3768b9af00cb3ddea4be6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/19/e2/ef19e26cb50ec48c3273817a352521f73264ccfb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/2e/41/1c2e410e58711d4f464d16d1106e67e1ca3233e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/fc/41/eafc41aa70353d71aafe6c32860fc30542c4da6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/60/a3/8260a33155826f17b866edc2b05f5a1e8d4fa3ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/67/a7/9d67a7b02675749ebe3866b90094ac20e9851fcb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/d0/70/09d0706827b752cae159f571478d62d19fc3b6ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/94/9a/5d949a72a5aecc63b6ca238c6bfe2c2414fff493.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235789,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/9a/a2/9b9aa2c040b15459452c6db5ef4c6e85605e1386.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233504,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/41/fa/6941fae92b2b9ed3c6ec35932521417f588ad761.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210250,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/ae/4b/22ae4ba9bb98eea4a1d3768b9af00cb3ddea4be6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217288,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/19/e2/ef19e26cb50ec48c3273817a352521f73264ccfb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205607,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/2e/41/1c2e410e58711d4f464d16d1106e67e1ca3233e0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116903,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/fc/41/eafc41aa70353d71aafe6c32860fc30542c4da6d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133953,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/60/a3/8260a33155826f17b866edc2b05f5a1e8d4fa3ef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146516,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/67/a7/9d67a7b02675749ebe3866b90094ac20e9851fcb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132969,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/d0/70/09d0706827b752cae159f571478d62d19fc3b6ea.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d62ade3-a7db-5141-9569-c07b335031e6/4d62ade3-a7db-5141-9569-c07b335031e6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117589,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/94/9a/5d949a72a5aecc63b6ca238c6bfe2c2414fff493.jpg?rule=ad-large',
'Width': 1067}],
'price': 25890,
'price_includes_vat': False,
'registration_date': '2017-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TSI 180 Carat Exclusive 4Motion DSG7 – 58553 '
'km - 1ère Main – Toit Ouvrant Panoramique – Historique Complet VW',
'transmission': 'automatic',
'trim': 'Tiguan 2.0 TSI 180ch Carat Exclusive 4Motion DSG7',
'vin': None,
'year': 2017}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273148330105%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3148330105: {'created_time': 1774883864.938356, 'last_price_update_time': 1774883864.938366}
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3148330105') HTTP/1.1" 204 0
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3114505735
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [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%273114505735%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3114505735: 1
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3114505735
2026-03-30 15:17:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes C 63 S AMG avec un moteur V8 Bi-turbo de 4 '
'développant 510 chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Argent Iridium / intérieur cuir Nappa Noir\n'
'\n'
'Immatriculation Française, pas de Malus à prévoir \n'
' \n'
'1ère mise en circulation le 09/01/2015, véhicule '
'comptabilisant 107 780 Km.\n'
'\n'
'Historique d’entretien complet Mercedes.\n'
'Dernier entretien réalisé en concession Mercedes le '
'25/07/2025 à 104 235 km comprenant les travaux suivants :\n'
'• Vidange moteur\n'
'• Remplacement du filtre à huile\n'
'• Remplacement du filtre à pollen\n'
'• Purge du liquide de frein\n'
'• Remplacement des 8 bougies d’allumage\n'
'• Vidange du différentiel arrière\n'
'• 4 pneumatiques neufs Michelin\n'
'\n'
'La vidange de boite a été réalisé en 2018 à 45 604 km en '
'concession Mercedes.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois avec extension de garantie Mercedes possible '
'sur 3 ans.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant panoramique\n'
'- Freins Céramique haute performance\n'
'- Pack Carbone extérieur AMG (Diffuseur ar, baguettes '
'latérales, finition PC avant)\n'
'- Échappement Sport à clapets\n'
'- Sorties d’échappement AMG Performance\n'
'- Sièges chauffants\n'
'- Régulateur/limiteur de vitesse \n'
'- Chauffage additionnel WEBASTO\n'
'- Climatisation Thermotronic 3 zones\n'
'- Pack Keyless Go (ouverture et démarrage sans clé)\n'
'- Pack Technologie plus\n'
'- Affichage tête haute\n'
'- Line Assist\n'
'- Détecteurs d’angles morts\n'
'- Intérieur tout cuir\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Radars avant/arrière avec caméra de recul\n'
'- Volant cuir AMG Performance\n'
'- Sound-System Harman-Kardon avec Son Surround Logic7\n'
'- Palettes au volant\n'
'- Suspension Sport\n'
'- Châssis Sport\n'
'- Sièges Sport\n'
'- Climatisation automatique bi-zones\n'
'- Correcteur d’assiette\n'
'- Système avertisseur de collision\n'
'- Inserts en bois précieux\n'
'- Rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'- Projecteurs automatiques\n'
'- Projecteurs antibrouillards\n'
'- Projecteurs bi-xénons\n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Jantes alu 19 pouces 5 doubles branches AMG Pneus Michelin '
'neufs\n'
'- Bluetooth\n'
'- Barres de toit\n'
'- Hayon electrique\n'
'- Aide au démarrage en côte\n'
'- Détecteur de pluie\n'
'- ABS\n'
'- Anti-démarrage\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretiens toujours suivi en '
'concession Mercedes ainsi que toute la documentation '
'd’origine et le double de clés :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 17/05/2016 à 23 '
'957 km\n'
'• Entretien réalisé en concession Mercedes le 29/06/2017 à 36 '
'378 km\n'
'• Entretien réalisé en concession Mercedes le 11/12/2018 à 45 '
'604 km\n'
'• Entretien réalisé en concession Mercedes le 11/12/2020 à 54 '
'056 km\n'
'• Entretien réalisé en concession Mercedes le 13/05/2022 à 58 '
'038 km\n'
'• Entretien réalisé en concession Mercedes le 09/03/2023 à 76 '
'816 km\n'
'• Entretien réalisé en concession Mercedes le 04/06/2024 à 89 '
'593 km\n'
'• Entretien réalisé en concession Mercedes le 25/07/2025 à '
'104 235 km\n'
'\n'
'La vidange de boite a été réalisé en 2018 à 45 604 km en '
'concession Mercedes.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 39 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 510,
'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/3114505735',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 107780,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/15/f6/2c/15f62c7333b135c3a059c3e4ad3c0fe42786da69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/27/a4/ea27a48937d5519014e687e0a137e8d53b6de6b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/88/46/238846c255db1f5ab1b7e4a7a924087ae008c3c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/b0/9d/79b09dd6ab508db5ad62e51a80b7145e497bebbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/66/6b/17666b657d1c71a1c7e1fb99ce9d847896a645ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/00/2d/1b002ddf4c1c769c44a9665ed40930674cfbb3e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/3c/fd/be3cfd9e84efa4d8d3fadfc63f7bf5b120f7db1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/f4/9ef2f4d65d2221d193bd40f1a4a14df7d6773507.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/e9/e6/86e9e6d0d5c41039dac3e5d976021890b579b0da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/9b/57/b09b57f5625e214be1c87c5981168150c0bcb70b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/cc/6d/c6cc6d0ebd40ce33e496f3984d6c379cca821d3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/05/ef/d605efe23f06a665301166b1efc78b2b577d0c08.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/04/88/3104880ef254cd1527669ae34be7edb686a0cc5e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/13/7b/cb137b903c7e5b3f181b5c65cb066d7c248a5c6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/18/28/731828271bce92d6c12b04a21d0817e18b693860.jpg?rule=ad-large'],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe C 63 S AMG (S205) 510 4.0 V8 Speedschift - Freins '
'Céramiques - Toit Ouvrant Panoramique – Pack Extérieur Carbone - '
'Historique Complet Mercedes',
'transmission': 'automatic',
'trim': 'Classe C Break 63 AMG S Speedshift MCT AMG',
'vin': None,
'year': 2015}
2026-03-30 15:17:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 02945d27-ceb6-5fbf-92d3-90dc503ac275 with identifier: 3114505735
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 02945d27-ceb6-5fbf-92d3-90dc503ac275
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff6%252F2c%252F15f62c7333b135c3a059c3e4ad3c0fe42786da69.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/15/f6/2c/15f62c7333b135c3a059c3e4ad3c0fe42786da69.jpg?rule=ad-large already downloaded
2026-03-30 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F27%252Fa4%252Fea27a48937d5519014e687e0a137e8d53b6de6b1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/27/a4/ea27a48937d5519014e687e0a137e8d53b6de6b1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F88%252F46%252F238846c255db1f5ab1b7e4a7a924087ae008c3c2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/88/46/238846c255db1f5ab1b7e4a7a924087ae008c3c2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb0%252F9d%252F79b09dd6ab508db5ad62e51a80b7145e497bebbe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/79/b0/9d/79b09dd6ab508db5ad62e51a80b7145e497bebbe.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F66%252F6b%252F17666b657d1c71a1c7e1fb99ce9d847896a645ec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/66/6b/17666b657d1c71a1c7e1fb99ce9d847896a645ec.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F00%252F2d%252F1b002ddf4c1c769c44a9665ed40930674cfbb3e1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/00/2d/1b002ddf4c1c769c44a9665ed40930674cfbb3e1.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3c%252Ffd%252Fbe3cfd9e84efa4d8d3fadfc63f7bf5b120f7db1e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/3c/fd/be3cfd9e84efa4d8d3fadfc63f7bf5b120f7db1e.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff4%252F9ef2f4d65d2221d193bd40f1a4a14df7d6773507.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/f4/9ef2f4d65d2221d193bd40f1a4a14df7d6773507.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe9%252Fe6%252F86e9e6d0d5c41039dac3e5d976021890b579b0da.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/e9/e6/86e9e6d0d5c41039dac3e5d976021890b579b0da.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9b%252F57%252Fb09b57f5625e214be1c87c5981168150c0bcb70b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/9b/57/b09b57f5625e214be1c87c5981168150c0bcb70b.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 02945d27-ceb6-5fbf-92d3-90dc503ac275 with identifier 3114505735
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 02945d27-ceb6-5fbf-92d3-90dc503ac275
2026-03-30 15:17:45 [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': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes C 63 S AMG avec un moteur V8 Bi-turbo de 4 '
'développant 510 chevaux et une boite automatique 7 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleures '
'conditions.\n'
' \n'
'Extérieur Gris Argent Iridium / intérieur cuir Nappa Noir\n'
'\n'
'Immatriculation Française, pas de Malus à prévoir \n'
' \n'
'1ère mise en circulation le 09/01/2015, véhicule '
'comptabilisant 107 780 Km.\n'
'\n'
'Historique d’entretien complet Mercedes.\n'
'Dernier entretien réalisé en concession Mercedes le '
'25/07/2025 à 104 235 km comprenant les travaux suivants :\n'
'• Vidange moteur\n'
'• Remplacement du filtre à huile\n'
'• Remplacement du filtre à pollen\n'
'• Purge du liquide de frein\n'
'• Remplacement des 8 bougies d’allumage\n'
'• Vidange du différentiel arrière\n'
'• 4 pneumatiques neufs Michelin\n'
'\n'
'La vidange de boite a été réalisé en 2018 à 45 604 km en '
'concession Mercedes.\n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'Garantie 3 mois avec extension de garantie Mercedes possible '
'sur 3 ans.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'- Toit ouvrant panoramique\n'
'- Freins Céramique haute performance\n'
'- Pack Carbone extérieur AMG (Diffuseur ar, baguettes '
'latérales, finition PC avant)\n'
'- Échappement Sport à clapets\n'
'- Sorties d’échappement AMG Performance\n'
'- Sièges chauffants\n'
'- Régulateur/limiteur de vitesse \n'
'- Chauffage additionnel WEBASTO\n'
'- Climatisation Thermotronic 3 zones\n'
'- Pack Keyless Go (ouverture et démarrage sans clé)\n'
'- Pack Technologie plus\n'
'- Affichage tête haute\n'
'- Line Assist\n'
'- Détecteurs d’angles morts\n'
'- Intérieur tout cuir\n'
'- Sièges électriques à mémoire\n'
'- Supports lombaires électriques\n'
'- Radars avant/arrière avec caméra de recul\n'
'- Volant cuir AMG Performance\n'
'- Sound-System Harman-Kardon avec Son Surround Logic7\n'
'- Palettes au volant\n'
'- Suspension Sport\n'
'- Châssis Sport\n'
'- Sièges Sport\n'
'- Climatisation automatique bi-zones\n'
'- Correcteur d’assiette\n'
'- Système avertisseur de collision\n'
'- Inserts en bois précieux\n'
'- Rétroviseurs électriques et dégivrant rabattables '
'électriquement\n'
'- Projecteurs automatiques\n'
'- Projecteurs antibrouillards\n'
'- Projecteurs bi-xénons\n'
'- Ordinateur de bord\n'
'- Volant multifonctions\n'
'- Jantes alu 19 pouces 5 doubles branches AMG Pneus Michelin '
'neufs\n'
'- Bluetooth\n'
'- Barres de toit\n'
'- Hayon electrique\n'
'- Aide au démarrage en côte\n'
'- Détecteur de pluie\n'
'- ABS\n'
'- Anti-démarrage\n'
'- Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretiens toujours suivi en '
'concession Mercedes ainsi que toute la documentation '
'd’origine et le double de clés :\n'
'\n'
'• Entretien réalisé en concession Mercedes le 17/05/2016 à 23 '
'957 km\n'
'• Entretien réalisé en concession Mercedes le 29/06/2017 à 36 '
'378 km\n'
'• Entretien réalisé en concession Mercedes le 11/12/2018 à 45 '
'604 km\n'
'• Entretien réalisé en concession Mercedes le 11/12/2020 à 54 '
'056 km\n'
'• Entretien réalisé en concession Mercedes le 13/05/2022 à 58 '
'038 km\n'
'• Entretien réalisé en concession Mercedes le 09/03/2023 à 76 '
'816 km\n'
'• Entretien réalisé en concession Mercedes le 04/06/2024 à 89 '
'593 km\n'
'• Entretien réalisé en concession Mercedes le 25/07/2025 à '
'104 235 km\n'
'\n'
'La vidange de boite a été réalisé en 2018 à 45 604 km en '
'concession Mercedes.\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 39 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie jusqu’à '
'36 mois valable directement en concession Mercedes en France '
'et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Le montant de la carte grise reste à la charge de '
'l’acheteur.\n'
'\n'
'Plus de photos disponibles sur notre site',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 510,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '02945d27-ceb6-5fbf-92d3-90dc503ac275',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3114505735',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 107780,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/15/f6/2c/15f62c7333b135c3a059c3e4ad3c0fe42786da69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/27/a4/ea27a48937d5519014e687e0a137e8d53b6de6b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/88/46/238846c255db1f5ab1b7e4a7a924087ae008c3c2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/b0/9d/79b09dd6ab508db5ad62e51a80b7145e497bebbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/66/6b/17666b657d1c71a1c7e1fb99ce9d847896a645ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/00/2d/1b002ddf4c1c769c44a9665ed40930674cfbb3e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/3c/fd/be3cfd9e84efa4d8d3fadfc63f7bf5b120f7db1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/f4/9ef2f4d65d2221d193bd40f1a4a14df7d6773507.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/e9/e6/86e9e6d0d5c41039dac3e5d976021890b579b0da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/9b/57/b09b57f5625e214be1c87c5981168150c0bcb70b.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213060,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/f6/2c/15f62c7333b135c3a059c3e4ad3c0fe42786da69.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267008,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/27/a4/ea27a48937d5519014e687e0a137e8d53b6de6b1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177661,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/88/46/238846c255db1f5ab1b7e4a7a924087ae008c3c2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211880,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/b0/9d/79b09dd6ab508db5ad62e51a80b7145e497bebbe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151609,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/66/6b/17666b657d1c71a1c7e1fb99ce9d847896a645ec.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135248,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/00/2d/1b002ddf4c1c769c44a9665ed40930674cfbb3e1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146128,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/3c/fd/be3cfd9e84efa4d8d3fadfc63f7bf5b120f7db1e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121305,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f2/f4/9ef2f4d65d2221d193bd40f1a4a14df7d6773507.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76037,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/e9/e6/86e9e6d0d5c41039dac3e5d976021890b579b0da.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02945d27-ceb6-5fbf-92d3-90dc503ac275/02945d27-ceb6-5fbf-92d3-90dc503ac275_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76884,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/9b/57/b09b57f5625e214be1c87c5981168150c0bcb70b.jpg?rule=ad-large',
'Width': 1067}],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2015-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe C 63 S AMG (S205) 510 4.0 V8 Speedschift - Freins '
'Céramiques - Toit Ouvrant Panoramique – Pack Extérieur Carbone - '
'Historique Complet Mercedes',
'transmission': 'automatic',
'trim': 'Classe C Break 63 AMG S Speedshift MCT AMG',
'vin': None,
'year': 2015}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273114505735%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3114505735: {'created_time': 1774883865.196437, 'last_price_update_time': 1774883865.196448}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3114505735') HTTP/1.1" 204 0
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3145002458
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273145002458%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3145002458: 1
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3145002458
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes SL 350 avec un moteur V6 développant 245 chevaux et '
'une boite automatique 5 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Gris Bleu métallisé / intérieur cuir Gris\n'
' \n'
'1ère mise en circulation le 08/04/2004, véhicule '
'comptabilisant 177 952 Km.\n'
'\n'
'Dernier entretien réalisé le 23/03/2024 à 173 781 Km\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
'\n'
"Le véhicule est convertit à l'éthanol, opération réalisé par "
'les professionnels Biomotors.\n'
' \n'
'Garantie 3 mois boite/pont/moteur\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit panoramique (Option très rare)\n'
'Radars de stationnement avant et arrière\n'
'Sièges chauffants\n'
'Système audio BOSE\n'
'Sièges électriques à mémoire\n'
'Projecteurs Xénons\n'
'Feux de route adaptatif\n'
'Modes de conduite\n'
'Insert décoratif en bois précieux\n'
'Régulateur /Limiteur de vitesse\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseurs rabattables électriquement\n'
'ordinateur de bord\n'
'Chargeur 6 CD\n'
'volant multifonctions\n'
'Jantes en alu 18 pouces\n'
'aide au démarrage en côte\n'
'climatisation automatique bizones\n'
'détecteur de pluie\n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Mercedes et spécialistes '
'depuis sa sortie d’usine.\n'
'\n'
'Historique D’entretien :\n'
'\n'
'Entretien réalisé le 04/04/2005 au 31 285 km\n'
'Entretien réalisé le 09/05/2006 au 74 547 km\n'
'Entretien réalisé le 04/12/2006 au 79 671 km\n'
'Entretien réalisé le 03/12/2008 au 90 200 km\n'
'Entretien réalisé le 24/08/2009 au 102 000 km\n'
'Entretien réalisé le 25/05/2011 au 116 427 km\n'
'Entretien réalisé le 11/07/2015 au 127 036 km\n'
'Entretien réalisé le 14/05/2018 au 142 701 km\n'
'Entretien réalisé le 17/04/2021 au 151 805 km\n'
'Entretien réalisé le 08/03/2023 au 165 538 km\n'
'Entretien réalisé le 23/03/2024 au 173 781 km\n'
'\n'
'Dernier entretien réalisé pour la vente comprenant les '
'travaux suivants:\n'
'\n'
'Vidange moteur\n'
'Remplacement du filtre à huile\n'
'Remplacement de la pompe à vide et contrôle de la capote '
'(Facture de 1490€)\n'
'Controle de tous les niveaux\n'
'Batterie Neuve\n'
'Batterie Accessoire Neuve\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 17 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession Mercedes en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 245,
'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/3145002458',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe SL',
'odometer': 177952,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/dc/83/abdc83803df9809118f19e63544c54ad0f5d710d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/da/21/30da218bd968e6371b2e684d13baeb6b673ac302.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/4b/f5/f14bf55d8d50b15694fde8ad97ec8f68003350ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a9/59/56a959f2dc1fd569281bfec4545e9e8b3a9a1864.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/f0/2b/29f02b73e409ef0d5df49cf30ab1a014089173de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/5b/29/c95b290e0c4562de7c78b4615b44e6676915c70e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/f9/64/7af964c7518d1df8b23c43c91554ebac1080a8f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fc/ac/dafcac9443a5ab7a6e021f29015f32775a75cf2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/3b/11/1f3b1180bd29ab483694828799d64dd97a676ccc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/08/ee/f608eedee71e66d2eb0d19078a973815bf6c5e4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/dc/bf/3bdcbfb7b4aeec4d83ba4d467d10e9cc2e0a9351.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/2d/37/8d2d37e9ef35b332fec8e81da1be701d20266ecd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/3f/b1/f43fb184d34de15932b33fff52b852e54d5ab978.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/cf/c2/82cfc2d6b579e99adadf831ca6d739b53cde9daa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f4/64/30f4648e13f0be1b787a67098053ff6891d456e1.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2004-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes SL 350 V6 245 BVA Élégance - Toit Panoramique - Sièges '
'Chauffant électrique à mémoire - BOSE - Xénons',
'transmission': 'automatic',
'trim': 'Classe SL 350 Roadster BA',
'vin': None,
'year': 2004}
2026-03-30 15:17:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0440a58c-612f-5131-ab4b-9f4f3930d797 with identifier: 3145002458
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0440a58c-612f-5131-ab4b-9f4f3930d797
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdc%252F83%252Fabdc83803df9809118f19e63544c54ad0f5d710d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/dc/83/abdc83803df9809118f19e63544c54ad0f5d710d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fda%252F21%252F30da218bd968e6371b2e684d13baeb6b673ac302.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/da/21/30da218bd968e6371b2e684d13baeb6b673ac302.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4b%252Ff5%252Ff14bf55d8d50b15694fde8ad97ec8f68003350ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/4b/f5/f14bf55d8d50b15694fde8ad97ec8f68003350ef.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa9%252F59%252F56a959f2dc1fd569281bfec4545e9e8b3a9a1864.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a9/59/56a959f2dc1fd569281bfec4545e9e8b3a9a1864.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff0%252F2b%252F29f02b73e409ef0d5df49cf30ab1a014089173de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/f0/2b/29f02b73e409ef0d5df49cf30ab1a014089173de.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5b%252F29%252Fc95b290e0c4562de7c78b4615b44e6676915c70e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/5b/29/c95b290e0c4562de7c78b4615b44e6676915c70e.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff9%252F64%252F7af964c7518d1df8b23c43c91554ebac1080a8f5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/f9/64/7af964c7518d1df8b23c43c91554ebac1080a8f5.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffc%252Fac%252Fdafcac9443a5ab7a6e021f29015f32775a75cf2c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fc/ac/dafcac9443a5ab7a6e021f29015f32775a75cf2c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3b%252F11%252F1f3b1180bd29ab483694828799d64dd97a676ccc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/3b/11/1f3b1180bd29ab483694828799d64dd97a676ccc.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F08%252Fee%252Ff608eedee71e66d2eb0d19078a973815bf6c5e4c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/08/ee/f608eedee71e66d2eb0d19078a973815bf6c5e4c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0440a58c-612f-5131-ab4b-9f4f3930d797 with identifier 3145002458
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0440a58c-612f-5131-ab4b-9f4f3930d797
2026-03-30 15:17:45 [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': 'L’équipe French Machine vous propose à la vente cette '
'Mercedes SL 350 avec un moteur V6 développant 245 chevaux et '
'une boite automatique 5 Rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
'\n'
'Extérieur Gris Bleu métallisé / intérieur cuir Gris\n'
' \n'
'1ère mise en circulation le 08/04/2004, véhicule '
'comptabilisant 177 952 Km.\n'
'\n'
'Dernier entretien réalisé le 23/03/2024 à 173 781 Km\n'
'Un entretien sera réalisé pour la vente.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'Aucun frais à prévoir.\n'
'\n'
"Le véhicule est convertit à l'éthanol, opération réalisé par "
'les professionnels Biomotors.\n'
' \n'
'Garantie 3 mois boite/pont/moteur\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Toit panoramique (Option très rare)\n'
'Radars de stationnement avant et arrière\n'
'Sièges chauffants\n'
'Système audio BOSE\n'
'Sièges électriques à mémoire\n'
'Projecteurs Xénons\n'
'Feux de route adaptatif\n'
'Modes de conduite\n'
'Insert décoratif en bois précieux\n'
'Régulateur /Limiteur de vitesse\n'
'rétroviseurs électriques et dégivrant\n'
'Rétroviseurs rabattables électriquement\n'
'ordinateur de bord\n'
'Chargeur 6 CD\n'
'volant multifonctions\n'
'Jantes en alu 18 pouces\n'
'aide au démarrage en côte\n'
'climatisation automatique bizones\n'
'détecteur de pluie\n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'fixation ISOFIX\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Nous possédons l’historique d’entretien du véhicule qui à '
'toujours été suivi en concession Mercedes et spécialistes '
'depuis sa sortie d’usine.\n'
'\n'
'Historique D’entretien :\n'
'\n'
'Entretien réalisé le 04/04/2005 au 31 285 km\n'
'Entretien réalisé le 09/05/2006 au 74 547 km\n'
'Entretien réalisé le 04/12/2006 au 79 671 km\n'
'Entretien réalisé le 03/12/2008 au 90 200 km\n'
'Entretien réalisé le 24/08/2009 au 102 000 km\n'
'Entretien réalisé le 25/05/2011 au 116 427 km\n'
'Entretien réalisé le 11/07/2015 au 127 036 km\n'
'Entretien réalisé le 14/05/2018 au 142 701 km\n'
'Entretien réalisé le 17/04/2021 au 151 805 km\n'
'Entretien réalisé le 08/03/2023 au 165 538 km\n'
'Entretien réalisé le 23/03/2024 au 173 781 km\n'
'\n'
'Dernier entretien réalisé pour la vente comprenant les '
'travaux suivants:\n'
'\n'
'Vidange moteur\n'
'Remplacement du filtre à huile\n'
'Remplacement de la pompe à vide et contrôle de la capote '
'(Facture de 1490€)\n'
'Controle de tous les niveaux\n'
'Batterie Neuve\n'
'Batterie Accessoire Neuve\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de 17 990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux avec une possibilité d’extension de garantie valable '
'directement en concession Mercedes en France et en Europe.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
'\n'
'Véhicule visible sur notre site internet pour plus de '
'photos.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 245,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '0440a58c-612f-5131-ab4b-9f4f3930d797',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3145002458',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe SL',
'odometer': 177952,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/dc/83/abdc83803df9809118f19e63544c54ad0f5d710d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/da/21/30da218bd968e6371b2e684d13baeb6b673ac302.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/4b/f5/f14bf55d8d50b15694fde8ad97ec8f68003350ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a9/59/56a959f2dc1fd569281bfec4545e9e8b3a9a1864.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/f0/2b/29f02b73e409ef0d5df49cf30ab1a014089173de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/5b/29/c95b290e0c4562de7c78b4615b44e6676915c70e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/f9/64/7af964c7518d1df8b23c43c91554ebac1080a8f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fc/ac/dafcac9443a5ab7a6e021f29015f32775a75cf2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/3b/11/1f3b1180bd29ab483694828799d64dd97a676ccc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/08/ee/f608eedee71e66d2eb0d19078a973815bf6c5e4c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232549,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/dc/83/abdc83803df9809118f19e63544c54ad0f5d710d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242423,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/da/21/30da218bd968e6371b2e684d13baeb6b673ac302.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201212,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/4b/f5/f14bf55d8d50b15694fde8ad97ec8f68003350ef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226670,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/a9/59/56a959f2dc1fd569281bfec4545e9e8b3a9a1864.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151992,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/f0/2b/29f02b73e409ef0d5df49cf30ab1a014089173de.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162998,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/5b/29/c95b290e0c4562de7c78b4615b44e6676915c70e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146773,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/f9/64/7af964c7518d1df8b23c43c91554ebac1080a8f5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151037,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fc/ac/dafcac9443a5ab7a6e021f29015f32775a75cf2c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156481,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/3b/11/1f3b1180bd29ab483694828799d64dd97a676ccc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0440a58c-612f-5131-ab4b-9f4f3930d797/0440a58c-612f-5131-ab4b-9f4f3930d797_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201989,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/08/ee/f608eedee71e66d2eb0d19078a973815bf6c5e4c.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2004-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes SL 350 V6 245 BVA Élégance - Toit Panoramique - Sièges '
'Chauffant électrique à mémoire - BOSE - Xénons',
'transmission': 'automatic',
'trim': 'Classe SL 350 Roadster BA',
'vin': None,
'year': 2004}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273145002458%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3145002458: {'created_time': 1774883865.422555, 'last_price_update_time': 1774883865.422565}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3145002458') HTTP/1.1" 204 0
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164938561
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273164938561%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164938561: 1
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164938561
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente ce Can-Am '
'Spyder RS de 2010 développant 98 Ch avec une boite de vitesse '
'à 5 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'1ère mise en circulation le 28/05/2010, véhicule '
'comptabilisant 8 656 Km.\n'
'\n'
"1ère main, avec facture d'achat!\n"
'\n'
'Conduite possible avec le permis B !\n'
'\n'
'Grosse révision réalisée concession Can-Am le 19/03/2025 à 8 '
'052 km comprenant les travaux suivant :\n'
'\n'
'Vidange boite/moteur\n'
'Filtre huile spider can-am\n'
'Joint couvercle filtre a huile\n'
'Joint vidange\n'
'Joint vidange moteur \n'
'Nettoyage filtre + boite à air \n'
'Contrôle et réglages de la courroie \n'
'Réglage frein de parking\n'
'Contrôle des plaquettes de freins\n'
'\n'
'Prochain entretien a 15 550 km \n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Bulle \n'
'Dosseret\n'
'Porte bagage arrière \n'
'Ordinateur de bord\n'
'Support de plaque court \n'
'Selles confort 2 places \n'
'Feu diurnes\n'
'ABS \n'
'Jantes en alliage 14“ \n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Nous proposons ce véhicule au tarif de 9\xa0990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux. Avec possibilités d’extension de garantie valable en '
'concession Can-Am.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'La carte grise est au frais de l’acheteur.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 98,
'expiration_date': None,
'fuel_type': None,
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/motos/3164938561',
'listing': 'auction',
'make': 'Can_Am',
'model': 'Spyder',
'odometer': 8656,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/98/0c/f6980c793b3c2327a5ba17a04bdcd1fedbc5107d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/73/d7/8b73d72cf1c4825585c18003a90040e58c1ee2d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/f6/66/9ff66625217412e8469d9448534092d1596ddfc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/76/b3/7776b354895ae17b81591aec58b0b1982d90f245.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/d3/51/82d351bc47b8918af2e75a1bd4d6f1ae53f4d7e2.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2010-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Can-Am Spyder Rs - 8656km - 1ère main - Dosseret - Porte bagage',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2010}
2026-03-30 15:17:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ab563112-8e89-543d-9e06-4308ec336852 with identifier: 3164938561
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item ab563112-8e89-543d-9e06-4308ec336852
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F98%252F0c%252Ff6980c793b3c2327a5ba17a04bdcd1fedbc5107d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/98/0c/f6980c793b3c2327a5ba17a04bdcd1fedbc5107d.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F73%252Fd7%252F8b73d72cf1c4825585c18003a90040e58c1ee2d8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/73/d7/8b73d72cf1c4825585c18003a90040e58c1ee2d8.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff6%252F66%252F9ff66625217412e8469d9448534092d1596ddfc4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/f6/66/9ff66625217412e8469d9448534092d1596ddfc4.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F76%252Fb3%252F7776b354895ae17b81591aec58b0b1982d90f245.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/77/76/b3/7776b354895ae17b81591aec58b0b1982d90f245.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F82%252Fd3%252F51%252F82d351bc47b8918af2e75a1bd4d6f1ae53f4d7e2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/82/d3/51/82d351bc47b8918af2e75a1bd4d6f1ae53f4d7e2.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ab563112-8e89-543d-9e06-4308ec336852 with identifier 3164938561
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ab563112-8e89-543d-9e06-4308ec336852
2026-03-30 15:17:45 [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': 'L’équipe French Machine vous propose à la vente ce Can-Am '
'Spyder RS de 2010 développant 98 Ch avec une boite de vitesse '
'à 5 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'1ère mise en circulation le 28/05/2010, véhicule '
'comptabilisant 8 656 Km.\n'
'\n'
"1ère main, avec facture d'achat!\n"
'\n'
'Conduite possible avec le permis B !\n'
'\n'
'Grosse révision réalisée concession Can-Am le 19/03/2025 à 8 '
'052 km comprenant les travaux suivant :\n'
'\n'
'Vidange boite/moteur\n'
'Filtre huile spider can-am\n'
'Joint couvercle filtre a huile\n'
'Joint vidange\n'
'Joint vidange moteur \n'
'Nettoyage filtre + boite à air \n'
'Contrôle et réglages de la courroie \n'
'Réglage frein de parking\n'
'Contrôle des plaquettes de freins\n'
'\n'
'Prochain entretien a 15 550 km \n'
'\n'
'Aucun frais à prévoir.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Bulle \n'
'Dosseret\n'
'Porte bagage arrière \n'
'Ordinateur de bord\n'
'Support de plaque court \n'
'Selles confort 2 places \n'
'Feu diurnes\n'
'ABS \n'
'Jantes en alliage 14“ \n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
' \n'
'Nous proposons ce véhicule au tarif de 9\xa0990€ incluant une '
"garantie pièces et main d'œuvre de 3 mois valable dans nos "
'locaux. Avec possibilités d’extension de garantie valable en '
'concession Can-Am.\n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'La carte grise est au frais de l’acheteur.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 98,
'expiration_date': None,
'fuel_type': None,
'id': 'ab563112-8e89-543d-9e06-4308ec336852',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/motos/3164938561',
'listing': 'auction',
'make': 'Can_Am',
'model': 'Spyder',
'odometer': 8656,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/98/0c/f6980c793b3c2327a5ba17a04bdcd1fedbc5107d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/73/d7/8b73d72cf1c4825585c18003a90040e58c1ee2d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/f6/66/9ff66625217412e8469d9448534092d1596ddfc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/76/b3/7776b354895ae17b81591aec58b0b1982d90f245.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/d3/51/82d351bc47b8918af2e75a1bd4d6f1ae53f4d7e2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab563112-8e89-543d-9e06-4308ec336852/ab563112-8e89-543d-9e06-4308ec336852_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269066,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/98/0c/f6980c793b3c2327a5ba17a04bdcd1fedbc5107d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab563112-8e89-543d-9e06-4308ec336852/ab563112-8e89-543d-9e06-4308ec336852_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226658,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/73/d7/8b73d72cf1c4825585c18003a90040e58c1ee2d8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab563112-8e89-543d-9e06-4308ec336852/ab563112-8e89-543d-9e06-4308ec336852_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263656,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/f6/66/9ff66625217412e8469d9448534092d1596ddfc4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab563112-8e89-543d-9e06-4308ec336852/ab563112-8e89-543d-9e06-4308ec336852_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210265,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/76/b3/7776b354895ae17b81591aec58b0b1982d90f245.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab563112-8e89-543d-9e06-4308ec336852/ab563112-8e89-543d-9e06-4308ec336852_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152001,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/d3/51/82d351bc47b8918af2e75a1bd4d6f1ae53f4d7e2.jpg?rule=ad-large',
'Width': 1067}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2010-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Can-Am Spyder Rs - 8656km - 1ère main - Dosseret - Porte bagage',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2010}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273164938561%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3164938561: {'created_time': 1774883865.587142, 'last_price_update_time': 1774883865.587155}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164938561') HTTP/1.1" 204 0
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164653272
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273164653272%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164653272: 1
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164653272
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'L’équipe French Machine vous propose à la vente cette BMW '
'R1250 RT avec un moteur bi-cylindre à plat développant 136 '
'chevaux et une boite manuelle 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Bleu métallisé / sellerie Noir\n'
' \n'
'1ère mise en circulation le 26/03/2019, véhicule '
'comptabilisant 3 541 Km.\n'
'\n'
'Dernier entretien réalisé le 15/12/2025 à 3 497 Km.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois avec possibilités d’extension valable en '
'concession BMW en France et Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Régulateur de vitesse \n'
'Phare de virage adaptatif\n'
'Phare à LED intégral\n'
'Dynamic ESA\n'
'Radio avec Hauts parleurs\n'
'Selle Chauffante AV/AR\n'
'Hauteur de selle réglable\n'
'Bluetooth\n'
'Verrouillage Centralisé \n'
'Keyless Ride \n'
'Alarme Anti-Vol\n'
'Boutons Favoris\n'
'Prise électrique\n'
'Bulle réglable\n'
'Modes de conduite Pro\n'
'3 modes de conduites ECO,Rain,Road\n'
'Sacoches Latérales\n'
'Poignées Chauffantes\n'
'DTC \n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Dernier entretien réalisé le 15/12/2025 à 3 497 km.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa017 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession BMW en '
'France et en Europe.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': None,
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/motos/3164653272',
'listing': 'auction',
'make': 'Bmw',
'model': 'R',
'odometer': 3541,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/89/f8/b689f86f1a90c2f5547bb8f0c879b93fd23d2aaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/1d/f1/2c1df18ca1dadc8909fc7a5ca049608f61b4f801.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/a5/22/5aa522b6d36ff3269e474cd6ef6e92f0bba9aa7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ce/ba/33ceba23e1e01272a06a66fd17e5d1ddea9b19f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/c2/06/0cc20607c2eb19dad989f4d557a0d6df27f8af5c.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW R1250 RT 2019 - 3 541km - 3 packs - Régulateur - Selle '
'Chauffante AV/AR - Shifter UP and Down',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:17:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 864282b0-9f0b-549d-9960-4505db764850 with identifier: 3164653272
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 864282b0-9f0b-549d-9960-4505db764850
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F89%252Ff8%252Fb689f86f1a90c2f5547bb8f0c879b93fd23d2aaf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/89/f8/b689f86f1a90c2f5547bb8f0c879b93fd23d2aaf.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1d%252Ff1%252F2c1df18ca1dadc8909fc7a5ca049608f61b4f801.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/1d/f1/2c1df18ca1dadc8909fc7a5ca049608f61b4f801.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa5%252F22%252F5aa522b6d36ff3269e474cd6ef6e92f0bba9aa7b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/a5/22/5aa522b6d36ff3269e474cd6ef6e92f0bba9aa7b.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fce%252Fba%252F33ceba23e1e01272a06a66fd17e5d1ddea9b19f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ce/ba/33ceba23e1e01272a06a66fd17e5d1ddea9b19f7.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc2%252F06%252F0cc20607c2eb19dad989f4d557a0d6df27f8af5c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/c2/06/0cc20607c2eb19dad989f4d557a0d6df27f8af5c.jpg?rule=ad-large already downloaded
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 864282b0-9f0b-549d-9960-4505db764850 with identifier 3164653272
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 864282b0-9f0b-549d-9960-4505db764850
2026-03-30 15:17:45 [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': 'L’équipe French Machine vous propose à la vente cette BMW '
'R1250 RT avec un moteur bi-cylindre à plat développant 136 '
'chevaux et une boite manuelle 6 rapports.\n'
'\n'
'Disponible et visible dans nos locaux UNIQUEMENT sur '
'RENDEZ-VOUS afin de vous recevoir dans les meilleurs '
'conditions.\n'
' \n'
'Extérieur Bleu métallisé / sellerie Noir\n'
' \n'
'1ère mise en circulation le 26/03/2019, véhicule '
'comptabilisant 3 541 Km.\n'
'\n'
'Dernier entretien réalisé le 15/12/2025 à 3 497 Km.\n'
'\n'
'Le contrôle technique ainsi que les éventuels consommables à '
'prévoir seront faits pour la vente.\n'
'\n'
'Garantie 3 mois avec possibilités d’extension valable en '
'concession BMW en France et Europe.\n'
' \n'
'Nous effectuons la REPRISE de tout type de véhicules.\n'
' \n'
'OPTIONS ET EQUIPEMENTS :\n'
'\n'
'Régulateur de vitesse \n'
'Phare de virage adaptatif\n'
'Phare à LED intégral\n'
'Dynamic ESA\n'
'Radio avec Hauts parleurs\n'
'Selle Chauffante AV/AR\n'
'Hauteur de selle réglable\n'
'Bluetooth\n'
'Verrouillage Centralisé \n'
'Keyless Ride \n'
'Alarme Anti-Vol\n'
'Boutons Favoris\n'
'Prise électrique\n'
'Bulle réglable\n'
'Modes de conduite Pro\n'
'3 modes de conduites ECO,Rain,Road\n'
'Sacoches Latérales\n'
'Poignées Chauffantes\n'
'DTC \n'
'ABS\n'
'anti-démarrage\n'
'contrôle pression des pneus\n'
'\n'
'Liste non exhaustive\n'
'\n'
"** SOUS RÉSERVE D'ERREUR DE NOTRE PART **\n"
'\n'
'Dernier entretien réalisé le 15/12/2025 à 3 497 km.\n'
'\n'
'Rien à prévoir !\n'
'\n'
'Visite UNIQUEMENT sur RENDEZ-VOUS. Merci de veiller à appeler '
'avant de vous déplacer afin de vous assurer de la bonne '
'disponibilité du véhicule.\n'
' \n'
'Nous proposons ce véhicule au tarif de \xa017 990€ incluant '
"une garantie pièces et main d'œuvre de 3 mois valable dans "
'nos locaux avec une possibilité d’extension de garantie '
'jusqu’à 36 mois valable directement en concession BMW en '
'France et en Europe.\n'
'\n'
'Le montant de la carte grise reste à la charge de l’acheteur '
'et varie selon les régions. \n'
'\n'
'Hors frais de mise à la route.\n'
'\n'
'Plus de photos disponibles sur notre site internet.\n'
'\n'
'Reprise possible de votre véhicule, n’hésitez pas à en '
'discuter avec nous par téléphone.\n'
' \n'
'Modalités :\n'
' \n'
'- Renseignements à volonté par téléphone ou par mail\n'
'- Visites virtuelles avec facetime ou vidéo via Whatsapp '
'possible\n'
'- Livraison dans toute la France à partir d’1€/km\n'
'- Essais routiers possibles, sur rendez-vous\n'
'-----------------------------------------------------------------------\n'
'- Du lundi au Samedi de 9h30 – 19h.\n'
'- Dimanche sur rendez-vous.',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': None,
'id': '864282b0-9f0b-549d-9960-4505db764850',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/motos/3164653272',
'listing': 'auction',
'make': 'Bmw',
'model': 'R',
'odometer': 3541,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/89/f8/b689f86f1a90c2f5547bb8f0c879b93fd23d2aaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/1d/f1/2c1df18ca1dadc8909fc7a5ca049608f61b4f801.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/a5/22/5aa522b6d36ff3269e474cd6ef6e92f0bba9aa7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ce/ba/33ceba23e1e01272a06a66fd17e5d1ddea9b19f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/c2/06/0cc20607c2eb19dad989f4d557a0d6df27f8af5c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864282b0-9f0b-549d-9960-4505db764850/864282b0-9f0b-549d-9960-4505db764850_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255783,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/89/f8/b689f86f1a90c2f5547bb8f0c879b93fd23d2aaf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864282b0-9f0b-549d-9960-4505db764850/864282b0-9f0b-549d-9960-4505db764850_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291227,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/1d/f1/2c1df18ca1dadc8909fc7a5ca049608f61b4f801.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864282b0-9f0b-549d-9960-4505db764850/864282b0-9f0b-549d-9960-4505db764850_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280391,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/a5/22/5aa522b6d36ff3269e474cd6ef6e92f0bba9aa7b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864282b0-9f0b-549d-9960-4505db764850/864282b0-9f0b-549d-9960-4505db764850_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215395,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ce/ba/33ceba23e1e01272a06a66fd17e5d1ddea9b19f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_864282b0-9f0b-549d-9960-4505db764850/864282b0-9f0b-549d-9960-4505db764850_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107523,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/c2/06/0cc20607c2eb19dad989f4d557a0d6df27f8af5c.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW R1250 RT 2019 - 3 541km - 3 packs - Régulateur - Selle '
'Chauffante AV/AR - Shifter UP and Down',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [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%273164653272%27 HTTP/1.1" 200 None
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3164653272: {'created_time': 1774883865.949928, 'last_price_update_time': 1774883865.949939}
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164653272') HTTP/1.1" 204 0
2026-03-30 15:17:45 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:17:45 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:17:45 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:17:45 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:17:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4af6e7a22c1f11f18e133aacc95538c6
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:17:45 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:17:45 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:17:45 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:17:45 [azure.servicebus._pyamqp._transport] DEBUG: Transport endpoint is already disconnected: OSError(107, 'Transport endpoint is not connected')
2026-03-30 15:17:46 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:17:46 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 1, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:17:46 [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%201773587866 HTTP/1.1" 200 None
2026-03-30 15:17:46 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (23 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4af6e7a22c1f11f18e133aacc95538c6.jl
2026-03-30 15:17:46 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 725,
'downloader/request_count': 2,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 1124860,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 19.142135,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 17, 46, 722213, tzinfo=datetime.timezone.utc),
'item_scraped_count': 23,
'log_count/DEBUG': 697,
'log_count/INFO': 471,
'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': 23,
'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': 2.709365081973374,
'scrapy-zyte-api/mean_response_seconds': 3.037014529109001,
'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': 23,
'source/total_available': 23,
'start_time': datetime.datetime(2026, 3, 30, 15, 17, 27, 580078, tzinfo=datetime.timezone.utc)}
2026-03-30 15:17:46 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:17:46 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f475a5af990>
2026-03-30 15:17:46 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f4759957810>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)