PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:14:12 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:14:12 [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:14:12 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:14:12 [auto_selling_leboncoin.fr] INFO: _job: 4ab41e362c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:14:12 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:14:12 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:14:12 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:14:12 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:14:12 [scrapy.extensions.telnet] INFO: Telnet Password: 8ccece08d1d9184c
2026-03-30 15:14:12 [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:14:12 [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/4ab41e362c1f11f18e133aacc95538c6.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:14:12 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:14:12 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:14:12 [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:14:12 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:14:12 [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:14:12 [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:14:12 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:14:12 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:14:12 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:14:12 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:14:12 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:14:12 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:14:12 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:14:12 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:14:12 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:14:17 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/1195032/mn-luxury-cars.htm and multipost_profile_id: 48f42cdc-ff7d-4c80-b24b-f0eb7f7c786b and job_id: 4ab41e362c1f11f18e133aacc95538c6
2026-03-30 15:14:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/1195032/mn-luxury-cars.htm> (referer: https://www.leboncoin.fr/boutique/1195032/mn-luxury-cars.htm) ['zyte-api']
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': '__Secure-Install', 'value': '4e145d19-18b9-45b7-a2e3-cf0a3c2053fe', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 253402300798, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': 'cb687e26-f4d2-4e83-a86c-0ef3faa21c86', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1932563658, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': 'cjeeFlCPm1Rvfo6z77OfauALCk9MwnAhcOasCs0EP9xuuevqSsaklTzIkkKwcfseMJcytT5iq74BcTxGGZ~GEcwm8w34k9D81osPR206CR5ZCKr92CXCVUgR5uoIhr1Z', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419658, 'httpOnly': False, 'secure': True}]
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': '__Secure-Install', 'value': '4e145d19-18b9-45b7-a2e3-cf0a3c2053fe', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'cb687e26-f4d2-4e83-a86c-0ef3faa21c86', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'cjeeFlCPm1Rvfo6z77OfauALCk9MwnAhcOasCs0EP9xuuevqSsaklTzIkkKwcfseMJcytT5iq74BcTxGGZ~GEcwm8w34k9D81osPR206CR5ZCKr92CXCVUgR5uoIhr1Z', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'LHR3-P2'], b'Date': [b'Mon, 30 Mar 2026 15:14:18 GMT'], b'Vary': [b'Accept-Encoding'], 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 6cd5fbc5027a441e03015bf38cfbd144.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=cjeeFlCPm1Rvfo6z77OfauALCk9MwnAhcOasCs0EP9xuuevqSsaklTzIkkKwcfseMJcytT5iq74BcTxGGZ~GEcwm8w34k9D81osPR206CR5ZCKr92CXCVUgR5uoIhr1Z; 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'W/"qv5iebjb2tbqo1"'], 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'HUo5FfeNeclsT6baXVUNZpMGA_AP-5KeGgui6rWHjm3VvfKYdcoLzg==']}
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': '76b8f56a-26d6-4e30-997a-040e4205cf90'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': '__Secure-Install', 'value': '4e145d19-18b9-45b7-a2e3-cf0a3c2053fe', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'cb687e26-f4d2-4e83-a86c-0ef3faa21c86', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'cjeeFlCPm1Rvfo6z77OfauALCk9MwnAhcOasCs0EP9xuuevqSsaklTzIkkKwcfseMJcytT5iq74BcTxGGZ~GEcwm8w34k9D81osPR206CR5ZCKr92CXCVUgR5uoIhr1Z', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:14:19 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': '76b8f56a-26d6-4e30-997a-040e4205cf90'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:14:19 [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": "76b8f56a-26d6-4e30-997a-040e4205cf90"}}, "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=__Secure-Install; name=cnfdVisitorId; name=datadome'
2026-03-30 15:14:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/1195032/mn-luxury-cars.htm) ['zyte-api']
2026-03-30 15:14:21 [auto_selling_leboncoin.fr] INFO: Found 27 listings on page 1
2026-03-30 15:14:21 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168065271
2026-03-30 15:14:21 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2106
2026-03-30 15:14:21 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [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%273168065271%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168065271: 1
2026-03-30 15:14:21 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168065271
2026-03-30 15:14:21 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique BMW '
'M2 Coupé 3.0 L 460 CH ( G87 ) dans un état proche du neuf et '
'dans une très belle configuration ! \n'
'\n'
'BMW M2 COUPÉ 3.0 L ( G87 ), 460 CH, Automatique BVAS8, 35 CV, '
'19700 KMS, 3 portes, Noire Saphirschwarz métallisée, première '
'mise en circulation le 04/12/2023. \n'
'\n'
'Véhicule immatriculé en France 🇫🇷, pas de malus à prévoir, '
'garantie constructeur BMW jusqu’au 12/2026. \n'
'\n'
'Toujours entretenu en temps et en heure uniquement en '
'concession BMW, aucuns frais à prévoir. \n'
'\n'
'Double des clefs + manuel du propriétaire + historique '
'd’entretiens + Carvertical ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 03/2025 à 17600 KMS \n'
'- 03/2024 à 1970 KMS \n'
'\n'
'* GARANTIE CONSTRUCTEUR 12/2026 * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Pack Shadowline noir brillant\n'
'- Rétroviseurs électriques et rabatables \n'
'- Détecteurs d’angles morts \n'
'- Vitres arrières sur teintées \n'
'- Peinture métallisée Noire Saphirschwarz\n'
'- Châssis sport\n'
'- Jantes M Sport 19’ / 20’ noires / chromés \n'
'- Étriers de freins M Sport rouge \n'
'- échappements Sport à valves \n'
'- 4 sorties d’échappement noires \n'
'- Seuils de portes chromés avec logo M2 \n'
'- Allumage automatique des feux \n'
'- Phare avant à LED adaptatif \n'
'- Veilleuses LED \n'
'- Feux arrière à LED\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Système audio Harman Kardon \n'
'- Caméra de recul \n'
'- Radar de stationnement avant / arrière \n'
'- Affichage tête haute HUD couleurs \n'
'- Toit ouvrant panoramique / électrique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant chauffants \n'
'- Sièges M Sport \n'
'- Sellerie cuir Vernasca M Schwarz noir avec couleur M Sport '
'Bleu / Rouge \n'
'- Ceintures de sécurité avec liserés couleurs M Sport \n'
'- Échappement Sport à valves \n'
'- M mode ( Road / Track / Confort / Sport / M1 / M2 ) \n'
'- Suspension sport réglables ( Comfort / Sport / Sport Plus '
') \n'
'- Direction réglables ( Comfort / Sport ) \n'
'- Freins réglables ( Comfort / Sport )\n'
'- Apple Car Play sans fil \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Drive Assist \n'
'- Écran multifonctions tactile \n'
'- Ordinateur de bord\n'
'- Compteur digital \n'
'- GPS 3D couleurs \n'
'- Climatisation automatique bi zones \n'
'- Volant M Sport avec surpiqûres couleur M Sport \n'
'- Volant réglable multifonctions / chauffant \n'
'- Palettes au volant \n'
'- Accès confort \n'
'- Démarrage sans clefs \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif ACC \n'
'- Seuils de portes chromés avec logo M2 \n'
'- Ciel de toi en tissus noir \n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Chargeur induction \n'
'- Bluetooth \n'
'- Prise USB / USBC / 12 V\n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- Aide au démarrage en pente\n'
'- Start & Stop\n'
'- ESP ON / OFF \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3168065271',
'listing': 'auction',
'make': 'BMW',
'model': 'M2',
'odometer': 19700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5b/cd/9c5bcd07f5dd17e3f9d7e577d14c3886561b3c8d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/4d/f9/9f4df97de461b30930e3e51bea4b60e12c51bf4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/39/e7/8939e79afd490b4625b7381b070c7e8f3cb89d66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/2c/86/db2c866851fb22a61d2bcfd7dc841d078b60e14d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/15/8b/55158b1326a3c5bbd1b9d1923705aa1cbcebe164.jpg?rule=ad-large'],
'price': 82990,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW M2 COUPÉ 3.0 L 460 ch ( G87 ) / FRANÇAISE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:14:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 87afad49-841b-583c-b9d2-6e40d2a5b857 with identifier: 3168065271
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 87afad49-841b-583c-b9d2-6e40d2a5b857
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5b%252Fcd%252F9c5bcd07f5dd17e3f9d7e577d14c3886561b3c8d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5b/cd/9c5bcd07f5dd17e3f9d7e577d14c3886561b3c8d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4d%252Ff9%252F9f4df97de461b30930e3e51bea4b60e12c51bf4d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/4d/f9/9f4df97de461b30930e3e51bea4b60e12c51bf4d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F39%252Fe7%252F8939e79afd490b4625b7381b070c7e8f3cb89d66.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/39/e7/8939e79afd490b4625b7381b070c7e8f3cb89d66.jpg?rule=ad-large already downloaded
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252F2c%252F86%252Fdb2c866851fb22a61d2bcfd7dc841d078b60e14d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/2c/86/db2c866851fb22a61d2bcfd7dc841d078b60e14d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F55%252F15%252F8b%252F55158b1326a3c5bbd1b9d1923705aa1cbcebe164.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/55/15/8b/55158b1326a3c5bbd1b9d1923705aa1cbcebe164.jpg?rule=ad-large already downloaded
2026-03-30 15:14:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 87afad49-841b-583c-b9d2-6e40d2a5b857 with identifier 3168065271
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:14:21 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:14:21 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2018
2026-03-30 15:14:22 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883662
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883662
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 87afad49-841b-583c-b9d2-6e40d2a5b857
2026-03-30 15:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique BMW '
'M2 Coupé 3.0 L 460 CH ( G87 ) dans un état proche du neuf et '
'dans une très belle configuration ! \n'
'\n'
'BMW M2 COUPÉ 3.0 L ( G87 ), 460 CH, Automatique BVAS8, 35 CV, '
'19700 KMS, 3 portes, Noire Saphirschwarz métallisée, première '
'mise en circulation le 04/12/2023. \n'
'\n'
'Véhicule immatriculé en France 🇫🇷, pas de malus à prévoir, '
'garantie constructeur BMW jusqu’au 12/2026. \n'
'\n'
'Toujours entretenu en temps et en heure uniquement en '
'concession BMW, aucuns frais à prévoir. \n'
'\n'
'Double des clefs + manuel du propriétaire + historique '
'd’entretiens + Carvertical ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 03/2025 à 17600 KMS \n'
'- 03/2024 à 1970 KMS \n'
'\n'
'* GARANTIE CONSTRUCTEUR 12/2026 * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Pack Shadowline noir brillant\n'
'- Rétroviseurs électriques et rabatables \n'
'- Détecteurs d’angles morts \n'
'- Vitres arrières sur teintées \n'
'- Peinture métallisée Noire Saphirschwarz\n'
'- Châssis sport\n'
'- Jantes M Sport 19’ / 20’ noires / chromés \n'
'- Étriers de freins M Sport rouge \n'
'- échappements Sport à valves \n'
'- 4 sorties d’échappement noires \n'
'- Seuils de portes chromés avec logo M2 \n'
'- Allumage automatique des feux \n'
'- Phare avant à LED adaptatif \n'
'- Veilleuses LED \n'
'- Feux arrière à LED\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Système audio Harman Kardon \n'
'- Caméra de recul \n'
'- Radar de stationnement avant / arrière \n'
'- Affichage tête haute HUD couleurs \n'
'- Toit ouvrant panoramique / électrique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant chauffants \n'
'- Sièges M Sport \n'
'- Sellerie cuir Vernasca M Schwarz noir avec couleur M Sport '
'Bleu / Rouge \n'
'- Ceintures de sécurité avec liserés couleurs M Sport \n'
'- Échappement Sport à valves \n'
'- M mode ( Road / Track / Confort / Sport / M1 / M2 ) \n'
'- Suspension sport réglables ( Comfort / Sport / Sport Plus '
') \n'
'- Direction réglables ( Comfort / Sport ) \n'
'- Freins réglables ( Comfort / Sport )\n'
'- Apple Car Play sans fil \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Drive Assist \n'
'- Écran multifonctions tactile \n'
'- Ordinateur de bord\n'
'- Compteur digital \n'
'- GPS 3D couleurs \n'
'- Climatisation automatique bi zones \n'
'- Volant M Sport avec surpiqûres couleur M Sport \n'
'- Volant réglable multifonctions / chauffant \n'
'- Palettes au volant \n'
'- Accès confort \n'
'- Démarrage sans clefs \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif ACC \n'
'- Seuils de portes chromés avec logo M2 \n'
'- Ciel de toi en tissus noir \n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Chargeur induction \n'
'- Bluetooth \n'
'- Prise USB / USBC / 12 V\n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- Aide au démarrage en pente\n'
'- Start & Stop\n'
'- ESP ON / OFF \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '87afad49-841b-583c-b9d2-6e40d2a5b857',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168065271',
'listing': 'auction',
'make': 'BMW',
'model': 'M2',
'odometer': 19700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5b/cd/9c5bcd07f5dd17e3f9d7e577d14c3886561b3c8d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/4d/f9/9f4df97de461b30930e3e51bea4b60e12c51bf4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/39/e7/8939e79afd490b4625b7381b070c7e8f3cb89d66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/2c/86/db2c866851fb22a61d2bcfd7dc841d078b60e14d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/15/8b/55158b1326a3c5bbd1b9d1923705aa1cbcebe164.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c3d680-9787-5b30-9fcb-5e68daa7d99c/c7c3d680-9787-5b30-9fcb-5e68daa7d99c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96578,
'Height': 686,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5b/cd/9c5bcd07f5dd17e3f9d7e577d14c3886561b3c8d.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c3d680-9787-5b30-9fcb-5e68daa7d99c/c7c3d680-9787-5b30-9fcb-5e68daa7d99c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70781,
'Height': 480,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/4d/f9/9f4df97de461b30930e3e51bea4b60e12c51bf4d.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c3d680-9787-5b30-9fcb-5e68daa7d99c/c7c3d680-9787-5b30-9fcb-5e68daa7d99c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102321,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/39/e7/8939e79afd490b4625b7381b070c7e8f3cb89d66.jpg?rule=ad-large',
'Width': 728},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c3d680-9787-5b30-9fcb-5e68daa7d99c/c7c3d680-9787-5b30-9fcb-5e68daa7d99c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95725,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/2c/86/db2c866851fb22a61d2bcfd7dc841d078b60e14d.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7c3d680-9787-5b30-9fcb-5e68daa7d99c/c7c3d680-9787-5b30-9fcb-5e68daa7d99c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88029,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/15/8b/55158b1326a3c5bbd1b9d1923705aa1cbcebe164.jpg?rule=ad-large',
'Width': 600}],
'price': 82990,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW M2 COUPÉ 3.0 L 460 ch ( G87 ) / FRANÇAISE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273168065271%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Saving data for 3168065271: {'created_time': 1774883662.551609, 'last_price_update_time': 1774883662.551627}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168065271') HTTP/1.1" 204 0
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3167886212
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273167886212%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scrape type for 3167886212: 1
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3167886212
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle '
'Mercedes Classe A 250e AMG LINE dans une très belle '
'configuration ! \n'
'\n'
'MERCEDES CLASSE A 250e AMG LINE, 160 CH + 102 CH ÉLECTRIQUE, '
'Automatique 8G-DCT, 8 CV, 57500 KMS, Noir, 5 portes, Hybride '
'rechargeable ( Essence + électrique ), première mise en '
'circulation le 31/12/2021.\n'
'\n'
'Véhicule en parfait état à intérieur comme extérieur, aucuns '
'frais à prévoir. \n'
'\n'
'DERNIERS ENTRETIENS : \n'
'- 27/05/2024 à 29000 KMS\n'
'- 13/06/2025 à 44500 KMS \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Finitions AMG LINE\n'
'- Jantes Sport AMG 18 ´ noires \n'
'- Feux AV et ARR à LED ( Hight Performance ) \n'
'- Peinture métallisée noire \n'
'- Double sorties d’échappement chromées \n'
'- Vitres arrières sur teintées \n'
'- Rétroviseurs rabattables électriquement \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Sièges électriques à mémoires \n'
'- Lumière d’ambiance avec changement de couleurs \n'
'- Toit ouvrant panoramique \n'
'- Climatisation automatique bi zones \n'
'- Sièges avant chauffant \n'
'- Sellerie cuir / alcantara noir avec surpiqûres rouge \n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Sport / Comfort / Electric ) \n'
'- Palettes au volant \n'
'- Écran tactile couleurs multifonctions\n'
'- GPS 3D couleurs\n'
'- Console centrale noire brillante \n'
'- Démarrage sans clefs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- Bluetooth\n'
'- Radio / CD / Prise 12 V / USBC\n'
'- Accoudoir central avec rangement \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- 2 câbles de charges disponibles \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3167886212',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 57500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/47/df/93/47df93764361ebe047b10d76ea0a51fa802f0881.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/ef/f9/93eff9bee3a22cca9d921b1ac2e2f8d53794cbf6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/05/68/660568331c7f42fcbae6a227307103056efc93e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d4/25/e1d425494dc3635eadec336581409ba07bf0083a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/12/70/b312700726178df394f8d5b99c0e56c534d14462.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE A 250 e AMG LINE / FULL OPTIONS',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:14:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f68ad63f-998a-57f1-8a65-d8a6c41019bb with identifier: 3167886212
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item f68ad63f-998a-57f1-8a65-d8a6c41019bb
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdf%252F93%252F47df93764361ebe047b10d76ea0a51fa802f0881.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/df/93/47df93764361ebe047b10d76ea0a51fa802f0881.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F93%252Fef%252Ff9%252F93eff9bee3a22cca9d921b1ac2e2f8d53794cbf6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/93/ef/f9/93eff9bee3a22cca9d921b1ac2e2f8d53794cbf6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F05%252F68%252F660568331c7f42fcbae6a227307103056efc93e1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/05/68/660568331c7f42fcbae6a227307103056efc93e1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd4%252F25%252Fe1d425494dc3635eadec336581409ba07bf0083a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d4/25/e1d425494dc3635eadec336581409ba07bf0083a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb3%252F12%252F70%252Fb312700726178df394f8d5b99c0e56c534d14462.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/12/70/b312700726178df394f8d5b99c0e56c534d14462.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f68ad63f-998a-57f1-8a65-d8a6c41019bb with identifier 3167886212
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f68ad63f-998a-57f1-8a65-d8a6c41019bb
2026-03-30 15:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle '
'Mercedes Classe A 250e AMG LINE dans une très belle '
'configuration ! \n'
'\n'
'MERCEDES CLASSE A 250e AMG LINE, 160 CH + 102 CH ÉLECTRIQUE, '
'Automatique 8G-DCT, 8 CV, 57500 KMS, Noir, 5 portes, Hybride '
'rechargeable ( Essence + électrique ), première mise en '
'circulation le 31/12/2021.\n'
'\n'
'Véhicule en parfait état à intérieur comme extérieur, aucuns '
'frais à prévoir. \n'
'\n'
'DERNIERS ENTRETIENS : \n'
'- 27/05/2024 à 29000 KMS\n'
'- 13/06/2025 à 44500 KMS \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Finitions AMG LINE\n'
'- Jantes Sport AMG 18 ´ noires \n'
'- Feux AV et ARR à LED ( Hight Performance ) \n'
'- Peinture métallisée noire \n'
'- Double sorties d’échappement chromées \n'
'- Vitres arrières sur teintées \n'
'- Rétroviseurs rabattables électriquement \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Sièges électriques à mémoires \n'
'- Lumière d’ambiance avec changement de couleurs \n'
'- Toit ouvrant panoramique \n'
'- Climatisation automatique bi zones \n'
'- Sièges avant chauffant \n'
'- Sellerie cuir / alcantara noir avec surpiqûres rouge \n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Sport / Comfort / Electric ) \n'
'- Palettes au volant \n'
'- Écran tactile couleurs multifonctions\n'
'- GPS 3D couleurs\n'
'- Console centrale noire brillante \n'
'- Démarrage sans clefs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- Bluetooth\n'
'- Radio / CD / Prise 12 V / USBC\n'
'- Accoudoir central avec rangement \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- 2 câbles de charges disponibles \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'f68ad63f-998a-57f1-8a65-d8a6c41019bb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3167886212',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 57500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/47/df/93/47df93764361ebe047b10d76ea0a51fa802f0881.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/ef/f9/93eff9bee3a22cca9d921b1ac2e2f8d53794cbf6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/05/68/660568331c7f42fcbae6a227307103056efc93e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d4/25/e1d425494dc3635eadec336581409ba07bf0083a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/12/70/b312700726178df394f8d5b99c0e56c534d14462.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f68ad63f-998a-57f1-8a65-d8a6c41019bb/f68ad63f-998a-57f1-8a65-d8a6c41019bb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103024,
'Height': 700,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/df/93/47df93764361ebe047b10d76ea0a51fa802f0881.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f68ad63f-998a-57f1-8a65-d8a6c41019bb/f68ad63f-998a-57f1-8a65-d8a6c41019bb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64871,
'Height': 475,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/ef/f9/93eff9bee3a22cca9d921b1ac2e2f8d53794cbf6.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f68ad63f-998a-57f1-8a65-d8a6c41019bb/f68ad63f-998a-57f1-8a65-d8a6c41019bb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105699,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/05/68/660568331c7f42fcbae6a227307103056efc93e1.jpg?rule=ad-large',
'Width': 756},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f68ad63f-998a-57f1-8a65-d8a6c41019bb/f68ad63f-998a-57f1-8a65-d8a6c41019bb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84203,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/d4/25/e1d425494dc3635eadec336581409ba07bf0083a.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f68ad63f-998a-57f1-8a65-d8a6c41019bb/f68ad63f-998a-57f1-8a65-d8a6c41019bb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84392,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b3/12/70/b312700726178df394f8d5b99c0e56c534d14462.jpg?rule=ad-large',
'Width': 600}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE A 250 e AMG LINE / FULL OPTIONS',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273167886212%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Saving data for 3167886212: {'created_time': 1774883662.734955, 'last_price_update_time': 1774883662.734969}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3167886212') HTTP/1.1" 204 0
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3167477791
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273167477791%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scrape type for 3167477791: 1
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3167477791
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V 250 D XL Avantgarde dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ CLASSE V 250 D XL AVANTGARDE, 190 CH, '
'Automatique 9G-TRONIC, 10 CV, 8 Places, 135000 KMS, Noir, '
'Diesel, première mise en circulation le 03/07/2023\n'
'\n'
'Véhicule première main, toujours suivi en temps et en heure '
'en concession ou spécialiste Mercedes, aucuns frais à '
'prévoir, véhicule origine France acheté en concession '
'Mercedes 🇫🇷. \n'
'\n'
'Vendu avec double des clefs, manuel du propriétaire, '
'historique d’entretiens et factures, contrôle technique à '
'jour ✅\n'
'\n'
'ENTRETIENS : \n'
'- 12/2025 à 129000 KMS ( changement des 4 pneus ) \n'
'- 06/2025 à 106000 KMS ( Service B ) \n'
'- 05/2025 à 98000 KMS ( changement des disques et plaquettes '
'av ) \n'
'- 12/2024 à 79500 KMS ( Service A ) \n'
'- 09/2024 à 70500 KMS ( changement plaquettes av et arr ) \n'
'- 08/2024 à 52000 KMS ( Service B ) \n'
'- 06/2024 à 45000 KMS ( changement des 4 pneus ) \n'
'- 11/2023 à 24000 KMS ( Service A ) \n'
'\n'
'❗️TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS ❗️ : \n'
'- 45825 € HT \n'
'- 54990 € TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 18 ‘ \n'
'- Portes latérales électriques \n'
'- Coffre électrique \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles morts \n'
'- Vitres sur teintées à l’arrière \n'
'- Peinture métallisée noire \n'
'- Logo Mercedes illuminé au sol au niveau des portes '
'conducteur et passager \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul 360 degrés \n'
'- Radar de stationnement AV / ARR\n'
'- Coffre électrique \n'
'- Portes latérales électriques\n'
'- Système audio Burmester \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique tri - zones \n'
'- Sellerie cuir noir\n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Palettes au volant \n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Modes de conduite ( Comfort / Sport / Manuel ) \n'
'- Écran multimédias couleurs / tactile \n'
'- GPS 3D couleurs\n'
'- Prises USBC\n'
'- Bluetooth\n'
'- Radio / Prise 12 V \n'
'- Accoudoir AV / ARR\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Start & Stop\n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3167477791',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/92/35/78/92357894762096a93f893c53871204a98224cda7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/bf/fe/9cbffe17b565cfd21e0db205880e73c2dd4b61bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/38/11/b43811483d34554beea1b46fbca4bf2ab6eb36fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/d4/eb/f8d4eb93e32673968edbaf869c936843afedc207.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/a8/1a/53a81a858766bca8d1100d1fde56d78fd302d992.jpg?rule=ad-large'],
'price': 54990,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V 250 D XL 190 ch / 1ERE MAIN / ORIGINE FRANCE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:14:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb with identifier: 3167477791
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252F35%252F78%252F92357894762096a93f893c53871204a98224cda7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/35/78/92357894762096a93f893c53871204a98224cda7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbf%252Ffe%252F9cbffe17b565cfd21e0db205880e73c2dd4b61bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/bf/fe/9cbffe17b565cfd21e0db205880e73c2dd4b61bd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F38%252F11%252Fb43811483d34554beea1b46fbca4bf2ab6eb36fd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/38/11/b43811483d34554beea1b46fbca4bf2ab6eb36fd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd4%252Feb%252Ff8d4eb93e32673968edbaf869c936843afedc207.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/d4/eb/f8d4eb93e32673968edbaf869c936843afedc207.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa8%252F1a%252F53a81a858766bca8d1100d1fde56d78fd302d992.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/a8/1a/53a81a858766bca8d1100d1fde56d78fd302d992.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb with identifier 3167477791
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb
2026-03-30 15:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V 250 D XL Avantgarde dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ CLASSE V 250 D XL AVANTGARDE, 190 CH, '
'Automatique 9G-TRONIC, 10 CV, 8 Places, 135000 KMS, Noir, '
'Diesel, première mise en circulation le 03/07/2023\n'
'\n'
'Véhicule première main, toujours suivi en temps et en heure '
'en concession ou spécialiste Mercedes, aucuns frais à '
'prévoir, véhicule origine France acheté en concession '
'Mercedes 🇫🇷. \n'
'\n'
'Vendu avec double des clefs, manuel du propriétaire, '
'historique d’entretiens et factures, contrôle technique à '
'jour ✅\n'
'\n'
'ENTRETIENS : \n'
'- 12/2025 à 129000 KMS ( changement des 4 pneus ) \n'
'- 06/2025 à 106000 KMS ( Service B ) \n'
'- 05/2025 à 98000 KMS ( changement des disques et plaquettes '
'av ) \n'
'- 12/2024 à 79500 KMS ( Service A ) \n'
'- 09/2024 à 70500 KMS ( changement plaquettes av et arr ) \n'
'- 08/2024 à 52000 KMS ( Service B ) \n'
'- 06/2024 à 45000 KMS ( changement des 4 pneus ) \n'
'- 11/2023 à 24000 KMS ( Service A ) \n'
'\n'
'❗️TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS ❗️ : \n'
'- 45825 € HT \n'
'- 54990 € TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 18 ‘ \n'
'- Portes latérales électriques \n'
'- Coffre électrique \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles morts \n'
'- Vitres sur teintées à l’arrière \n'
'- Peinture métallisée noire \n'
'- Logo Mercedes illuminé au sol au niveau des portes '
'conducteur et passager \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul 360 degrés \n'
'- Radar de stationnement AV / ARR\n'
'- Coffre électrique \n'
'- Portes latérales électriques\n'
'- Système audio Burmester \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique tri - zones \n'
'- Sellerie cuir noir\n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Palettes au volant \n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Modes de conduite ( Comfort / Sport / Manuel ) \n'
'- Écran multimédias couleurs / tactile \n'
'- GPS 3D couleurs\n'
'- Prises USBC\n'
'- Bluetooth\n'
'- Radio / Prise 12 V \n'
'- Accoudoir AV / ARR\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Start & Stop\n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3167477791',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/92/35/78/92357894762096a93f893c53871204a98224cda7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/bf/fe/9cbffe17b565cfd21e0db205880e73c2dd4b61bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/38/11/b43811483d34554beea1b46fbca4bf2ab6eb36fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/d4/eb/f8d4eb93e32673968edbaf869c936843afedc207.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/a8/1a/53a81a858766bca8d1100d1fde56d78fd302d992.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_88f9c9ae-7ba5-529b-aec0-a3645f1ca66f/88f9c9ae-7ba5-529b-aec0-a3645f1ca66f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86075,
'Height': 615,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/35/78/92357894762096a93f893c53871204a98224cda7.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_88f9c9ae-7ba5-529b-aec0-a3645f1ca66f/88f9c9ae-7ba5-529b-aec0-a3645f1ca66f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80053,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/bf/fe/9cbffe17b565cfd21e0db205880e73c2dd4b61bd.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb/e7f9a059-e1d7-5fd8-8d49-0bda4dbbb0eb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77681,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/38/11/b43811483d34554beea1b46fbca4bf2ab6eb36fd.jpg?rule=ad-large',
'Width': 668},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_88f9c9ae-7ba5-529b-aec0-a3645f1ca66f/88f9c9ae-7ba5-529b-aec0-a3645f1ca66f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/d4/eb/f8d4eb93e32673968edbaf869c936843afedc207.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_88f9c9ae-7ba5-529b-aec0-a3645f1ca66f/88f9c9ae-7ba5-529b-aec0-a3645f1ca66f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64720,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/a8/1a/53a81a858766bca8d1100d1fde56d78fd302d992.jpg?rule=ad-large',
'Width': 600}],
'price': 54990,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V 250 D XL 190 ch / 1ERE MAIN / ORIGINE FRANCE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273167477791%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Saving data for 3167477791: {'created_time': 1774883662.90812, 'last_price_update_time': 1774883662.908135}
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3167477791') HTTP/1.1" 204 0
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165770864
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [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%273165770864%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165770864: 1
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165770864
2026-03-30 15:14:22 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'unique Mercedes Benz Classe S 550 AMG avec un Kit Brabus 800 '
'complet extérieur, et un intérieur Brabus «\xa0Hermes\xa0» '
'sur mesure, configuration exceptionnelle ! \n'
'\n'
'MERCEDES CLASSE S 550 AMG 4.7 L V8 BI TURBO LIMOUSINE , 456 '
'CH, Automatique 7G-TRONIC, 35 CV, 117000 KMS, Noir, 5 '
'portes, Essence, première mise en circulation le '
'01/01/2014. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 56658€ HT \n'
'- PRIX TTC : 67990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus 800 extérieur complet \xa0\n'
'- Lame avant Brabus \n'
'- Diffuseur arrière Brabus \n'
'- Jantes Brabus 20´noires \n'
'- Étriers de freins orange \n'
'- Peinture noir métallisée \n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Clignotants arrières séquentiels \n'
'- Rétroviseurs électriques \n'
'- Logos et sigles orange \n'
'- Seuils de portes avec écriture Brabus illuminée\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure Brabus «\xa0Hermes\xa0»\n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra de recul \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir orange «\xa0Hermes\xa0» avec logo Brabus \n'
'- Siège arrière droit VIP \n'
'- Écrans multimédias au niveau des places arrière \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Sport AMG en Carbone et cuir orange\xa0'
'multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Ciel de toit étoilés en alcantara orange télécommande pour '
'changement de couleurs \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Portes gobelets avant / arrière \n'
'- Tapis de sol avec logo Brabus \n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3165770864',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 117000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/5d/a7/7f5da7aee43218a33b60d304e92b0759430e89aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/1a/b3/5f1ab32758350dd11d73e22b79b73ac0713178d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fe/59/dafe5905ed54c4f717191916297b577a7bc27fd1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/c8/56/8bc856731baa12bc53bc8166c3b111054ec4a984.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/47/cb/b047cb7bcc3ea93d5ab5ea41185aca231328f973.jpg?rule=ad-large'],
'price': 67990,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes classe s brabus «\xa0hermes\xa0» / configuration unique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:14:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c3bb41-12a5-507c-88d0-5a6a91562646 with identifier: 3165770864
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 87c3bb41-12a5-507c-88d0-5a6a91562646
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5d%252Fa7%252F7f5da7aee43218a33b60d304e92b0759430e89aa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/5d/a7/7f5da7aee43218a33b60d304e92b0759430e89aa.jpg?rule=ad-large already downloaded
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5f%252F1a%252Fb3%252F5f1ab32758350dd11d73e22b79b73ac0713178d0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/1a/b3/5f1ab32758350dd11d73e22b79b73ac0713178d0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffe%252F59%252Fdafe5905ed54c4f717191916297b577a7bc27fd1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fe/59/dafe5905ed54c4f717191916297b577a7bc27fd1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc8%252F56%252F8bc856731baa12bc53bc8166c3b111054ec4a984.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/c8/56/8bc856731baa12bc53bc8166c3b111054ec4a984.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F47%252Fcb%252Fb047cb7bcc3ea93d5ab5ea41185aca231328f973.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/47/cb/b047cb7bcc3ea93d5ab5ea41185aca231328f973.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 87c3bb41-12a5-507c-88d0-5a6a91562646 with identifier 3165770864
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 87c3bb41-12a5-507c-88d0-5a6a91562646
2026-03-30 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'unique Mercedes Benz Classe S 550 AMG avec un Kit Brabus 800 '
'complet extérieur, et un intérieur Brabus «\xa0Hermes\xa0» '
'sur mesure, configuration exceptionnelle ! \n'
'\n'
'MERCEDES CLASSE S 550 AMG 4.7 L V8 BI TURBO LIMOUSINE , 456 '
'CH, Automatique 7G-TRONIC, 35 CV, 117000 KMS, Noir, 5 '
'portes, Essence, première mise en circulation le '
'01/01/2014. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 56658€ HT \n'
'- PRIX TTC : 67990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus 800 extérieur complet \xa0\n'
'- Lame avant Brabus \n'
'- Diffuseur arrière Brabus \n'
'- Jantes Brabus 20´noires \n'
'- Étriers de freins orange \n'
'- Peinture noir métallisée \n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Clignotants arrières séquentiels \n'
'- Rétroviseurs électriques \n'
'- Logos et sigles orange \n'
'- Seuils de portes avec écriture Brabus illuminée\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure Brabus «\xa0Hermes\xa0»\n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra de recul \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir orange «\xa0Hermes\xa0» avec logo Brabus \n'
'- Siège arrière droit VIP \n'
'- Écrans multimédias au niveau des places arrière \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Sport AMG en Carbone et cuir orange\xa0'
'multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Ciel de toit étoilés en alcantara orange télécommande pour '
'changement de couleurs \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Portes gobelets avant / arrière \n'
'- Tapis de sol avec logo Brabus \n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '87c3bb41-12a5-507c-88d0-5a6a91562646',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165770864',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 117000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/5d/a7/7f5da7aee43218a33b60d304e92b0759430e89aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/1a/b3/5f1ab32758350dd11d73e22b79b73ac0713178d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fe/59/dafe5905ed54c4f717191916297b577a7bc27fd1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/c8/56/8bc856731baa12bc53bc8166c3b111054ec4a984.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/47/cb/b047cb7bcc3ea93d5ab5ea41185aca231328f973.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87c3bb41-12a5-507c-88d0-5a6a91562646/87c3bb41-12a5-507c-88d0-5a6a91562646_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97422,
'Height': 680,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/5d/a7/7f5da7aee43218a33b60d304e92b0759430e89aa.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87c3bb41-12a5-507c-88d0-5a6a91562646/87c3bb41-12a5-507c-88d0-5a6a91562646_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77317,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/1a/b3/5f1ab32758350dd11d73e22b79b73ac0713178d0.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87c3bb41-12a5-507c-88d0-5a6a91562646/87c3bb41-12a5-507c-88d0-5a6a91562646_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92978,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/fe/59/dafe5905ed54c4f717191916297b577a7bc27fd1.jpg?rule=ad-large',
'Width': 632},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87c3bb41-12a5-507c-88d0-5a6a91562646/87c3bb41-12a5-507c-88d0-5a6a91562646_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106940,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/c8/56/8bc856731baa12bc53bc8166c3b111054ec4a984.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87c3bb41-12a5-507c-88d0-5a6a91562646/87c3bb41-12a5-507c-88d0-5a6a91562646_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83663,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/47/cb/b047cb7bcc3ea93d5ab5ea41185aca231328f973.jpg?rule=ad-large',
'Width': 600}],
'price': 67990,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes classe s brabus «\xa0hermes\xa0» / configuration unique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273165770864%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Saving data for 3165770864: {'created_time': 1774883663.140112, 'last_price_update_time': 1774883663.140132}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165770864') HTTP/1.1" 204 0
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165765091
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273165765091%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165765091: 1
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165765091
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'unique Mercedes Benz Classe S 550 AMG avec un Kit Brabus 800 '
'complet extérieur, et un intérieur Brabus Bleu Tiffany sur '
'mesure, configuration exceptionnelle ! \n'
'\n'
'MERCEDES CLASSE S 550 AMG 4.7 L V8 BI TURBO LIMOUSINE , 456 '
'CH, Automatique 7G-TRONIC, 35 CV, 123000 KMS, Noir, 5 '
'portes, Essence, première mise en circulation le '
'01/01/2014. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 56658€ HT \n'
'- PRIX TTC : 67990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus 800 extérieur complet \xa0\n'
'- Lame avant Brabus \n'
'- Diffuseur arrière Brabus \n'
'- Jantes Brabus 20 ´noires \n'
'- Étriers de freins Brabus bleu Tiffany \n'
'- Peinture noir métallisée \n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Clignotants arrières séquentiels \n'
'- Rétroviseurs électriques \n'
'- Logos et sigles bleu Tiffany \n'
'- Seuils de portes avec écriture Brabus illuminée\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure Brabus « Bleu Tiffany\xa0»\n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra de recul \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir « Bleu Tiffany\xa0» avec logo Brabus \n'
'- Siège arrière droit VIP \n'
'- Écrans multimédias au niveau des places arrière \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Brabus en Carbone et cuir « Bleu Tiffany\xa0» '
'multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Ciel de toit étoilés en alcantara « Bleu Tiffany\xa0» avec '
'télécommande pour changement de couleurs \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Portes gobelets avant / arrière \n'
'- Tapis de sol avec logo Brabus \n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3165765091',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 123000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/cc/0b/b6cc0b62706e72f77c6be63f887ed56fd8b7ceaa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/50/48/8050488aa2cded8cdd1d9441276e66da9369c460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/8d/7b/9e8d7b28175c2b45544a6f80d4976d5749d105ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4b/37/994b37df9aa184d7e60b416945bef58a94c5d45a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/bd/7b/a9bd7b6e66f2bec4a058e1551f0cf3055234c874.jpg?rule=ad-large'],
'price': 67990,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes classe s brabus bleu tiffany / configuration unique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:14:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dc40e634-6137-504f-ab75-6f44bf21adbb with identifier: 3165765091
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item dc40e634-6137-504f-ab75-6f44bf21adbb
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcc%252F0b%252Fb6cc0b62706e72f77c6be63f887ed56fd8b7ceaa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/cc/0b/b6cc0b62706e72f77c6be63f887ed56fd8b7ceaa.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F50%252F48%252F8050488aa2cded8cdd1d9441276e66da9369c460.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/50/48/8050488aa2cded8cdd1d9441276e66da9369c460.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8d%252F7b%252F9e8d7b28175c2b45544a6f80d4976d5749d105ea.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/8d/7b/9e8d7b28175c2b45544a6f80d4976d5749d105ea.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4b%252F37%252F994b37df9aa184d7e60b416945bef58a94c5d45a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4b/37/994b37df9aa184d7e60b416945bef58a94c5d45a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbd%252F7b%252Fa9bd7b6e66f2bec4a058e1551f0cf3055234c874.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/bd/7b/a9bd7b6e66f2bec4a058e1551f0cf3055234c874.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dc40e634-6137-504f-ab75-6f44bf21adbb with identifier 3165765091
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dc40e634-6137-504f-ab75-6f44bf21adbb
2026-03-30 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'unique Mercedes Benz Classe S 550 AMG avec un Kit Brabus 800 '
'complet extérieur, et un intérieur Brabus Bleu Tiffany sur '
'mesure, configuration exceptionnelle ! \n'
'\n'
'MERCEDES CLASSE S 550 AMG 4.7 L V8 BI TURBO LIMOUSINE , 456 '
'CH, Automatique 7G-TRONIC, 35 CV, 123000 KMS, Noir, 5 '
'portes, Essence, première mise en circulation le '
'01/01/2014. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 56658€ HT \n'
'- PRIX TTC : 67990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus 800 extérieur complet \xa0\n'
'- Lame avant Brabus \n'
'- Diffuseur arrière Brabus \n'
'- Jantes Brabus 20 ´noires \n'
'- Étriers de freins Brabus bleu Tiffany \n'
'- Peinture noir métallisée \n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Clignotants arrières séquentiels \n'
'- Rétroviseurs électriques \n'
'- Logos et sigles bleu Tiffany \n'
'- Seuils de portes avec écriture Brabus illuminée\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure Brabus « Bleu Tiffany\xa0»\n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra de recul \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir « Bleu Tiffany\xa0» avec logo Brabus \n'
'- Siège arrière droit VIP \n'
'- Écrans multimédias au niveau des places arrière \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Brabus en Carbone et cuir « Bleu Tiffany\xa0» '
'multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Ciel de toit étoilés en alcantara « Bleu Tiffany\xa0» avec '
'télécommande pour changement de couleurs \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Portes gobelets avant / arrière \n'
'- Tapis de sol avec logo Brabus \n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'dc40e634-6137-504f-ab75-6f44bf21adbb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165765091',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 123000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/cc/0b/b6cc0b62706e72f77c6be63f887ed56fd8b7ceaa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/50/48/8050488aa2cded8cdd1d9441276e66da9369c460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/8d/7b/9e8d7b28175c2b45544a6f80d4976d5749d105ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4b/37/994b37df9aa184d7e60b416945bef58a94c5d45a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/bd/7b/a9bd7b6e66f2bec4a058e1551f0cf3055234c874.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc40e634-6137-504f-ab75-6f44bf21adbb/dc40e634-6137-504f-ab75-6f44bf21adbb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87332,
'Height': 609,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/cc/0b/b6cc0b62706e72f77c6be63f887ed56fd8b7ceaa.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc40e634-6137-504f-ab75-6f44bf21adbb/dc40e634-6137-504f-ab75-6f44bf21adbb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75588,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/50/48/8050488aa2cded8cdd1d9441276e66da9369c460.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc40e634-6137-504f-ab75-6f44bf21adbb/dc40e634-6137-504f-ab75-6f44bf21adbb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97053,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/8d/7b/9e8d7b28175c2b45544a6f80d4976d5749d105ea.jpg?rule=ad-large',
'Width': 648},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc40e634-6137-504f-ab75-6f44bf21adbb/dc40e634-6137-504f-ab75-6f44bf21adbb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113933,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/4b/37/994b37df9aa184d7e60b416945bef58a94c5d45a.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc40e634-6137-504f-ab75-6f44bf21adbb/dc40e634-6137-504f-ab75-6f44bf21adbb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97882,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/bd/7b/a9bd7b6e66f2bec4a058e1551f0cf3055234c874.jpg?rule=ad-large',
'Width': 600}],
'price': 67990,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes classe s brabus bleu tiffany / configuration unique',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2014}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273165765091%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Saving data for 3165765091: {'created_time': 1774883663.317472, 'last_price_update_time': 1774883663.317483}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165765091') HTTP/1.1" 204 0
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165626351
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273165626351%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165626351: 1
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165626351
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle Smart '
'Fortwo Passion 90 CH en très bon état général intérieur comme '
'extérieur ! \n'
'\n'
'SMART FORTWO PASSION, 90 CH, Automatique, 4 CV, 56500 KMS, '
'Essence, 3 Portes, Blanche, première mise en circulation le '
'02/11/2015. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, aucuns '
'frais à prévoir. \n'
'\n'
'DERNIERS ENTRETIENS : ✅\n'
'- 10/2016 à 15840 KMS \n'
'- 10/2017 à 24665 KMS\n'
'- 11/2019 à 39890 KMS \n'
'- 12/2020 à 44380 KMS \n'
'- 03/2022 à 50709 KMS \n'
'- 02/2025 à 53950 KMS \n'
'\n'
'CONTRÔLES TECHNIQUES : ✅\n'
'- 12/2019 à 39952 KMS\n'
'- 01/2020 à 41408 KMS \n'
'- 02/2021 à 44909 KMS \n'
'- 03/2023 à 52592 KMS \n'
'- 05/2025 à 54630 KMS \n'
'\n'
'Les disques et les plaquettes de freins viennent d’être '
'changés à 56000 KMS. \n'
'\n'
'Double des clefs + historique d’entretiens + contrôle '
'technique ok ✅\n'
'\n'
'* GARANTIE 12 MOIS *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Finition Passion \n'
'- Vitres électriques\n'
'- Vitres sur teintées \n'
'- Peinture blanche métallisée \n'
'- Jantes aluminium 15 ´\n'
'- Coques de rétroviseurs noir \n'
'- Calandre avant noir \n'
'- Logo Smart en noir \n'
'- Toit noir\n'
'- Seuils de portes type Carbon avec écriture Smart \n'
'- Veilleuses LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Climatisation / chauffage \n'
'- Sellerie en tissus noir \n'
'- Portes gobelets \n'
'- Allumage automatique des feux\n'
'- Essuies glaces automatiques\n'
'- Volant en cuir multifonctions \n'
'- Écran tactile couleurs multifonctions \n'
'- Compteur à aiguilles \n'
'- GPS / Radio / Bluetooth\n'
'- Frein de parking manuel \n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Prise 12 V\n'
'- Plage arrière réglable \n'
'- Airbags frontaux\n'
'- Airbags latéraux\n'
'- Phares antibrouillard\n'
'- Contrôle du gonflage des pneus \n'
'- Start & Stop \n'
'- Fixations ISOFIX\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3165626351',
'listing': 'auction',
'make': 'SMART',
'model': 'Fortwo',
'odometer': 56500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/08/db/7f08db38292510ba7592d3c17c4535e04220bea6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/9d/0d/e59d0dbac86e1477f30d447279bd3ebe28271167.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/44/5b/61445bbef91ebcbbdc371e1449195c1e90594b3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/bc/6f/f9bc6faa99b828e65e4edfc97c381f5cd153f1e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/b1/18/bab118b6592f23444864fb057bbe3fcc02f6d13e.jpg?rule=ad-large'],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SMART FORTWO FINITION PASSION 90 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff76ad8-a37d-51ff-b54d-e742fb043595 with identifier: 3165626351
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 0ff76ad8-a37d-51ff-b54d-e742fb043595
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F08%252Fdb%252F7f08db38292510ba7592d3c17c4535e04220bea6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/08/db/7f08db38292510ba7592d3c17c4535e04220bea6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F9d%252F0d%252Fe59d0dbac86e1477f30d447279bd3ebe28271167.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/9d/0d/e59d0dbac86e1477f30d447279bd3ebe28271167.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F44%252F5b%252F61445bbef91ebcbbdc371e1449195c1e90594b3f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/61/44/5b/61445bbef91ebcbbdc371e1449195c1e90594b3f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbc%252F6f%252Ff9bc6faa99b828e65e4edfc97c381f5cd153f1e7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/bc/6f/f9bc6faa99b828e65e4edfc97c381f5cd153f1e7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fba%252Fb1%252F18%252Fbab118b6592f23444864fb057bbe3fcc02f6d13e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/b1/18/bab118b6592f23444864fb057bbe3fcc02f6d13e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0ff76ad8-a37d-51ff-b54d-e742fb043595 with identifier 3165626351
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0ff76ad8-a37d-51ff-b54d-e742fb043595
2026-03-30 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle Smart '
'Fortwo Passion 90 CH en très bon état général intérieur comme '
'extérieur ! \n'
'\n'
'SMART FORTWO PASSION, 90 CH, Automatique, 4 CV, 56500 KMS, '
'Essence, 3 Portes, Blanche, première mise en circulation le '
'02/11/2015. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, aucuns '
'frais à prévoir. \n'
'\n'
'DERNIERS ENTRETIENS : ✅\n'
'- 10/2016 à 15840 KMS \n'
'- 10/2017 à 24665 KMS\n'
'- 11/2019 à 39890 KMS \n'
'- 12/2020 à 44380 KMS \n'
'- 03/2022 à 50709 KMS \n'
'- 02/2025 à 53950 KMS \n'
'\n'
'CONTRÔLES TECHNIQUES : ✅\n'
'- 12/2019 à 39952 KMS\n'
'- 01/2020 à 41408 KMS \n'
'- 02/2021 à 44909 KMS \n'
'- 03/2023 à 52592 KMS \n'
'- 05/2025 à 54630 KMS \n'
'\n'
'Les disques et les plaquettes de freins viennent d’être '
'changés à 56000 KMS. \n'
'\n'
'Double des clefs + historique d’entretiens + contrôle '
'technique ok ✅\n'
'\n'
'* GARANTIE 12 MOIS *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Finition Passion \n'
'- Vitres électriques\n'
'- Vitres sur teintées \n'
'- Peinture blanche métallisée \n'
'- Jantes aluminium 15 ´\n'
'- Coques de rétroviseurs noir \n'
'- Calandre avant noir \n'
'- Logo Smart en noir \n'
'- Toit noir\n'
'- Seuils de portes type Carbon avec écriture Smart \n'
'- Veilleuses LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Climatisation / chauffage \n'
'- Sellerie en tissus noir \n'
'- Portes gobelets \n'
'- Allumage automatique des feux\n'
'- Essuies glaces automatiques\n'
'- Volant en cuir multifonctions \n'
'- Écran tactile couleurs multifonctions \n'
'- Compteur à aiguilles \n'
'- GPS / Radio / Bluetooth\n'
'- Frein de parking manuel \n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Prise 12 V\n'
'- Plage arrière réglable \n'
'- Airbags frontaux\n'
'- Airbags latéraux\n'
'- Phares antibrouillard\n'
'- Contrôle du gonflage des pneus \n'
'- Start & Stop \n'
'- Fixations ISOFIX\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '0ff76ad8-a37d-51ff-b54d-e742fb043595',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165626351',
'listing': 'auction',
'make': 'SMART',
'model': 'Fortwo',
'odometer': 56500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/08/db/7f08db38292510ba7592d3c17c4535e04220bea6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/9d/0d/e59d0dbac86e1477f30d447279bd3ebe28271167.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/44/5b/61445bbef91ebcbbdc371e1449195c1e90594b3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/bc/6f/f9bc6faa99b828e65e4edfc97c381f5cd153f1e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/b1/18/bab118b6592f23444864fb057bbe3fcc02f6d13e.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff76ad8-a37d-51ff-b54d-e742fb043595/0ff76ad8-a37d-51ff-b54d-e742fb043595_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96323,
'Height': 790,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/08/db/7f08db38292510ba7592d3c17c4535e04220bea6.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff76ad8-a37d-51ff-b54d-e742fb043595/0ff76ad8-a37d-51ff-b54d-e742fb043595_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65305,
'Height': 538,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/9d/0d/e59d0dbac86e1477f30d447279bd3ebe28271167.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff76ad8-a37d-51ff-b54d-e742fb043595/0ff76ad8-a37d-51ff-b54d-e742fb043595_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89930,
'Height': 786,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/44/5b/61445bbef91ebcbbdc371e1449195c1e90594b3f.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff76ad8-a37d-51ff-b54d-e742fb043595/0ff76ad8-a37d-51ff-b54d-e742fb043595_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81623,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/bc/6f/f9bc6faa99b828e65e4edfc97c381f5cd153f1e7.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ff76ad8-a37d-51ff-b54d-e742fb043595/0ff76ad8-a37d-51ff-b54d-e742fb043595_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65336,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/b1/18/bab118b6592f23444864fb057bbe3fcc02f6d13e.jpg?rule=ad-large',
'Width': 600}],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': None,
'seller_name': None,
'title': 'SMART FORTWO FINITION PASSION 90 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273165626351%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Saving data for 3165626351: {'created_time': 1774883663.534638, 'last_price_update_time': 1774883663.534656}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165626351') HTTP/1.1" 204 0
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3129267281
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273129267281%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scrape type for 3129267281: 1
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3129267281
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime Mercedes '
'Benz Classe C63 AMG 6.2 L V8 Atmosphérique 457 CH dans un '
'parfait état général et dans une très belle configuration ! \n'
'\n'
'MERCEDES CLASSE C 63 AMG 6.2 L V8 ATMOSPHÉRIQUE, 457 CH, '
'Automatique, 37 CV, 166000 KMS, Blanche, 5 portes, Essence, '
'première mise en circulation le 24/01/2008. \n'
'\n'
'Un entretien complet vient d’être effectué chez un '
'spécialiste Mercedes le 01/08/2025 à 165500 KMS, aucuns '
'frais à prévoir. \n'
'\n'
'État incroyable niveau carrosserie et intérieur, vehicule '
'toujours stationné en garage fermé sous bâche, temps de '
'chauffe toujours respecté. \n'
'\n'
'Factures + manuel du propriétaire + double des clefs + '
'contrôle technique ok ✅ \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Finitions AMG \n'
'- Peinture métallisée blanche \n'
'- Logos arrière et écritures chromés \n'
'- Jantes Sport AMG 18 ´ \n'
'- Étriers de freins AMG rouge \n'
'- Rétroviseurs electrochrome / électriques \n'
'- 4 sorties d’échappement chromés \n'
'- Échappements sur mesure Sport en Inox à valves avec '
'télécommande ( sonorité incroyable ) \n'
' - Phares avant bi-xénon\n'
'- Feux arrières LED \n'
'- Seuils de portes avec logo AMG chromés\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant chauffant \n'
'- Sellerie cuir noir \n'
'- Radars de stationnement avant et arrière\n'
'- Climatisation automatique bi zones \n'
'- Apple Car Play \n'
'- Volant AMG en cuir multifonctions \n'
'- Volant réglable électrique en profondeur\n'
'- Volant cuir multifonctions \n'
'- Palettes au volant \n'
'- Mode de conduite ( Confort / Sport / Manuel )\n'
'- Suspensions Sport pilotées \n'
'- Pack Carbon intérieur \n'
'- Ciel de toit en tissus noir \n'
'- Tableau de bord en cuir noir \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- GPS couleurs\n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V \n'
'- Régulateur / limiteur de vitesse\n'
'- Démarrage sans clefs \n'
'- Accoudoir central AV avec rangement\n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Frein de parking manuel \n'
'- Feux / phares antibrouillards \n'
'- Airbags\n'
'- ESP \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3129267281',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 166000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/01/15/7c0115a27c7b0441b6921d7d731aeee36f4e4baa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/22/60/7d2260b07257ecebadbb75ef0ef96769e52502b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/21/13/3921136dfe333156e49d7605cb80d31370ee8b19.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/0d/eb/610deb2aef31f6edfbc0f7b758aaef583f10d978.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/9f/5e/669f5e73b8fdf0dd452f676f1e611f3e84ce2ca4.jpg?rule=ad-large'],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE C 63 AMG 6.2 L V8 ATMOSPHÉRIQUE 457 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:14:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e798fc2-6adc-5966-85a4-72bbbc3c557a with identifier: 3129267281
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 6e798fc2-6adc-5966-85a4-72bbbc3c557a
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F01%252F15%252F7c0115a27c7b0441b6921d7d731aeee36f4e4baa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/01/15/7c0115a27c7b0441b6921d7d731aeee36f4e4baa.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F22%252F60%252F7d2260b07257ecebadbb75ef0ef96769e52502b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/22/60/7d2260b07257ecebadbb75ef0ef96769e52502b9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F21%252F13%252F3921136dfe333156e49d7605cb80d31370ee8b19.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/21/13/3921136dfe333156e49d7605cb80d31370ee8b19.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0d%252Feb%252F610deb2aef31f6edfbc0f7b758aaef583f10d978.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/61/0d/eb/610deb2aef31f6edfbc0f7b758aaef583f10d978.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F9f%252F5e%252F669f5e73b8fdf0dd452f676f1e611f3e84ce2ca4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/9f/5e/669f5e73b8fdf0dd452f676f1e611f3e84ce2ca4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 6e798fc2-6adc-5966-85a4-72bbbc3c557a with identifier 3129267281
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 6e798fc2-6adc-5966-85a4-72bbbc3c557a
2026-03-30 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime Mercedes '
'Benz Classe C63 AMG 6.2 L V8 Atmosphérique 457 CH dans un '
'parfait état général et dans une très belle configuration ! \n'
'\n'
'MERCEDES CLASSE C 63 AMG 6.2 L V8 ATMOSPHÉRIQUE, 457 CH, '
'Automatique, 37 CV, 166000 KMS, Blanche, 5 portes, Essence, '
'première mise en circulation le 24/01/2008. \n'
'\n'
'Un entretien complet vient d’être effectué chez un '
'spécialiste Mercedes le 01/08/2025 à 165500 KMS, aucuns '
'frais à prévoir. \n'
'\n'
'État incroyable niveau carrosserie et intérieur, vehicule '
'toujours stationné en garage fermé sous bâche, temps de '
'chauffe toujours respecté. \n'
'\n'
'Factures + manuel du propriétaire + double des clefs + '
'contrôle technique ok ✅ \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Finitions AMG \n'
'- Peinture métallisée blanche \n'
'- Logos arrière et écritures chromés \n'
'- Jantes Sport AMG 18 ´ \n'
'- Étriers de freins AMG rouge \n'
'- Rétroviseurs electrochrome / électriques \n'
'- 4 sorties d’échappement chromés \n'
'- Échappements sur mesure Sport en Inox à valves avec '
'télécommande ( sonorité incroyable ) \n'
' - Phares avant bi-xénon\n'
'- Feux arrières LED \n'
'- Seuils de portes avec logo AMG chromés\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant chauffant \n'
'- Sellerie cuir noir \n'
'- Radars de stationnement avant et arrière\n'
'- Climatisation automatique bi zones \n'
'- Apple Car Play \n'
'- Volant AMG en cuir multifonctions \n'
'- Volant réglable électrique en profondeur\n'
'- Volant cuir multifonctions \n'
'- Palettes au volant \n'
'- Mode de conduite ( Confort / Sport / Manuel )\n'
'- Suspensions Sport pilotées \n'
'- Pack Carbon intérieur \n'
'- Ciel de toit en tissus noir \n'
'- Tableau de bord en cuir noir \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- GPS couleurs\n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V \n'
'- Régulateur / limiteur de vitesse\n'
'- Démarrage sans clefs \n'
'- Accoudoir central AV avec rangement\n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Frein de parking manuel \n'
'- Feux / phares antibrouillards \n'
'- Airbags\n'
'- ESP \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '6e798fc2-6adc-5966-85a4-72bbbc3c557a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3129267281',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 166000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/01/15/7c0115a27c7b0441b6921d7d731aeee36f4e4baa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/22/60/7d2260b07257ecebadbb75ef0ef96769e52502b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/21/13/3921136dfe333156e49d7605cb80d31370ee8b19.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/0d/eb/610deb2aef31f6edfbc0f7b758aaef583f10d978.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/9f/5e/669f5e73b8fdf0dd452f676f1e611f3e84ce2ca4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e798fc2-6adc-5966-85a4-72bbbc3c557a/6e798fc2-6adc-5966-85a4-72bbbc3c557a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71632,
'Height': 631,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/01/15/7c0115a27c7b0441b6921d7d731aeee36f4e4baa.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e798fc2-6adc-5966-85a4-72bbbc3c557a/6e798fc2-6adc-5966-85a4-72bbbc3c557a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59303,
'Height': 472,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/22/60/7d2260b07257ecebadbb75ef0ef96769e52502b9.jpg?rule=ad-large',
'Width': 801},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e798fc2-6adc-5966-85a4-72bbbc3c557a/6e798fc2-6adc-5966-85a4-72bbbc3c557a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72407,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/21/13/3921136dfe333156e49d7605cb80d31370ee8b19.jpg?rule=ad-large',
'Width': 658},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e798fc2-6adc-5966-85a4-72bbbc3c557a/6e798fc2-6adc-5966-85a4-72bbbc3c557a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91759,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/0d/eb/610deb2aef31f6edfbc0f7b758aaef583f10d978.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e798fc2-6adc-5966-85a4-72bbbc3c557a/6e798fc2-6adc-5966-85a4-72bbbc3c557a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85304,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/9f/5e/669f5e73b8fdf0dd452f676f1e611f3e84ce2ca4.jpg?rule=ad-large',
'Width': 600}],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2008-01-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE C 63 AMG 6.2 L V8 ATMOSPHÉRIQUE 457 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273129267281%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Saving data for 3129267281: {'created_time': 1774883663.693408, 'last_price_update_time': 1774883663.693423}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3129267281') HTTP/1.1" 204 0
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3159284749
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273159284749%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scrape type for 3159284749: 1
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3159284749
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique Mini '
'Clubman Cooper S finitions John Cooper Works intérieur / '
'extérieur de 178 CH en très état général et dans une très '
'belle configuration ! \n'
'\n'
'MINI CLUBMAN COOPER S PACK JOHN COOPER WORKS 2.0 L TURBO, 178 '
'CH, Automatique BVA7, 9 CV, 82000 KMS, Gris nardo ( Moonwalk '
'Grey ) , Essence, 5 Portes, première mise en circulation le '
'13/01/2021. \n'
'\n'
'Véhicule origine France, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Octobre 2025 à 75000 '
'KMS, aucuns frais à prévoir.\n'
'\n'
'Manuel du propriétaire + historique d’entretiens + double des '
'clefs ok ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- finitions John Cooper Works \n'
'- jantes 17’ Design noir John Cooper Works\n'
'- étriers de freins gris \n'
'- feux arrière à LED \n'
'- phares avant à LED\n'
'- vitres arrière sur teintées \n'
'- rétroviseurs électriques\n'
'- coques de rétroviseurs noir brillant \n'
'- peinture métallisée Gris Nardo ( Moonwalk Grey )\n'
'- double sorties d’échappement chromée \n'
'- toit noir brillant \n'
'- bandes noires au niveau de capot \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- finitions John Cooper Works\n'
'- toit ouvrant panoramique \n'
'- système audio Harman / Kardon \n'
'- caméra de recul \n'
'- radar d’aide au stationnement av / arr\n'
'- compteur TFT couleurs \n'
'- éclairage d’ambiance\n'
'- seuils de portes John Cooper Works \n'
'- sièges Sport John Cooper Works \n'
'- sellerie tissus / alcantara avec surpiqûres grise\n'
'- climatisation automatique bi zone \n'
'- modes de conduite ( Sport / Mid / Green ) \n'
'- volant Sport John Cooper Work \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions \n'
'- allumage automatique des feux\n'
'- essuie-glaces automatiques\n'
'- détecteur de pluie\n'
'- démarrage sans clefs \n'
'- start & stop\n'
'- Bluetooth / USB / USBC / 12 V\n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- frein parking électrique \n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse adaptatif \n'
'- limiteur de vitesse\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3159284749',
'listing': 'auction',
'make': 'MINI',
'model': 'Clubman',
'odometer': 82000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/cc/ca/c4ccca417d33549edebcaaf09b1eef9c1495304d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/27/33/ce273352ce1626ca72d8aeff9807a2794cb5b714.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/3e/cb/c93ecbf050db20de1f067d9c3dd5bd14ff3e5659.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/43/b2/9643b2e243c97a364b96bcf24bd744d4d379b69d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/47/cc/0d47ccef698170b31d226dca3ee234ab87f4475a.jpg?rule=ad-large'],
'price': 25990,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI CLUBMAN COOPER S JOHN COOPER WORKS 178 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:14:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: de81e661-0f7a-5228-aa4b-e11a4a02fedf with identifier: 3159284749
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item de81e661-0f7a-5228-aa4b-e11a4a02fedf
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcc%252Fca%252Fc4ccca417d33549edebcaaf09b1eef9c1495304d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/cc/ca/c4ccca417d33549edebcaaf09b1eef9c1495304d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F27%252F33%252Fce273352ce1626ca72d8aeff9807a2794cb5b714.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/27/33/ce273352ce1626ca72d8aeff9807a2794cb5b714.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3e%252Fcb%252Fc93ecbf050db20de1f067d9c3dd5bd14ff3e5659.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/3e/cb/c93ecbf050db20de1f067d9c3dd5bd14ff3e5659.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F96%252F43%252Fb2%252F9643b2e243c97a364b96bcf24bd744d4d379b69d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/96/43/b2/9643b2e243c97a364b96bcf24bd744d4d379b69d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F47%252Fcc%252F0d47ccef698170b31d226dca3ee234ab87f4475a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/47/cc/0d47ccef698170b31d226dca3ee234ab87f4475a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: de81e661-0f7a-5228-aa4b-e11a4a02fedf with identifier 3159284749
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item de81e661-0f7a-5228-aa4b-e11a4a02fedf
2026-03-30 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique Mini '
'Clubman Cooper S finitions John Cooper Works intérieur / '
'extérieur de 178 CH en très état général et dans une très '
'belle configuration ! \n'
'\n'
'MINI CLUBMAN COOPER S PACK JOHN COOPER WORKS 2.0 L TURBO, 178 '
'CH, Automatique BVA7, 9 CV, 82000 KMS, Gris nardo ( Moonwalk '
'Grey ) , Essence, 5 Portes, première mise en circulation le '
'13/01/2021. \n'
'\n'
'Véhicule origine France, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Octobre 2025 à 75000 '
'KMS, aucuns frais à prévoir.\n'
'\n'
'Manuel du propriétaire + historique d’entretiens + double des '
'clefs ok ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- finitions John Cooper Works \n'
'- jantes 17’ Design noir John Cooper Works\n'
'- étriers de freins gris \n'
'- feux arrière à LED \n'
'- phares avant à LED\n'
'- vitres arrière sur teintées \n'
'- rétroviseurs électriques\n'
'- coques de rétroviseurs noir brillant \n'
'- peinture métallisée Gris Nardo ( Moonwalk Grey )\n'
'- double sorties d’échappement chromée \n'
'- toit noir brillant \n'
'- bandes noires au niveau de capot \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- finitions John Cooper Works\n'
'- toit ouvrant panoramique \n'
'- système audio Harman / Kardon \n'
'- caméra de recul \n'
'- radar d’aide au stationnement av / arr\n'
'- compteur TFT couleurs \n'
'- éclairage d’ambiance\n'
'- seuils de portes John Cooper Works \n'
'- sièges Sport John Cooper Works \n'
'- sellerie tissus / alcantara avec surpiqûres grise\n'
'- climatisation automatique bi zone \n'
'- modes de conduite ( Sport / Mid / Green ) \n'
'- volant Sport John Cooper Work \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions \n'
'- allumage automatique des feux\n'
'- essuie-glaces automatiques\n'
'- détecteur de pluie\n'
'- démarrage sans clefs \n'
'- start & stop\n'
'- Bluetooth / USB / USBC / 12 V\n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- frein parking électrique \n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse adaptatif \n'
'- limiteur de vitesse\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'de81e661-0f7a-5228-aa4b-e11a4a02fedf',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3159284749',
'listing': 'auction',
'make': 'MINI',
'model': 'Clubman',
'odometer': 82000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/cc/ca/c4ccca417d33549edebcaaf09b1eef9c1495304d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/27/33/ce273352ce1626ca72d8aeff9807a2794cb5b714.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/3e/cb/c93ecbf050db20de1f067d9c3dd5bd14ff3e5659.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/43/b2/9643b2e243c97a364b96bcf24bd744d4d379b69d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/47/cc/0d47ccef698170b31d226dca3ee234ab87f4475a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de81e661-0f7a-5228-aa4b-e11a4a02fedf/de81e661-0f7a-5228-aa4b-e11a4a02fedf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94439,
'Height': 671,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/cc/ca/c4ccca417d33549edebcaaf09b1eef9c1495304d.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de81e661-0f7a-5228-aa4b-e11a4a02fedf/de81e661-0f7a-5228-aa4b-e11a4a02fedf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56365,
'Height': 434,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/27/33/ce273352ce1626ca72d8aeff9807a2794cb5b714.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de81e661-0f7a-5228-aa4b-e11a4a02fedf/de81e661-0f7a-5228-aa4b-e11a4a02fedf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101230,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/3e/cb/c93ecbf050db20de1f067d9c3dd5bd14ff3e5659.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de81e661-0f7a-5228-aa4b-e11a4a02fedf/de81e661-0f7a-5228-aa4b-e11a4a02fedf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90395,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/43/b2/9643b2e243c97a364b96bcf24bd744d4d379b69d.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de81e661-0f7a-5228-aa4b-e11a4a02fedf/de81e661-0f7a-5228-aa4b-e11a4a02fedf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82408,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/47/cc/0d47ccef698170b31d226dca3ee234ab87f4475a.jpg?rule=ad-large',
'Width': 600}],
'price': 25990,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI CLUBMAN COOPER S JOHN COOPER WORKS 178 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273159284749%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Saving data for 3159284749: {'created_time': 1774883663.870612, 'last_price_update_time': 1774883663.870623}
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3159284749') HTTP/1.1" 204 0
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3157295420
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [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%273157295420%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scrape type for 3157295420: 1
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3157295420
2026-03-30 15:14:23 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce magnifique Mercedes '
'Benz GLC 250 D 4 MATIC Pack AMG dans un très bon état général '
'et dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ GLC 250 D 4 MATIC PACK AMG / 2.2 L C.D.I. '
'BLUETEC TURBO, 204 CH, Automatique 9 G-TRONIC, 11 CV, 233000 '
'KMS, Gris métallisée, 5 portes, Diesel, première mise en '
'circulation le 27/04/2018. \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, toujours '
'suivi en temps et en heure en concession ou spécialiste '
'Mercedes, aucuns frais à prévoir, origine France 🇫🇷.\n'
'\n'
'Historique d’entretiens + factures + contrôle technique + '
'double des clefs ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 11/2018 à 29200 KMS \n'
'- 06/2019 à 55400 KMS \n'
'- 05/2020 à 91400 KMS \n'
'- 04/2021 à 129600 KMS \n'
'- 01/2023 à 186000 KMS \n'
'- 02/2024 à 203700 KMS\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack AMG \n'
'- Pack chrome extérieur \n'
'- Jantes aluminium Sport AMG 19 ´ \n'
'- Peinture métallisée grise \n'
'- Sorties d’échappements chromée\n'
'- Système d’attelage \n'
'- Barres de toit chromées \n'
'- Vitres arrières sur teintées \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles mort\n'
'- Accès confort ( ouverture et démarrage sans clefs ) \n'
'- Phares avant LED \n'
'- Feux arrières LED \n'
'- Veilleuses LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Toit ouvrant panoramique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant ventilés \n'
'- Sièges avant et arrière chauffants\n'
'- Système audio BURMESTER \n'
'- Suspensions pneumatique ( réglable en hauteur ) \n'
'- Seuils de porte chromées avec logo Mercedes Benz \n'
'- Coffre électrique \n'
'- Climatisation automatique bi zones \n'
'- Sellerie cuir nappa noir \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Eco / Comfort / Sport / Sport + ) \n'
'- Palettes au volant \n'
'- Compteur digital \n'
'- Écran couleurs multifonctions\n'
'- GPS 3D couleurs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Assistant de trajectoire \n'
'- Pilote directionnel \n'
'- 4 roues motrices \n'
'- Allumage des feux automatiques\n'
'- Accoudoir central avec rangement \n'
'- Accès confort ( ouverture et démarrage sans clefs ) \n'
'- Prise USB / 12 V \n'
'- Bluetooth\n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Frein de parking électrique\n'
'- ESP \n'
'- ABS\n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3157295420',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLC',
'odometer': 233000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/25/e9/f125e92d85ef8b10a0e816543df1e5003eead84d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/76/6b/ce766b9b6aec4a8d6461320c0fc941cd457bebc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/d2/c6/0ed2c6d74f11335365f4093f9e124e5156ec84dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f2/5a/f8f25aef147396ef9c6c9dee049b26ea701435b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/21/13/c0211384cff23e18abf891c6a894c83ede413ffc.jpg?rule=ad-large'],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES GLC 250 D 4 MATIC PACK AMG 204 ch / FULL OPTIONS / ORIGNE '
'FRANCE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 15:14:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb3a67c-07c2-5f8e-b586-35d4b6c5102d with identifier: 3157295420
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item bbb3a67c-07c2-5f8e-b586-35d4b6c5102d
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F25%252Fe9%252Ff125e92d85ef8b10a0e816543df1e5003eead84d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/25/e9/f125e92d85ef8b10a0e816543df1e5003eead84d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F76%252F6b%252Fce766b9b6aec4a8d6461320c0fc941cd457bebc4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/76/6b/ce766b9b6aec4a8d6461320c0fc941cd457bebc4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252Fd2%252Fc6%252F0ed2c6d74f11335365f4093f9e124e5156ec84dc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/d2/c6/0ed2c6d74f11335365f4093f9e124e5156ec84dc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff2%252F5a%252Ff8f25aef147396ef9c6c9dee049b26ea701435b8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f2/5a/f8f25aef147396ef9c6c9dee049b26ea701435b8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc0%252F21%252F13%252Fc0211384cff23e18abf891c6a894c83ede413ffc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/21/13/c0211384cff23e18abf891c6a894c83ede413ffc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: bbb3a67c-07c2-5f8e-b586-35d4b6c5102d with identifier 3157295420
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item bbb3a67c-07c2-5f8e-b586-35d4b6c5102d
2026-03-30 15:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce magnifique Mercedes '
'Benz GLC 250 D 4 MATIC Pack AMG dans un très bon état général '
'et dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ GLC 250 D 4 MATIC PACK AMG / 2.2 L C.D.I. '
'BLUETEC TURBO, 204 CH, Automatique 9 G-TRONIC, 11 CV, 233000 '
'KMS, Gris métallisée, 5 portes, Diesel, première mise en '
'circulation le 27/04/2018. \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, toujours '
'suivi en temps et en heure en concession ou spécialiste '
'Mercedes, aucuns frais à prévoir, origine France 🇫🇷.\n'
'\n'
'Historique d’entretiens + factures + contrôle technique + '
'double des clefs ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 11/2018 à 29200 KMS \n'
'- 06/2019 à 55400 KMS \n'
'- 05/2020 à 91400 KMS \n'
'- 04/2021 à 129600 KMS \n'
'- 01/2023 à 186000 KMS \n'
'- 02/2024 à 203700 KMS\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack AMG \n'
'- Pack chrome extérieur \n'
'- Jantes aluminium Sport AMG 19 ´ \n'
'- Peinture métallisée grise \n'
'- Sorties d’échappements chromée\n'
'- Système d’attelage \n'
'- Barres de toit chromées \n'
'- Vitres arrières sur teintées \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles mort\n'
'- Accès confort ( ouverture et démarrage sans clefs ) \n'
'- Phares avant LED \n'
'- Feux arrières LED \n'
'- Veilleuses LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Toit ouvrant panoramique \n'
'- Sièges avant électriques à mémoires \n'
'- Sièges avant ventilés \n'
'- Sièges avant et arrière chauffants\n'
'- Système audio BURMESTER \n'
'- Suspensions pneumatique ( réglable en hauteur ) \n'
'- Seuils de porte chromées avec logo Mercedes Benz \n'
'- Coffre électrique \n'
'- Climatisation automatique bi zones \n'
'- Sellerie cuir nappa noir \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Eco / Comfort / Sport / Sport + ) \n'
'- Palettes au volant \n'
'- Compteur digital \n'
'- Écran couleurs multifonctions\n'
'- GPS 3D couleurs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Assistant de trajectoire \n'
'- Pilote directionnel \n'
'- 4 roues motrices \n'
'- Allumage des feux automatiques\n'
'- Accoudoir central avec rangement \n'
'- Accès confort ( ouverture et démarrage sans clefs ) \n'
'- Prise USB / 12 V \n'
'- Bluetooth\n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Frein de parking électrique\n'
'- ESP \n'
'- ABS\n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'bbb3a67c-07c2-5f8e-b586-35d4b6c5102d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3157295420',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLC',
'odometer': 233000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/25/e9/f125e92d85ef8b10a0e816543df1e5003eead84d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/76/6b/ce766b9b6aec4a8d6461320c0fc941cd457bebc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/d2/c6/0ed2c6d74f11335365f4093f9e124e5156ec84dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f2/5a/f8f25aef147396ef9c6c9dee049b26ea701435b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/21/13/c0211384cff23e18abf891c6a894c83ede413ffc.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbb3a67c-07c2-5f8e-b586-35d4b6c5102d/bbb3a67c-07c2-5f8e-b586-35d4b6c5102d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81671,
'Height': 622,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/25/e9/f125e92d85ef8b10a0e816543df1e5003eead84d.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbb3a67c-07c2-5f8e-b586-35d4b6c5102d/bbb3a67c-07c2-5f8e-b586-35d4b6c5102d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56999,
'Height': 448,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/76/6b/ce766b9b6aec4a8d6461320c0fc941cd457bebc4.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbb3a67c-07c2-5f8e-b586-35d4b6c5102d/bbb3a67c-07c2-5f8e-b586-35d4b6c5102d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97194,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/d2/c6/0ed2c6d74f11335365f4093f9e124e5156ec84dc.jpg?rule=ad-large',
'Width': 771},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbb3a67c-07c2-5f8e-b586-35d4b6c5102d/bbb3a67c-07c2-5f8e-b586-35d4b6c5102d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105997,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/f2/5a/f8f25aef147396ef9c6c9dee049b26ea701435b8.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbb3a67c-07c2-5f8e-b586-35d4b6c5102d/bbb3a67c-07c2-5f8e-b586-35d4b6c5102d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95241,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/21/13/c0211384cff23e18abf891c6a894c83ede413ffc.jpg?rule=ad-large',
'Width': 600}],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2018-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES GLC 250 D 4 MATIC PACK AMG 204 ch / FULL OPTIONS / ORIGNE '
'FRANCE 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273157295420%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Saving data for 3157295420: {'created_time': 1774883664.050521, 'last_price_update_time': 1774883664.050531}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3157295420') HTTP/1.1" 204 0
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3157214436
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273157214436%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scrape type for 3157214436: 1
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3157214436
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime Tesla '
'Modèle S 75 D 333 CH, dans un très bon état général ! \n'
'\n'
'TESLA MODÈLE S 75 D DUAL MOTOR, 333 CH, Automatique, 189000 '
'KMS, 9 CV, 244 KW, Électrique, Grise, 5 portes, première mise '
'en circulation le 29/09/2018. \n'
'\n'
'Autonomie : entre 350 KMS et 450 KMS suivant l’utilisation. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, aucuns '
'frais à prévoir, contrôle technique vierge effectué le '
'02/03/2026 ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Toit panoramique \n'
'- Allumage automatique des feux \n'
'- Rétroviseurs électriques \n'
'- Peinture métallisée grise \n'
'- Jantes aluminium grise 19 ´\n'
'- Vitres arrières sur teintées \n'
'- Phares avant à LED \n'
'- Feux arrière à LED \n'
'- Seuils de portes chromées avec écritures «\xa0 Modele S\xa0'
'»\n'
'- Pack chrome extérieur \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Caméra latérales \n'
'- Radar de stationnement avant / arrière \n'
'- Grand toit panoramique \n'
'- Accès confort ( Démarrage / ouverture sans clefs )\n'
'- Sièges confort en cuir beige \n'
'- Sièges avant chauffants \n'
'- Sièges avant électriques \n'
'- Coffre électrique \n'
'- Ciel de toit et garnitures en alcantara beige \n'
'- Éclairage d’ambiance \n'
'- Console central en bois «\xa0Ash Wood\xa0»\n'
'- Tableau de bord en cuir noir \n'
'- Compteur digital couleur \n'
'- Appel Car Play sans fil \n'
'- Écran multifonctions tactile 17 ´ \n'
'- Cartes et navigation avec informations en temps réel sur '
"l'état du trafic\n"
'- GPS 3D couleurs \n'
'- Climatisation automatique \n'
'- Volant en cuir noir multifonctions \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Autopilot \n'
'- Suspensions réglables \n'
'- Direction réglable ( Souple / Standard / Dure ) \n'
'- Mode de conduite ( Confort / Standard ) \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Bluetooth \n'
'- Prise USB / AUX / 12 V \n'
'- Airbags frontaux\n'
'- Airbags latéraux\n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Électrique',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3157214436',
'listing': 'auction',
'make': 'TESLA',
'model': 'Model S',
'odometer': 189000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/74/96/4d74966537dee1de6b71d4a485b55bd957770940.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/90/3e/59903e9c20eb3990a70376d79224f7f120f9c948.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/c0/e6/27c0e68e062bceb435b6313847c54e1433fbdd05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/ea/df/24eadfd293d6f54fc9a90faa3a815a3fb50b3625.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/6f/a0/d86fa0d55d93d8274c42a81841eb8badea296248.jpg?rule=ad-large'],
'price': 21990,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': None,
'seller_name': None,
'title': 'TESLA MODELE S 75 D DUAL MOTOR 333 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 15:14:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 91576f71-1de8-54fb-a4b2-54b487088b9b with identifier: 3157214436
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 91576f71-1de8-54fb-a4b2-54b487088b9b
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4d%252F74%252F96%252F4d74966537dee1de6b71d4a485b55bd957770940.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/74/96/4d74966537dee1de6b71d4a485b55bd957770940.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F90%252F3e%252F59903e9c20eb3990a70376d79224f7f120f9c948.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/90/3e/59903e9c20eb3990a70376d79224f7f120f9c948.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252Fc0%252Fe6%252F27c0e68e062bceb435b6313847c54e1433fbdd05.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/c0/e6/27c0e68e062bceb435b6313847c54e1433fbdd05.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fea%252Fdf%252F24eadfd293d6f54fc9a90faa3a815a3fb50b3625.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/ea/df/24eadfd293d6f54fc9a90faa3a815a3fb50b3625.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd8%252F6f%252Fa0%252Fd86fa0d55d93d8274c42a81841eb8badea296248.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/6f/a0/d86fa0d55d93d8274c42a81841eb8badea296248.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 91576f71-1de8-54fb-a4b2-54b487088b9b with identifier 3157214436
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 91576f71-1de8-54fb-a4b2-54b487088b9b
2026-03-30 15:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime Tesla '
'Modèle S 75 D 333 CH, dans un très bon état général ! \n'
'\n'
'TESLA MODÈLE S 75 D DUAL MOTOR, 333 CH, Automatique, 189000 '
'KMS, 9 CV, 244 KW, Électrique, Grise, 5 portes, première mise '
'en circulation le 29/09/2018. \n'
'\n'
'Autonomie : entre 350 KMS et 450 KMS suivant l’utilisation. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, aucuns '
'frais à prévoir, contrôle technique vierge effectué le '
'02/03/2026 ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Toit panoramique \n'
'- Allumage automatique des feux \n'
'- Rétroviseurs électriques \n'
'- Peinture métallisée grise \n'
'- Jantes aluminium grise 19 ´\n'
'- Vitres arrières sur teintées \n'
'- Phares avant à LED \n'
'- Feux arrière à LED \n'
'- Seuils de portes chromées avec écritures «\xa0 Modele S\xa0'
'»\n'
'- Pack chrome extérieur \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul \n'
'- Caméra latérales \n'
'- Radar de stationnement avant / arrière \n'
'- Grand toit panoramique \n'
'- Accès confort ( Démarrage / ouverture sans clefs )\n'
'- Sièges confort en cuir beige \n'
'- Sièges avant chauffants \n'
'- Sièges avant électriques \n'
'- Coffre électrique \n'
'- Ciel de toit et garnitures en alcantara beige \n'
'- Éclairage d’ambiance \n'
'- Console central en bois «\xa0Ash Wood\xa0»\n'
'- Tableau de bord en cuir noir \n'
'- Compteur digital couleur \n'
'- Appel Car Play sans fil \n'
'- Écran multifonctions tactile 17 ´ \n'
'- Cartes et navigation avec informations en temps réel sur '
"l'état du trafic\n"
'- GPS 3D couleurs \n'
'- Climatisation automatique \n'
'- Volant en cuir noir multifonctions \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Autopilot \n'
'- Suspensions réglables \n'
'- Direction réglable ( Souple / Standard / Dure ) \n'
'- Mode de conduite ( Confort / Standard ) \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Bluetooth \n'
'- Prise USB / AUX / 12 V \n'
'- Airbags frontaux\n'
'- Airbags latéraux\n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': '91576f71-1de8-54fb-a4b2-54b487088b9b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3157214436',
'listing': 'auction',
'make': 'TESLA',
'model': 'Model S',
'odometer': 189000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/74/96/4d74966537dee1de6b71d4a485b55bd957770940.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/90/3e/59903e9c20eb3990a70376d79224f7f120f9c948.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/c0/e6/27c0e68e062bceb435b6313847c54e1433fbdd05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/ea/df/24eadfd293d6f54fc9a90faa3a815a3fb50b3625.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/6f/a0/d86fa0d55d93d8274c42a81841eb8badea296248.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91576f71-1de8-54fb-a4b2-54b487088b9b/91576f71-1de8-54fb-a4b2-54b487088b9b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76108,
'Height': 648,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/74/96/4d74966537dee1de6b71d4a485b55bd957770940.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91576f71-1de8-54fb-a4b2-54b487088b9b/91576f71-1de8-54fb-a4b2-54b487088b9b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55149,
'Height': 447,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/90/3e/59903e9c20eb3990a70376d79224f7f120f9c948.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91576f71-1de8-54fb-a4b2-54b487088b9b/91576f71-1de8-54fb-a4b2-54b487088b9b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86185,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/c0/e6/27c0e68e062bceb435b6313847c54e1433fbdd05.jpg?rule=ad-large',
'Width': 709},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91576f71-1de8-54fb-a4b2-54b487088b9b/91576f71-1de8-54fb-a4b2-54b487088b9b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73494,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/ea/df/24eadfd293d6f54fc9a90faa3a815a3fb50b3625.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_91576f71-1de8-54fb-a4b2-54b487088b9b/91576f71-1de8-54fb-a4b2-54b487088b9b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64404,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/6f/a0/d86fa0d55d93d8274c42a81841eb8badea296248.jpg?rule=ad-large',
'Width': 600}],
'price': 21990,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': None,
'seller_name': None,
'title': 'TESLA MODELE S 75 D DUAL MOTOR 333 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273157214436%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Saving data for 3157214436: {'created_time': 1774883664.246313, 'last_price_update_time': 1774883664.246323}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3157214436') HTTP/1.1" 204 0
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3114625551
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273114625551%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scrape type for 3114625551: 1
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3114625551
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Ferrari F 355 Berlinetta de 380 CH en parfait état général et '
'dans une très belle configuration ! \n'
'\n'
'FERRARI F355 BERLINETTA 3,5 L VERSION 2.7 V8, 380 CH, '
'Manuelle, 6 rapports, 20 CV, 91200 KMS, Jaune Giallo Modena, '
'Essence, première mise en circulation le 15/03/1996.\n'
'\n'
'Véhicule origine France 🇫🇷, et jamais sortie du territoire '
'français, en parfait état général intérieur et extérieur, '
'toujours entretenu en temps et en heure en concession Ferrari '
'ou spécialiste, aucuns frais à prévoir. \n'
'\n'
'Véhicule stationné uniquement en garage fermé sous bâche, '
'avec chargeur de batterie. ( 1 bâche rouge avec logo Ferrari '
'fournie pour la vente ) \n'
'\n'
'Le véhicule sort d’un entretien complet effectué chez un '
'spécialiste Ferrari le 19/07/2025 à 90850 KMS ( facture à '
'l’appui)\n'
'\n'
'Factures + manuel du propriétaire + carnet d’entretiens + '
'double des clefs ok ✅ \n'
'\n'
'ENTRETIENS : \n'
'- 05/1999 à 37157 KMS\n'
'- 05/2006 à 57900 KMS \n'
'- 11/2009 à 72600 KMS \n'
'- 11/2012 à 79500 KMS\n'
'- 11/2013 à 80300 KMS\n'
'- 10/2020 à 86100 KMS\n'
'- 07/2025 à 90850 KMS\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'* GARANTIE PRESTIGE 12 MOIS * \n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Peinture métallisée Jaune Giallo Modena\n'
'- Écussons Ferrari jaune sur les ailes avant \n'
'- Jantes en magnésium blanche 18 ‘ de la version «\xa0F355 '
'Challenge\xa0» avec logo central en jaune \n'
'- Étriers de freins noir \n'
'- Pneus x4 Bridgestone Potenza S001\n'
'- Grille noir au niveau du par choc arrière de la version '
'«\xa0F355 Challenge\xa0»\n'
'- Seuils de porte noir avec écriture Ferrari \n'
'- Vitres électriques\n'
'- 4 sorties d’échappement chromés \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur cuir noir \n'
'- Tableau de bord en alcantara avec surpiqûres jaune \n'
'- Petite partie des panneaux de portes en alcantara \n'
'- Sièges réglables en profondeur / lombaires / dossier \n'
'- Sellerie cuir noir avec logo Ferrari \n'
'- Volant Sport en cuir noir avec logo Ferrari jaune \n'
'- Suspensions Sport \n'
'- Lecteur CD / MP3 avec enceinte Pionner \n'
'- Prise USB / 12 V\n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- Frein de parking manuel \n'
'- Airbags \n'
'- Coupe circuit dans coffre avant \n'
'- Chargeur de batterie \n'
'- Trousse à outils Ferrari \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3114625551',
'listing': 'auction',
'make': 'FERRARI',
'model': 'F 355',
'odometer': 91200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/8f/5b/cf8f5b2003766d5ba4beb1b419e78c4edb34a7fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/2e/74/532e74d5fbe6aa81e7d74acf38683024b0b56af5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/54/cc/6f54ccff2985b6e0c37a67a302be84b1eadea13b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/87/c8/c287c8569b947614080de35b614040fab7ebb7df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/56/59/bf5659d8c85a852782bb7309ae87f6fe78aa8943.jpg?rule=ad-large'],
'price': 125990,
'price_includes_vat': False,
'registration_date': '1996-03-01',
'seats_number': None,
'seller_name': None,
'title': 'FERRARI F 355 BERLINETTA 3,5 L V8 VERSION 2.7 380 ch FRANÇAISE 🇫🇷',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1996}
2026-03-30 15:14:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b070b53-b8ac-5848-a785-df47a2d2d748 with identifier: 3114625551
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 7b070b53-b8ac-5848-a785-df47a2d2d748
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8f%252F5b%252Fcf8f5b2003766d5ba4beb1b419e78c4edb34a7fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/8f/5b/cf8f5b2003766d5ba4beb1b419e78c4edb34a7fa.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252F74%252F532e74d5fbe6aa81e7d74acf38683024b0b56af5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/2e/74/532e74d5fbe6aa81e7d74acf38683024b0b56af5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F54%252Fcc%252F6f54ccff2985b6e0c37a67a302be84b1eadea13b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/54/cc/6f54ccff2985b6e0c37a67a302be84b1eadea13b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252F87%252Fc8%252Fc287c8569b947614080de35b614040fab7ebb7df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/87/c8/c287c8569b947614080de35b614040fab7ebb7df.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F56%252F59%252Fbf5659d8c85a852782bb7309ae87f6fe78aa8943.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/56/59/bf5659d8c85a852782bb7309ae87f6fe78aa8943.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7b070b53-b8ac-5848-a785-df47a2d2d748 with identifier 3114625551
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7b070b53-b8ac-5848-a785-df47a2d2d748
2026-03-30 15:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Ferrari F 355 Berlinetta de 380 CH en parfait état général et '
'dans une très belle configuration ! \n'
'\n'
'FERRARI F355 BERLINETTA 3,5 L VERSION 2.7 V8, 380 CH, '
'Manuelle, 6 rapports, 20 CV, 91200 KMS, Jaune Giallo Modena, '
'Essence, première mise en circulation le 15/03/1996.\n'
'\n'
'Véhicule origine France 🇫🇷, et jamais sortie du territoire '
'français, en parfait état général intérieur et extérieur, '
'toujours entretenu en temps et en heure en concession Ferrari '
'ou spécialiste, aucuns frais à prévoir. \n'
'\n'
'Véhicule stationné uniquement en garage fermé sous bâche, '
'avec chargeur de batterie. ( 1 bâche rouge avec logo Ferrari '
'fournie pour la vente ) \n'
'\n'
'Le véhicule sort d’un entretien complet effectué chez un '
'spécialiste Ferrari le 19/07/2025 à 90850 KMS ( facture à '
'l’appui)\n'
'\n'
'Factures + manuel du propriétaire + carnet d’entretiens + '
'double des clefs ok ✅ \n'
'\n'
'ENTRETIENS : \n'
'- 05/1999 à 37157 KMS\n'
'- 05/2006 à 57900 KMS \n'
'- 11/2009 à 72600 KMS \n'
'- 11/2012 à 79500 KMS\n'
'- 11/2013 à 80300 KMS\n'
'- 10/2020 à 86100 KMS\n'
'- 07/2025 à 90850 KMS\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'* GARANTIE PRESTIGE 12 MOIS * \n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Peinture métallisée Jaune Giallo Modena\n'
'- Écussons Ferrari jaune sur les ailes avant \n'
'- Jantes en magnésium blanche 18 ‘ de la version «\xa0F355 '
'Challenge\xa0» avec logo central en jaune \n'
'- Étriers de freins noir \n'
'- Pneus x4 Bridgestone Potenza S001\n'
'- Grille noir au niveau du par choc arrière de la version '
'«\xa0F355 Challenge\xa0»\n'
'- Seuils de porte noir avec écriture Ferrari \n'
'- Vitres électriques\n'
'- 4 sorties d’échappement chromés \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur cuir noir \n'
'- Tableau de bord en alcantara avec surpiqûres jaune \n'
'- Petite partie des panneaux de portes en alcantara \n'
'- Sièges réglables en profondeur / lombaires / dossier \n'
'- Sellerie cuir noir avec logo Ferrari \n'
'- Volant Sport en cuir noir avec logo Ferrari jaune \n'
'- Suspensions Sport \n'
'- Lecteur CD / MP3 avec enceinte Pionner \n'
'- Prise USB / 12 V\n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- Frein de parking manuel \n'
'- Airbags \n'
'- Coupe circuit dans coffre avant \n'
'- Chargeur de batterie \n'
'- Trousse à outils Ferrari \n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '7b070b53-b8ac-5848-a785-df47a2d2d748',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3114625551',
'listing': 'auction',
'make': 'FERRARI',
'model': 'F 355',
'odometer': 91200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/8f/5b/cf8f5b2003766d5ba4beb1b419e78c4edb34a7fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/2e/74/532e74d5fbe6aa81e7d74acf38683024b0b56af5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/54/cc/6f54ccff2985b6e0c37a67a302be84b1eadea13b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/87/c8/c287c8569b947614080de35b614040fab7ebb7df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/56/59/bf5659d8c85a852782bb7309ae87f6fe78aa8943.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b070b53-b8ac-5848-a785-df47a2d2d748/7b070b53-b8ac-5848-a785-df47a2d2d748_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86509,
'Height': 732,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/8f/5b/cf8f5b2003766d5ba4beb1b419e78c4edb34a7fa.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b070b53-b8ac-5848-a785-df47a2d2d748/7b070b53-b8ac-5848-a785-df47a2d2d748_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60284,
'Height': 472,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/2e/74/532e74d5fbe6aa81e7d74acf38683024b0b56af5.jpg?rule=ad-large',
'Width': 801},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b070b53-b8ac-5848-a785-df47a2d2d748/7b070b53-b8ac-5848-a785-df47a2d2d748_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77666,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/54/cc/6f54ccff2985b6e0c37a67a302be84b1eadea13b.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b070b53-b8ac-5848-a785-df47a2d2d748/7b070b53-b8ac-5848-a785-df47a2d2d748_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87237,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/87/c8/c287c8569b947614080de35b614040fab7ebb7df.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b070b53-b8ac-5848-a785-df47a2d2d748/7b070b53-b8ac-5848-a785-df47a2d2d748_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95746,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/56/59/bf5659d8c85a852782bb7309ae87f6fe78aa8943.jpg?rule=ad-large',
'Width': 600}],
'price': 125990,
'price_includes_vat': False,
'registration_date': '1996-03-01',
'seats_number': None,
'seller_name': None,
'title': 'FERRARI F 355 BERLINETTA 3,5 L V8 VERSION 2.7 380 ch FRANÇAISE 🇫🇷',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1996}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273114625551%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Saving data for 3114625551: {'created_time': 1774883664.41057, 'last_price_update_time': 1774883664.41058}
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3114625551') HTTP/1.1" 204 0
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3152158276
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [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%273152158276%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scrape type for 3152158276: 1
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3152158276
2026-03-30 15:14:24 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'élégante Jaguar Type E Cabriolet Série 1 4.2 L 265 CH dans '
'une belle configuration et dans un état général incroyable '
'! \n'
'\n'
'JAGUAR TYPE E CABRIOLET SÉRIE 1 / 4.2 L AVEC SON 6 CYLINDRES '
'EN LIGNE, 265 CH, Manuelle, 4 rapports, 4235 CM3, 23 CV, '
'84500 KMS, Blanche métallisée, Essence, première mise en '
'circulation le 01/07/1967. \n'
'\n'
'Une rénovation complète a été effectuée il y a quelques '
'années, immatriculé en France 🇫🇷. \n'
'\n'
'La version 4.2 L avec son 6 cylindres en ligne est très '
'recherché pour sa fiabilité comparé aux versions 3.8 L, élue '
'bien entendu à plusieurs reprises comme «\xa0la voiture la '
'plus belle du monde\xa0». \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, aucuns '
'frais à prévoir. \n'
'\n'
'Dossier d’expertise complète effectué par le Cabinet AIXEA '
'effectué en 2019, valeur expert 160000€. \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur ( calandre, contours de vitres, '
'rétroviseurs, jantes, poignées de portes, contours des phares '
')\n'
'- Jantes chromées 15 ‘ à rayons \n'
'- Peinture métallisée blanche \n'
'- Double sorties d’échappement chromée\n'
'- Capote manuelle en tissus noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Sellerie cuir bordeaux \n'
'- Volant en ronce de noyer \n'
'- Tableau de bord en cuir bordeaux \n'
'- Accoudoir central avec rangement \n'
'- Frein de parking manuel \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3152158276',
'listing': 'auction',
'make': 'JAGUAR',
'model': 'Type E',
'odometer': 84500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/75/97/20/75972019c84da4dbcb3131cdabfa77a3d0666858.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/57/5b/a7575b08dbfcb6b81bbdab4af9accb1b6b0b252a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/21/2a/cd212a3100c3fcd99e1043a1bcafaac417fcb8f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f8/a9/e7f8a970b4563fa3ffc2d54500e36a4540d0271a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/84/2c/4c842c19823a8babd67007a888cf18799859a3b9.jpg?rule=ad-large'],
'price': 129990,
'price_includes_vat': False,
'registration_date': '1967-07-01',
'seats_number': None,
'seller_name': None,
'title': 'JAGUAR TYPE E CABRIOLET SÉRIE 1 / 4.2 L 6 CYLINDRES 265 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1967}
2026-03-30 15:14:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a1eaa386-dc92-5d25-82f5-322982e20994 with identifier: 3152158276
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item a1eaa386-dc92-5d25-82f5-322982e20994
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252F97%252F20%252F75972019c84da4dbcb3131cdabfa77a3d0666858.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/97/20/75972019c84da4dbcb3131cdabfa77a3d0666858.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F57%252F5b%252Fa7575b08dbfcb6b81bbdab4af9accb1b6b0b252a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/57/5b/a7575b08dbfcb6b81bbdab4af9accb1b6b0b252a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252F21%252F2a%252Fcd212a3100c3fcd99e1043a1bcafaac417fcb8f4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/21/2a/cd212a3100c3fcd99e1043a1bcafaac417fcb8f4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe7%252Ff8%252Fa9%252Fe7f8a970b4563fa3ffc2d54500e36a4540d0271a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f8/a9/e7f8a970b4563fa3ffc2d54500e36a4540d0271a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4c%252F84%252F2c%252F4c842c19823a8babd67007a888cf18799859a3b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/84/2c/4c842c19823a8babd67007a888cf18799859a3b9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a1eaa386-dc92-5d25-82f5-322982e20994 with identifier 3152158276
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a1eaa386-dc92-5d25-82f5-322982e20994
2026-03-30 15:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique et '
'élégante Jaguar Type E Cabriolet Série 1 4.2 L 265 CH dans '
'une belle configuration et dans un état général incroyable '
'! \n'
'\n'
'JAGUAR TYPE E CABRIOLET SÉRIE 1 / 4.2 L AVEC SON 6 CYLINDRES '
'EN LIGNE, 265 CH, Manuelle, 4 rapports, 4235 CM3, 23 CV, '
'84500 KMS, Blanche métallisée, Essence, première mise en '
'circulation le 01/07/1967. \n'
'\n'
'Une rénovation complète a été effectuée il y a quelques '
'années, immatriculé en France 🇫🇷. \n'
'\n'
'La version 4.2 L avec son 6 cylindres en ligne est très '
'recherché pour sa fiabilité comparé aux versions 3.8 L, élue '
'bien entendu à plusieurs reprises comme «\xa0la voiture la '
'plus belle du monde\xa0». \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, aucuns '
'frais à prévoir. \n'
'\n'
'Dossier d’expertise complète effectué par le Cabinet AIXEA '
'effectué en 2019, valeur expert 160000€. \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur ( calandre, contours de vitres, '
'rétroviseurs, jantes, poignées de portes, contours des phares '
')\n'
'- Jantes chromées 15 ‘ à rayons \n'
'- Peinture métallisée blanche \n'
'- Double sorties d’échappement chromée\n'
'- Capote manuelle en tissus noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Sellerie cuir bordeaux \n'
'- Volant en ronce de noyer \n'
'- Tableau de bord en cuir bordeaux \n'
'- Accoudoir central avec rangement \n'
'- Frein de parking manuel \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a1eaa386-dc92-5d25-82f5-322982e20994',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3152158276',
'listing': 'auction',
'make': 'JAGUAR',
'model': 'Type E',
'odometer': 84500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/75/97/20/75972019c84da4dbcb3131cdabfa77a3d0666858.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/57/5b/a7575b08dbfcb6b81bbdab4af9accb1b6b0b252a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/21/2a/cd212a3100c3fcd99e1043a1bcafaac417fcb8f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f8/a9/e7f8a970b4563fa3ffc2d54500e36a4540d0271a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/84/2c/4c842c19823a8babd67007a888cf18799859a3b9.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1eaa386-dc92-5d25-82f5-322982e20994/a1eaa386-dc92-5d25-82f5-322982e20994_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89334,
'Height': 673,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/97/20/75972019c84da4dbcb3131cdabfa77a3d0666858.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1eaa386-dc92-5d25-82f5-322982e20994/a1eaa386-dc92-5d25-82f5-322982e20994_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59965,
'Height': 475,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/57/5b/a7575b08dbfcb6b81bbdab4af9accb1b6b0b252a.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1eaa386-dc92-5d25-82f5-322982e20994/a1eaa386-dc92-5d25-82f5-322982e20994_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98591,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/21/2a/cd212a3100c3fcd99e1043a1bcafaac417fcb8f4.jpg?rule=ad-large',
'Width': 751},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1eaa386-dc92-5d25-82f5-322982e20994/a1eaa386-dc92-5d25-82f5-322982e20994_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105124,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f8/a9/e7f8a970b4563fa3ffc2d54500e36a4540d0271a.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a1eaa386-dc92-5d25-82f5-322982e20994/a1eaa386-dc92-5d25-82f5-322982e20994_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105203,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/84/2c/4c842c19823a8babd67007a888cf18799859a3b9.jpg?rule=ad-large',
'Width': 600}],
'price': 129990,
'price_includes_vat': False,
'registration_date': '1967-07-01',
'seats_number': None,
'seller_name': None,
'title': 'JAGUAR TYPE E CABRIOLET SÉRIE 1 / 4.2 L 6 CYLINDRES 265 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 1967}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273152158276%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3152158276: {'created_time': 1774883665.056781, 'last_price_update_time': 1774883665.056792}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3152158276') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3116708953
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273116708953%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3116708953: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3116708953
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Porsche '
'Panamera 3.0 L V6 250 CH dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'PORSCHE PANAMERA 3.0 L V6, 250 CH, Automatique Tiptronic S, '
'15 CV, 126500 KMS, Blanche, Diesel , 4 places, première mise '
'en circulation en 17/07/2012. \n'
'\n'
'Vehicule toujours entretenu en temps et en heure en '
'concession Porsche ou spécialiste. \n'
'Un entretien sera fait pour la vente chez un spécialiste '
'Porsche, donc aucuns frais à prévoir. \n'
'\n'
'Carnet d’entretiens + double des clefs + manuel du '
'propriétaire + contrôle technique ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 06/2014 à 9300 KMS \n'
'- 07/2016 à 24200 KMS \n'
'- 09/2018 à 53000 KMS \n'
'- 11/2019 à 67200 KMS \n'
'- 10/2023 à 106800 KMS \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- allumage automatique des feux\n'
'- phares avant bi xénon \n'
'- feux arrière à LED \n'
'- veilleuses à LED \n'
'- rétroviseurs rabattables / électriques\n'
'- vitres arrière sur teintées\n'
'- peinture blanche métallisée \n'
'- jantes Sport 10 branches 20´noires et chromées \n'
'- étriers de freins gris \n'
'- aileron réglable électrique noir brillant \n'
'- double sortie d’échappement chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- toit ouvrant panoramique \n'
'- radar d’aide au stationnement av / arr \n'
'- sièges avant électriques \n'
'- sièges avant chauffants \n'
'- climatisation automatique bi zone \n'
'- mode Sport\n'
'- seuils de portes en aluminium avec écriture Panamera \n'
'- intérieur cuir beige \n'
'- ciel de toi en tissus beige \n'
'- coffre électrique \n'
'- accoudoir central avec rangement \n'
'- volant cuir multifonctions\n'
'- volant réglable\n'
'- palettes au volant \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- radio CD \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions \n'
'- essuie-glaces automatiques\n'
'- stop & start\n'
'- 4 roues motrices\n'
'- Bluetooth / USB / AUX / 12 V \n'
'- détecteur de pluie\n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse\n'
'- limiteur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3116708953',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 126500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/93/38/c8/9338c875c2ad50854140a9df1eec2eb68671a950.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/26/bd/f526bde46c73b82b3520674ef58b8dd3f4ccbb06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/88/8b/4f888bb6b5e945152bc43c54e22baf9c85227c6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/44/bc/c844bc05f2145cedb31187cbc233e28529992589.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/e9/42/c5e9423ee6e112cc8bbfa589bc8e8fcd2b87d979.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2012-07-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE PANAMERA 3.0 L V6 250 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2012}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 41be0f05-66b1-5373-9969-ad0fe5457420 with identifier: 3116708953
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 41be0f05-66b1-5373-9969-ad0fe5457420
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F93%252F38%252Fc8%252F9338c875c2ad50854140a9df1eec2eb68671a950.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/93/38/c8/9338c875c2ad50854140a9df1eec2eb68671a950.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F26%252Fbd%252Ff526bde46c73b82b3520674ef58b8dd3f4ccbb06.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/26/bd/f526bde46c73b82b3520674ef58b8dd3f4ccbb06.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F88%252F8b%252F4f888bb6b5e945152bc43c54e22baf9c85227c6f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/88/8b/4f888bb6b5e945152bc43c54e22baf9c85227c6f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc8%252F44%252Fbc%252Fc844bc05f2145cedb31187cbc233e28529992589.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/44/bc/c844bc05f2145cedb31187cbc233e28529992589.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe9%252F42%252Fc5e9423ee6e112cc8bbfa589bc8e8fcd2b87d979.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/e9/42/c5e9423ee6e112cc8bbfa589bc8e8fcd2b87d979.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 41be0f05-66b1-5373-9969-ad0fe5457420 with identifier 3116708953
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 41be0f05-66b1-5373-9969-ad0fe5457420
2026-03-30 15:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Porsche '
'Panamera 3.0 L V6 250 CH dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'PORSCHE PANAMERA 3.0 L V6, 250 CH, Automatique Tiptronic S, '
'15 CV, 126500 KMS, Blanche, Diesel , 4 places, première mise '
'en circulation en 17/07/2012. \n'
'\n'
'Vehicule toujours entretenu en temps et en heure en '
'concession Porsche ou spécialiste. \n'
'Un entretien sera fait pour la vente chez un spécialiste '
'Porsche, donc aucuns frais à prévoir. \n'
'\n'
'Carnet d’entretiens + double des clefs + manuel du '
'propriétaire + contrôle technique ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 06/2014 à 9300 KMS \n'
'- 07/2016 à 24200 KMS \n'
'- 09/2018 à 53000 KMS \n'
'- 11/2019 à 67200 KMS \n'
'- 10/2023 à 106800 KMS \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- allumage automatique des feux\n'
'- phares avant bi xénon \n'
'- feux arrière à LED \n'
'- veilleuses à LED \n'
'- rétroviseurs rabattables / électriques\n'
'- vitres arrière sur teintées\n'
'- peinture blanche métallisée \n'
'- jantes Sport 10 branches 20´noires et chromées \n'
'- étriers de freins gris \n'
'- aileron réglable électrique noir brillant \n'
'- double sortie d’échappement chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- toit ouvrant panoramique \n'
'- radar d’aide au stationnement av / arr \n'
'- sièges avant électriques \n'
'- sièges avant chauffants \n'
'- climatisation automatique bi zone \n'
'- mode Sport\n'
'- seuils de portes en aluminium avec écriture Panamera \n'
'- intérieur cuir beige \n'
'- ciel de toi en tissus beige \n'
'- coffre électrique \n'
'- accoudoir central avec rangement \n'
'- volant cuir multifonctions\n'
'- volant réglable\n'
'- palettes au volant \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- radio CD \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions \n'
'- essuie-glaces automatiques\n'
'- stop & start\n'
'- 4 roues motrices\n'
'- Bluetooth / USB / AUX / 12 V \n'
'- détecteur de pluie\n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse\n'
'- limiteur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '41be0f05-66b1-5373-9969-ad0fe5457420',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3116708953',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Panamera',
'odometer': 126500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/93/38/c8/9338c875c2ad50854140a9df1eec2eb68671a950.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/26/bd/f526bde46c73b82b3520674ef58b8dd3f4ccbb06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/88/8b/4f888bb6b5e945152bc43c54e22baf9c85227c6f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/44/bc/c844bc05f2145cedb31187cbc233e28529992589.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/e9/42/c5e9423ee6e112cc8bbfa589bc8e8fcd2b87d979.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41be0f05-66b1-5373-9969-ad0fe5457420/41be0f05-66b1-5373-9969-ad0fe5457420_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87774,
'Height': 708,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/38/c8/9338c875c2ad50854140a9df1eec2eb68671a950.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41be0f05-66b1-5373-9969-ad0fe5457420/41be0f05-66b1-5373-9969-ad0fe5457420_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59055,
'Height': 450,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/26/bd/f526bde46c73b82b3520674ef58b8dd3f4ccbb06.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41be0f05-66b1-5373-9969-ad0fe5457420/41be0f05-66b1-5373-9969-ad0fe5457420_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75289,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/88/8b/4f888bb6b5e945152bc43c54e22baf9c85227c6f.jpg?rule=ad-large',
'Width': 685},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41be0f05-66b1-5373-9969-ad0fe5457420/41be0f05-66b1-5373-9969-ad0fe5457420_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92337,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/44/bc/c844bc05f2145cedb31187cbc233e28529992589.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41be0f05-66b1-5373-9969-ad0fe5457420/41be0f05-66b1-5373-9969-ad0fe5457420_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82843,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/e9/42/c5e9423ee6e112cc8bbfa589bc8e8fcd2b87d979.jpg?rule=ad-large',
'Width': 600}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2012-07-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE PANAMERA 3.0 L V6 250 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2012}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273116708953%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3116708953: {'created_time': 1774883665.228783, 'last_price_update_time': 1774883665.228794}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3116708953') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151495949
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273151495949%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151495949: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151495949
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'voiture de collection Fiberfab Réplique Mercedes Gazelle SSK '
'cabriolet dans un très bon état général et très rare sur le '
'marché ! \n'
'\n'
'FIBERFAB RÉPLIQUE MERCEDES GAZELLE SSK, Automatique 3 '
'rapports, 6 CV, 4 Places, 10950 KMS, Beige / Marron, Essence, '
'première mise en circulation le 29/06/1984. \n'
'\n'
'Moteur Ford Pinto 2300cc / 4 cylindres / 2.3 L / Carte grise '
'Française 🇫🇷 \n'
'\n'
'Véhicule toujours suivi en temps et en heure chez un '
'spécialiste, un entretien sera également effectué pour la '
'vente, aucuns frais à prévoir.\n'
'\n'
'DESCRIPTION DU VÉHICULE : \n'
'\n'
'Dans les années 1970 aux États Unis, Classic motors et '
'Fiberfab se spécialisent dans la production en série limitée '
'd’un petit roadster sexy reprenant les lignes de la fabuleuse '
'Mercedes ssk de 1929.\n'
'Basée sur un châssis tubulaire en acier et une coque en '
'polyester, la Gazelle est motorisée par un 4 cylindres en '
'ligne d’origine Ford. \n'
'Néo retro avant l’heure, ce roadster connaîtra un gros succès '
'd’estime et deviendra le roadster branché de la cote ouest '
'des États Unis.\n'
'Son succès tient à la réussite d’une formule simple: bien '
'construit et basé sur des éléments mécaniques issus dans la '
'grande série, cette voiture plaisir procure des sensations de '
'conduite très dépaysantes quasi oubliées aujourd’hui, sans '
'les contraintes ni le budget d’une ancienne. \n'
'\n'
'Le modèle présenté ici possède une carte grise française '
'normale ( marque: Fiberfab)\n'
'Le châssis tubulaire est en parfait état, ainsi que la caisse '
'en polyester. \n'
'La mécanique fonctionne parfaitement, ainsi que la boîte de '
'vitesse automatique. \n'
'La sellerie en simili cuir est en tres bon état. La capote '
'est en parfait état également.\n'
'\n'
'La Gazelle doit son succès à la réussite d’une formule '
'maintes fois copiée: rouler en ancienne sans subir les '
'contraintes.\n'
'Son look sexy et rigolo lui assure aujourd’hui une cote '
'd’amour soutenue auprès des amateurs de roadster « décalés » '
'sans se prendre trop au sérieux. De plus la logéabilité des '
'places arrières, plutôt bonne pour une voiture de cette '
'taille, lui permet un vrai succès en location cérémonie et '
'mariages.\n'
'Idéal pour un investissement locatif pour des événements type '
'mariages ou autres. \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes chromées à branches 14 ´ \n'
'- Rétroviseurs chromées \n'
'- Capote en cuir amovible manuellement \n'
'- Peinture métallisée Beige / Marron \n'
'- Lanière du capot avant marron en cuir \n'
'- Roue de secours au niveau du coffre arrière \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Sellerie en cuir marron\n'
'- Sièges avant réglables en profondeur \n'
'- Tableau de bord en bois \n'
'- Compteur à aiguilles \n'
'- Volant 3 branches en bois \n'
'- Poste radio / USB / Bluetooth \n'
'- Frein de parking manuel \n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3151495949',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Autre',
'odometer': 12000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/42/7f/22/427f22f13bc19737c8fe4646769303238859f401.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/26/f0/3a26f0c5d5bc4fe02740aaf0e8f053835629412f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/f5/b2/98f5b2ab6663ccf4d7eb49f5260c20282ab719c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/c2/22/9ac2226250257c75450f05b3a9d17d23ace1d488.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/d6/42/8cd642abcb548138eede3c9fe220f979587fe501.jpg?rule=ad-large'],
'price': 32990,
'price_includes_vat': False,
'registration_date': '1984-06-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES GAZELLE CABRIOLET / REPLICA SSK COLLECTION l',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 1984}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 46fc270a-6506-5f0f-8931-6154a81162cf with identifier: 3151495949
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 46fc270a-6506-5f0f-8931-6154a81162cf
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F42%252F7f%252F22%252F427f22f13bc19737c8fe4646769303238859f401.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/42/7f/22/427f22f13bc19737c8fe4646769303238859f401.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F26%252Ff0%252F3a26f0c5d5bc4fe02740aaf0e8f053835629412f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/26/f0/3a26f0c5d5bc4fe02740aaf0e8f053835629412f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252Ff5%252Fb2%252F98f5b2ab6663ccf4d7eb49f5260c20282ab719c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/f5/b2/98f5b2ab6663ccf4d7eb49f5260c20282ab719c6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9a%252Fc2%252F22%252F9ac2226250257c75450f05b3a9d17d23ace1d488.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/c2/22/9ac2226250257c75450f05b3a9d17d23ace1d488.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd6%252F42%252F8cd642abcb548138eede3c9fe220f979587fe501.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/d6/42/8cd642abcb548138eede3c9fe220f979587fe501.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 46fc270a-6506-5f0f-8931-6154a81162cf with identifier 3151495949
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 46fc270a-6506-5f0f-8931-6154a81162cf
2026-03-30 15:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'voiture de collection Fiberfab Réplique Mercedes Gazelle SSK '
'cabriolet dans un très bon état général et très rare sur le '
'marché ! \n'
'\n'
'FIBERFAB RÉPLIQUE MERCEDES GAZELLE SSK, Automatique 3 '
'rapports, 6 CV, 4 Places, 10950 KMS, Beige / Marron, Essence, '
'première mise en circulation le 29/06/1984. \n'
'\n'
'Moteur Ford Pinto 2300cc / 4 cylindres / 2.3 L / Carte grise '
'Française 🇫🇷 \n'
'\n'
'Véhicule toujours suivi en temps et en heure chez un '
'spécialiste, un entretien sera également effectué pour la '
'vente, aucuns frais à prévoir.\n'
'\n'
'DESCRIPTION DU VÉHICULE : \n'
'\n'
'Dans les années 1970 aux États Unis, Classic motors et '
'Fiberfab se spécialisent dans la production en série limitée '
'd’un petit roadster sexy reprenant les lignes de la fabuleuse '
'Mercedes ssk de 1929.\n'
'Basée sur un châssis tubulaire en acier et une coque en '
'polyester, la Gazelle est motorisée par un 4 cylindres en '
'ligne d’origine Ford. \n'
'Néo retro avant l’heure, ce roadster connaîtra un gros succès '
'd’estime et deviendra le roadster branché de la cote ouest '
'des États Unis.\n'
'Son succès tient à la réussite d’une formule simple: bien '
'construit et basé sur des éléments mécaniques issus dans la '
'grande série, cette voiture plaisir procure des sensations de '
'conduite très dépaysantes quasi oubliées aujourd’hui, sans '
'les contraintes ni le budget d’une ancienne. \n'
'\n'
'Le modèle présenté ici possède une carte grise française '
'normale ( marque: Fiberfab)\n'
'Le châssis tubulaire est en parfait état, ainsi que la caisse '
'en polyester. \n'
'La mécanique fonctionne parfaitement, ainsi que la boîte de '
'vitesse automatique. \n'
'La sellerie en simili cuir est en tres bon état. La capote '
'est en parfait état également.\n'
'\n'
'La Gazelle doit son succès à la réussite d’une formule '
'maintes fois copiée: rouler en ancienne sans subir les '
'contraintes.\n'
'Son look sexy et rigolo lui assure aujourd’hui une cote '
'd’amour soutenue auprès des amateurs de roadster « décalés » '
'sans se prendre trop au sérieux. De plus la logéabilité des '
'places arrières, plutôt bonne pour une voiture de cette '
'taille, lui permet un vrai succès en location cérémonie et '
'mariages.\n'
'Idéal pour un investissement locatif pour des événements type '
'mariages ou autres. \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes chromées à branches 14 ´ \n'
'- Rétroviseurs chromées \n'
'- Capote en cuir amovible manuellement \n'
'- Peinture métallisée Beige / Marron \n'
'- Lanière du capot avant marron en cuir \n'
'- Roue de secours au niveau du coffre arrière \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Sellerie en cuir marron\n'
'- Sièges avant réglables en profondeur \n'
'- Tableau de bord en bois \n'
'- Compteur à aiguilles \n'
'- Volant 3 branches en bois \n'
'- Poste radio / USB / Bluetooth \n'
'- Frein de parking manuel \n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '46fc270a-6506-5f0f-8931-6154a81162cf',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3151495949',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Autre',
'odometer': 12000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/42/7f/22/427f22f13bc19737c8fe4646769303238859f401.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/26/f0/3a26f0c5d5bc4fe02740aaf0e8f053835629412f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/f5/b2/98f5b2ab6663ccf4d7eb49f5260c20282ab719c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/c2/22/9ac2226250257c75450f05b3a9d17d23ace1d488.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/d6/42/8cd642abcb548138eede3c9fe220f979587fe501.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46fc270a-6506-5f0f-8931-6154a81162cf/46fc270a-6506-5f0f-8931-6154a81162cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115688,
'Height': 732,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/7f/22/427f22f13bc19737c8fe4646769303238859f401.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46fc270a-6506-5f0f-8931-6154a81162cf/46fc270a-6506-5f0f-8931-6154a81162cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70368,
'Height': 491,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/26/f0/3a26f0c5d5bc4fe02740aaf0e8f053835629412f.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46fc270a-6506-5f0f-8931-6154a81162cf/46fc270a-6506-5f0f-8931-6154a81162cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100421,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/f5/b2/98f5b2ab6663ccf4d7eb49f5260c20282ab719c6.jpg?rule=ad-large',
'Width': 713},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46fc270a-6506-5f0f-8931-6154a81162cf/46fc270a-6506-5f0f-8931-6154a81162cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85142,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9a/c2/22/9ac2226250257c75450f05b3a9d17d23ace1d488.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46fc270a-6506-5f0f-8931-6154a81162cf/46fc270a-6506-5f0f-8931-6154a81162cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92209,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/d6/42/8cd642abcb548138eede3c9fe220f979587fe501.jpg?rule=ad-large',
'Width': 600}],
'price': 32990,
'price_includes_vat': False,
'registration_date': '1984-06-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES GAZELLE CABRIOLET / REPLICA SSK COLLECTION l',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 1984}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273151495949%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3151495949: {'created_time': 1774883665.38271, 'last_price_update_time': 1774883665.38272}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151495949') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3151218579
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273151218579%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3151218579: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3151218579
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce bel utilitaire '
'Peugeot Partner Fourgon 100 CH dans un très bon état général '
'! \n'
'\n'
'PEUGEOT PARTNER FOURGON STANDARD 650 KG BLUEHDI S&S BVM6, 100 '
'CH, Manuelle, 5 CV, 18000 KMS, Blanc, 4 portes, 3 places, '
'Diesel, première mise en circulation le 26/04/2022. \n'
'\n'
'Véhicule première main, origine France, acheté neuf en '
'concession Peugeot à Cannes, aucuns frais à prévoir. \n'
'\n'
'Véhicule appartement à un commerce alimentaire, n’as jamais '
'servie pour transporter des gravats ou autres. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'\n'
'- PRIX HT : 14 158,33€ HT \n'
'- PRIX TTC : 16 990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
' OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Porte latérale coulissante \n'
'- Double portes à l’arrière \n'
'- Peinture métallisée blanche \n'
'- Jantes aluminium 15 ‘\n'
'- Coques de rétroviseurs noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Coffre avec plaquage en bois en parfait état \n'
'- Caméra de recul \n'
'- Radars de stationnement\n'
'- Allumage des feux automatiques \n'
'- Sellerie tissus noir / gris \n'
'- Climatisation / chauffage \n'
'- Écran tactile multifonctions couleurs \n'
'- Volant cuir multifonctions \n'
'- Volant réglable en hauteur \n'
'- Régulateur de vitesse \n'
'- Frein de parking électrique \n'
'- Ordinateur de bord \n'
'- Compteur à aiguilles \n'
'- Vitres électriques \n'
'- Apple Car Play / Android avec fil \n'
'- Portes gobelets \n'
'- Radio / GPS \n'
'- Bluetooth \n'
'- Prise 12 V\n'
'- Prise USB \n'
'- Prise AUX\n'
'- Direction assistée \n'
'- Fermeture centralisée automatique \n'
'- Assistant démarrage en côte\n'
'- Contrôle de pression des pneumatiques\n'
'- ABS \n'
'- ESP \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3151218579',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Partner',
'odometer': 18000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/db/43/e5db43c639468ea7c356f39eacb583a29785f335.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/a7/54/c6a754bc0ab0af75a0ee09b1cc6fbcd2dc99435b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/d8/4b/04d84b6347e079af86d021ec6cfa1734720338c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/bc/de/3dbcde207796a965d1a646d1e84db2aca1b2b577.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/bf/a0/14bfa0eaedb86be9519faa6c87f198bf18897e51.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT PARTNER FOURGON BLUEHDI 100 ch / 1ERE MAIN',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2022}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e89294f-40c2-551e-8d84-99aec740996e with identifier: 3151218579
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 4e89294f-40c2-551e-8d84-99aec740996e
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdb%252F43%252Fe5db43c639468ea7c356f39eacb583a29785f335.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/db/43/e5db43c639468ea7c356f39eacb583a29785f335.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc6%252Fa7%252F54%252Fc6a754bc0ab0af75a0ee09b1cc6fbcd2dc99435b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/a7/54/c6a754bc0ab0af75a0ee09b1cc6fbcd2dc99435b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252Fd8%252F4b%252F04d84b6347e079af86d021ec6cfa1734720338c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/d8/4b/04d84b6347e079af86d021ec6cfa1734720338c8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252Fbc%252Fde%252F3dbcde207796a965d1a646d1e84db2aca1b2b577.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/bc/de/3dbcde207796a965d1a646d1e84db2aca1b2b577.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fbf%252Fa0%252F14bfa0eaedb86be9519faa6c87f198bf18897e51.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/bf/a0/14bfa0eaedb86be9519faa6c87f198bf18897e51.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4e89294f-40c2-551e-8d84-99aec740996e with identifier 3151218579
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4e89294f-40c2-551e-8d84-99aec740996e
2026-03-30 15:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce bel utilitaire '
'Peugeot Partner Fourgon 100 CH dans un très bon état général '
'! \n'
'\n'
'PEUGEOT PARTNER FOURGON STANDARD 650 KG BLUEHDI S&S BVM6, 100 '
'CH, Manuelle, 5 CV, 18000 KMS, Blanc, 4 portes, 3 places, '
'Diesel, première mise en circulation le 26/04/2022. \n'
'\n'
'Véhicule première main, origine France, acheté neuf en '
'concession Peugeot à Cannes, aucuns frais à prévoir. \n'
'\n'
'Véhicule appartement à un commerce alimentaire, n’as jamais '
'servie pour transporter des gravats ou autres. \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'\n'
'- PRIX HT : 14 158,33€ HT \n'
'- PRIX TTC : 16 990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
' OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Porte latérale coulissante \n'
'- Double portes à l’arrière \n'
'- Peinture métallisée blanche \n'
'- Jantes aluminium 15 ‘\n'
'- Coques de rétroviseurs noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Coffre avec plaquage en bois en parfait état \n'
'- Caméra de recul \n'
'- Radars de stationnement\n'
'- Allumage des feux automatiques \n'
'- Sellerie tissus noir / gris \n'
'- Climatisation / chauffage \n'
'- Écran tactile multifonctions couleurs \n'
'- Volant cuir multifonctions \n'
'- Volant réglable en hauteur \n'
'- Régulateur de vitesse \n'
'- Frein de parking électrique \n'
'- Ordinateur de bord \n'
'- Compteur à aiguilles \n'
'- Vitres électriques \n'
'- Apple Car Play / Android avec fil \n'
'- Portes gobelets \n'
'- Radio / GPS \n'
'- Bluetooth \n'
'- Prise 12 V\n'
'- Prise USB \n'
'- Prise AUX\n'
'- Direction assistée \n'
'- Fermeture centralisée automatique \n'
'- Assistant démarrage en côte\n'
'- Contrôle de pression des pneumatiques\n'
'- ABS \n'
'- ESP \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4e89294f-40c2-551e-8d84-99aec740996e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3151218579',
'listing': 'auction',
'make': 'PEUGEOT',
'model': 'Partner',
'odometer': 18000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/db/43/e5db43c639468ea7c356f39eacb583a29785f335.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/a7/54/c6a754bc0ab0af75a0ee09b1cc6fbcd2dc99435b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/d8/4b/04d84b6347e079af86d021ec6cfa1734720338c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/bc/de/3dbcde207796a965d1a646d1e84db2aca1b2b577.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/bf/a0/14bfa0eaedb86be9519faa6c87f198bf18897e51.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89294f-40c2-551e-8d84-99aec740996e/4e89294f-40c2-551e-8d84-99aec740996e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115992,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/db/43/e5db43c639468ea7c356f39eacb583a29785f335.jpg?rule=ad-large',
'Width': 710},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89294f-40c2-551e-8d84-99aec740996e/4e89294f-40c2-551e-8d84-99aec740996e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90622,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/a7/54/c6a754bc0ab0af75a0ee09b1cc6fbcd2dc99435b.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89294f-40c2-551e-8d84-99aec740996e/4e89294f-40c2-551e-8d84-99aec740996e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95940,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/d8/4b/04d84b6347e079af86d021ec6cfa1734720338c8.jpg?rule=ad-large',
'Width': 719},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89294f-40c2-551e-8d84-99aec740996e/4e89294f-40c2-551e-8d84-99aec740996e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99282,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/bc/de/3dbcde207796a965d1a646d1e84db2aca1b2b577.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4e89294f-40c2-551e-8d84-99aec740996e/4e89294f-40c2-551e-8d84-99aec740996e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76516,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/bf/a0/14bfa0eaedb86be9519faa6c87f198bf18897e51.jpg?rule=ad-large',
'Width': 600}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT PARTNER FOURGON BLUEHDI 100 ch / 1ERE MAIN',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2022}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273151218579%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3151218579: {'created_time': 1774883665.546625, 'last_price_update_time': 1774883665.546636}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3151218579') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3118287444
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273118287444%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3118287444: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3118287444
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce magnifique Porsche '
'Cayenne S 3.0 L V6 E-Hybrid Platinium Édition 462 CH dans un '
'très bon état général et dans une très belle configuration '
'! \n'
'\n'
'PORSCHE CAYENNE S 3.0 L V6 E-HYBRID PLATINIUM ÉDITION, 416 '
'CH, Automatique Tiptronic A, 20 CV, 81800 KMS, Noir, Essence '
'+ Hybride, première mise en circulation en 21/02/2017. \n'
'\n'
'Véhicule toujours suivi en temps et en heure en concession ou '
'spécialiste Porsche, aucuns frais à prévoir. \n'
'\n'
'Dernier entretien complet effectué le 17/11/2025 à 81471 KMS '
'( entretien complet + disques et plaquettes ) \n'
'\n'
'Carnet d’entretiens + double des clefs + manuel du '
'propriétaire + contrôle technique ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 08/2018 à 29700 KMS \n'
'- 02/2021 à 43700 KMS \n'
'- 10/2023 à 61300 KMS \n'
'- 11/2025 à 81500 KMS \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- phares avant matriciels à LED ( PDLS PLUS )\n'
' - feux arrière à LED\n'
'- veilleuses à LED \n'
'- rétroviseurs rabattables / électriques\n'
'- détecteurs dangles morts \n'
'- vitres arrière sur teintées\n'
'- peinture métallisée noir \n'
'- barres de toit noir \n'
'- par choc av / arr / bas de caisse couleur carrosserie \n'
'- jantes Exclusive Design Sport 21 ´noir avec liseré '
'chromé \n'
'- 4 pneus Pirelli PZERO\n'
'- étriers de freins Vert Acide \n'
'- 4 sorties d’échappement Sport noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- pack Sport Chrono \n'
'- système audio Bose \n'
'- caméra 360 degrés \n'
'- radar d’aide au stationnement av / arr \n'
'- toit ouvrant panoramique \n'
'- sièges avant électriques / chauffants \n'
'- sièges arrière chauffants \n'
'- écran tactile à l’arrière \n'
'- climatisation automatique bi-zone \n'
'- mode Sport / Sport Plus / E Power \n'
'- suspensions Sport réglables PASM \n'
'- seuils de portes aluminium lumineux avec écriture Cayenne S '
'en vert acide \n'
'- intérieur en cuir noir \n'
'- sellerie en tissus / Alcantara noir \n'
'- logo Porsche au niveau des appuis têtes\n'
'- tableau de bord en cuir noir \n'
'- accoudoir central avec rangement \n'
'- ciel de toi en tissus noir \n'
'- volant cuir multifonctions \n'
'- volant réglable\n'
'- palettes au volant \n'
'- ceintures de sécurité rouge \n'
'- Apple Car Play / Android \n'
'- radio CD \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions couleurs \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- allumage automatique des feux\n'
'- essuie-glaces automatiques\n'
'- coffre électrique \n'
'- démarrage sans clefs \n'
'- start & stop \n'
'- 4 roues motrices\n'
'- Bluetooth / USB / AUX / 12 V \n'
'- détecteur de pluie\n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse adaptatif \n'
'- limiteur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3118287444',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Cayenne',
'odometer': 81800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f1/ea/99f1ea0fa613e62b5de4734d9efb0a2b437b7b2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/92/119592750ba7f25bca0f38ea089f22849d52a6fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/f3/c7/0ff3c7175d91e1aad3571379f217c7b6d958e0d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/b2/6e/24b26e826ff6117843dccae11e47f1b1906082c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/72/49/db7249c0686d240cb5b00b0e0f7e91ac5f7a47c5.jpg?rule=ad-large'],
'price': 49990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE CAYENNE S PLATINIUM ÉDITION E-HYBRID 3.0 L V6 416 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe2cf38-a607-5ada-815f-b0bc059eba6f with identifier: 3118287444
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 0fe2cf38-a607-5ada-815f-b0bc059eba6f
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff1%252Fea%252F99f1ea0fa613e62b5de4734d9efb0a2b437b7b2f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f1/ea/99f1ea0fa613e62b5de4734d9efb0a2b437b7b2f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F11%252F95%252F92%252F119592750ba7f25bca0f38ea089f22849d52a6fb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/92/119592750ba7f25bca0f38ea089f22849d52a6fb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0f%252Ff3%252Fc7%252F0ff3c7175d91e1aad3571379f217c7b6d958e0d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/f3/c7/0ff3c7175d91e1aad3571379f217c7b6d958e0d5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb2%252F6e%252F24b26e826ff6117843dccae11e47f1b1906082c1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/b2/6e/24b26e826ff6117843dccae11e47f1b1906082c1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252F72%252F49%252Fdb7249c0686d240cb5b00b0e0f7e91ac5f7a47c5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/72/49/db7249c0686d240cb5b00b0e0f7e91ac5f7a47c5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0fe2cf38-a607-5ada-815f-b0bc059eba6f with identifier 3118287444
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0fe2cf38-a607-5ada-815f-b0bc059eba6f
2026-03-30 15:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce magnifique Porsche '
'Cayenne S 3.0 L V6 E-Hybrid Platinium Édition 462 CH dans un '
'très bon état général et dans une très belle configuration '
'! \n'
'\n'
'PORSCHE CAYENNE S 3.0 L V6 E-HYBRID PLATINIUM ÉDITION, 416 '
'CH, Automatique Tiptronic A, 20 CV, 81800 KMS, Noir, Essence '
'+ Hybride, première mise en circulation en 21/02/2017. \n'
'\n'
'Véhicule toujours suivi en temps et en heure en concession ou '
'spécialiste Porsche, aucuns frais à prévoir. \n'
'\n'
'Dernier entretien complet effectué le 17/11/2025 à 81471 KMS '
'( entretien complet + disques et plaquettes ) \n'
'\n'
'Carnet d’entretiens + double des clefs + manuel du '
'propriétaire + contrôle technique ok ✅\n'
'\n'
'ENTRETIENS : \n'
'- 08/2018 à 29700 KMS \n'
'- 02/2021 à 43700 KMS \n'
'- 10/2023 à 61300 KMS \n'
'- 11/2025 à 81500 KMS \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- phares avant matriciels à LED ( PDLS PLUS )\n'
' - feux arrière à LED\n'
'- veilleuses à LED \n'
'- rétroviseurs rabattables / électriques\n'
'- détecteurs dangles morts \n'
'- vitres arrière sur teintées\n'
'- peinture métallisée noir \n'
'- barres de toit noir \n'
'- par choc av / arr / bas de caisse couleur carrosserie \n'
'- jantes Exclusive Design Sport 21 ´noir avec liseré '
'chromé \n'
'- 4 pneus Pirelli PZERO\n'
'- étriers de freins Vert Acide \n'
'- 4 sorties d’échappement Sport noir \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- pack Sport Chrono \n'
'- système audio Bose \n'
'- caméra 360 degrés \n'
'- radar d’aide au stationnement av / arr \n'
'- toit ouvrant panoramique \n'
'- sièges avant électriques / chauffants \n'
'- sièges arrière chauffants \n'
'- écran tactile à l’arrière \n'
'- climatisation automatique bi-zone \n'
'- mode Sport / Sport Plus / E Power \n'
'- suspensions Sport réglables PASM \n'
'- seuils de portes aluminium lumineux avec écriture Cayenne S '
'en vert acide \n'
'- intérieur en cuir noir \n'
'- sellerie en tissus / Alcantara noir \n'
'- logo Porsche au niveau des appuis têtes\n'
'- tableau de bord en cuir noir \n'
'- accoudoir central avec rangement \n'
'- ciel de toi en tissus noir \n'
'- volant cuir multifonctions \n'
'- volant réglable\n'
'- palettes au volant \n'
'- ceintures de sécurité rouge \n'
'- Apple Car Play / Android \n'
'- radio CD \n'
'- GPS 3D couleur\n'
'- écran tactile multifonctions couleurs \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- allumage automatique des feux\n'
'- essuie-glaces automatiques\n'
'- coffre électrique \n'
'- démarrage sans clefs \n'
'- start & stop \n'
'- 4 roues motrices\n'
'- Bluetooth / USB / AUX / 12 V \n'
'- détecteur de pluie\n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- régulateur de vitesse adaptatif \n'
'- limiteur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '0fe2cf38-a607-5ada-815f-b0bc059eba6f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3118287444',
'listing': 'auction',
'make': 'PORSCHE',
'model': 'Cayenne',
'odometer': 81800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f1/ea/99f1ea0fa613e62b5de4734d9efb0a2b437b7b2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/92/119592750ba7f25bca0f38ea089f22849d52a6fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/f3/c7/0ff3c7175d91e1aad3571379f217c7b6d958e0d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/b2/6e/24b26e826ff6117843dccae11e47f1b1906082c1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/72/49/db7249c0686d240cb5b00b0e0f7e91ac5f7a47c5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe2cf38-a607-5ada-815f-b0bc059eba6f/0fe2cf38-a607-5ada-815f-b0bc059eba6f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84989,
'Height': 580,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f1/ea/99f1ea0fa613e62b5de4734d9efb0a2b437b7b2f.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe2cf38-a607-5ada-815f-b0bc059eba6f/0fe2cf38-a607-5ada-815f-b0bc059eba6f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64187,
'Height': 433,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/95/92/119592750ba7f25bca0f38ea089f22849d52a6fb.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe2cf38-a607-5ada-815f-b0bc059eba6f/0fe2cf38-a607-5ada-815f-b0bc059eba6f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101991,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/f3/c7/0ff3c7175d91e1aad3571379f217c7b6d958e0d5.jpg?rule=ad-large',
'Width': 753},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe2cf38-a607-5ada-815f-b0bc059eba6f/0fe2cf38-a607-5ada-815f-b0bc059eba6f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94314,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/b2/6e/24b26e826ff6117843dccae11e47f1b1906082c1.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe2cf38-a607-5ada-815f-b0bc059eba6f/0fe2cf38-a607-5ada-815f-b0bc059eba6f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75368,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/72/49/db7249c0686d240cb5b00b0e0f7e91ac5f7a47c5.jpg?rule=ad-large',
'Width': 600}],
'price': 49990,
'price_includes_vat': False,
'registration_date': '2017-02-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE CAYENNE S PLATINIUM ÉDITION E-HYBRID 3.0 L V6 416 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273118287444%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3118287444: {'created_time': 1774883665.705637, 'last_price_update_time': 1774883665.705646}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3118287444') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3111741778
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273111741778%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3111741778: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3111741778
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Yamaha YZF R1 M 2024 dans un état showroom ! \n'
'\n'
'YAMAHA YZF R1 M, 200 CH, MOTEUR CROSSPLANE 998 CM3, 4 '
'CYLINDRES, 9 CV, 6 RAPPORTS, FISCAUX, 655 KMS, ESSENCE, '
'PREMIÈRE MISE EN CIRCULATION LE 20/02/2024. \n'
'\n'
'Véhicule entièrement d’origine, origine France 🇫🇷, acheté en '
'concession Yamaha à Cannes, véhicule numéroté 2746 \n'
'\n'
'Double des clefs + clefs rouge ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE CONSTRUCTEUR YAMAHA 02/2026 * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'- VERSION M 2024 \n'
'- CARÉNAGES EN CARBON \n'
'- RESERVOIR EN ALUMINIUM BROSSÉ\n'
'- SUSPENSIONS OHLINS RACING A COMMANDE ÉLECTRONIQUE ( AVANT / '
'ARRIÈRE ) \n'
'- FOURCHE NPX ANTI-CAVITATION A GAZ \n'
'- SYSTÈME DU CONTROLE DU FREINAGE ( BC ) \n'
'- GESTION DU FREIN MOTEUR ( EBM ) \n'
'- ASSISTANCE AU DÉPART LAUCH CONTRÔLE SYTEM ( LCS ) \n'
'- SHITER PRO UP / DOWN \n'
'- BOÎTIER CCU POUR ENREGISTREMENT DES DONNÉES ET LE REGLAGE '
'DU CARACTÈRE MOTEUR DEPUIS UN SMARTPHONE \n'
'- POIGNÉE DE GAZ APSG ( RIDE-BY-WIRE ) \n'
'- CENTRALE INERTIELLE À SIX AXES ( IMU ) \n'
'- PNEUS BRIDGESTONE BATTLAX RS11\n'
'- PHARE / FEUX / VEILLEUSES À LED \n'
'- JANTES 17 ‘ NOIRES \n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3111741778',
'listing': 'auction',
'make': 'Yamaha',
'model': 'YZF-R',
'odometer': 655,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/22/80/8a228034107e8748440a63335cb0c29f5e6f8171.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/23/1f/b8231f3fed4e78228747d7c2555ff08e267ea944.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/7b/9f/f87b9f528d3cf8466ceabf139572594313955c78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/4c/bc/444cbce384f26f0c3a6a811cd92de1d8741b4933.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/27/846227e4538930575fd826207f1e22c329f23fa3.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Yamaha yzf r1 m 2024 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2024}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a4fe1b9b-ec67-5b65-82a6-01fc5d292adf with identifier: 3111741778
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item a4fe1b9b-ec67-5b65-82a6-01fc5d292adf
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F22%252F80%252F8a228034107e8748440a63335cb0c29f5e6f8171.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/22/80/8a228034107e8748440a63335cb0c29f5e6f8171.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252F23%252F1f%252Fb8231f3fed4e78228747d7c2555ff08e267ea944.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/23/1f/b8231f3fed4e78228747d7c2555ff08e267ea944.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F7b%252F9f%252Ff87b9f528d3cf8466ceabf139572594313955c78.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/7b/9f/f87b9f528d3cf8466ceabf139572594313955c78.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4c%252Fbc%252F444cbce384f26f0c3a6a811cd92de1d8741b4933.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/4c/bc/444cbce384f26f0c3a6a811cd92de1d8741b4933.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F62%252F27%252F846227e4538930575fd826207f1e22c329f23fa3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/27/846227e4538930575fd826207f1e22c329f23fa3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a4fe1b9b-ec67-5b65-82a6-01fc5d292adf with identifier 3111741778
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a4fe1b9b-ec67-5b65-82a6-01fc5d292adf
2026-03-30 15:14:25 [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': 'La société MN LUXURY CARS vous propose cette magnifique '
'Yamaha YZF R1 M 2024 dans un état showroom ! \n'
'\n'
'YAMAHA YZF R1 M, 200 CH, MOTEUR CROSSPLANE 998 CM3, 4 '
'CYLINDRES, 9 CV, 6 RAPPORTS, FISCAUX, 655 KMS, ESSENCE, '
'PREMIÈRE MISE EN CIRCULATION LE 20/02/2024. \n'
'\n'
'Véhicule entièrement d’origine, origine France 🇫🇷, acheté en '
'concession Yamaha à Cannes, véhicule numéroté 2746 \n'
'\n'
'Double des clefs + clefs rouge ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE CONSTRUCTEUR YAMAHA 02/2026 * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'- VERSION M 2024 \n'
'- CARÉNAGES EN CARBON \n'
'- RESERVOIR EN ALUMINIUM BROSSÉ\n'
'- SUSPENSIONS OHLINS RACING A COMMANDE ÉLECTRONIQUE ( AVANT / '
'ARRIÈRE ) \n'
'- FOURCHE NPX ANTI-CAVITATION A GAZ \n'
'- SYSTÈME DU CONTROLE DU FREINAGE ( BC ) \n'
'- GESTION DU FREIN MOTEUR ( EBM ) \n'
'- ASSISTANCE AU DÉPART LAUCH CONTRÔLE SYTEM ( LCS ) \n'
'- SHITER PRO UP / DOWN \n'
'- BOÎTIER CCU POUR ENREGISTREMENT DES DONNÉES ET LE REGLAGE '
'DU CARACTÈRE MOTEUR DEPUIS UN SMARTPHONE \n'
'- POIGNÉE DE GAZ APSG ( RIDE-BY-WIRE ) \n'
'- CENTRALE INERTIELLE À SIX AXES ( IMU ) \n'
'- PNEUS BRIDGESTONE BATTLAX RS11\n'
'- PHARE / FEUX / VEILLEUSES À LED \n'
'- JANTES 17 ‘ NOIRES \n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': None,
'id': 'a4fe1b9b-ec67-5b65-82a6-01fc5d292adf',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/motos/3111741778',
'listing': 'auction',
'make': 'Yamaha',
'model': 'YZF-R',
'odometer': 655,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/22/80/8a228034107e8748440a63335cb0c29f5e6f8171.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/23/1f/b8231f3fed4e78228747d7c2555ff08e267ea944.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/7b/9f/f87b9f528d3cf8466ceabf139572594313955c78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/4c/bc/444cbce384f26f0c3a6a811cd92de1d8741b4933.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/27/846227e4538930575fd826207f1e22c329f23fa3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe1b9b-ec67-5b65-82a6-01fc5d292adf/a4fe1b9b-ec67-5b65-82a6-01fc5d292adf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97840,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/22/80/8a228034107e8748440a63335cb0c29f5e6f8171.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe1b9b-ec67-5b65-82a6-01fc5d292adf/a4fe1b9b-ec67-5b65-82a6-01fc5d292adf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93291,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/23/1f/b8231f3fed4e78228747d7c2555ff08e267ea944.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe1b9b-ec67-5b65-82a6-01fc5d292adf/a4fe1b9b-ec67-5b65-82a6-01fc5d292adf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102029,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/7b/9f/f87b9f528d3cf8466ceabf139572594313955c78.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe1b9b-ec67-5b65-82a6-01fc5d292adf/a4fe1b9b-ec67-5b65-82a6-01fc5d292adf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96644,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/4c/bc/444cbce384f26f0c3a6a811cd92de1d8741b4933.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe1b9b-ec67-5b65-82a6-01fc5d292adf/a4fe1b9b-ec67-5b65-82a6-01fc5d292adf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54722,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/62/27/846227e4538930575fd826207f1e22c329f23fa3.jpg?rule=ad-large',
'Width': 600}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Yamaha yzf r1 m 2024 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2024}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273111741778%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Saving data for 3111741778: {'created_time': 1774883665.862805, 'last_price_update_time': 1774883665.862814}
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3111741778') HTTP/1.1" 204 0
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3144914397
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [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%273144914397%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scrape type for 3144914397: 1
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3144914397
2026-03-30 15:14:25 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique Audi '
'A7 Sportback 3.0 L V6 Quattro dans sa finition S-Line de 320 '
'CH dans très bon état général intérieur et dans une très '
'belle configuration ! \n'
'\n'
'AUDI A7 SPORTBACK 3.0 L V6 BITDI QUATTRO FINITION S-LINE, 320 '
'CH, Automatique Tiptronic 8 , 21 CV, 189900 KMS, 5 portes, '
'Noir métallisée, Diesel, première mise en circulation le '
'13/07/2015. \n'
'\n'
'Véhicule origine France 🇫🇷, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Juillet 2025 à 185000 '
'KMS, et vidange de boîte effectué en Décembre 2025. \n'
'\n'
'Contrôle technique à jour ( Décembre 2025 ) + manuel du '
'propriétaire + carnet d’entretiens + factures d’entretiens + '
'double des clefs ok ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Finition S-LINE \n'
'- Rétroviseurs électriques et dégivrants \n'
'- Coques de rétroviseurs RS7 en aluminium \n'
'- Peinture métallisée noire ( traitement céramique effectué '
'en 2025 ) \n'
'- Jantes Sport S-LINE aluminium 21’\n'
'- Étriers de freins rouge \n'
'- Pack chrome extérieur ( contours de vitres, calandre avant, '
'jantes … ) \n'
'- Vitres sur teintées \n'
'- Feux Matrix ( clignotants séquentiels ) \n'
'- Phares avant à LED\n'
'- Feux arrière à LED \n'
'- Veilleuses à LED \n'
'- Double sortie d’échappement chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Pack Carbon intérieur \n'
'- Système Audio Bose \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul avant / arrière \n'
'- Radar de stationnement avant / arrière \n'
'- Volant Sport RS méplat ( Type RS3 / RS7 … ) - Volant cuir / '
'alcantara multifonctions avec surpiqûres grise \n'
'- Volant réglable électriquement en hauteur et profondeur \n'
'- Palettes au volant \n'
'- Drive Select ( mode de conduite Efficiency / Comfort / '
'Dynamic / Sport ) \n'
'- Sièges avant électrique à mémoires 18 postions \n'
'- Sièges avant chauffants\n'
'- Sellerie en cuir cuir noir \n'
'- Ciel de toit en tissus noir\n'
'- Écran multifonctions couleur \n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- GPS 3D couleurs \n'
'- Climatisation automatique bi zones \n'
'- Coffre électrique \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Accès et démarrage sans clefs ( Key Less ) \n'
'- Park Assist \n'
'- Bluetooth / Radio \n'
'- CD / Carte SD \n'
'- Prise USB / AUX / 12 V \n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- Start & Stop\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3144914397',
'listing': 'auction',
'make': 'AUDI',
'model': 'A7',
'odometer': 189900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/22/81/03/22810392ad7a573e47ac2140df38fc04beb8a5b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/84/2f/a8842f1bdbd8f57e7f09b77ee6b02bb62338ed14.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/f5/91/6cf591967c2268f1178e6826ddfc176545bad706.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/0f/9d/370f9d9fcbc273cfae39eda341cdbace61323ba9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/19/2e/1f192ea04b762f6f53319c8d1f24d1ae823dff9a.jpg?rule=ad-large'],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2015-07-01',
'seats_number': None,
'seller_name': None,
'title': 'AUDI A7 SPORTBACK 3.0 L V6 BITDI QUATTRO / S-LINE 320 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d54d51ab-05f5-5a37-a624-834605a3c983 with identifier: 3144914397
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item d54d51ab-05f5-5a37-a624-834605a3c983
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F81%252F03%252F22810392ad7a573e47ac2140df38fc04beb8a5b7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/81/03/22810392ad7a573e47ac2140df38fc04beb8a5b7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F84%252F2f%252Fa8842f1bdbd8f57e7f09b77ee6b02bb62338ed14.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/84/2f/a8842f1bdbd8f57e7f09b77ee6b02bb62338ed14.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6c%252Ff5%252F91%252F6cf591967c2268f1178e6826ddfc176545bad706.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/f5/91/6cf591967c2268f1178e6826ddfc176545bad706.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252F0f%252F9d%252F370f9d9fcbc273cfae39eda341cdbace61323ba9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/0f/9d/370f9d9fcbc273cfae39eda341cdbace61323ba9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F19%252F2e%252F1f192ea04b762f6f53319c8d1f24d1ae823dff9a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/19/2e/1f192ea04b762f6f53319c8d1f24d1ae823dff9a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d54d51ab-05f5-5a37-a624-834605a3c983 with identifier 3144914397
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d54d51ab-05f5-5a37-a624-834605a3c983
2026-03-30 15:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique Audi '
'A7 Sportback 3.0 L V6 Quattro dans sa finition S-Line de 320 '
'CH dans très bon état général intérieur et dans une très '
'belle configuration ! \n'
'\n'
'AUDI A7 SPORTBACK 3.0 L V6 BITDI QUATTRO FINITION S-LINE, 320 '
'CH, Automatique Tiptronic 8 , 21 CV, 189900 KMS, 5 portes, '
'Noir métallisée, Diesel, première mise en circulation le '
'13/07/2015. \n'
'\n'
'Véhicule origine France 🇫🇷, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Juillet 2025 à 185000 '
'KMS, et vidange de boîte effectué en Décembre 2025. \n'
'\n'
'Contrôle technique à jour ( Décembre 2025 ) + manuel du '
'propriétaire + carnet d’entretiens + factures d’entretiens + '
'double des clefs ok ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- Finition S-LINE \n'
'- Rétroviseurs électriques et dégivrants \n'
'- Coques de rétroviseurs RS7 en aluminium \n'
'- Peinture métallisée noire ( traitement céramique effectué '
'en 2025 ) \n'
'- Jantes Sport S-LINE aluminium 21’\n'
'- Étriers de freins rouge \n'
'- Pack chrome extérieur ( contours de vitres, calandre avant, '
'jantes … ) \n'
'- Vitres sur teintées \n'
'- Feux Matrix ( clignotants séquentiels ) \n'
'- Phares avant à LED\n'
'- Feux arrière à LED \n'
'- Veilleuses à LED \n'
'- Double sortie d’échappement chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Pack Carbon intérieur \n'
'- Système Audio Bose \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul avant / arrière \n'
'- Radar de stationnement avant / arrière \n'
'- Volant Sport RS méplat ( Type RS3 / RS7 … ) - Volant cuir / '
'alcantara multifonctions avec surpiqûres grise \n'
'- Volant réglable électriquement en hauteur et profondeur \n'
'- Palettes au volant \n'
'- Drive Select ( mode de conduite Efficiency / Comfort / '
'Dynamic / Sport ) \n'
'- Sièges avant électrique à mémoires 18 postions \n'
'- Sièges avant chauffants\n'
'- Sellerie en cuir cuir noir \n'
'- Ciel de toit en tissus noir\n'
'- Écran multifonctions couleur \n'
'- Compteur à aiguilles \n'
'- Fond de compteur noir \n'
'- GPS 3D couleurs \n'
'- Climatisation automatique bi zones \n'
'- Coffre électrique \n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'- Fermeture centralisée\n'
'- Accoudoir central avec rangement \n'
'- Accès et démarrage sans clefs ( Key Less ) \n'
'- Park Assist \n'
'- Bluetooth / Radio \n'
'- CD / Carte SD \n'
'- Prise USB / AUX / 12 V \n'
'- Phares antibrouillard\n'
'- Fixations ISOFIX\n'
'- Start & Stop\n'
'- ESP\n'
'- ABS\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd54d51ab-05f5-5a37-a624-834605a3c983',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3144914397',
'listing': 'auction',
'make': 'AUDI',
'model': 'A7',
'odometer': 189900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/22/81/03/22810392ad7a573e47ac2140df38fc04beb8a5b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/84/2f/a8842f1bdbd8f57e7f09b77ee6b02bb62338ed14.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/f5/91/6cf591967c2268f1178e6826ddfc176545bad706.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/0f/9d/370f9d9fcbc273cfae39eda341cdbace61323ba9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/19/2e/1f192ea04b762f6f53319c8d1f24d1ae823dff9a.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d54d51ab-05f5-5a37-a624-834605a3c983/d54d51ab-05f5-5a37-a624-834605a3c983_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100165,
'Height': 687,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/81/03/22810392ad7a573e47ac2140df38fc04beb8a5b7.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d54d51ab-05f5-5a37-a624-834605a3c983/d54d51ab-05f5-5a37-a624-834605a3c983_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66720,
'Height': 472,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/84/2f/a8842f1bdbd8f57e7f09b77ee6b02bb62338ed14.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d54d51ab-05f5-5a37-a624-834605a3c983/d54d51ab-05f5-5a37-a624-834605a3c983_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106026,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/f5/91/6cf591967c2268f1178e6826ddfc176545bad706.jpg?rule=ad-large',
'Width': 684},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d54d51ab-05f5-5a37-a624-834605a3c983/d54d51ab-05f5-5a37-a624-834605a3c983_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95905,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/0f/9d/370f9d9fcbc273cfae39eda341cdbace61323ba9.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d54d51ab-05f5-5a37-a624-834605a3c983/d54d51ab-05f5-5a37-a624-834605a3c983_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86618,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/19/2e/1f192ea04b762f6f53319c8d1f24d1ae823dff9a.jpg?rule=ad-large',
'Width': 600}],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2015-07-01',
'seats_number': None,
'seller_name': None,
'title': 'AUDI A7 SPORTBACK 3.0 L V6 BITDI QUATTRO / S-LINE 320 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273144914397%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Saving data for 3144914397: {'created_time': 1774883666.051494, 'last_price_update_time': 1774883666.051505}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3144914397') HTTP/1.1" 204 0
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3060962963
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273060962963%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scrape type for 3060962963: 1
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3060962963
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Porsche 911 Type 992 Carrera GTS Cabriolet 480 CH dans un '
'parfait état général et dans une très belle configuration ! \n'
'\n'
'PORSCHE 911 TYPE 992 CARRERA GTS CABRIOLET 3.0i L BI-TURBO, '
'480 CH, Automatique, 37 CV, 42000 KMS, Grise, Essence, '
'première mise en circulation en 13/05/2022.\n'
'\n'
'* Véhicule origine France 🇫🇷, première main, avec un suivi '
'complet Porsche * \n'
'\n'
'Dernier entretien effectué en concession Porsche le '
'02/09/2024 à 32905 KMS, prochain entretien à prévoir en '
'09/2026 ou à 62905 KMS. \n'
'\n'
'Aucuns frais à prévoir, double des clefs + manuel du '
'propriétaire + historique d’entretien ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- jantes Turbo S noir satin 20 ‘\n'
'- étriers de freins rouge \n'
'- phares LED ( LED MATRIX SYSTEM ) \n'
'- feux arrière LED\n'
'- rétroviseurs rabattables / électriques \n'
'- peinture métallisée grise \n'
'- 2 sorties d’échappement noir \n'
'- capote en tissus noir \n'
'- capote électrique \n'
'- seuils de portes en aluminium noir avec écriture 911 '
'Carrera GTS \n'
'- aileron arrière réglable électrique\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- caméra de recul 360 degrés \n'
'- radar d’aide au stationnement av / arr \n'
'- Pack Sport Chrono\n'
'- sièges avant électriques au niveau du dossier et de '
'l’assise \n'
'- sellerie cuir bordeau \n'
'- échappement Sport \n'
'- suspensions Sport \n'
'- chassis réglable ( Sport / Confort ) \n'
'- chassis réglable Sport / Normal\n'
'- climatisation automatique bi zone \n'
'- allumage automatique des feux \n'
'- essuie-glaces automatiques\n'
'- compteur digital avec fond noir \n'
'- palettes au volant \n'
'- mode de conduite Wet / Normal / Sport / Sport + \n'
'- tableau de bord en cuir noir avec liseré bordeau \n'
'- pack intérieur aluminum brossé \n'
'- accoudoir central avec rangement \n'
'- volant en alcantara multifonctions \n'
'- drive mode au niveau du volant \n'
'- volant réglable en hauteur et profondeur \n'
'- écran tactile couleurs \n'
'- compteur digital \n'
'- Apple Car Play sans fil \n'
'- GPS 3D couleur\n'
'- start & stop \n'
'- Bluetooth / USBC \n'
'- fermeture centralisée\n'
'- Keyless \n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- alerte de franchissement de ligne \n'
'- régulateur de vitesse adaptatif \n'
'- limitateur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3060962963',
'listing': 'auction',
'make': 'PORSCHE',
'model': '911',
'odometer': 42000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/af/dc/88/afdc88591217203e91d03e1d9ccf98f1fc49761d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/4e/1d/294e1d740b16b2ca56f8093f68b9cdc4ec054a52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/51/b9/1951b98066da4779ab5f398a48c50d3989ac89de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/61/31/a06131213f7ca4a298e8b7e4cc98dc8a7f0035cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/60/86/ee60862957c2574021131b8543f8a5f8296441c6.jpg?rule=ad-large'],
'price': 149990,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE 911 TYPE 992 CARRERA GTS CABRIOLET 480 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2022}
2026-03-30 15:14:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 096e6d84-8b7f-59c0-9944-3c54516ebff0 with identifier: 3060962963
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 096e6d84-8b7f-59c0-9944-3c54516ebff0
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fdc%252F88%252Fafdc88591217203e91d03e1d9ccf98f1fc49761d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/af/dc/88/afdc88591217203e91d03e1d9ccf98f1fc49761d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4e%252F1d%252F294e1d740b16b2ca56f8093f68b9cdc4ec054a52.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/4e/1d/294e1d740b16b2ca56f8093f68b9cdc4ec054a52.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F19%252F51%252Fb9%252F1951b98066da4779ab5f398a48c50d3989ac89de.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/19/51/b9/1951b98066da4779ab5f398a48c50d3989ac89de.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F61%252F31%252Fa06131213f7ca4a298e8b7e4cc98dc8a7f0035cd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/61/31/a06131213f7ca4a298e8b7e4cc98dc8a7f0035cd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F60%252F86%252Fee60862957c2574021131b8543f8a5f8296441c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/60/86/ee60862957c2574021131b8543f8a5f8296441c6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 096e6d84-8b7f-59c0-9944-3c54516ebff0 with identifier 3060962963
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 096e6d84-8b7f-59c0-9944-3c54516ebff0
2026-03-30 15:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Porsche 911 Type 992 Carrera GTS Cabriolet 480 CH dans un '
'parfait état général et dans une très belle configuration ! \n'
'\n'
'PORSCHE 911 TYPE 992 CARRERA GTS CABRIOLET 3.0i L BI-TURBO, '
'480 CH, Automatique, 37 CV, 42000 KMS, Grise, Essence, '
'première mise en circulation en 13/05/2022.\n'
'\n'
'* Véhicule origine France 🇫🇷, première main, avec un suivi '
'complet Porsche * \n'
'\n'
'Dernier entretien effectué en concession Porsche le '
'02/09/2024 à 32905 KMS, prochain entretien à prévoir en '
'09/2026 ou à 62905 KMS. \n'
'\n'
'Aucuns frais à prévoir, double des clefs + manuel du '
'propriétaire + historique d’entretien ✅\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- jantes Turbo S noir satin 20 ‘\n'
'- étriers de freins rouge \n'
'- phares LED ( LED MATRIX SYSTEM ) \n'
'- feux arrière LED\n'
'- rétroviseurs rabattables / électriques \n'
'- peinture métallisée grise \n'
'- 2 sorties d’échappement noir \n'
'- capote en tissus noir \n'
'- capote électrique \n'
'- seuils de portes en aluminium noir avec écriture 911 '
'Carrera GTS \n'
'- aileron arrière réglable électrique\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- caméra de recul 360 degrés \n'
'- radar d’aide au stationnement av / arr \n'
'- Pack Sport Chrono\n'
'- sièges avant électriques au niveau du dossier et de '
'l’assise \n'
'- sellerie cuir bordeau \n'
'- échappement Sport \n'
'- suspensions Sport \n'
'- chassis réglable ( Sport / Confort ) \n'
'- chassis réglable Sport / Normal\n'
'- climatisation automatique bi zone \n'
'- allumage automatique des feux \n'
'- essuie-glaces automatiques\n'
'- compteur digital avec fond noir \n'
'- palettes au volant \n'
'- mode de conduite Wet / Normal / Sport / Sport + \n'
'- tableau de bord en cuir noir avec liseré bordeau \n'
'- pack intérieur aluminum brossé \n'
'- accoudoir central avec rangement \n'
'- volant en alcantara multifonctions \n'
'- drive mode au niveau du volant \n'
'- volant réglable en hauteur et profondeur \n'
'- écran tactile couleurs \n'
'- compteur digital \n'
'- Apple Car Play sans fil \n'
'- GPS 3D couleur\n'
'- start & stop \n'
'- Bluetooth / USBC \n'
'- fermeture centralisée\n'
'- Keyless \n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique \n'
'- phares antibrouillard\n'
"- aide au freinage d'urgence\n"
'- fixation ISOFIX\n'
'- alerte de franchissement de ligne \n'
'- régulateur de vitesse adaptatif \n'
'- limitateur de vitesse \n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '096e6d84-8b7f-59c0-9944-3c54516ebff0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3060962963',
'listing': 'auction',
'make': 'PORSCHE',
'model': '911',
'odometer': 42000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/af/dc/88/afdc88591217203e91d03e1d9ccf98f1fc49761d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/4e/1d/294e1d740b16b2ca56f8093f68b9cdc4ec054a52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/51/b9/1951b98066da4779ab5f398a48c50d3989ac89de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/61/31/a06131213f7ca4a298e8b7e4cc98dc8a7f0035cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/60/86/ee60862957c2574021131b8543f8a5f8296441c6.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a99110f0-3312-582d-94e0-be02078e4e37/a99110f0-3312-582d-94e0-be02078e4e37_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98319,
'Height': 724,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/dc/88/afdc88591217203e91d03e1d9ccf98f1fc49761d.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a99110f0-3312-582d-94e0-be02078e4e37/a99110f0-3312-582d-94e0-be02078e4e37_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65056,
'Height': 473,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/4e/1d/294e1d740b16b2ca56f8093f68b9cdc4ec054a52.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a99110f0-3312-582d-94e0-be02078e4e37/a99110f0-3312-582d-94e0-be02078e4e37_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110036,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/51/b9/1951b98066da4779ab5f398a48c50d3989ac89de.jpg?rule=ad-large',
'Width': 752},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a99110f0-3312-582d-94e0-be02078e4e37/a99110f0-3312-582d-94e0-be02078e4e37_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93359,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/61/31/a06131213f7ca4a298e8b7e4cc98dc8a7f0035cd.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a99110f0-3312-582d-94e0-be02078e4e37/a99110f0-3312-582d-94e0-be02078e4e37_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84673,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/60/86/ee60862957c2574021131b8543f8a5f8296441c6.jpg?rule=ad-large',
'Width': 600}],
'price': 149990,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'PORSCHE 911 TYPE 992 CARRERA GTS CABRIOLET 480 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2022}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273060962963%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Saving data for 3060962963: {'created_time': 1774883666.215279, 'last_price_update_time': 1774883666.215292}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3060962963') HTTP/1.1" 204 0
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3111254253
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273111254253%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scrape type for 3111254253: 1
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3111254253
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V 250 D XL Pack AMG dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ CLASSE V 250 D XL PACK AMG , 190 CH, '
'Automatique 9G-TRONIC, 11 CV, 8 Places, 136000 KMS, Noir, '
'Diesel, première mise en circulation le 19/12/2019.\n'
'\n'
'Modèle 2020, véhicule toujours suivi en temps et en heure en '
'concession ou spécialiste Mercedes, aucuns frais à prévoir, '
'véhicule origine France 🇫🇷 \n'
'\n'
'Vendu avec 4 clefs d’origine, manuel du propriétaire, '
'historique d’entretiens et factures, contrôle technique à '
'jour ✅\n'
'\n'
'ENTRETIENS : \n'
'- 09/2021 à 44000 KMS \n'
'- 12/2022 à 87500 KMS \n'
'- 12/2023 à 105600 KMS \n'
'- 09/2025 à 134000 KMS \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 19 ´ AMG \n'
'- Portes latérales électriques \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles morts \n'
'- Vitres sur teintées \n'
'- Peinture métallisée noire \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul 360 degrés \n'
'- Radar de stationnement AV / ARR\n'
'- Coffre électrique \n'
'- Portes latérales électriques\n'
'- Éclairage d’ambiance \n'
'- Climatisation automatique tri - zones \n'
'- Sellerie cuir nappa marron ( option et rare ) \n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / Prise 12 V \n'
'- Accoudoir AV / ARR\n'
'- Porte gobelets à l’arrière / chargeur / adapteur USB vendu '
'avec le véhicule \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3111254253',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 136000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/5e/2f/b55e2f017069f6d8df15f3d3e7ce007b30036ca6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/21/41/462141ab7f18e86074d24eb73f2a004ccaf39717.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/e5/bf/d0e5bfe03c17887d05d7b9be8353934b546746f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/7f/9d5a7ff7fb967b20ada0c6dcbb890012c12a179a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/8f/d6/738fd68d0963f23751b3580a3c05d4a0f01defa7.jpg?rule=ad-large'],
'price': 49990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V 250 XL AMG LINE 190 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:14:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 525f6fa7-0122-5406-8425-03cc0326dba2 with identifier: 3111254253
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 525f6fa7-0122-5406-8425-03cc0326dba2
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252F5e%252F2f%252Fb55e2f017069f6d8df15f3d3e7ce007b30036ca6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/5e/2f/b55e2f017069f6d8df15f3d3e7ce007b30036ca6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F21%252F41%252F462141ab7f18e86074d24eb73f2a004ccaf39717.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/21/41/462141ab7f18e86074d24eb73f2a004ccaf39717.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe5%252Fbf%252Fd0e5bfe03c17887d05d7b9be8353934b546746f6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/e5/bf/d0e5bfe03c17887d05d7b9be8353934b546746f6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F5a%252F7f%252F9d5a7ff7fb967b20ada0c6dcbb890012c12a179a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/7f/9d5a7ff7fb967b20ada0c6dcbb890012c12a179a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8f%252Fd6%252F738fd68d0963f23751b3580a3c05d4a0f01defa7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/8f/d6/738fd68d0963f23751b3580a3c05d4a0f01defa7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 525f6fa7-0122-5406-8425-03cc0326dba2 with identifier 3111254253
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 525f6fa7-0122-5406-8425-03cc0326dba2
2026-03-30 15:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V 250 D XL Pack AMG dans un très bon état général et '
'dans une très belle configuration ! \n'
'\n'
'MERCEDES BENZ CLASSE V 250 D XL PACK AMG , 190 CH, '
'Automatique 9G-TRONIC, 11 CV, 8 Places, 136000 KMS, Noir, '
'Diesel, première mise en circulation le 19/12/2019.\n'
'\n'
'Modèle 2020, véhicule toujours suivi en temps et en heure en '
'concession ou spécialiste Mercedes, aucuns frais à prévoir, '
'véhicule origine France 🇫🇷 \n'
'\n'
'Vendu avec 4 clefs d’origine, manuel du propriétaire, '
'historique d’entretiens et factures, contrôle technique à '
'jour ✅\n'
'\n'
'ENTRETIENS : \n'
'- 09/2021 à 44000 KMS \n'
'- 12/2022 à 87500 KMS \n'
'- 12/2023 à 105600 KMS \n'
'- 09/2025 à 134000 KMS \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 19 ´ AMG \n'
'- Portes latérales électriques \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Détecteurs d’angles morts \n'
'- Vitres sur teintées \n'
'- Peinture métallisée noire \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Caméra de recul 360 degrés \n'
'- Radar de stationnement AV / ARR\n'
'- Coffre électrique \n'
'- Portes latérales électriques\n'
'- Éclairage d’ambiance \n'
'- Climatisation automatique tri - zones \n'
'- Sellerie cuir nappa marron ( option et rare ) \n'
'- Volant réglable \n'
'- Volant cuir multifonctions \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / Prise 12 V \n'
'- Accoudoir AV / ARR\n'
'- Porte gobelets à l’arrière / chargeur / adapteur USB vendu '
'avec le véhicule \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '525f6fa7-0122-5406-8425-03cc0326dba2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3111254253',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 136000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/5e/2f/b55e2f017069f6d8df15f3d3e7ce007b30036ca6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/21/41/462141ab7f18e86074d24eb73f2a004ccaf39717.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/e5/bf/d0e5bfe03c17887d05d7b9be8353934b546746f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/7f/9d5a7ff7fb967b20ada0c6dcbb890012c12a179a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/8f/d6/738fd68d0963f23751b3580a3c05d4a0f01defa7.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_525f6fa7-0122-5406-8425-03cc0326dba2/525f6fa7-0122-5406-8425-03cc0326dba2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104179,
'Height': 694,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/5e/2f/b55e2f017069f6d8df15f3d3e7ce007b30036ca6.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_525f6fa7-0122-5406-8425-03cc0326dba2/525f6fa7-0122-5406-8425-03cc0326dba2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82961,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/21/41/462141ab7f18e86074d24eb73f2a004ccaf39717.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_525f6fa7-0122-5406-8425-03cc0326dba2/525f6fa7-0122-5406-8425-03cc0326dba2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93258,
'Height': 790,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/e5/bf/d0e5bfe03c17887d05d7b9be8353934b546746f6.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_525f6fa7-0122-5406-8425-03cc0326dba2/525f6fa7-0122-5406-8425-03cc0326dba2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70038,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/5a/7f/9d5a7ff7fb967b20ada0c6dcbb890012c12a179a.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_525f6fa7-0122-5406-8425-03cc0326dba2/525f6fa7-0122-5406-8425-03cc0326dba2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71925,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/8f/d6/738fd68d0963f23751b3580a3c05d4a0f01defa7.jpg?rule=ad-large',
'Width': 600}],
'price': 49990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V 250 XL AMG LINE 190 ch 🇫🇷',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273111254253%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Saving data for 3111254253: {'created_time': 1774883666.468503, 'last_price_update_time': 1774883666.468516}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3111254253') HTTP/1.1" 204 0
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3142783576
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273142783576%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scrape type for 3142783576: 1
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3142783576
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle '
'Jaguar XJ R 4.2 L Super V8 de 406 CH dans une belle '
'configuration et dans un très bon état général ! \n'
'\n'
'JAGUAR XJ R 4.2 L SUPER V8, 406 CH, Automatique, 31 CV, '
'179000 KMS, Grise métallisée, 5 portes, Essence, première '
'mise en circulation le 10/03/2004. \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, toujours '
'suivi en temps et en heure, aucuns frais à prévoir. \n'
'\n'
'Manuel du propriétaire + carnet d’entretiens + double des '
'clefs + contrôle technique à jour ok ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur ( calandre, contours de vitres, '
'rétroviseurs, jantes, poignées de portes )\n'
'- Jantes aluminium 18 ´grise \n'
'- Peinture métallisée grise \n'
'- Double sorties d’échappement chromée\n'
'- Phares avant bi-xénons \n'
'- Phares antibrouillards \n'
'- Rétroviseurs électriques \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Système audio Alpine \n'
'- Radar de stationnement av / arr \n'
'- Siège conducteur électriques à mémoires \n'
'- Siège passager avant électrique\n'
'- Sièges arrière électriques à mémoires\n'
'- Sièges avant et arrière chauffants \n'
'- Volant chauffant \n'
'- Sellerie cuir beige \n'
'- Tableau de bord en cuir beige / ronce de noyer \n'
'- Ciel de toit en tissus beige \n'
'- Climatisation automatique bi zones \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir marron / ronce de noyer multifonctions \n'
'- Modes de conduite Sport \n'
'- Écran multimédias tactile couleurs\n'
'- Régulateur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques\n'
'- Prise USB / CD / 12 V\n'
'- Bluetooth\n'
'- Accoudoir central avec rangement \n'
'- Seuils de portes chromés avec écriture Jaguar \n'
'- Rideau au niveau de la vitres arrière \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3142783576',
'listing': 'auction',
'make': 'JAGUAR',
'model': 'XJ',
'odometer': 179000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/46/d7/87/46d78773b757e3840d1c3cf914bfe41089116ee0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/44/cf/3644cfec08ecc15fcbd49d7a25c2b1c1d892f7e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e9/70/e2e9709fa1b76579a19bbadfa55ac7ec2c97da7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/6b/9f/086b9f757ef7ed917b4d54e262140c0ab0673c59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/b0/46/16b046b52fcc1296cbb5f358b99fcafbb99bc168.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2004-03-01',
'seats_number': None,
'seller_name': None,
'title': 'JAGUAR XJ R 4.2 L SUPER V8 406 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2004}
2026-03-30 15:14:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: cd6ee260-edaa-57d3-8d5f-e6c0477f40a4 with identifier: 3142783576
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item cd6ee260-edaa-57d3-8d5f-e6c0477f40a4
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd7%252F87%252F46d78773b757e3840d1c3cf914bfe41089116ee0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/d7/87/46d78773b757e3840d1c3cf914bfe41089116ee0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F44%252Fcf%252F3644cfec08ecc15fcbd49d7a25c2b1c1d892f7e1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/44/cf/3644cfec08ecc15fcbd49d7a25c2b1c1d892f7e1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fe9%252F70%252Fe2e9709fa1b76579a19bbadfa55ac7ec2c97da7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e9/70/e2e9709fa1b76579a19bbadfa55ac7ec2c97da7c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6b%252F9f%252F086b9f757ef7ed917b4d54e262140c0ab0673c59.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/6b/9f/086b9f757ef7ed917b4d54e262140c0ab0673c59.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Fb0%252F46%252F16b046b52fcc1296cbb5f358b99fcafbb99bc168.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/b0/46/16b046b52fcc1296cbb5f358b99fcafbb99bc168.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: cd6ee260-edaa-57d3-8d5f-e6c0477f40a4 with identifier 3142783576
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item cd6ee260-edaa-57d3-8d5f-e6c0477f40a4
2026-03-30 15:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette très belle '
'Jaguar XJ R 4.2 L Super V8 de 406 CH dans une belle '
'configuration et dans un très bon état général ! \n'
'\n'
'JAGUAR XJ R 4.2 L SUPER V8, 406 CH, Automatique, 31 CV, '
'179000 KMS, Grise métallisée, 5 portes, Essence, première '
'mise en circulation le 10/03/2004. \n'
'\n'
'Véhicule en très bon état intérieur comme extérieur, toujours '
'suivi en temps et en heure, aucuns frais à prévoir. \n'
'\n'
'Manuel du propriétaire + carnet d’entretiens + double des '
'clefs + contrôle technique à jour ok ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur ( calandre, contours de vitres, '
'rétroviseurs, jantes, poignées de portes )\n'
'- Jantes aluminium 18 ´grise \n'
'- Peinture métallisée grise \n'
'- Double sorties d’échappement chromée\n'
'- Phares avant bi-xénons \n'
'- Phares antibrouillards \n'
'- Rétroviseurs électriques \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Système audio Alpine \n'
'- Radar de stationnement av / arr \n'
'- Siège conducteur électriques à mémoires \n'
'- Siège passager avant électrique\n'
'- Sièges arrière électriques à mémoires\n'
'- Sièges avant et arrière chauffants \n'
'- Volant chauffant \n'
'- Sellerie cuir beige \n'
'- Tableau de bord en cuir beige / ronce de noyer \n'
'- Ciel de toit en tissus beige \n'
'- Climatisation automatique bi zones \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir marron / ronce de noyer multifonctions \n'
'- Modes de conduite Sport \n'
'- Écran multimédias tactile couleurs\n'
'- Régulateur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques\n'
'- Prise USB / CD / 12 V\n'
'- Bluetooth\n'
'- Accoudoir central avec rangement \n'
'- Seuils de portes chromés avec écriture Jaguar \n'
'- Rideau au niveau de la vitres arrière \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'cd6ee260-edaa-57d3-8d5f-e6c0477f40a4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3142783576',
'listing': 'auction',
'make': 'JAGUAR',
'model': 'XJ',
'odometer': 179000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/46/d7/87/46d78773b757e3840d1c3cf914bfe41089116ee0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/44/cf/3644cfec08ecc15fcbd49d7a25c2b1c1d892f7e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e9/70/e2e9709fa1b76579a19bbadfa55ac7ec2c97da7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/6b/9f/086b9f757ef7ed917b4d54e262140c0ab0673c59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/b0/46/16b046b52fcc1296cbb5f358b99fcafbb99bc168.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd6ee260-edaa-57d3-8d5f-e6c0477f40a4/cd6ee260-edaa-57d3-8d5f-e6c0477f40a4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91342,
'Height': 637,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/d7/87/46d78773b757e3840d1c3cf914bfe41089116ee0.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd6ee260-edaa-57d3-8d5f-e6c0477f40a4/cd6ee260-edaa-57d3-8d5f-e6c0477f40a4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61793,
'Height': 436,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/44/cf/3644cfec08ecc15fcbd49d7a25c2b1c1d892f7e1.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd6ee260-edaa-57d3-8d5f-e6c0477f40a4/cd6ee260-edaa-57d3-8d5f-e6c0477f40a4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95916,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/e9/70/e2e9709fa1b76579a19bbadfa55ac7ec2c97da7c.jpg?rule=ad-large',
'Width': 699},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd6ee260-edaa-57d3-8d5f-e6c0477f40a4/cd6ee260-edaa-57d3-8d5f-e6c0477f40a4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95918,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/6b/9f/086b9f757ef7ed917b4d54e262140c0ab0673c59.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd6ee260-edaa-57d3-8d5f-e6c0477f40a4/cd6ee260-edaa-57d3-8d5f-e6c0477f40a4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76141,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/b0/46/16b046b52fcc1296cbb5f358b99fcafbb99bc168.jpg?rule=ad-large',
'Width': 600}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2004-03-01',
'seats_number': None,
'seller_name': None,
'title': 'JAGUAR XJ R 4.2 L SUPER V8 406 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2004}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273142783576%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Saving data for 3142783576: {'created_time': 1774883666.640387, 'last_price_update_time': 1774883666.6404}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3142783576') HTTP/1.1" 204 0
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3141090366
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273141090366%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scrape type for 3141090366: 1
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3141090366
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Mercedes '
'Benz Classe E Coupé 350 CDI 3.0 L V6 231 CH Pack AMG dans une '
'belle configuration et dans un très bon état général ! \n'
'\n'
'MERCEDES CLASSE E COUPÉ 350 CDI 3.0 L V6 TURBO, 231 CH, '
'Automatique BVA7, 14 CV, 209900 KMS, Blanche, 3 portes, 4 '
'places, Diesel, première mise en circulation le 15/02/2011. \n'
'\n'
'Véhicule toujours suivi en temps et en heure, dernier '
'entretien effectué en Avril 2025 à 195000 KMS, aucuns frais à '
'prévoir ( dossier complet de factures disponibles ) \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur \n'
'- Jantes Sport AMG noir avec liseré chromé 18‘\n'
'- Peinture métallisée blanche\n'
'- Double sorties d’échappements chromée\n'
'- Phares avant bi-xénons \n'
'- Rétroviseurs électriques \n'
'- Seuils de portes chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Climatisation automatique bi zones \n'
'- Ciel de toit en tissus noir \n'
'- Sellerie cuir noir \n'
'- Sièges avant électriques ( dossier et assise ) \n'
'- Volant réglable en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Sport / Comfort / Eco ) \n'
'- Compteur à aiguilles \n'
'- Écran couleurs multifonctions\n'
'- GPS 3D couleurs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Accoudoir central avec rangement \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Prise 12 V\n'
'- Bluetooth\n'
'- ESP \n'
'- ABS\n'
'- Frein de parking manuel \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Nous proposons des financements pouvant aller de 24 mois à 72 '
'mois. \n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3141090366',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 209900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/f0/09/5df009d3e44067ed465553f636435dcb81553c64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/de/bd/6edebd99077dcc19bdc7a6db024466dc98f52673.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/81/45/f98145a11aaa9ed2a94b75a352c95de6ce74e8f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/d8/f8/97d8f82b92d7a0c50f1adb8757c6e5f8ef1b1b3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/69/a8/6b69a891244727817947a5f0caba26a5bbbbd036.jpg?rule=ad-large'],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2011-02-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE E COUPÉ PACK AMG 350 CDI 3.0 L V6 TURBO 231 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2011}
2026-03-30 15:14:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cc5e30d-ba02-58ff-b53a-f480c3d9aee6 with identifier: 3141090366
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 5cc5e30d-ba02-58ff-b53a-f480c3d9aee6
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff0%252F09%252F5df009d3e44067ed465553f636435dcb81553c64.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/f0/09/5df009d3e44067ed465553f636435dcb81553c64.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6e%252Fde%252Fbd%252F6edebd99077dcc19bdc7a6db024466dc98f52673.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/de/bd/6edebd99077dcc19bdc7a6db024466dc98f52673.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F81%252F45%252Ff98145a11aaa9ed2a94b75a352c95de6ce74e8f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/81/45/f98145a11aaa9ed2a94b75a352c95de6ce74e8f9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252Fd8%252Ff8%252F97d8f82b92d7a0c50f1adb8757c6e5f8ef1b1b3f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/d8/f8/97d8f82b92d7a0c50f1adb8757c6e5f8ef1b1b3f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F69%252Fa8%252F6b69a891244727817947a5f0caba26a5bbbbd036.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/69/a8/6b69a891244727817947a5f0caba26a5bbbbd036.jpg?rule=ad-large already downloaded
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5cc5e30d-ba02-58ff-b53a-f480c3d9aee6 with identifier 3141090366
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5cc5e30d-ba02-58ff-b53a-f480c3d9aee6
2026-03-30 15:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Mercedes '
'Benz Classe E Coupé 350 CDI 3.0 L V6 231 CH Pack AMG dans une '
'belle configuration et dans un très bon état général ! \n'
'\n'
'MERCEDES CLASSE E COUPÉ 350 CDI 3.0 L V6 TURBO, 231 CH, '
'Automatique BVA7, 14 CV, 209900 KMS, Blanche, 3 portes, 4 '
'places, Diesel, première mise en circulation le 15/02/2011. \n'
'\n'
'Véhicule toujours suivi en temps et en heure, dernier '
'entretien effectué en Avril 2025 à 195000 KMS, aucuns frais à '
'prévoir ( dossier complet de factures disponibles ) \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Pack chrome extérieur \n'
'- Jantes Sport AMG noir avec liseré chromé 18‘\n'
'- Peinture métallisée blanche\n'
'- Double sorties d’échappements chromée\n'
'- Phares avant bi-xénons \n'
'- Rétroviseurs électriques \n'
'- Seuils de portes chromées \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul \n'
'- Radar de stationnement av / arr \n'
'- Climatisation automatique bi zones \n'
'- Ciel de toit en tissus noir \n'
'- Sellerie cuir noir \n'
'- Sièges avant électriques ( dossier et assise ) \n'
'- Volant réglable en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Modes de conduite ( Sport / Comfort / Eco ) \n'
'- Compteur à aiguilles \n'
'- Écran couleurs multifonctions\n'
'- GPS 3D couleurs \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Allumage des feux automatiques\n'
'- Accoudoir central avec rangement \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- Prise 12 V\n'
'- Bluetooth\n'
'- ESP \n'
'- ABS\n'
'- Frein de parking manuel \n'
'- Airbags\n'
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Nous proposons des financements pouvant aller de 24 mois à 72 '
'mois. \n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5cc5e30d-ba02-58ff-b53a-f480c3d9aee6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3141090366',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 209900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/f0/09/5df009d3e44067ed465553f636435dcb81553c64.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/de/bd/6edebd99077dcc19bdc7a6db024466dc98f52673.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/81/45/f98145a11aaa9ed2a94b75a352c95de6ce74e8f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/d8/f8/97d8f82b92d7a0c50f1adb8757c6e5f8ef1b1b3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/69/a8/6b69a891244727817947a5f0caba26a5bbbbd036.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5cc5e30d-ba02-58ff-b53a-f480c3d9aee6/5cc5e30d-ba02-58ff-b53a-f480c3d9aee6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80937,
'Height': 669,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/f0/09/5df009d3e44067ed465553f636435dcb81553c64.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5cc5e30d-ba02-58ff-b53a-f480c3d9aee6/5cc5e30d-ba02-58ff-b53a-f480c3d9aee6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59991,
'Height': 478,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/de/bd/6edebd99077dcc19bdc7a6db024466dc98f52673.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5cc5e30d-ba02-58ff-b53a-f480c3d9aee6/5cc5e30d-ba02-58ff-b53a-f480c3d9aee6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86545,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/81/45/f98145a11aaa9ed2a94b75a352c95de6ce74e8f9.jpg?rule=ad-large',
'Width': 631},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5cc5e30d-ba02-58ff-b53a-f480c3d9aee6/5cc5e30d-ba02-58ff-b53a-f480c3d9aee6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92084,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/d8/f8/97d8f82b92d7a0c50f1adb8757c6e5f8ef1b1b3f.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5cc5e30d-ba02-58ff-b53a-f480c3d9aee6/5cc5e30d-ba02-58ff-b53a-f480c3d9aee6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94187,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/69/a8/6b69a891244727817947a5f0caba26a5bbbbd036.jpg?rule=ad-large',
'Width': 600}],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2011-02-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE E COUPÉ PACK AMG 350 CDI 3.0 L V6 TURBO 231 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2011}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [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%273141090366%27 HTTP/1.1" 200 None
2026-03-30 15:14:26 [auto_selling_leboncoin.fr] INFO: Saving data for 3141090366: {'created_time': 1774883666.829712, 'last_price_update_time': 1774883666.829725}
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3141090366') HTTP/1.1" 204 0
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3140981245
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273140981245%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scrape type for 3140981245: 1
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3140981245
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime et '
'élégante Bentley Continental Flying Spur Speed avec Pack '
'Mulliner 6.0 L W12 610 CH en très bon état général et dans '
'une très belle configuration ! \n'
'\n'
'BENTLEY CONTINENTAL FLYING SPUR SPEED PACK MULLINER 6.0 L '
'W12 610 CH, Automatique, 57 CV, 184500 KMS, Noir métallisée, '
'Essence, 5 portes, 5 places, première mise en circulation le '
'12/11/2008. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, dernières '
'factures + double des clefs + manuel du propriétaire + '
'contrôle technique ok ✅\n'
'\n'
'Voiture toujours stationnée dans un garage fermé, temps de '
'chauffe toujours respecté.\n'
'\n'
'Un entretien complet a été effectué en Octobre 2024 à 179700 '
'KMS ( alternateur, vidange moteur, vidange de boîte de '
'vitesse, liquide frein, purge bloc ABS, géométrie, niveaux, '
'pressions et contrôle général ), aucuns frais à prévoir. \n'
'\n'
'* GARANTIE 12 MOIS *\n'
' \n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX :\n'
'\n'
'Extérieur : \n'
'- Peinture métallisée noir brillant \n'
'- Jantes aluminium 20 ‘\n'
'- Pack Chrome extérieur \n'
'- Calandre avant / contours de vitres / baguettes chromés \n'
'- Double sortie d’échappement chromés \n'
'- Rétroviseurs électriques / dégivrants\n'
'- Vitres arrières sur teintées \n'
'- Phares avant bi xénons \n'
'\n'
'Intérieur et confort : \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul \n'
'- Radar de stationnement avant et arrière\n'
'- Système audio Naim \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sièges avant / arrière chauffants \n'
'- Écrans multimédias au niveau des places arrière\n'
'- Sigle Bentley au niveau des appuis têtes avant et arrière \n'
'- Sellerie cuir beige \n'
'- Pack Black Intérieur \n'
'- Allumage automatique des phares \n'
'- Climatisation automatique bi-zones \n'
'- Suspensions pneumatique réglables ( Comfort / Sport ) \n'
'- Mode de conduite Sport \n'
'- Horloge Breitling \n'
'- Volant cuir multifonctions\n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Palette au volant \n'
'- Coffre électrique \n'
'- Ordinateur de bord \n'
'- Accès et démarrage main libre \n'
'- Régulateur de vitesse / limiteur de vitesse \n'
'- Vitres électriques \n'
'- Fermeture centralisée \n'
'- Frein de parking électrique \n'
'- GPS \n'
'- Bluetooth \n'
'- Prise 12 V / Radio / CD \n'
'- ABS \n'
'- ESP\n'
'- Airbags \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3140981245',
'listing': 'auction',
'make': 'BENTLEY',
'model': 'Flying Spur',
'odometer': 184500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/71/14/cb/7114cbe9a4ab2fce920076ee84014b7a07ef9bd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/a3/ff/5da3ff15a8d98e861e9e8353fa2393fac1e3d27b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/85/bb/2385bb7003e8ea10eedfd4e6f20b0bb10bf0557a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/6e/3c/cd6e3c182518c53ee234c1253fce95e678323778.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/a7/58/f6a758f484d8e310690ffae4922f066b2fb9e5f4.jpg?rule=ad-large'],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2008-11-01',
'seats_number': None,
'seller_name': None,
'title': 'BENTLEY CONTINENTAL FLYING SPUR SPEED / PACK MULLINER 6.0 L W12 610 '
'ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:14:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d067c69-5ecc-52ed-8ad2-661e10dfe7fc with identifier: 3140981245
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 7d067c69-5ecc-52ed-8ad2-661e10dfe7fc
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252F14%252Fcb%252F7114cbe9a4ab2fce920076ee84014b7a07ef9bd8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/14/cb/7114cbe9a4ab2fce920076ee84014b7a07ef9bd8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa3%252Fff%252F5da3ff15a8d98e861e9e8353fa2393fac1e3d27b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/a3/ff/5da3ff15a8d98e861e9e8353fa2393fac1e3d27b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F85%252Fbb%252F2385bb7003e8ea10eedfd4e6f20b0bb10bf0557a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/85/bb/2385bb7003e8ea10eedfd4e6f20b0bb10bf0557a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252F6e%252F3c%252Fcd6e3c182518c53ee234c1253fce95e678323778.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/6e/3c/cd6e3c182518c53ee234c1253fce95e678323778.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa7%252F58%252Ff6a758f484d8e310690ffae4922f066b2fb9e5f4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/a7/58/f6a758f484d8e310690ffae4922f066b2fb9e5f4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7d067c69-5ecc-52ed-8ad2-661e10dfe7fc with identifier 3140981245
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7d067c69-5ecc-52ed-8ad2-661e10dfe7fc
2026-03-30 15:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette sublime et '
'élégante Bentley Continental Flying Spur Speed avec Pack '
'Mulliner 6.0 L W12 610 CH en très bon état général et dans '
'une très belle configuration ! \n'
'\n'
'BENTLEY CONTINENTAL FLYING SPUR SPEED PACK MULLINER 6.0 L '
'W12 610 CH, Automatique, 57 CV, 184500 KMS, Noir métallisée, '
'Essence, 5 portes, 5 places, première mise en circulation le '
'12/11/2008. \n'
'\n'
'Véhicule toujours entretenu en temps et en heure, dernières '
'factures + double des clefs + manuel du propriétaire + '
'contrôle technique ok ✅\n'
'\n'
'Voiture toujours stationnée dans un garage fermé, temps de '
'chauffe toujours respecté.\n'
'\n'
'Un entretien complet a été effectué en Octobre 2024 à 179700 '
'KMS ( alternateur, vidange moteur, vidange de boîte de '
'vitesse, liquide frein, purge bloc ABS, géométrie, niveaux, '
'pressions et contrôle général ), aucuns frais à prévoir. \n'
'\n'
'* GARANTIE 12 MOIS *\n'
' \n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX :\n'
'\n'
'Extérieur : \n'
'- Peinture métallisée noir brillant \n'
'- Jantes aluminium 20 ‘\n'
'- Pack Chrome extérieur \n'
'- Calandre avant / contours de vitres / baguettes chromés \n'
'- Double sortie d’échappement chromés \n'
'- Rétroviseurs électriques / dégivrants\n'
'- Vitres arrières sur teintées \n'
'- Phares avant bi xénons \n'
'\n'
'Intérieur et confort : \n'
'- Toit ouvrant panoramique \n'
'- Caméra de recul \n'
'- Radar de stationnement avant et arrière\n'
'- Système audio Naim \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sièges avant / arrière chauffants \n'
'- Écrans multimédias au niveau des places arrière\n'
'- Sigle Bentley au niveau des appuis têtes avant et arrière \n'
'- Sellerie cuir beige \n'
'- Pack Black Intérieur \n'
'- Allumage automatique des phares \n'
'- Climatisation automatique bi-zones \n'
'- Suspensions pneumatique réglables ( Comfort / Sport ) \n'
'- Mode de conduite Sport \n'
'- Horloge Breitling \n'
'- Volant cuir multifonctions\n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Palette au volant \n'
'- Coffre électrique \n'
'- Ordinateur de bord \n'
'- Accès et démarrage main libre \n'
'- Régulateur de vitesse / limiteur de vitesse \n'
'- Vitres électriques \n'
'- Fermeture centralisée \n'
'- Frein de parking électrique \n'
'- GPS \n'
'- Bluetooth \n'
'- Prise 12 V / Radio / CD \n'
'- ABS \n'
'- ESP\n'
'- Airbags \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '7d067c69-5ecc-52ed-8ad2-661e10dfe7fc',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3140981245',
'listing': 'auction',
'make': 'BENTLEY',
'model': 'Flying Spur',
'odometer': 184500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/71/14/cb/7114cbe9a4ab2fce920076ee84014b7a07ef9bd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/a3/ff/5da3ff15a8d98e861e9e8353fa2393fac1e3d27b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/85/bb/2385bb7003e8ea10eedfd4e6f20b0bb10bf0557a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/6e/3c/cd6e3c182518c53ee234c1253fce95e678323778.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/a7/58/f6a758f484d8e310690ffae4922f066b2fb9e5f4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d067c69-5ecc-52ed-8ad2-661e10dfe7fc/7d067c69-5ecc-52ed-8ad2-661e10dfe7fc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94469,
'Height': 629,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/14/cb/7114cbe9a4ab2fce920076ee84014b7a07ef9bd8.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d067c69-5ecc-52ed-8ad2-661e10dfe7fc/7d067c69-5ecc-52ed-8ad2-661e10dfe7fc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76773,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/a3/ff/5da3ff15a8d98e861e9e8353fa2393fac1e3d27b.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d067c69-5ecc-52ed-8ad2-661e10dfe7fc/7d067c69-5ecc-52ed-8ad2-661e10dfe7fc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94077,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/85/bb/2385bb7003e8ea10eedfd4e6f20b0bb10bf0557a.jpg?rule=ad-large',
'Width': 699},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d067c69-5ecc-52ed-8ad2-661e10dfe7fc/7d067c69-5ecc-52ed-8ad2-661e10dfe7fc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95934,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/6e/3c/cd6e3c182518c53ee234c1253fce95e678323778.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d067c69-5ecc-52ed-8ad2-661e10dfe7fc/7d067c69-5ecc-52ed-8ad2-661e10dfe7fc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68672,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/a7/58/f6a758f484d8e310690ffae4922f066b2fb9e5f4.jpg?rule=ad-large',
'Width': 600}],
'price': 39990,
'price_includes_vat': False,
'registration_date': '2008-11-01',
'seats_number': None,
'seller_name': None,
'title': 'BENTLEY CONTINENTAL FLYING SPUR SPEED / PACK MULLINER 6.0 L W12 610 '
'ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2008}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273140981245%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Saving data for 3140981245: {'created_time': 1774883667.265197, 'last_price_update_time': 1774883667.265211}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3140981245') HTTP/1.1" 204 0
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3139271786
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273139271786%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scrape type for 3139271786: 1
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3139271786
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Mini '
'Cooper S Cabriolet 184 CH dans une belle configuration ! \n'
'\n'
'MINI COOPER S ( R57 ) 1,6 L TURBO, 184 CH, Manuelle, 6 '
'rapport , 10 CV, 176000 KMS, Blanche, Essence, 3 Portes, 4 '
'places, première mise en circulation le 21/09/2011. \n'
'\n'
'Véhicule toujours entretenu, un entretien sera effectué pour '
'la vente, donc aucuns frais à prévoir. \n'
'\n'
'Manuel du propriétaire + carnet d’entretiens + contrôle '
'technique ok ✅\n'
' \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- rétroviseurs rabattables électriquement \n'
'- peinture métallisée blanche \n'
'- jantes aluminium Sport 17’ \n'
'- double sorties d’échappement chromée \n'
'- capote électrique en tissus noir\n'
'- phares avant bi xénon \n'
'- bandes noires sur la capot \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- radar d’aide au stationnement avant \n'
'- capote électrique en tissus noir\n'
'- sièges avant chauffants \n'
'- sellerie cuir / tissus noir \n'
'- éclairage d’ambiance \n'
'- seuils de portes chromés avec écriture Mini Cooper S \n'
'- climatisation automatique \n'
'- mode Sport \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- compteur à aiguilles \n'
'- fond de compteur gris \n'
'- stop & start\n'
'- Bluetooth / USB / 12 V / AUX \n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- régulateur de vitesse \n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking manuel \n'
'- fixation ISOFIX\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3139271786',
'listing': 'auction',
'make': 'MINI',
'model': 'Cooper',
'odometer': 176000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2e/10/ea2e10922c65114bb9f9193cf928d0da18c8dea1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/56/7a/fe567a53ecc6e6c919c62fbfe06067114637c4e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/c0/d4/86c0d427027750717504586dff6f7dba57ffee3d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/34/7f/b6347f44cf39531dfe708d388c92724c11694795.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/db/68/04db685e5544d4d90447681009329a58ec187c13.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2011-09-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI COOPER S CABRIOLET 1.6 L TURBO 184 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2011}
2026-03-30 15:14:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7304a1a4-d92e-57a3-87c3-bccdd4dc5740 with identifier: 3139271786
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 7304a1a4-d92e-57a3-87c3-bccdd4dc5740
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252F10%252Fea2e10922c65114bb9f9193cf928d0da18c8dea1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2e/10/ea2e10922c65114bb9f9193cf928d0da18c8dea1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffe%252F56%252F7a%252Ffe567a53ecc6e6c919c62fbfe06067114637c4e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/56/7a/fe567a53ecc6e6c919c62fbfe06067114637c4e6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc0%252Fd4%252F86c0d427027750717504586dff6f7dba57ffee3d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/c0/d4/86c0d427027750717504586dff6f7dba57ffee3d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F34%252F7f%252Fb6347f44cf39531dfe708d388c92724c11694795.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/34/7f/b6347f44cf39531dfe708d388c92724c11694795.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252Fdb%252F68%252F04db685e5544d4d90447681009329a58ec187c13.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/db/68/04db685e5544d4d90447681009329a58ec187c13.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7304a1a4-d92e-57a3-87c3-bccdd4dc5740 with identifier 3139271786
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7304a1a4-d92e-57a3-87c3-bccdd4dc5740
2026-03-30 15:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette belle Mini '
'Cooper S Cabriolet 184 CH dans une belle configuration ! \n'
'\n'
'MINI COOPER S ( R57 ) 1,6 L TURBO, 184 CH, Manuelle, 6 '
'rapport , 10 CV, 176000 KMS, Blanche, Essence, 3 Portes, 4 '
'places, première mise en circulation le 21/09/2011. \n'
'\n'
'Véhicule toujours entretenu, un entretien sera effectué pour '
'la vente, donc aucuns frais à prévoir. \n'
'\n'
'Manuel du propriétaire + carnet d’entretiens + contrôle '
'technique ok ✅\n'
' \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- rétroviseurs rabattables électriquement \n'
'- peinture métallisée blanche \n'
'- jantes aluminium Sport 17’ \n'
'- double sorties d’échappement chromée \n'
'- capote électrique en tissus noir\n'
'- phares avant bi xénon \n'
'- bandes noires sur la capot \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- radar d’aide au stationnement avant \n'
'- capote électrique en tissus noir\n'
'- sièges avant chauffants \n'
'- sellerie cuir / tissus noir \n'
'- éclairage d’ambiance \n'
'- seuils de portes chromés avec écriture Mini Cooper S \n'
'- climatisation automatique \n'
'- mode Sport \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- compteur à aiguilles \n'
'- fond de compteur gris \n'
'- stop & start\n'
'- Bluetooth / USB / 12 V / AUX \n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- régulateur de vitesse \n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking manuel \n'
'- fixation ISOFIX\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '7304a1a4-d92e-57a3-87c3-bccdd4dc5740',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3139271786',
'listing': 'auction',
'make': 'MINI',
'model': 'Cooper',
'odometer': 176000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2e/10/ea2e10922c65114bb9f9193cf928d0da18c8dea1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/56/7a/fe567a53ecc6e6c919c62fbfe06067114637c4e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/c0/d4/86c0d427027750717504586dff6f7dba57ffee3d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/34/7f/b6347f44cf39531dfe708d388c92724c11694795.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/db/68/04db685e5544d4d90447681009329a58ec187c13.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7304a1a4-d92e-57a3-87c3-bccdd4dc5740/7304a1a4-d92e-57a3-87c3-bccdd4dc5740_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90357,
'Height': 695,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/2e/10/ea2e10922c65114bb9f9193cf928d0da18c8dea1.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7304a1a4-d92e-57a3-87c3-bccdd4dc5740/7304a1a4-d92e-57a3-87c3-bccdd4dc5740_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73593,
'Height': 553,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/56/7a/fe567a53ecc6e6c919c62fbfe06067114637c4e6.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7304a1a4-d92e-57a3-87c3-bccdd4dc5740/7304a1a4-d92e-57a3-87c3-bccdd4dc5740_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95720,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/c0/d4/86c0d427027750717504586dff6f7dba57ffee3d.jpg?rule=ad-large',
'Width': 774},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7304a1a4-d92e-57a3-87c3-bccdd4dc5740/7304a1a4-d92e-57a3-87c3-bccdd4dc5740_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100654,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/34/7f/b6347f44cf39531dfe708d388c92724c11694795.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7304a1a4-d92e-57a3-87c3-bccdd4dc5740/7304a1a4-d92e-57a3-87c3-bccdd4dc5740_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87311,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/db/68/04db685e5544d4d90447681009329a58ec187c13.jpg?rule=ad-large',
'Width': 600}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2011-09-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI COOPER S CABRIOLET 1.6 L TURBO 184 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2011}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273139271786%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Saving data for 3139271786: {'created_time': 1774883667.453799, 'last_price_update_time': 1774883667.45381}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3139271786') HTTP/1.1" 204 0
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3139195180
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273139195180%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scrape type for 3139195180: 1
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3139195180
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette Mini Clubman '
'Cooper série Business 136 CH dans une belle configuration ! \n'
'\n'
'MINI CLUBMAN COOPER ( F54 ) FINITION BUSINESS 1.5 L TURBO, '
'136 CH, Manuelle, 6 rapport , 7 CV, 156500 KMS, Bordeaux , '
'Essence, 5 Portes, 5 places, première mise en circulation le '
'30/11/2015. \n'
'\n'
'Véhicule deuxième mains, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Janvier 2026 à 154000 '
'KMS, prochain entretien dans 20000 KMS ou Janvier 2027. \n'
' \n'
'Manuel du propriétaire + facture d’achat ( 33500 € )+ '
'factures d’entretiens + double des clefs + contrôle '
'technique ok. \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- rétroviseurs rabattables électriquement \n'
'- peinture métallisée Bordeaux \n'
'- jantes aluminium 17’ chromées \n'
'- sortie d’échappement chromée \n'
'- toit noir brillant \n'
'- coques rétroviseurs noires\n'
'- phares avant à LED \n'
'- feux arrière à LED\n'
'- veilleuses à LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- caméra de recul \n'
'- radar d’aide au stationnement avant / arrière \n'
'- toit ouvrant panoramique \n'
'- sièges avant électriques \n'
'- sièges avant conducteur électriques à mémoires \n'
'- sièges avant chauffants \n'
'- sellerie cuir / tissus noir \n'
'- éclairage d’ambiance \n'
'- ciel de toit en tissus noir\n'
'- seuils de portes chromés\n'
'- climatisation automatique bi zone \n'
'- modes de conduite ( Sport / Mid / Green ) \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- GPS 3D couleur\n'
'- écran multimédias couleurs multifonctions \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- avertissement freinage d’urgence et collision \n'
'- essuie-glaces automatiques\n'
'- détecteur de pluie\n'
'- démarrage sans clefs \n'
'- stop & start\n'
'- Bluetooth / USB / 12 V / AUX \n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique\n'
'- fixation ISOFIX\n'
'- régulateur de vitesse\n'
'- limiteur de vitesse\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3139195180',
'listing': 'auction',
'make': 'MINI',
'model': 'Clubman',
'odometer': 156500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2f/97/362f979affb05218b4f64b79e1c093fef138deaa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/2b/d1/d52bd1ec26d4d6dd3eb9756ae97b0dd6cc575105.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/5c/43/2e5c43bb37ec58ef15784cdd41a96fd6188efa97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/46/8e/56468e55daa2218841677131a9dd30f2e8e678d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/b8/7d/67b87df140f209b03ace462a7a3d0d46bf409647.jpg?rule=ad-large'],
'price': 10490,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI CLUBMAN COOPER BUSINESS 1.5 L TURBO 136 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f4c88fe-1498-5560-956a-0de14fe17233 with identifier: 3139195180
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 6f4c88fe-1498-5560-956a-0de14fe17233
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F2f%252F97%252F362f979affb05218b4f64b79e1c093fef138deaa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2f/97/362f979affb05218b4f64b79e1c093fef138deaa.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2b%252Fd1%252Fd52bd1ec26d4d6dd3eb9756ae97b0dd6cc575105.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/2b/d1/d52bd1ec26d4d6dd3eb9756ae97b0dd6cc575105.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2e%252F5c%252F43%252F2e5c43bb37ec58ef15784cdd41a96fd6188efa97.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/5c/43/2e5c43bb37ec58ef15784cdd41a96fd6188efa97.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F46%252F8e%252F56468e55daa2218841677131a9dd30f2e8e678d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/46/8e/56468e55daa2218841677131a9dd30f2e8e678d5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252Fb8%252F7d%252F67b87df140f209b03ace462a7a3d0d46bf409647.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/b8/7d/67b87df140f209b03ace462a7a3d0d46bf409647.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 6f4c88fe-1498-5560-956a-0de14fe17233 with identifier 3139195180
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 6f4c88fe-1498-5560-956a-0de14fe17233
2026-03-30 15:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette Mini Clubman '
'Cooper série Business 136 CH dans une belle configuration ! \n'
'\n'
'MINI CLUBMAN COOPER ( F54 ) FINITION BUSINESS 1.5 L TURBO, '
'136 CH, Manuelle, 6 rapport , 7 CV, 156500 KMS, Bordeaux , '
'Essence, 5 Portes, 5 places, première mise en circulation le '
'30/11/2015. \n'
'\n'
'Véhicule deuxième mains, toujours entretenu en temps et en '
'heure, dernier entretien effectué en Janvier 2026 à 154000 '
'KMS, prochain entretien dans 20000 KMS ou Janvier 2027. \n'
' \n'
'Manuel du propriétaire + facture d’achat ( 33500 € )+ '
'factures d’entretiens + double des clefs + contrôle '
'technique ok. \n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
' \n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur :\n'
'- rétroviseurs rabattables électriquement \n'
'- peinture métallisée Bordeaux \n'
'- jantes aluminium 17’ chromées \n'
'- sortie d’échappement chromée \n'
'- toit noir brillant \n'
'- coques rétroviseurs noires\n'
'- phares avant à LED \n'
'- feux arrière à LED\n'
'- veilleuses à LED \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- caméra de recul \n'
'- radar d’aide au stationnement avant / arrière \n'
'- toit ouvrant panoramique \n'
'- sièges avant électriques \n'
'- sièges avant conducteur électriques à mémoires \n'
'- sièges avant chauffants \n'
'- sellerie cuir / tissus noir \n'
'- éclairage d’ambiance \n'
'- ciel de toit en tissus noir\n'
'- seuils de portes chromés\n'
'- climatisation automatique bi zone \n'
'- modes de conduite ( Sport / Mid / Green ) \n'
'- volant cuir multifonctions\n'
'- volant réglable en hauteur et profondeur \n'
'- GPS 3D couleur\n'
'- écran multimédias couleurs multifonctions \n'
'- compteur à aiguilles \n'
'- fond de compteur noir \n'
'- avertissement freinage d’urgence et collision \n'
'- essuie-glaces automatiques\n'
'- détecteur de pluie\n'
'- démarrage sans clefs \n'
'- stop & start\n'
'- Bluetooth / USB / 12 V / AUX \n'
'- accoudoir central avec rangement \n'
'- fermeture centralisée\n'
'- anti-démarrage\n'
'- anti-patinage\n'
'- frein parking électrique\n'
'- fixation ISOFIX\n'
'- régulateur de vitesse\n'
'- limiteur de vitesse\n'
'- airbags \n'
'- ABS \n'
'- ESP \n'
'- ECT …\n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"( Inclus changement de plaques d'immatriculation + nettoyage "
'complet intérieur et extérieur )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois. \n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '6f4c88fe-1498-5560-956a-0de14fe17233',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3139195180',
'listing': 'auction',
'make': 'MINI',
'model': 'Clubman',
'odometer': 156500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2f/97/362f979affb05218b4f64b79e1c093fef138deaa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/2b/d1/d52bd1ec26d4d6dd3eb9756ae97b0dd6cc575105.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/5c/43/2e5c43bb37ec58ef15784cdd41a96fd6188efa97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/46/8e/56468e55daa2218841677131a9dd30f2e8e678d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/b8/7d/67b87df140f209b03ace462a7a3d0d46bf409647.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f4c88fe-1498-5560-956a-0de14fe17233/6f4c88fe-1498-5560-956a-0de14fe17233_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90151,
'Height': 668,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2f/97/362f979affb05218b4f64b79e1c093fef138deaa.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f4c88fe-1498-5560-956a-0de14fe17233/6f4c88fe-1498-5560-956a-0de14fe17233_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61949,
'Height': 471,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/2b/d1/d52bd1ec26d4d6dd3eb9756ae97b0dd6cc575105.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f4c88fe-1498-5560-956a-0de14fe17233/6f4c88fe-1498-5560-956a-0de14fe17233_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105811,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/5c/43/2e5c43bb37ec58ef15784cdd41a96fd6188efa97.jpg?rule=ad-large',
'Width': 760},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f4c88fe-1498-5560-956a-0de14fe17233/6f4c88fe-1498-5560-956a-0de14fe17233_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94533,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/46/8e/56468e55daa2218841677131a9dd30f2e8e678d5.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f4c88fe-1498-5560-956a-0de14fe17233/6f4c88fe-1498-5560-956a-0de14fe17233_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82147,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/b8/7d/67b87df140f209b03ace462a7a3d0d46bf409647.jpg?rule=ad-large',
'Width': 600}],
'price': 10490,
'price_includes_vat': False,
'registration_date': '2015-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI CLUBMAN COOPER BUSINESS 1.5 L TURBO 136 ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273139195180%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Saving data for 3139195180: {'created_time': 1774883667.664946, 'last_price_update_time': 1774883667.664957}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3139195180') HTTP/1.1" 204 0
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3138869135
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273138869135%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scrape type for 3138869135: 1
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3138869135
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Mercedes Benz Classe S 63 AMG BRABUS 650 CH dans un très bon '
'état général et dans une très belle configuration ! \n'
'\n'
'Sous le capot se cache un V8 biturbo de 5,5 litres, optimisé '
'grâce au pack puissance Brabus 650, développant désormais '
"jusqu'à 650 ch transmis aux quatre roues par une boîte "
'automatique à sept rapports avec palettes au volant.\n'
'\n'
'MERCEDES CLASSE S 63 AMG BRABUS 5.5 L V8 BI TURBO LIMOUSINE 4 '
'MATIC, 650 CH, Automatique 7G-TRONIC, 50 CV, 98000 KMS, Noir '
'Satin, 5 portes, Essence, deuxième mains, première mise en '
'circulation le 26/04/2015. \n'
'\n'
'Le véhicule sort d’un entretien complet effectué chez un '
'spécialiste Mercedes à 96700 KMS, aucuns frais à prévoir.\n'
'( vidange moteur, filtres, bougies, vidange de boîte … ). \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 58325€ HT \n'
'- PRIX TTC : 69990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus extérieur complet «\xa0B650\xa0»\n'
'- Lame avant en Carbon \n'
'- Bas de caisse en Carbon \n'
'- Diffuseur arrière en Carbon \n'
'- Becquet arrière en Carbon\n'
'- Rétroviseurs en Carbon\n'
'- Jantes Brabus 21 ´noires \n'
'- Étriers de freins Brabus dorés \n'
'- Peinture noir satin\n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Rétroviseurs électriques \n'
'- Échappement Sport Brabus \n'
'- 4 sorties d’échappements Brabus \n'
'- Logos et sigles noir brillant \n'
'- Soft Close ( fermetures des portes )\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra 360 degrés \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir beige avec logo AMG \n'
'- Sièges arrières VIP : écran multimedias, tablettes, '
'casques, réfrigérateur \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Échappements Sport Brabus \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Sport AMG en cuir multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Seuils de portes éclairés AMG \n'
'- Ciel de toi en alcantara beige \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3138869135',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4c/c8/fd4cc800e63cf7a170b15f87b81653819be8ac96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/97/a4/d097a40ddac3e806b8e3d74c752c0e9a49b44528.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/f0/6a/92f06affd2bc0682ec4ccb271a8e491d8be445b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/30/bf/f630bf89e4442526a87bc227a7ac6d8ac27ba66f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/ca/ab/0bcaab21d2672ddf3abd1cf628e5b41e120e1bb3.jpg?rule=ad-large'],
'price': 69990,
'price_includes_vat': False,
'registration_date': '2015-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES S 63 BRABUS VIP 5.5 L V8 BI TURBO 650 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c250033-9206-5ccc-a292-f7752ff0bb2e with identifier: 3138869135
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 5c250033-9206-5ccc-a292-f7752ff0bb2e
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4c%252Fc8%252Ffd4cc800e63cf7a170b15f87b81653819be8ac96.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4c/c8/fd4cc800e63cf7a170b15f87b81653819be8ac96.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F97%252Fa4%252Fd097a40ddac3e806b8e3d74c752c0e9a49b44528.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/97/a4/d097a40ddac3e806b8e3d74c752c0e9a49b44528.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252Ff0%252F6a%252F92f06affd2bc0682ec4ccb271a8e491d8be445b2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/f0/6a/92f06affd2bc0682ec4ccb271a8e491d8be445b2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F30%252Fbf%252Ff630bf89e4442526a87bc227a7ac6d8ac27ba66f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/30/bf/f630bf89e4442526a87bc227a7ac6d8ac27ba66f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0b%252Fca%252Fab%252F0bcaab21d2672ddf3abd1cf628e5b41e120e1bb3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/ca/ab/0bcaab21d2672ddf3abd1cf628e5b41e120e1bb3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5c250033-9206-5ccc-a292-f7752ff0bb2e with identifier 3138869135
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5c250033-9206-5ccc-a292-f7752ff0bb2e
2026-03-30 15:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose cette magnifique '
'Mercedes Benz Classe S 63 AMG BRABUS 650 CH dans un très bon '
'état général et dans une très belle configuration ! \n'
'\n'
'Sous le capot se cache un V8 biturbo de 5,5 litres, optimisé '
'grâce au pack puissance Brabus 650, développant désormais '
"jusqu'à 650 ch transmis aux quatre roues par une boîte "
'automatique à sept rapports avec palettes au volant.\n'
'\n'
'MERCEDES CLASSE S 63 AMG BRABUS 5.5 L V8 BI TURBO LIMOUSINE 4 '
'MATIC, 650 CH, Automatique 7G-TRONIC, 50 CV, 98000 KMS, Noir '
'Satin, 5 portes, Essence, deuxième mains, première mise en '
'circulation le 26/04/2015. \n'
'\n'
'Le véhicule sort d’un entretien complet effectué chez un '
'spécialiste Mercedes à 96700 KMS, aucuns frais à prévoir.\n'
'( vidange moteur, filtres, bougies, vidange de boîte … ). \n'
'\n'
'TVA RÉCUPÉRABLE POUR LES PROFESSIONNELS : \n'
'- PRIX HT : 58325€ HT \n'
'- PRIX TTC : 69990€ TTC \n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Kit Brabus extérieur complet «\xa0B650\xa0»\n'
'- Lame avant en Carbon \n'
'- Bas de caisse en Carbon \n'
'- Diffuseur arrière en Carbon \n'
'- Becquet arrière en Carbon\n'
'- Rétroviseurs en Carbon\n'
'- Jantes Brabus 21 ´noires \n'
'- Étriers de freins Brabus dorés \n'
'- Peinture noir satin\n'
'- Vitres sur teintées \n'
'- Phares avant à LED\n'
'- Feux arrière à LED sur teintées \n'
'- Rétroviseurs électriques \n'
'- Échappement Sport Brabus \n'
'- 4 sorties d’échappements Brabus \n'
'- Logos et sigles noir brillant \n'
'- Soft Close ( fermetures des portes )\n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Pack Carbon intérieur \n'
'- Sytème Audio BURMESTER \n'
'- Caméra 360 degrés \n'
'- Radars de stationnement avant et arrière\n'
'- Toit ouvrant panoramique \n'
'- Sièges avant / arrière chauffants et ventilés \n'
'- Sièges avant / arrière électriques à mémoires \n'
'- Sellerie cuir beige avec logo AMG \n'
'- Sièges arrières VIP : écran multimedias, tablettes, '
'casques, réfrigérateur \n'
'- Rideaux électriques au niveaux des vitres arrières \n'
'- Échappements Sport Brabus \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique bi-zones \n'
'- Volant réglable électrique \n'
'- Volant Sport AMG en cuir multifonctions \n'
'- Mode de conduite ( Confort / Sport / Manuel ) \n'
'- Palettes au volant \n'
'- Suspensions réglables ( Sport / Comfort ) \n'
'- Seuils de portes éclairés AMG \n'
'- Ciel de toi en alcantara beige \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Coffre électrique \n'
'- Start & Stop\n'
'- Compteur digital couleurs \n'
'- Ecran central multifonctions couleurs \n'
'- GPS 3D couleurs\n'
'- Prise USB \n'
'- Bluetooth\n'
'- Radio / CD / CARTE SD / 12 V\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse adaptatif \n'
'- Assistant de trajectoire \n'
'- Accoudoir central AV avec rangement\n'
'- Fermeture centralisée \n'
'- Démarrage sans clefs \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '5c250033-9206-5ccc-a292-f7752ff0bb2e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138869135',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4c/c8/fd4cc800e63cf7a170b15f87b81653819be8ac96.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/97/a4/d097a40ddac3e806b8e3d74c752c0e9a49b44528.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/f0/6a/92f06affd2bc0682ec4ccb271a8e491d8be445b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/30/bf/f630bf89e4442526a87bc227a7ac6d8ac27ba66f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/ca/ab/0bcaab21d2672ddf3abd1cf628e5b41e120e1bb3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c250033-9206-5ccc-a292-f7752ff0bb2e/5c250033-9206-5ccc-a292-f7752ff0bb2e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86922,
'Height': 660,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/4c/c8/fd4cc800e63cf7a170b15f87b81653819be8ac96.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c250033-9206-5ccc-a292-f7752ff0bb2e/5c250033-9206-5ccc-a292-f7752ff0bb2e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58794,
'Height': 448,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/97/a4/d097a40ddac3e806b8e3d74c752c0e9a49b44528.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c250033-9206-5ccc-a292-f7752ff0bb2e/5c250033-9206-5ccc-a292-f7752ff0bb2e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94125,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/f0/6a/92f06affd2bc0682ec4ccb271a8e491d8be445b2.jpg?rule=ad-large',
'Width': 700},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c250033-9206-5ccc-a292-f7752ff0bb2e/5c250033-9206-5ccc-a292-f7752ff0bb2e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102546,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/30/bf/f630bf89e4442526a87bc227a7ac6d8ac27ba66f.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5c250033-9206-5ccc-a292-f7752ff0bb2e/5c250033-9206-5ccc-a292-f7752ff0bb2e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85929,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/ca/ab/0bcaab21d2672ddf3abd1cf628e5b41e120e1bb3.jpg?rule=ad-large',
'Width': 600}],
'price': 69990,
'price_includes_vat': False,
'registration_date': '2015-04-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES S 63 BRABUS VIP 5.5 L V8 BI TURBO 650 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273138869135%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Saving data for 3138869135: {'created_time': 1774883667.815217, 'last_price_update_time': 1774883667.815228}
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3138869135') HTTP/1.1" 204 0
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3059910802
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [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%273059910802%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scrape type for 3059910802: 1
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3059910802
2026-03-30 15:14:27 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V VIP 250 D XL 4 Matic Fascination Pack AMG dans un '
'très bon état général et dans une configuration unique ! \n'
'\n'
'MERCEDES BENZ CLASSE V VIP 250 D XL 4 MATIC FASCINATION PACK '
'AMG, 190 CH, Automatique, 11 CV, 6 Places, 125000 KMS, Noir '
'brillant, Diesel, première mise en circulation le '
'29/11/2019.\n'
'\n'
'Véhicule toujours suivi en temps et en heure en concession ou '
'spécialiste Mercedes.\n'
'Aucuns frais à prévoir. \n'
'\n'
'Double des clefs + manuel du propriétaire + historique '
'd’entretiens + contrôle technique ok ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 19 ´ AMG \n'
'- Portes latérales électriques \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Vitres arrière sur teintées \n'
'- Peinture métallisée noir brillant \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure 4 places à l’arrière \n'
'- Sellerie confort en cuir noir avec surpiqûres blanches \n'
'- Sièges arrières électriques\n'
'- Ciel de toi étoilés avec changement de couleurs \n'
'- Télévision \n'
'- Tablettes électriques \n'
'- Réfrigérateur \n'
'- Caméra 360 degrés \n'
'- Sièges avant chauffants \n'
'- Système audio haute performance BURMESTER \n'
'- Accoudoirs au niveau des sièges avant \n'
'- Coffre électrique \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique tri - zones \n'
'- Intérieur cuir marron \n'
'- Sellerie cuir marron ( avant ) \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- GPS 3D couleurs\n'
'- Prise USB / 12 V \n'
'- Bluetooth\n'
'- Radio / CD \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'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/3059910802',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 125000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/27/fe/0e27feb5fe66beaefab77147d01d0a866cecccc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b2/1e/6db21e92aa1eb23e457f4fdbbe5a49d02011d1c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/4d/45/a14d45d401e267d8d8903433672f154b515f51e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/cc/7e/1fcc7e0c89a90672ee3048877d4732eaa2004d8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/da/56/69da56357de675be4dd0b48045294b3a2c35b890.jpg?rule=ad-large'],
'price': 54990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V VIP 250 D XL 4 MATIC 190 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:14:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 950caccc-4c3a-5029-a3e9-5cc40fa101e3 with identifier: 3059910802
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 950caccc-4c3a-5029-a3e9-5cc40fa101e3
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252F27%252Ffe%252F0e27feb5fe66beaefab77147d01d0a866cecccc4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/27/fe/0e27feb5fe66beaefab77147d01d0a866cecccc4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb2%252F1e%252F6db21e92aa1eb23e457f4fdbbe5a49d02011d1c9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b2/1e/6db21e92aa1eb23e457f4fdbbe5a49d02011d1c9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F4d%252F45%252Fa14d45d401e267d8d8903433672f154b515f51e0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/4d/45/a14d45d401e267d8d8903433672f154b515f51e0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fcc%252F7e%252F1fcc7e0c89a90672ee3048877d4732eaa2004d8f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/cc/7e/1fcc7e0c89a90672ee3048877d4732eaa2004d8f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fda%252F56%252F69da56357de675be4dd0b48045294b3a2c35b890.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/da/56/69da56357de675be4dd0b48045294b3a2c35b890.jpg?rule=ad-large already downloaded
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 950caccc-4c3a-5029-a3e9-5cc40fa101e3 with identifier 3059910802
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 950caccc-4c3a-5029-a3e9-5cc40fa101e3
2026-03-30 15:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'description': 'La société MN LUXURY CARS vous propose ce beau Mercedes '
'Classe V VIP 250 D XL 4 Matic Fascination Pack AMG dans un '
'très bon état général et dans une configuration unique ! \n'
'\n'
'MERCEDES BENZ CLASSE V VIP 250 D XL 4 MATIC FASCINATION PACK '
'AMG, 190 CH, Automatique, 11 CV, 6 Places, 125000 KMS, Noir '
'brillant, Diesel, première mise en circulation le '
'29/11/2019.\n'
'\n'
'Véhicule toujours suivi en temps et en heure en concession ou '
'spécialiste Mercedes.\n'
'Aucuns frais à prévoir. \n'
'\n'
'Double des clefs + manuel du propriétaire + historique '
'd’entretiens + contrôle technique ok ✅\n'
'\n'
'* VISIBLE SUR RENDEZ VOUS DU MARDI AU SAMEDI *\n'
'\n'
'DOSSIER PHOTOS COMPLET SUR DEMANDE !\n'
'\n'
'* GARANTIE 12 MOIS * \n'
'\n'
'OPTIONS ET EQUIPEMENTS PRINCIPAUX : \n'
'\n'
'Extérieur : \n'
'- Jantes aluminium 19 ´ AMG \n'
'- Portes latérales électriques \n'
'- Feux AV et ARR à LED \n'
'- Rétroviseurs électriques \n'
'- Vitres arrière sur teintées \n'
'- Peinture métallisée noir brillant \n'
'\n'
'Intérieur, confort et sécurité : \n'
'- Intérieur sur mesure 4 places à l’arrière \n'
'- Sellerie confort en cuir noir avec surpiqûres blanches \n'
'- Sièges arrières électriques\n'
'- Ciel de toi étoilés avec changement de couleurs \n'
'- Télévision \n'
'- Tablettes électriques \n'
'- Réfrigérateur \n'
'- Caméra 360 degrés \n'
'- Sièges avant chauffants \n'
'- Système audio haute performance BURMESTER \n'
'- Accoudoirs au niveau des sièges avant \n'
'- Coffre électrique \n'
'- Éclairage d’ambiance avec changement de couleurs \n'
'- Climatisation automatique tri - zones \n'
'- Intérieur cuir marron \n'
'- Sellerie cuir marron ( avant ) \n'
'- Volant réglable électrique en hauteur et profondeur \n'
'- Volant cuir multifonctions \n'
'- Allumage des feux automatiques\n'
'- Essuies glaces automatiques \n'
'- Start & Stop\n'
'- GPS 3D couleurs\n'
'- Prise USB / 12 V \n'
'- Bluetooth\n'
'- Radio / CD \n'
'- Régulateur de vitesse \n'
'- Limiteur de vitesse \n'
'- Fermeture centralisée \n'
'- Fixation ISOFIX \n'
'- ESP \n'
'- ABS\n'
'- Frein de parking électrique \n'
"- Aide au freinage d'urgence\n"
'- Airbags\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
"- Freinage automatique d'urgence\n"
'- ECT … \n'
'\n'
'Frais de mise en route : 199€ TTC\n'
"(Inclus changement de plaques d'immatriculation + nettoyage "
'complet )\n'
'\n'
"Sous réserve d'une erreur de saisie, vérifiez les options du "
'véhicule avec un de nos conseillers commercial.\n'
'\n'
'Nos véhicules sont garantis 12 mois avec extension possible.\n'
"La garantie est valable dans toute l'Union européenne.\n"
'\n'
'Nos véhicules sont vendus avec des entretiens à jour et une '
'traçabilité complète depuis sa première mise en circulation.\n'
'\n'
'Possibilité de reprise de votre ancien véhicule.\n'
'Photos supplémentaires sur demande.\n'
'Financement possible de 24 mois à 72 mois.\n'
'\n'
'Mode de règlement :\n'
'\n'
'-Paiement par virement bancaire\n'
'-Paiement par espèce (montant maximal 1000€) \n'
'\n'
'KEVIN MN LUXURY CARS\n'
'114 AVENUE DE LA PLAINE \n'
'06250 MOUGINS',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '950caccc-4c3a-5029-a3e9-5cc40fa101e3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3059910802',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe V',
'odometer': 125000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/27/fe/0e27feb5fe66beaefab77147d01d0a866cecccc4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b2/1e/6db21e92aa1eb23e457f4fdbbe5a49d02011d1c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/4d/45/a14d45d401e267d8d8903433672f154b515f51e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/cc/7e/1fcc7e0c89a90672ee3048877d4732eaa2004d8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/da/56/69da56357de675be4dd0b48045294b3a2c35b890.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df0b0ffc-5715-5157-99a8-a204cdd87f91/df0b0ffc-5715-5157-99a8-a204cdd87f91_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85659,
'Height': 606,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/27/fe/0e27feb5fe66beaefab77147d01d0a866cecccc4.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df0b0ffc-5715-5157-99a8-a204cdd87f91/df0b0ffc-5715-5157-99a8-a204cdd87f91_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82730,
'Height': 600,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b2/1e/6db21e92aa1eb23e457f4fdbbe5a49d02011d1c9.jpg?rule=ad-large',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df0b0ffc-5715-5157-99a8-a204cdd87f91/df0b0ffc-5715-5157-99a8-a204cdd87f91_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69617,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/4d/45/a14d45d401e267d8d8903433672f154b515f51e0.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df0b0ffc-5715-5157-99a8-a204cdd87f91/df0b0ffc-5715-5157-99a8-a204cdd87f91_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82353,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/cc/7e/1fcc7e0c89a90672ee3048877d4732eaa2004d8f.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df0b0ffc-5715-5157-99a8-a204cdd87f91/df0b0ffc-5715-5157-99a8-a204cdd87f91_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77668,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/da/56/69da56357de675be4dd0b48045294b3a2c35b890.jpg?rule=ad-large',
'Width': 600}],
'price': 54990,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES CLASSE V VIP 250 D XL 4 MATIC 190 ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:28 [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%273059910802%27 HTTP/1.1" 200 None
2026-03-30 15:14:28 [auto_selling_leboncoin.fr] INFO: Saving data for 3059910802: {'created_time': 1774883668.016566, 'last_price_update_time': 1774883668.016579}
2026-03-30 15:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3059910802') HTTP/1.1" 204 0
2026-03-30 15:14:28 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:14:28 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:14:28 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:14:28 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:14:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:28 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4ab41e362c1f11f18e133aacc95538c6
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:14:28 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:14:28 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:28 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:28 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:14:28 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 5, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:29 [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%201773587668 HTTP/1.1" 200 None
2026-03-30 15:14:29 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (27 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4ab41e362c1f11f18e133aacc95538c6.jl
2026-03-30 15:14:29 [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': 779924,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 16.298988,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 14, 29, 158044, tzinfo=datetime.timezone.utc),
'item_scraped_count': 27,
'log_count/DEBUG': 566,
'log_count/INFO': 418,
'memusage/max': 149250048,
'memusage/startup': 149250048,
'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': 27,
'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': 1.3027103245258331,
'scrapy-zyte-api/mean_response_seconds': 1.6058808919042349,
'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': 27,
'source/total_available': 27,
'start_time': datetime.datetime(2026, 3, 30, 15, 14, 12, 859056, tzinfo=datetime.timezone.utc)}
2026-03-30 15:14:29 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:14:29 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f723f78b0d0>
2026-03-30 15:14:29 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f723f78b910>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)