PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 09:22:22 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 09:22:22 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 09:22:22 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 09:22:22 [auto_selling_leboncoin.fr] INFO: Quick mode enabled: limiting photo downloads to 1 per item
2026-03-30 09:22:22 [auto_selling_leboncoin.fr] INFO: _job: f373e0162c1911f1b320c264925fbcfa, SCRAPY_JOB: None
2026-03-30 09:22:22 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 09:22:22 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 09:22:22 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 09:22:22 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 09:22:22 [scrapy.extensions.telnet] INFO: Telnet Password: 58fd72b30801f41f
2026-03-30 09:22:22 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 09:22:22 [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/f373e0162c1911f1b320c264925fbcfa.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 09:22:22 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 09:22:22 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 09:22:22 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 09:22:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 09:22:23 [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 09:22:23 [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 09:22:23 [scrapy.core.engine] INFO: Spider opened
2026-03-30 09:22:23 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 09:22:23 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 09:22:23 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2-quickmode
2026-03-30 09:22:23 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 09:22:23 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 09:22:23 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 09:22:23 [scrapy-playwright] INFO: Starting download handler
2026-03-30 09:22:23 [scrapy-playwright] INFO: Starting download handler
2026-03-30 09:22:28 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/4391/automobiles-du-val.htm and multipost_profile_id: 47949ae7-c714-49a6-99c2-2b54bdd36f0a and job_id: f373e0162c1911f1b320c264925fbcfa
2026-03-30 09:22:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/4391/automobiles-du-val.htm> (referer: https://www.leboncoin.fr/boutique/4391/automobiles-du-val.htm) ['zyte-api']
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': '__Secure-Install', 'value': 'fc65ccd4-3ec9-4298-83d1-df76abf44ce6', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 253402300798, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': '4d92fc63-9651-4d6c-994a-c845a1331f03', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1932542549, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': 'tioZlcXBoUIAVlJvB8T1pK9tmA3y~JhleUmAvJ~UeGj9U1_fMeciObylrPtU5_Cls_I3Q1BT~y1mkuCF6tmWNNq3OW8J0S_wZBP_ARXzrZGYG12W3WG759CRMF14HysR', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806398549, 'httpOnly': False, 'secure': True}]
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': '__Secure-Install', 'value': 'fc65ccd4-3ec9-4298-83d1-df76abf44ce6', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '4d92fc63-9651-4d6c-994a-c845a1331f03', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'tioZlcXBoUIAVlJvB8T1pK9tmA3y~JhleUmAvJ~UeGj9U1_fMeciObylrPtU5_Cls_I3Q1BT~y1mkuCF6tmWNNq3OW8J0S_wZBP_ARXzrZGYG12W3WG759CRMF14HysR', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'MAD56-P2'], b'Date': [b'Mon, 30 Mar 2026 09:22:29 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 a21dc4de5833aaa6d917631becb22680.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=tioZlcXBoUIAVlJvB8T1pK9tmA3y~JhleUmAvJ~UeGj9U1_fMeciObylrPtU5_Cls_I3Q1BT~y1mkuCF6tmWNNq3OW8J0S_wZBP_ARXzrZGYG12W3WG759CRMF14HysR; 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/"ibq3otbx07dpr8"'], 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'f-UOWpZgIFfLwsXFggf-TvlXowdtCHmvl_5BY0ZatWF2COxOo8EvxA==']}
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': 'ea815f96-e580-48e1-9a3b-9d43bc8348aa'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': '__Secure-Install', 'value': 'fc65ccd4-3ec9-4298-83d1-df76abf44ce6', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '4d92fc63-9651-4d6c-994a-c845a1331f03', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'tioZlcXBoUIAVlJvB8T1pK9tmA3y~JhleUmAvJ~UeGj9U1_fMeciObylrPtU5_Cls_I3Q1BT~y1mkuCF6tmWNNq3OW8J0S_wZBP_ARXzrZGYG12W3WG759CRMF14HysR', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 09:22:30 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': 'ea815f96-e580-48e1-9a3b-9d43bc8348aa'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 09:22:30 [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": "ea815f96-e580-48e1-9a3b-9d43bc8348aa"}}, "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 09:22:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 09:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/4391/automobiles-du-val.htm) ['zyte-api']
2026-03-30 09:22:31 [auto_selling_leboncoin.fr] INFO: Found 16 listings on page 1
2026-03-30 09:22:31 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3016645462
2026-03-30 09:22:31 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 09:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 09:22:31 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2117
2026-03-30 09:22:31 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 09:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273016645462%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3016645462: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3016645462
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Peugeot 208 1.2 PureTech 110ch GT Line S&S 5p berline, 5 cv, '
'5 portes, première mise en circulation le 10/07/2018, '
'garantie 12 mois.\n'
'\n'
'-véhicule tres propre vendu révisé et garantie\n'
'\n'
'-distribution faite\n'
'\n'
'-finition Gt line super équipé avec toit panoramique\n'
'\n'
'-posibilité de reprise,financement\n'
'\n'
'-visite et essai sur RDV\n'
'\n'
'-STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, poids en charge : 1070 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Appel d'assistance localisé\n"
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Peugeot connect sos et assistance\n'
' - Prise jack\n'
' - Radio\n'
' - fonction mirror screen\n'
' - Bluetooth\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - commandes vocales\n'
'\n'
'Conduite :\n'
' - Stop & Start\n'
' - allumage automatique des feux\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - pack visibilite\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Calandre chromée\n'
' - Ceinture de vitrage chromée\n'
" - Eclairage statique d'intersection\n"
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares additionnels en virage\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Sortie d'échappement chromée\n"
' - Vitrage arrière surteinté\n'
' - essuie-glace arrière\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Sièges avant sport\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - siège passager réglable\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Détecteur de sous gonflage indirect\n'
' - Kit anti crevaison\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation 3d connectée avec '
'reconnaissance vocale\n'
' - Puissance kilowatt : 81 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 5 vitesses\n'
' - puissance réelle : 110 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 99 g/km\n'
'\n'
'Référence annonce : 1138',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3016645462',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 67965,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/d3/78/ccd37825ec667ce238565d59e0a3605c58375af2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/51/f8/d551f889a9e3a19c1c860a73f690530c7bbd3d4b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/74/04/8d74041f4e2ca622a566b16c6283ffbc5104d264.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/1e/70/e81e7039177fdc8dc991a41cbc4047e636d011dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/46/1d/54461d52628bdff0ae1402e9796c0d75e4ee8069.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/77/25/f9/7725f95fb5cd4cd5db4ab7eac1b16c48af2bf112.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/96/97/1b9697fa424465c32925405b3c7869b412caafb9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/86/1e/16861ec95df34604e12beefc2de8d26a65812e59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/b6/88/36b6885d525dabf61f9ff3c055efdb37e2eac1bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/56/de/6a56de331e82deb023f79c1f044a8ffd22a8f943.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/09/e0/2709e00e030ee22b1351d84ce8152fafe92e55fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/45/d2/6145d24428fcabf975ccb7e13ccf4a55335f13c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/5c/1d/d65c1d3998ea92457a27de961645bc5f003adea4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/36/68/1f366883d4b891b8649972c2f24a4065667f5f89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a4/d2/36/a4d23608b6ae8045c0dca53812a4dd55172573f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/35/48/0a35481e6e64ae491e4b84b7f3b9b27ae9fcc488.jpg?rule=ad-large'],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech 110ch GT Line S&S 5p',
'transmission': 'manual',
'trim': '208 1.2 PureTech 110ch E6.c GT Line S&S 5p',
'vin': None,
'year': 2018}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 57653a58-2ee4-5989-92d5-6308fc94d2db with identifier: 3016645462
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 57653a58-2ee4-5989-92d5-6308fc94d2db
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252F3c%252F16%252F853c1615378dabe9dfc32c30d78a28d32564d676.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2360446523
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272360446523%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2360446523: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2360446523
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Renault Zoe I (B10) Life charge normale R110 berline, bleu, 4 '
'cv, 5 portes, première mise en circulation le 10/07/2020, '
'première main, garantie 6 mois.\n'
'\n'
'Véhicule très propre .1 ere main. achat intégral\n'
'\n'
'dispo rapidement\n'
'\n'
'essai possible sur rdv\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, poids en charge : 1502 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
' - Radio\n'
' - Services connectés\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Frein stationnement électrique\n'
' - Syst. récupération énergie décélération\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Bleu celadon\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - essuie-glace arrière\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette arrière 3 places\n'
' - Banquette arrière monobloc\n'
' - Boite à gant fermée\n'
" - Lampes de lecture à l'avant\n"
' - Porte gobelets arrière\n'
' - Porte gobelets avant\n'
' - Cache bagages\n'
' - Pack fumeur\n'
' - chauffage stationnaire\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - ordinateur de bord\n'
' - réglages du volant : profondeur\n'
' - verrouillage automatique des portes en roulant\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbags anti sous marinage\n'
' - Ceintures avant ajustables en hauteur\n'
' - Contrôle de freinage en courbe\n'
' - Contrôle élect. de la pression des pneus\n'
' - Kit anti crevaison\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Sellerie fortunate noir\n'
" - Classe Crit'air : ze\n"
' - MP3\n'
' - Puissance kilowatt : 100 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 136 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 875',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'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/2360446523',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Zoe',
'odometer': 36800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/c1/a1/29c1a1c47c0fe8e93a9647a944a0c29221493bbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/63/f7/4563f761cf0245e0bcc10e43e13a31a4022105b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/fe/05/13fe0576f05c8bda613b2335d79f974f3a4f0ab8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/2d/a1/792da1d39a4f987558b2d8c9a68c401918df4233.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/75/ac/b575ac0de36957fecb9148cace61d831eb6f0a36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/e0/01/2be001ff15c1a67fa38a0839009378be5e89b4e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/37/e6/c437e611b9dbe20d72934b84318bc79ef61d1c03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/e5/09/37e509b7bb5f3b3d80b934f243d0aaa42088d834.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/5c/39/df5c396e44882fd7f96d003a35ac9963fdae51ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/be/1f/8dbe1f58e1372b4f9f6bc2c5e94d9f3654dc9ab2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/59/7c/35597cbddd26afb19b2d2fdd7e660959c13d5197.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/93/21/6293213aad2d1588db249cbe781147dc13e53033.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/5c/b4/855cb479fd9a1db6e6ce0007b7932980039b53da.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/52/cf/a652cf669273b623e03e82640c43995b47b844a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/9d/ad/539dad42a6e1ea4856a722c5673bec48fec171a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/a4/39/a1a439ae244970fad3b4a27c6cff72a2c08697b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/e3/57/71e3574a55cd819848f7f7dcc0f8ccd859ae56eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/c0/c7/25c0c76e6406dd628029aa97b697164333063273.jpg?rule=ad-large'],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Zoe I (B10) Life charge normale R110',
'transmission': 'manual',
'trim': 'Zoe Life charge normale R110 4cv',
'vin': None,
'year': 2020}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: beaf4ebc-68b6-5afa-a007-d0eb5617513a with identifier: 2360446523
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item beaf4ebc-68b6-5afa-a007-d0eb5617513a
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fce%252F41%252F28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2374310187
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272374310187%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2374310187: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2374310187
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Peugeot 308 SW II PureTech 130ch S&S Allure EAT8 break, '
'blanche, 5 portes, première mise en circulation le '
'02/08/2021, première main, garantie 24 mois.\n'
'\n'
'Vehicule tres faibe kilometrage\n'
'\n'
'Possibilté de reprise\n'
'\n'
'essai possible sur rdv\n'
'\n'
'stephane [Coordonnées masquées]\n'
'\n'
'contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Fonction 'mirror screen'\n"
' - Radio\n'
' - teleservices)\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Follow me home\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Blanc nacré\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Pare brise acoustique\n'
" - Système d'éclairage intelligent\n"
' - Visiopark 1\n'
' - Vitres latérales arrière et lunette arrière surteintées\n'
' - barres de toit\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite gants claire et rfrigrable\n'
' - Frein à main en cuir\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar led\n'
" - Poches d'aumonières\n"
' - Pommeau de levier vitesse en cuir\n'
' - Prise 220v\n'
' - Sige conducteur avec rglable lombaire\n'
' - Verrouillage centralisé des portes\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - pack confort\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
' - volant sport\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 8 vitesses\n'
' - siège passager réglable\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage\n'
' - Système de détection de somnolence\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - sos et assistance\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation (navigation connectée 3d avec '
'reconnaissance vocale\n'
' - MP3\n'
' - Puissance kilowatt : 4 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 6 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 889',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 6,
'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/2374310187',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 1800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/d1/41/d7d141b517e36a659d0bc3f5f3da534ecdb68eff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/cc/09/5ccc09447fb341993e248124e6d166425b33b55a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/f9/a1/7bf9a18a2699cf44a7b75433e887912c9a804989.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/7b/a2/4e7ba25167f946c25bd7a4b123624385acec9aaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/47/92/7f4792c06db2090e33ad7642de8652941840a0d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/40/d1/e340d10fd5dfb6c1f73ffde1b013b202b37b7a07.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/80/28/5480281c763e6b2dcff06cd973e871b13f0b53e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5c/77/bd5c77c178a8001ca142b027208a5094ff163b1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/15/1c/c6151c4c5523d2135c310e3e4591d734a0ff3b3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/5e/5c/435e5cbaff91b99d32119f07c72c6acf8a5e488e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/7e/46/367e469cee2f379e3636167b6a5e929014412404.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/27/64/d12764a607256debd0995da47e75990e76e2e430.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/37/60/583760a75122b685601d458520a300a6f4c24ec8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/8a/61/5c8a61af01cfd3b9917b9921d7f6cec62ea5a1f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/3d/29/a63d29600477ea8167d11e6b19a1a3f779e46807.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/14/98/f9149845bac3fb8fb993ce1b3888b728a422a965.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/60/0d/c3600db46054b346b6c78a829f9b2f03aed87079.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/4a/ca/234aca8f6c3e41211d538ad2662bf127e30a59f6.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 308 SW II PureTech 130ch S&S Allure EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S Allure EAT8',
'vin': None,
'year': 2021}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ef2c47a6-457a-5aaf-beaf-1b5dae731879 with identifier: 2374310187
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item ef2c47a6-457a-5aaf-beaf-1b5dae731879
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fb7%252F58%252Fe7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2956839521
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272956839521%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2956839521: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2956839521
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Fiat Ducato Chcb 2.3L 150 DEPANNEUSE/PORTE VOITURE '
'utilitaire, 8 cv, 2 portes, première mise en circulation le '
'16/11/2016, première main, garantie 6 mois.\n'
'\n'
'-PORTE VOITURE/PLATEAU/DEPANNEUSE GAUBERT ALUMINIUM AVEC '
'TREUIL A TELECOMMANDE SS FILS\n'
'\n'
'-SUSPENSION A AIR ARRIERE\n'
'\n'
'-VEHICULE SUIVI HISTORIQUE PRESENT\n'
'\n'
'-TVA RECUPERABLE\n'
'\n'
'-RENSEIGNEMENTS STEPHANE [Coordonnées masquées]\n'
'\n'
'3 places, poids en charge : 2280 kg, contrôle technique : OK\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit mains libre\n'
' - GPS\n'
'\n'
'Conduite :\n'
' - suspension pneumatique\n'
'\n'
'Intérieur :\n'
' - Clim pack\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - ordinateur de bord\n'
'\n'
'Pack :\n'
' - Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Autres équipements et informations :\n'
' - Da\n'
" - Classe Crit'air : 2\n"
' - GPS tactile\n'
' - Puissance kilowatt : 109 kw\n'
' - puissance réelle : 148 ch\n'
' - émission CO2 : 192 g/km\n'
'\n'
'Référence annonce : 1123',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 148,
'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/2956839521',
'listing': 'auction',
'make': 'FIAT',
'model': 'Autres',
'odometer': 148500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/b9/4e/95b94eb51338edc84e3ef60d73a3205151aaad61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/10/e4/8310e4b7b9ce6047b56777c180973642678beb0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ca/57/33ca57155fd57b931cbc738a19a1a933696e6b89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/fd/8b/effd8b62fa0828f1e536a566018a82ee800e0110.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/25/ff/cf25ff01711c4a24cf9619682472570fdf7bf396.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/2c/56/762c56fbdcd72cffb8eed4708b48bcb17af8aae2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/94/04/21940467eac700984bb1791e92691cacfa961d26.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/95/90/529590a4fdbd6fcd4e59d2df052b5df39e4a3767.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/48/9f/3c489fdde6b00dbd6d2fffe857ee64e78d9365fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/de/d7/21ded7d887d5690fa24369b46b6eae13ef2d6ed4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/e3/43/f6e3436108d32fd3b9f4b2cec1a5d4a66f62e443.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/d7/84/a1d784e7231b4f0b7326565c6d657735f1b131c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/41/ae/8e41ae37d29aedec6f30c4e0f33a4d0105f8b669.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/49/98/d34998e82c3e5b73e9a9d07067c144c8ee142688.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/68/13/3b6813f03e15281e1ac454b435546f327c8a4676.jpg?rule=ad-large'],
'price': 25590,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Fiat Ducato Chcb 2.3L 150 DEPANNEUSE/PORTE VOITURE',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd with identifier: 2956839521
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F42%252F40%252F844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3144071148
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273144071148%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3144071148: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3144071148
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Mégane IV1.6 E-Tech Plug-in 160ch Business berline, '
'gris f, 5 cv, 5 portes, première mise en circulation le '
'20/12/2021, garantie 12 mois.\n'
'\n'
'Historique renault.vendu revisé .garantie renault occasion.\n'
'\n'
'Controle technique RAS\n'
'\n'
'Attelage.chargeur prise domestique\n'
'\n'
'Visite et essai sur Rdv\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Tmc\n'
' - Bluetooth\n'
' - GPS\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - auto-radio commandé au volant\n'
' - commandes vocales\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Enjoliveurs\n'
' - Feux arrière à led\n'
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Système d'éclairage intelligent\n"
' - essuie-glace arrière\n'
' - filtre à particules\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
" - Lampes de lecture à l'avant\n"
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Siège conducteur avec réglage lombaire\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - direction assistée\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - nombre de rapports : 6 vitesses\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sellerie :\n'
' - Sellerie tissu carbone foncé\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Contrôle de freinage en courbe\n'
' - Contrôle élect. de la pression des pneus\n'
' - Kit anti crevaison\n'
' - Reconnaissance panneaux de signalisation\n'
' - Système de détection de somnolence\n'
' - Témoin de bouclage ceinture conducteur\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
' - Feux de route automatiques\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Gris titanium\n'
' - Puissance kilowatt : 68 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - hybride rechargeable\n'
' - puissance réelle : 93 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 28 g/km\n'
'\n'
'Référence annonce : 1225',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 93,
'expiration_date': None,
'fuel_type': 'Hybride Rechargeable',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3144071148',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/a2/89/1fa289bf0a4b14aa8f4ed75e35343b6e57a86c16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/e9/78/a1e978b1e44c764cfaa46c44f519844e6338e924.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/a6/06/17a606ececc6f357b9323d545d4472d373528cda.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/b1/19/46b11964d74481fa6bcfa2d70294fb35368b89bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/bf/56/acbf563b4e9aea059091d96fe3caad77837d0b5a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2c/de/6d2cdeeedf097da1d5e603af15132ae0d12f89af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/70/47/677047809c7bb9b90e63ec6ab260fd8816e07ecb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/e4/f6/4fe4f6d6708ced91bc9a94c144bd8ddfb1eef67d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/ea/df/b9eadf1b12dc612553d57a7eb2abf514b4e039f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/6e/85/c36e8577e94b7a8cdc6e7e07d427be52a5ff2df5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/bb/6d/64bb6d51301d15291416772a7be1625978c858f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/2b/c3/442bc310bf20cf76e3af41550d1b86e14d5666b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/04/78/c70478f25fa5c886e4ae5b4fd60be95df7d73ac1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/ef/d9/aeefd960ae2e4ab5e9c12cce31b600f1ff85cbab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/cd/17/23cd17fe3ef83f607bb75fb75819dbe9d1096f3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/bf/57/c9bf57cf2ee0a557dae58e895dcc9ff5cab618d7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/5a/1e/5c5a1ef356e1a7962118ccfab4c6b02b3b9482dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/ab/be/ababbe5f95e5c64bc1599a6ce25c5f686849d496.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/4d/c5/454dc51bbd167f152f6c9579a37fa0f1bf4137e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/59/fc/bc59fcc06c65697ecac4123c1fa9b18c7f4d5984.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/de/d3/4fded33383c7f770fe16d6b49d90ee1d14fac3f0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/3b/06/9c3b06d975a36eaf0fa927b4b1f299dd5e616663.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane IV1.6 E-Tech Plug-in 160ch Business',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e278d253-afbd-5b14-bb16-2ca6a4a8faea with identifier: 3144071148
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item e278d253-afbd-5b14-bb16-2ca6a4a8faea
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252Ff1%252F21%252Fdff121e7da257364b49424a8a41b9957fbc126f5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3080510622
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273080510622%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3080510622: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3080510622
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Dacia Jogger 1.0 TCe 110ch Expression 5 places break, blanc, '
'6 cv, 5 portes, première mise en circulation le 23/06/2023, '
'première main, garantie 12 mois.\n'
'\n'
'-1 ere main .entretien exclusif renault\n'
'\n'
'-vendu révisé et garantie renault\n'
'\n'
'-Possibilité de reprise et financement\n'
'\n'
'-Visible sur notre parc à votre disposition pour tous '
'renseignements\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'poids en charge : 1176 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 4 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Stop & Start\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Barres de toit transversales\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Vitres teintées\n'
' - barres de toit\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
" - Lampes de lecture à l'avant\n"
' - Lunette arrière\n'
' - Lunette arrière surteintée\n'
' - Ouverture des vitres séquentielle\n'
' - Porte gobelets avant\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Configuration 5 places\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - nombre de rapports : 6 vitesses\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Détecteur de sous gonflage\n'
" - Freinage automatique d'urgence\n"
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 81 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 110 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 127 g/km\n'
'\n'
'Référence annonce : 1196',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3080510622',
'listing': 'auction',
'make': 'DACIA',
'model': 'Jogger',
'odometer': 53609,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/98/89/219889fea118ea9da1ae5e231801e7be7de3163d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/c9/e9/47c9e91b92f7f4513dea1bfa8a67212fe200dab3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/b0/2f/45b02f19980bc560ece3e00aa8055c20e7d7ce89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b7/e8/beb7e80b081282696d83a3e01599533582eb26cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/5d/1a/595d1af063489281443aaea774ac692834ffe129.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/80/2a/ea802a14c20cf7a50f1775248cc745d6f8fdd51c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/83/c6/4d83c69b233e3b465416b5663a66140d16954ae1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/1c/4c/0f1c4ca64d8d7bf5fd23af0b957f4e72d03400d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/de/4e/e4de4ef8de06314c2a5f96502d37bf3d041ec9b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/13/70/46137078dcfee3cf086058490669d9dcc65640ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/9e/fe/4e9efe3938585d155378dc7225bea289d89557d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/34/e0/6b34e0e0017f0adb0ab72478d7c525881e02a034.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/88/8f/09888fb65a08a4236f2191ef581a19a4596b3243.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/fa/76/80fa76583f88547a6af258bd907b425da505fdf2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/81/6a/52816a7d4535b25f1886388e8096d4428795207b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/25/2b/e7252b3b482a6cd7edee4375547b361fe2b64b3b.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Jogger 1.0 TCe 110ch Expression 5 places',
'transmission': 'manual',
'trim': 'Jogger 1.0 TCe 110ch Expression 5 places',
'vin': None,
'year': 2023}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2 with identifier: 3080510622
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F62%252F84%252Fa36284d1b65008eb7390902b55d6d13629f399a0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2483314303
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272483314303%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2483314303: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2483314303
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Mégane VI 1.5 DCI AIR 90 CV berline, blanc, 4 cv, 5 '
'portes, première mise en circulation le 19/09/2017, garantie '
'6 mois.\n'
'\n'
'Véhicule révisé.\n'
'\n'
'Garantie Renault occasion.\n'
'\n'
'Contrôle technique complet.\n'
'\n'
'TVA RECUPERABLE\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'Prix TTC : 9 490,00 €\n'
'Prix HT : 7 908,00 €\n'
'La TVA est récupérable sur ce véhicule.\n'
'\n'
'2 places, poids en charge : 1205 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Bluetooth\n'
' - GPS\n'
' - téléphone bluetooth\n'
'\n'
'Extérieur :\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Siège conducteur réglable hauteur\n'
' - climatisation : automatique\n'
'\n'
'Pack :\n'
' - Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Sécurité :\n'
' - 2 airbags\n'
' - ABS\n'
" - aide au freinage d'urgence\n"
' - airbags frontaux\n'
' - airbags latéraux\n'
' - roue de secours\n'
'\n'
'Autres équipements et informations :\n'
' - 2 roues motrices\n'
" - Classe Crit'air : 2\n"
' - Puissance kilowatt : 66 kw\n'
' - puissance réelle : 90 ch\n'
' - émission CO2 : 95 g/km\n'
'\n'
'Référence annonce : 927',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2483314303',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 149000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/e7/c8/10e7c831bde932bfcbf8792f4df1ed467f219d0a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/fe/62/f2fe62ceaed5a42c9b28996acba22a867bceae36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/b4/37/6db43748f756b9043bd39cb32c385821a453d17b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/fa/cc/24faccadf492e4b64af76c37ef70700ba1562169.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/87/19/d68719a4e2208af793d69f96a76c3d8febae5c6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/63/e6/0a63e68cb8940e4d710be5dc09ba2e37a1952916.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/c0/d9/c2c0d9578befb60b971e5c95ebb6e60c0c3e73d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/43/4e/3a434ec716f5384559ac92f61adf18509ddf7dae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/28/05/76280580d25c037a423a312d5139dce4b30c0559.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/e2/9b/1fe29bcf3ea50932c9efaebd31ae06a292f0e533.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/ce/15/7ace15c5a3ef00128d6526504fe6656fc8c28ae9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/a9/0f/2da90f2230067b1e70a6e84571f84cbfda88e25a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/f5/38/c7f538caf40d66594dfba350ebbf9c0f4d4ffed6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/73/f2/8773f278595273760c6692db2b0b4c97dff0acde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/55/64/915564cf8ba56334386d1c3b99b896f6b34783ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/57/e8/3b57e8ba13280ebaa7bb9a2c486b178b0b1556ab.jpg?rule=ad-large'],
'price': 9490,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Mégane VI 1.5 DCI AIR 90 CV',
'transmission': 'manual',
'trim': 'Megane Sté 1.5 dCi 90ch energy Air',
'vin': None,
'year': 2017}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 004e20f7-c87c-5c52-8471-be3b20dc1730 with identifier: 2483314303
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 004e20f7-c87c-5c52-8471-be3b20dc1730
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F54%252F66%252F5e%252F54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163365406
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273163365406%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163365406: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163365406
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Renault Clio TCE 115 CV TECHNO berline, noir, 6 cv, 5 portes, '
'première mise en circulation le 19/02/2026, première main, '
'garantie 24 mois.\n'
'\n'
'-Véhicule de démo.aucun kms parcourue\n'
'\n'
'-Profiter d une disponibilité quasi immediate\n'
'\n'
'-possibilité de reprise .financement.extensionde garantie\n'
'\n'
'-A VOTRE DISPOSITION POUR TOUS RENSEIGNEMENTS\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Connexion sos\n'
' - Bluetooth\n'
' - GPS\n'
' - ecran tactile\n'
' - téléphone bluetooth\n'
'\n'
'Conduite :\n'
' - Essuie glaces automatiques\n'
' - Feux et essuie glaces automatiques\n'
' - Stop & Start\n'
' - allumage automatique des feux\n'
' - carte main libre\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Phares av. de jour à led\n'
' - Vitres ar. surteintées\n'
' - caméra de recul\n'
' - jantes : aluminium\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - direction assistée\n'
' - ordinateur de bord\n'
' - réglages du volant : hauteur\n'
' - vitres électriques\n'
'\n'
'Pack :\n'
' - 3e feu stop\n'
' - Feux ar. à led\n'
' - Boite 6 vitesses\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Alerte franchissement ligne\n'
' - Radar anti collision\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - GPS tactile\n'
' - Puissance kilowatt : 85 kw\n'
' - puissance réelle : 115 ch\n'
' - émission CO2 : 115 g/km\n'
'\n'
'Référence annonce : 1256',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 115,
'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/3163365406',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/dc/79/b6dc79f863d235943a68ce19e578154d63a4edcc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/e6/ea/65e6ea846c71846b301566299f8bd2539d0ab6a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/51/a4/6b/51a46b49be1dd22585dbc259d15c91283a681039.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/b0/bc/c0b0bceea08ac2713a5cfba0b294c07347212bf3.jpg?rule=ad-large'],
'price': 24000,
'price_includes_vat': False,
'registration_date': '2026-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCE 115 CV TECHNO',
'transmission': 'manual',
'trim': 'Clio 1.2 TCe 115ch Techno',
'vin': None,
'year': 2026}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 73025a8e-ced2-5a1f-b15f-e49e44088f24 with identifier: 3163365406
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 73025a8e-ced2-5a1f-b15f-e49e44088f24
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252Fe3%252F082ee398f91d0050ec257ea23301985a59868179.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3161374627
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273161374627%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3161374627: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3161374627
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Clio 1.6 E-Tech 145ch full hybrid Techno berline, '
'gris c, 5 cv, 5 portes, première mise en circulation le '
'20/10/2023, première main, garantie 12 mois.\n'
'\n'
'-1ere main.vendu revisé et garantie renault occasion.\n'
'\n'
'-hybrid autonome pas de branchement sur prise\n'
'\n'
'- économique.écologique\n'
'\n'
'- A votre disposition pour tous renseignements\n'
'\n'
'- Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Services connectés\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 6 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande du comportement dynamique\n'
' - Commande mode eco\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Système de maintien du véhicule en côte\n'
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Orange valencia\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Calandre chromée\n'
" - Eclairage statique d'intersection\n"
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Système d'éclairage intelligent\n"
' - camera 360\n'
' - caméra de recul\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
" - Eclairage d'ambiance\n"
' - Fixations isofix aux places arrières\n'
" - Lampes de lecture à l'avant\n"
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar à led\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Assistance de maintient de trajectoire\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage indirect\n'
" - Freinage automatique d'urgence\n"
' - Radar de distance\n'
' - Reconnaissance panneaux de signalisation\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Textile et textile enduit grainé gris/noir spq cuivre\n'
' - MP3\n'
' - Puissance kilowatt : 66 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 90 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 96 g/km\n'
'\n'
'Référence annonce : 1255',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'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/3161374627',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 28020,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/a6/f2/f0a6f26f172836fcb972d9427fb84858da9579d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/6e/bf/2a6ebf73baf98cf028157711a0f606ec2d225e90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/59/c1/4159c14e106fbade3a05212556f254b041e7a5aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/4b/b9/d84bb9b612ef0ae12dde61643c152e8767455d23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/8e/4b/f38e4bd7928fe70a19baaf086c38f1aa52c59e60.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/54/4a/fe544a9948841f5e2b4c2919b5b42257b0e2eaef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/92/94/339294e5f0028fb9b8cb01455c21fe50a53996fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/17/18/9e17182ac93e4f128127c5fe8d0f5d2b5495ac20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/25/e2/6c25e21cedde8ee375b3a1aad927cd1e74abd56d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/4e/cc/ea4ecc61b7a509c4bfcec64009e2806aa17a7d0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/69/10/4369108b3459cead49f94f72c4a0bb2193557e5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/87/dd/5d87dd5b632031c4c9cd4322f239ba37beaa28d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/1c/f8/f01cf88cbeedd81e795753724680460dfbdfcf6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/a0/92/0ba09280db34cc4d40b6ff0c9fae7ba6e9689fc7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/12/6d/af126db33d2a6fc2a37dddaef5005ab7ffc9d10a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/ac/5d/c7ac5dc46b9aa8b7b45d857e7a50d0efa316013b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/41/a1/6141a147abf59e0e2dd21df08c5b615c0d051160.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/88/c0/ed88c06f037ad076bbc1c8ad2d5f171571b0a702.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/37/cb/fb37cba9b784cb89ca76d78b192915a0ce8c023d.jpg?rule=ad-large'],
'price': 18290,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio 1.6 E-Tech 145ch full hybrid Techno',
'transmission': 'automatic',
'trim': 'Clio 1.6 E-Tech 145ch full hybrid Techno',
'vin': None,
'year': 2023}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 078f52ff-2669-5f7b-b944-20b4ebf60278 with identifier: 3161374627
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 078f52ff-2669-5f7b-b944-20b4ebf60278
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcc%252F5b%252Ffd%252Fcc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2243469496
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272243469496%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2243469496: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2243469496
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Peugeot 308 SW II 1.2 PureTech 130ch Allure EAT8 break, noir '
'perla, 5 portes, première mise en circulation le 22/04/2021, '
'première main, garantie 12 mois.\n'
'\n'
'VEHICULE TRES PROPRE EQUIPE DE 4 ROUES 4 SAISONS (Loi '
'montagne)nvendu revisé et garantie nESSAI POSSIBLE CONTACTER '
'STEPHANE [Coordonnées masquées]\n'
'\n'
'contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Fonction 'mirror screen'\n"
' - Radio\n'
' - teleservices)\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Follow me home\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Noir perla nera\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Pare brise acoustique\n'
" - Système d'éclairage intelligent\n"
' - Visiopark 1\n'
' - Vitres latérales arrière et lunette arrière surteintées\n'
' - barres de toit\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite gants claire et rfrigrable\n'
' - Frein à main en cuir\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar led\n'
" - Poches d'aumonières\n"
' - Pommeau de levier vitesse en cuir\n'
' - Prise 220v\n'
' - Sige conducteur avec rglable lombaire\n'
' - Verrouillage centralisé des portes\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - pack confort\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
' - volant sport\n'
'\n'
'Pack :\n'
' - Driver sport pack (eat6/eat8)\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 8 vitesses\n'
' - siège passager réglable\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage\n'
' - Système de détection de somnolence\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - sos et assistance\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation (navigation connectée 3d avec '
'reconnaissance vocale\n'
' - MP3\n'
' - Puissance kilowatt : 4 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 6 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 818',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 6,
'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/2243469496',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 29200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/c8/a6/74c8a6b84b3b8cadab9bc4a151919fed947dbb8f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/29/5e/e3295ed73e074134082d4f2b17b9044d2ff5426d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/13/41/59134153f2bb8deb8e193be2b7ce6179ea683386.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/0e/d0/b00ed063fefaf3e74f9d735134681adad4e3d4a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/e8/49/e5e8499011083d1cea7600fb911c6576733e1468.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/cd/2d/3acd2dc8cb4e2369d3c2e0b59af5589335e168e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/4c/23/5e4c238dcde48eb1cc6a5e54a07a23f74ac79d36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/52/10/815210e53ebc17aa52a4791134349ccf6256b83d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/77/84/6b77844a4174cbb66676e30492b46fbc6bf7f70e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/2f/7a/f72f7ac60a2a8b9b5ea42dba966da235ba4d9101.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a4/1d/40a41d595bb16cebd88e0445a92691b4e5b60088.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/b8/26/83b82669b4b355e29080103cc84839514e2e5660.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/8b/2b/fd8b2bbca431938769f5d7f07021040a844726aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d3/e5/2ad3e5f0cb3e42b2ec5ef47068c3dfbaa5bf3363.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/bb/75/4abb752a769644ad598b9c87ea05be64d2378200.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/d9/d7/aed9d787f6e52cf4be9e04b22b9503664f296710.jpg?rule=ad-large'],
'price': 19490,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 308 SW II 1.2 PureTech 130ch Allure EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S Allure EAT8',
'vin': None,
'year': 2021}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 399b1112-28d7-5e5e-9308-9d551feb0c88 with identifier: 2243469496
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 399b1112-28d7-5e5e-9308-9d551feb0c88
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc1%252F5c%252F4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3101390913
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273101390913%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3101390913: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3101390913
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Renault Austral E-Tech full hybrid 200ch Iconic, bleu f, 7 '
'cv, 5 portes, première mise en circulation le 14/04/2023, '
'première main, garantie 12 mois.\n'
'\n'
'-1 ère main.vendu révisé.garantie Renault occasion\n'
'\n'
'-véhicule avec tres bonne configuration ,enormement d '
'équipement confort (sieges et volant chauffants '
',electriques)\n'
'\n'
'-reprise.financement.extension de garantie possible après '
'étude\n'
'\n'
'-a votre disposition pour tous renseignements\n'
'\n'
'-Stéphane [Coordonnées masquées]\n'
'\n'
'poids en charge : 1517 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Services connectés\n'
' - Tmc\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 8 haut parleurs\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande du comportement dynamique\n'
' - Commande mode eco\n'
' - Frein stationnement électrique\n'
' - Palettes changement vitesses au volant\n'
' - Syst. récupération énergie décélération\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - affichage tête haute\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Rouge flamme\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Caméra vue panoramique 360°\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
' - Ouverture du coffre mains libres\n'
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - Rétroviseurs extérieurs à mémoire\n'
' - Système anti éblouissement\n'
" - Système d'éclairage intelligent à led\n"
' - barres de toit\n'
' - caméra de recul\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette coulissante\n'
' - Boite à gant fermée\n'
" - Eclairage d'ambiance\n"
' - Fixations isofix aux places arrières\n'
' - Inserts de tableau de bord bois\n'
" - Lampes de lecture à l'arrière\n"
' - Lunette arrière surteintée\n'
' - Miroir surveillance enfant places ar\n'
' - Ouverture des vitres séquentielle\n'
' - Pare brise chauffant\n'
" - Poches d'aumonières\n"
' - Porte gobelets arrière\n'
' - Porte gobelets avant\n'
' - Siège conducteur avec réglage lombaire\n'
' - Siège conducteur chauffant\n'
' - Siège conducteur massant\n'
' - Siège conducteur électrique\n'
' - Siège passager chauffant\n'
' - Sièges rang 2 inclinables\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - accoudoir central arrière\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant chauffant\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Assistance de maintient de trajectoire\n'
' - Contrôle electronique de stabilité\n'
' - Contrôle élect. de la pression des pneus\n'
" - Fonction appel d'urgence\n"
" - Freinage automatique d'urgence\n"
' - Radar de distance\n'
' - Reconnaissance panneaux de signalisation\n'
" - Système d'alerte de véhicule en approche\n"
' - Système de contrôle des angles morts\n'
' - Système de détection de somnolence\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - Témoin de perte de pression pneumatique\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - Feux de route automatiques\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Bleu iron/toit noir etoilé\n'
' - Mixte similicuir nappa / tissu noir surpiqûres couleur '
'or\n'
' - Pack harman kardon : son premium harman kardon avec 12 '
'haut parleurs / 485w / 5 ambiances\n'
' - Puissance kilowatt : 146 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 4 vitesses\n'
' - puissance réelle : 199 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 107 g/km\n'
'\n'
'Référence annonce : 1211',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 199,
'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/3101390913',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Austral',
'odometer': 33600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/72/5a/4b725ac14de2e9e14ab62d02ac68fe6cb344b907.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/e0/2e/31e02e4327c0a59d8b99b258546df3057091d8c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/ca/8a/20ca8ac6e3f496e24b53cc87495d714153b8495b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/42/23/4342230f7b69e6562b2b635bbfea48f0df04c01c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/6a/ec/046aec0b184ba9fa0e2ed9e5dd82f326cfbbb9c4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/a4/06/34a406c10669155e6046dadfb40459c1ea2904a1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/0c/2a/cc0c2a3d169d61228d5b42dffa4a3ce2984ec4f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/eb/9e/1beb9e5a489c8efe45f2b52a123fff897c19c473.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/b6/22/a3b622df6afb1e14ad6a7a2d00ee34aee018ae65.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/4f/56/0f4f56865b2dd14a5056a581766e28bc35789dd3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/b0/23/a5b02315889e0aadda3ca7790f233f2a0df94a35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/a9/a3/dca9a359bc870c767d5c8d31f440f1036580f3fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/42/8b/85428ba8e3f3ee3d31fe5e8ee99e13e35a397f2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/e2/db/6ce2db332596d88d4b749bcbe6bac2f858226d55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/0c/0b/400c0b199b1a6f619de9c0a2eb5d5e22996c6b3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/94/5c/bb945cec630e2a7e53eaea29e046105a74df53ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/31/43/10314348f927a4bb94900e0211c0aa3d361f2c7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/94/41/e39441f557f7150e31b7fc2e0a2da4ec70e2863d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/f0/9d/d8f09df1959b3336b5b734c1c6e0f62c74f77586.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/4b/aa/734baab10732abf119d156d53cfb68406f946098.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4a/82/914a8231fef4f85e513ffc32654d1474bab52452.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/56/54/875654733540676edd7539d6223e741a2eafe003.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/51/9b/cf519b89530a0002f2786731cde98af5eb43dd40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f8/7f/3d/f87f3d8a4c31cecb568a460eef7d76301c80ae33.jpg?rule=ad-large'],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Renault Austral E-Tech full hybrid 200ch Iconic',
'transmission': 'automatic',
'trim': 'Austral 1.2 E-Tech full hybrid 200ch Iconic',
'vin': None,
'year': 2023}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 11f3e221-580d-5d84-82c7-fb4b7095dae8 with identifier: 3101390913
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 11f3e221-580d-5d84-82c7-fb4b7095dae8
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fac%252F68%252F71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2478706305
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%272478706305%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 2478706305: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2478706305
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Iveco Daily Ccb 35 C14 BENNE COFFRE COMPRESSEUR utilitaire, '
'blanc, 8 cv, 2 portes, première mise en circulation le '
'23/07/2018, première main, garantie 6 mois.\n'
'\n'
'BENNE COFFRE JPM ROUE JUMELLEE + COMPRESSEUR D AIR MARQUE '
'ATLAS Copo 38KD TOTALISANT 1845 HEURES\n'
'\n'
'VENDU REVISE ensemble tres propre\n'
'\n'
'tva recuperable soit 31 500 € ht\n'
'\n'
'3 places, poids en charge : 2121 kg, contrôle technique : OK\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - téléphone bluetooth\n'
'\n'
'Conduite :\n'
' - Différentiel autobloquant\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - attelage\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Allume cigare\n'
' - Clim pack\n'
' - Pack clim\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - direction assistée\n'
' - ordinateur de bord\n'
' - vitres électriques\n'
'\n'
'Pack :\n'
' - Coffre\n'
' - Fermeture électrique\n'
' - Éclairage intérieur temporisé\n'
' - EQUIPEMENTS => Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Sécurité :\n'
' - ABS\n'
'\n'
'Autres équipements et informations :\n'
' - Kit téléphone main libre\n'
" - Classe Crit'air : 2\n"
' - MP3\n'
' - Puissance kilowatt : 100 kw\n'
' - USB\n'
' - puissance réelle : 136 ch\n'
'\n'
'Référence annonce : 832',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'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/2478706305',
'listing': 'auction',
'make': 'IVECO',
'model': 'Autres',
'odometer': 117102,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/6a/13/ce6a1394de8a495dd6ce601b76afbf0859162bbb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/38/45/1b38452ae358838849936efc6f006cdd786a20fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/53/37/5253375995def4d2dbe72a29c97ae029752a883c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/44/f8/6644f8d8de3e654f9ac67f91c62e86b865fbf0cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/4a/72/df4a727445d3cebf838bf25d4ca9b41c379bba87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/22/92/6722926f6263853af40edd7ceb734bb933412902.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/a7/96/48a79623c8772717eebf036b27284b2ebdb38550.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/bc/ee/f5bcee96cfdf5a999b805b6577072fc1f6811811.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/bc/e3/f0bce3044e279474e7fc0436228a8b4f6d9a34ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/56/17/ca5617b66b5349ea607fd321d723de61b85fc4e3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/c7/7a/dec77acdbc5188d1105a7c303eb9f1922ef44e2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/a3/22/8aa322b61c51b7904394e97f728219dea6bbf764.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/60/b5/d060b55cc072e4264503eb9a0505413a55740aad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/94/00/7994009392a22c23752bd80af9b164a72b207314.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/2a/fe/d32afe71273977499f1a82562ae92c5fa5483366.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/0b/45/680b45c8f5b39989d4e84ba090c7b69d5e768f45.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/7d/92/017d928ed94538a8701e2ddf6943c5ad3385973c.jpg?rule=ad-large'],
'price': 37800,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Iveco Daily Ccb 35 C14 BENNE COFFRE COMPRESSEUR',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 55fe5457-0a71-5339-afb7-a3faa59d8ac8 with identifier: 2478706305
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 55fe5457-0a71-5339-afb7-a3faa59d8ac8
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3c%252Ff3%252F843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3080510695
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:32 [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%273080510695%27 HTTP/1.1" 200 None
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scrape type for 3080510695: 1
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3080510695
2026-03-30 09:22:32 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Master L2H2 Dci NACELLE 14 M PANIER 200 KG '
'utilitaire, blanc, 6 cv, 2 portes, première mise en '
'circulation le 11/07/2018, première main, garantie 12 mois.\n'
'\n'
'3 places, contrôle technique : OK\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Couleur :\n'
' - Peinture opaque\n'
'\n'
'Extérieur :\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Clim pack\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - direction assistée\n'
' - ordinateur de bord\n'
'\n'
'Pack :\n'
' - 3e feu stop\n'
' - EQUIPEMENTS => Boite 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Sécurité :\n'
' - ABS\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 2\n"
' - Puissance kilowatt : 96 kw\n'
' - puissance réelle : 130 ch\n'
' - émission CO2 : 204 g/km\n'
'\n'
'Référence annonce : 1167',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'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/3080510695',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Autres',
'odometer': 88000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': [],
'price': 30720,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Master L2H2 Dci NACELLE 14 M PANIER 200 KG',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 09:22:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 24e66d1f-eeac-5441-b64c-e6ce053f9f3a with identifier: 3080510695
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 24e66d1f-eeac-5441-b64c-e6ce053f9f3a
2026-03-30 09:22:32 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 24e66d1f-eeac-5441-b64c-e6ce053f9f3a
2026-03-30 09:22:32 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 24e66d1f-eeac-5441-b64c-e6ce053f9f3a with identifier 3080510695
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 09:22:32 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 09:22:32 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 09:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 09:22:33 [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 09:22:33 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774862553
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774862553
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:33 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 09:22:33 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:33 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 24e66d1f-eeac-5441-b64c-e6ce053f9f3a
2026-03-30 09:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Master L2H2 Dci NACELLE 14 M PANIER 200 KG '
'utilitaire, blanc, 6 cv, 2 portes, première mise en '
'circulation le 11/07/2018, première main, garantie 12 mois.\n'
'\n'
'3 places, contrôle technique : OK\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Couleur :\n'
' - Peinture opaque\n'
'\n'
'Extérieur :\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Clim pack\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - direction assistée\n'
' - ordinateur de bord\n'
'\n'
'Pack :\n'
' - 3e feu stop\n'
' - EQUIPEMENTS => Boite 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Sécurité :\n'
' - ABS\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 2\n"
' - Puissance kilowatt : 96 kw\n'
' - puissance réelle : 130 ch\n'
' - émission CO2 : 204 g/km\n'
'\n'
'Référence annonce : 1167',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '24e66d1f-eeac-5441-b64c-e6ce053f9f3a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3080510695',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Autres',
'odometer': 88000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 30720,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Master L2H2 Dci NACELLE 14 M PANIER 200 KG',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [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%273080510695%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Saving data for 3080510695: {'created_time': 1774862553.394881, 'last_price_update_time': 1774862553.394889}
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3080510695') HTTP/1.1" 204 0
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165482477
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [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%273165482477%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165482477: 1
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165482477
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Renault Clio IV 0.9 TCe 90ch energy Trend Euro6 citadine, 5 '
'cv, 5 portes, première mise en circulation le 24/06/2016, '
'garantie 12 mois.\n'
'\n'
'-Véhicule suivi .vendu révisé et garantie renault occasion\n'
'\n'
'-Pas de courroie distribution ,moteur a chaIne\n'
'\n'
'-CONTROLE TECHNIQUE OK\n'
'\n'
'-A votre disposition pour tous renseignements.visite.essai\n'
'\n'
'-Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
'\n'
'Conduite :\n'
' - Commande mode eco\n'
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc\n'
' - Blanc glacier\n'
' - Noir\n'
' - Rouge\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
" - Feux de freinage d'urgence\n"
' - Peinture\n'
' - Pneu à faible résistance au roulement\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - essuie-glace arrière\n'
' - phares halogènes\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie passager\n'
' - Cache bagages\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - direction assistée\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sellerie :\n'
' - Gris platine\n'
' - Sellerie tissu\n'
'\n'
'Sécurité :\n'
' - Ceintures avant ajustables en hauteur\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Sellerie noir/rouge\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 5 vitesses\n'
' - vide poche porte avant\n'
' - émission CO2 : 114 g/km\n'
'\n'
'Référence annonce : 1252',
'doors_number': 5,
'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/3165482477',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 76140,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6a/64/23/6a642339057207913bebbe1867965fb9411c8067.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/55/55/885555559fa986d4a1cfec4c3d791c41016dd941.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/17/32/ab1732e73c67f00a33f0c63fcf288ac55651de48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/fb/82/ccfb822af00f29b13f9311101d04245bbb0cf92c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/bc/9c/d6bc9c36f458aed90723f1ec5dd1a278dfa15154.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/b1/13/79b113e64cce100ce82afb61206f6dec4091c3ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/60/34/26603410a736a071f27fe6ae98366d40933f44d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/b4/27/68b4276943c3207ff885897fcbbe495b12c71c81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/7f/fe/e77ffe8ce9cfe291d252ed75ba42ac03d0d91a61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/af/1b/53af1bdbf0af76b753fd1288349c76888f932b36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/65/44/58654469a62ea48187723fe6360ea84c048ed24a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/af/2d/28af2de542af93c88b85fce0bc97dad1c52f3678.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/98/91/8b9891e4b5aa2a073d38a0ab5ec50c91e42bd9b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/85/f7/9285f79b0ff79e1cc8e4e9b5eb59db1bbe1a1460.jpg?rule=ad-large'],
'price': 8990,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio IV 0.9 TCe 90ch energy Trend Euro6',
'transmission': 'manual',
'trim': 'Clio 0.9 TCe 90ch energy Trend Euro6',
'vin': None,
'year': 2016}
2026-03-30 09:22:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a0f9273d-5ced-5756-a681-e40923147179 with identifier: 3165482477
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a0f9273d-5ced-5756-a681-e40923147179
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5e%252F68%252Fe3%252F5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3069047104
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [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%273069047104%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scrape type for 3069047104: 1
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3069047104
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Vert',
'currency': 'EUR',
'description': 'Dacia Duster 1.0 ECO-G 100ch Expression 4x2 crossover, suv, '
'vert c, 5 cv, 5 portes, première mise en circulation le '
'24/04/2024, première main, garantie 12 mois.\n'
'\n'
'-1 ère main vendu révisé et encore sous garantie '
'constructeur\n'
'\n'
'-Faible cout d utilisation essence /GPL 0.95€/L\n'
'\n'
'-Essai et visite sur RDV\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'poids en charge : 1297 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Pré équipement radio\n'
' - Radio\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 4 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Stop & Start\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Poignées ton carrosserie\n'
" - Sortie d'échappement chromée\n"
' - barres de toit\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie conducteur\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Porte gobelets avant\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Détecteur de sous gonflage\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Kaki lichen\n'
' - Tissu expression\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 74 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 101 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 126 g/km\n'
'\n'
'Référence annonce : 1186',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'expiration_date': None,
'fuel_type': 'GPL',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3069047104',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 20000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/e5/74/16e574759d2b6e83d1f0340f27b0e293b13f72ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/ee/f4/c2eef459e0da5d31eb087545a2f07ffd47a8709a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/17/27/cb1727da758d9d67414f677d3aab34942385434e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/2d/5b/542d5b549a2ed7862eb7213a6373b4c1162199be.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/d8/f9/c4d8f943731b74d78622e5ebba473b702fe62522.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/c7/4e/e1c74e430c539c435d6c789c109a6942d46c4328.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/45/a1/a245a12fea427c241c0f36c8910c18c73e0d04b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/dc/56/60dc566d4ad1fbd737bca30727e477a39e326c6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/ec/bb/d1ecbb48e681eb3f393c8e874241279020714aa9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/b1/f4/55b1f40d64cdc36fad3f1d0dec1df4787ba8e813.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/0c/51/980c51683b9fbbc409575b809d092c9bbb8c1931.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/2a/c0/882ac0ef201d08cec9a086b1d35ae576997e1151.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/95/70/d39570a0e2c1598b0e9857567f6fd4456dcbe6ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/81/6d/e8816d3d1963425ae8de36932e9b7f9fcde8ec37.jpg?rule=ad-large'],
'price': 19590,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Duster 1.0 ECO-G 100ch Expression 4x2',
'transmission': 'manual',
'trim': 'Duster 1.0 ECO-G 100ch Expression 4x2',
'vin': None,
'year': 2024}
2026-03-30 09:22:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ea425657-91af-5f3c-864d-dbc15981e020 with identifier: 3069047104
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item ea425657-91af-5f3c-864d-dbc15981e020
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F67%252F2b%252Fc4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3068993652
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [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%273068993652%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scrape type for 3068993652: 1
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3068993652
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Dacia Duster II 1.3 TCe 150ch FAP Journey 4x2 EDC crossover, '
'suv, bleu f, 8 cv, 5 portes, première mise en circulation le '
'09/03/2023, première main, garantie 12 mois.\n'
'\n'
'-Véhicule 1 ere main .entretien Renault.garantie 12 mois\n'
'\n'
'-Vendu révisé et garantie\n'
'\n'
'-Possibilité de reprise.financement.extension de garantie\n'
'\n'
'-Visite et essai sur RDV\n'
'\n'
'-STEPHANE [Coordonnées masquées]\n'
'\n'
'poids en charge : 1267 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Pré équipement radio\n'
' - Radio\n'
' - Tmc\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 6 haut parleurs\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Pack techno : carte mains libres\n'
' - Stop & Start\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Poignées ton carrosserie\n'
" - Sortie d'échappement chromée\n"
' - Vitres teintées\n'
' - barres de toit\n'
' - caméra de recul\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur\n'
' - Miroir de courtoisie passager\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Porte gobelets avant\n'
' - Rangement sous siège passager avant\n'
' - Siège conducteur avec réglage lombaire\n'
' - Température extérieure\n'
' - prise usb sur console centrale\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Détecteur de sous gonflage\n'
' - Système de contrôle des angles morts\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Caméra multiview\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 110 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 150 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 141 g/km\n'
'\n'
'Référence annonce : 1191',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3068993652',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 38600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/5b/b4/715bb4500c3ad8e8b766d666bb5e7c4df94e186d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/7f/82/767f8261f661189ca2a6bf822dc1e02f8a1827a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/5f/0b/6e5f0b215792c2e0be06dff3345caa65cb7b65d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/d6/8f/bed68f23906ba9da46ed133c364655c2f44a2637.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/40/48/9540481800377826c382e07813fa565709426ca5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/58/f2/be58f2328738d4ebc5869cead398133c23f9b700.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/d2/f9/98d2f9f7ba620f6b8c168631b2616f1bc053e131.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/d0/29/b5d029bc6f58d18ce76f6e36ce6318886923ea59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/6d/f9/926df985b98d3372a338511d92c4fb58da35c016.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/de/82/02de82818d5f95e7f3b398ecdb1f18fef19bff70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/f3/cd/84f3cd37561b668a742e03b599448a236e18ff9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/d2/ac/ghd2ac9a404eb1a94e377b876c9688042f1313cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/ab/4e/4aab4ef71ac1795434ba3f99501652d849420d50.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/ee/68/f7ee683a8dda99712a8f8d441bd95d56aa7ecd1a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/de/ab/25deabf126bb006d5b670c0d23168646a2d3fb09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/b6/10/21b610e2387b34ca2c4fb4c847883628b94bba0f.jpg?rule=ad-large'],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Duster II 1.3 TCe 150ch FAP Journey 4x2 EDC',
'transmission': 'automatic',
'trim': 'Duster 1.3 TCe 150ch FAP Journey 4x2 EDC',
'vin': None,
'year': 2023}
2026-03-30 09:22:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fce494e1-9763-52ab-8585-f88c12d2bcba with identifier: 3068993652
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item fce494e1-9763-52ab-8585-f88c12d2bcba
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F12%252F8d%252Fa3128d9158e5221fb4038d5dd886f0f737e09206.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 09:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large not downloaded yet
2026-03-30 09:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:33 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 09:22:33 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-30 09:22:33 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-30 09:22:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1084674b90>
2026-03-30 09:22:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2121
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef2c47a6-457a-5aaf-beaf-1b5dae731879/ef2c47a6-457a-5aaf-beaf-1b5dae731879_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe7%252Fb7%252F58%252Fe7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ef2c47a6-457a-5aaf-beaf-1b5dae731879
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef2c47a6-457a-5aaf-beaf-1b5dae731879 sending to next pipeline
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10844ca010>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_beaf4ebc-68b6-5afa-a007-d0eb5617513a/beaf4ebc-68b6-5afa-a007-d0eb5617513a_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fce%252F41%252F28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item beaf4ebc-68b6-5afa-a007-d0eb5617513a
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item beaf4ebc-68b6-5afa-a007-d0eb5617513a sending to next pipeline
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ef2c47a6-457a-5aaf-beaf-1b5dae731879 with identifier 2374310187
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ef2c47a6-457a-5aaf-beaf-1b5dae731879
2026-03-30 09:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Peugeot 308 SW II PureTech 130ch S&S Allure EAT8 break, '
'blanche, 5 portes, première mise en circulation le '
'02/08/2021, première main, garantie 24 mois.\n'
'\n'
'Vehicule tres faibe kilometrage\n'
'\n'
'Possibilté de reprise\n'
'\n'
'essai possible sur rdv\n'
'\n'
'stephane [Coordonnées masquées]\n'
'\n'
'contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Fonction 'mirror screen'\n"
' - Radio\n'
' - teleservices)\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Follow me home\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Blanc nacré\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Pare brise acoustique\n'
" - Système d'éclairage intelligent\n"
' - Visiopark 1\n'
' - Vitres latérales arrière et lunette arrière surteintées\n'
' - barres de toit\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite gants claire et rfrigrable\n'
' - Frein à main en cuir\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar led\n'
" - Poches d'aumonières\n"
' - Pommeau de levier vitesse en cuir\n'
' - Prise 220v\n'
' - Sige conducteur avec rglable lombaire\n'
' - Verrouillage centralisé des portes\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - pack confort\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
' - volant sport\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 8 vitesses\n'
' - siège passager réglable\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage\n'
' - Système de détection de somnolence\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - sos et assistance\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation (navigation connectée 3d avec '
'reconnaissance vocale\n'
' - MP3\n'
' - Puissance kilowatt : 4 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 6 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 889',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 6,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'ef2c47a6-457a-5aaf-beaf-1b5dae731879',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2374310187',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 1800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef2c47a6-457a-5aaf-beaf-1b5dae731879/ef2c47a6-457a-5aaf-beaf-1b5dae731879_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156407,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/b7/58/e7b758158d9900b72e7c2f2cdd86704e3d0f3771.jpg?rule=ad-large',
'Width': 1066}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 308 SW II PureTech 130ch S&S Allure EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S Allure EAT8',
'vin': None,
'year': 2021}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [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%272374310187%27 HTTP/1.1" 200 None
2026-03-30 09:22:34 [auto_selling_leboncoin.fr] INFO: Saving data for 2374310187: {'created_time': 1774862554.340488, 'last_price_update_time': 1774862554.340496}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2374310187') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: beaf4ebc-68b6-5afa-a007-d0eb5617513a with identifier 2360446523
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item beaf4ebc-68b6-5afa-a007-d0eb5617513a
2026-03-30 09:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Renault Zoe I (B10) Life charge normale R110 berline, bleu, 4 '
'cv, 5 portes, première mise en circulation le 10/07/2020, '
'première main, garantie 6 mois.\n'
'\n'
'Véhicule très propre .1 ere main. achat intégral\n'
'\n'
'dispo rapidement\n'
'\n'
'essai possible sur rdv\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, poids en charge : 1502 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
' - Radio\n'
' - Services connectés\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Frein stationnement électrique\n'
' - Syst. récupération énergie décélération\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Bleu celadon\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - essuie-glace arrière\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette arrière 3 places\n'
' - Banquette arrière monobloc\n'
' - Boite à gant fermée\n'
" - Lampes de lecture à l'avant\n"
' - Porte gobelets arrière\n'
' - Porte gobelets avant\n'
' - Cache bagages\n'
' - Pack fumeur\n'
' - chauffage stationnaire\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - ordinateur de bord\n'
' - réglages du volant : profondeur\n'
' - verrouillage automatique des portes en roulant\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbags anti sous marinage\n'
' - Ceintures avant ajustables en hauteur\n'
' - Contrôle de freinage en courbe\n'
' - Contrôle élect. de la pression des pneus\n'
' - Kit anti crevaison\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Sellerie fortunate noir\n'
" - Classe Crit'air : ze\n"
' - MP3\n'
' - Puissance kilowatt : 100 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 136 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 875',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': 'beaf4ebc-68b6-5afa-a007-d0eb5617513a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2360446523',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Zoe',
'odometer': 36800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beaf4ebc-68b6-5afa-a007-d0eb5617513a/beaf4ebc-68b6-5afa-a007-d0eb5617513a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154699,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/41/28ce4147c89c4a261475d839f8c5c874fc9c5f87.jpg?rule=ad-large',
'Width': 1066}],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Zoe I (B10) Life charge normale R110',
'transmission': 'manual',
'trim': 'Zoe Life charge normale R110 4cv',
'vin': None,
'year': 2020}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [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%272360446523%27 HTTP/1.1" 200 None
2026-03-30 09:22:34 [auto_selling_leboncoin.fr] INFO: Saving data for 2360446523: {'created_time': 1774862554.39485, 'last_price_update_time': 1774862554.39486}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2360446523') HTTP/1.1" 204 0
2026-03-30 09:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1085b9fe90>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57653a58-2ee4-5989-92d5-6308fc94d2db/57653a58-2ee4-5989-92d5-6308fc94d2db_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252F3c%252F16%252F853c1615378dabe9dfc32c30d78a28d32564d676.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 57653a58-2ee4-5989-92d5-6308fc94d2db
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57653a58-2ee4-5989-92d5-6308fc94d2db sending to next pipeline
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1085b9e2d0>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e278d253-afbd-5b14-bb16-2ca6a4a8faea/e278d253-afbd-5b14-bb16-2ca6a4a8faea_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252Ff1%252F21%252Fdff121e7da257364b49424a8a41b9957fbc126f5.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e278d253-afbd-5b14-bb16-2ca6a4a8faea
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e278d253-afbd-5b14-bb16-2ca6a4a8faea sending to next pipeline
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1085bede90>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd/75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F42%252F40%252F844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd sending to next pipeline
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 57653a58-2ee4-5989-92d5-6308fc94d2db with identifier 3016645462
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 57653a58-2ee4-5989-92d5-6308fc94d2db
2026-03-30 09:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Peugeot 208 1.2 PureTech 110ch GT Line S&S 5p berline, 5 cv, '
'5 portes, première mise en circulation le 10/07/2018, '
'garantie 12 mois.\n'
'\n'
'-véhicule tres propre vendu révisé et garantie\n'
'\n'
'-distribution faite\n'
'\n'
'-finition Gt line super équipé avec toit panoramique\n'
'\n'
'-posibilité de reprise,financement\n'
'\n'
'-visite et essai sur RDV\n'
'\n'
'-STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, poids en charge : 1070 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Appel d'assistance localisé\n"
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Peugeot connect sos et assistance\n'
' - Prise jack\n'
' - Radio\n'
' - fonction mirror screen\n'
' - Bluetooth\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - commandes vocales\n'
'\n'
'Conduite :\n'
' - Stop & Start\n'
' - allumage automatique des feux\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - pack visibilite\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Calandre chromée\n'
' - Ceinture de vitrage chromée\n'
" - Eclairage statique d'intersection\n"
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares additionnels en virage\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Sortie d'échappement chromée\n"
' - Vitrage arrière surteinté\n'
' - essuie-glace arrière\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Sièges avant sport\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - siège passager réglable\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Détecteur de sous gonflage indirect\n'
' - Kit anti crevaison\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation 3d connectée avec '
'reconnaissance vocale\n'
' - Puissance kilowatt : 81 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 5 vitesses\n'
' - puissance réelle : 110 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 99 g/km\n'
'\n'
'Référence annonce : 1138',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '57653a58-2ee4-5989-92d5-6308fc94d2db',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3016645462',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 67965,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57653a58-2ee4-5989-92d5-6308fc94d2db/57653a58-2ee4-5989-92d5-6308fc94d2db_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137386,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/3c/16/853c1615378dabe9dfc32c30d78a28d32564d676.jpg?rule=ad-large',
'Width': 1200}],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech 110ch GT Line S&S 5p',
'transmission': 'manual',
'trim': '208 1.2 PureTech 110ch E6.c GT Line S&S 5p',
'vin': None,
'year': 2018}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [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%273016645462%27 HTTP/1.1" 200 None
2026-03-30 09:22:34 [auto_selling_leboncoin.fr] INFO: Saving data for 3016645462: {'created_time': 1774862554.715719, 'last_price_update_time': 1774862554.715728}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3016645462') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e278d253-afbd-5b14-bb16-2ca6a4a8faea with identifier 3144071148
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e278d253-afbd-5b14-bb16-2ca6a4a8faea
2026-03-30 09:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Mégane IV1.6 E-Tech Plug-in 160ch Business berline, '
'gris f, 5 cv, 5 portes, première mise en circulation le '
'20/12/2021, garantie 12 mois.\n'
'\n'
'Historique renault.vendu revisé .garantie renault occasion.\n'
'\n'
'Controle technique RAS\n'
'\n'
'Attelage.chargeur prise domestique\n'
'\n'
'Visite et essai sur Rdv\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Tmc\n'
' - Bluetooth\n'
' - GPS\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - auto-radio commandé au volant\n'
' - commandes vocales\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Enjoliveurs\n'
' - Feux arrière à led\n'
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Système d'éclairage intelligent\n"
' - essuie-glace arrière\n'
' - filtre à particules\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
" - Lampes de lecture à l'avant\n"
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Siège conducteur avec réglage lombaire\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - direction assistée\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - nombre de rapports : 6 vitesses\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sellerie :\n'
' - Sellerie tissu carbone foncé\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Contrôle de freinage en courbe\n'
' - Contrôle élect. de la pression des pneus\n'
' - Kit anti crevaison\n'
' - Reconnaissance panneaux de signalisation\n'
' - Système de détection de somnolence\n'
' - Témoin de bouclage ceinture conducteur\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
' - Feux de route automatiques\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Gris titanium\n'
' - Puissance kilowatt : 68 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - hybride rechargeable\n'
' - puissance réelle : 93 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 28 g/km\n'
'\n'
'Référence annonce : 1225',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 93,
'expiration_date': None,
'fuel_type': 'Hybride Rechargeable',
'id': 'e278d253-afbd-5b14-bb16-2ca6a4a8faea',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3144071148',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 45000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e278d253-afbd-5b14-bb16-2ca6a4a8faea/e278d253-afbd-5b14-bb16-2ca6a4a8faea_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159835,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f1/21/dff121e7da257364b49424a8a41b9957fbc126f5.jpg?rule=ad-large',
'Width': 1200}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane IV1.6 E-Tech Plug-in 160ch Business',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [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%273144071148%27 HTTP/1.1" 200 None
2026-03-30 09:22:34 [auto_selling_leboncoin.fr] INFO: Saving data for 3144071148: {'created_time': 1774862554.799297, 'last_price_update_time': 1774862554.799312}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3144071148') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd with identifier 2956839521
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd
2026-03-30 09:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Fiat Ducato Chcb 2.3L 150 DEPANNEUSE/PORTE VOITURE '
'utilitaire, 8 cv, 2 portes, première mise en circulation le '
'16/11/2016, première main, garantie 6 mois.\n'
'\n'
'-PORTE VOITURE/PLATEAU/DEPANNEUSE GAUBERT ALUMINIUM AVEC '
'TREUIL A TELECOMMANDE SS FILS\n'
'\n'
'-SUSPENSION A AIR ARRIERE\n'
'\n'
'-VEHICULE SUIVI HISTORIQUE PRESENT\n'
'\n'
'-TVA RECUPERABLE\n'
'\n'
'-RENSEIGNEMENTS STEPHANE [Coordonnées masquées]\n'
'\n'
'3 places, poids en charge : 2280 kg, contrôle technique : OK\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Kit mains libre\n'
' - GPS\n'
'\n'
'Conduite :\n'
' - suspension pneumatique\n'
'\n'
'Intérieur :\n'
' - Clim pack\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - ordinateur de bord\n'
'\n'
'Pack :\n'
' - Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Autres équipements et informations :\n'
' - Da\n'
" - Classe Crit'air : 2\n"
' - GPS tactile\n'
' - Puissance kilowatt : 109 kw\n'
' - puissance réelle : 148 ch\n'
' - émission CO2 : 192 g/km\n'
'\n'
'Référence annonce : 1123',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 148,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/2956839521',
'listing': 'auction',
'make': 'FIAT',
'model': 'Autres',
'odometer': 148500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd/75f4fbe8-b08c-5c6d-b8ec-0c75faebebcd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157270,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/42/40/844240e1078df45e5f56d76bd4f4f43311f7a60e.jpg?rule=ad-large',
'Width': 1200}],
'price': 25590,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Fiat Ducato Chcb 2.3L 150 DEPANNEUSE/PORTE VOITURE',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [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%272956839521%27 HTTP/1.1" 200 None
2026-03-30 09:22:34 [auto_selling_leboncoin.fr] INFO: Saving data for 2956839521: {'created_time': 1774862554.848701, 'last_price_update_time': 1774862554.848714}
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2956839521') HTTP/1.1" 204 0
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1085b6c0d0>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a0f9273d-5ced-5756-a681-e40923147179/a0f9273d-5ced-5756-a681-e40923147179_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5e%252F68%252Fe3%252F5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large saved to cache
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a0f9273d-5ced-5756-a681-e40923147179
2026-03-30 09:22:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0f9273d-5ced-5756-a681-e40923147179 sending to next pipeline
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847dee90>
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fce494e1-9763-52ab-8585-f88c12d2bcba/fce494e1-9763-52ab-8585-f88c12d2bcba_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F12%252F8d%252Fa3128d9158e5221fb4038d5dd886f0f737e09206.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fce494e1-9763-52ab-8585-f88c12d2bcba
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fce494e1-9763-52ab-8585-f88c12d2bcba sending to next pipeline
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f1085bdded0>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55fe5457-0a71-5339-afb7-a3faa59d8ac8/55fe5457-0a71-5339-afb7-a3faa59d8ac8_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F3c%252Ff3%252F843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 55fe5457-0a71-5339-afb7-a3faa59d8ac8
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55fe5457-0a71-5339-afb7-a3faa59d8ac8 sending to next pipeline
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847e5d90>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11f3e221-580d-5d84-82c7-fb4b7095dae8/11f3e221-580d-5d84-82c7-fb4b7095dae8_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252Fac%252F68%252F71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 11f3e221-580d-5d84-82c7-fb4b7095dae8
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11f3e221-580d-5d84-82c7-fb4b7095dae8 sending to next pipeline
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847e9650>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ea425657-91af-5f3c-864d-dbc15981e020/ea425657-91af-5f3c-864d-dbc15981e020_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc4%252F67%252F2b%252Fc4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ea425657-91af-5f3c-864d-dbc15981e020
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea425657-91af-5f3c-864d-dbc15981e020 sending to next pipeline
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a0f9273d-5ced-5756-a681-e40923147179 with identifier 3165482477
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a0f9273d-5ced-5756-a681-e40923147179
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Renault Clio IV 0.9 TCe 90ch energy Trend Euro6 citadine, 5 '
'cv, 5 portes, première mise en circulation le 24/06/2016, '
'garantie 12 mois.\n'
'\n'
'-Véhicule suivi .vendu révisé et garantie renault occasion\n'
'\n'
'-Pas de courroie distribution ,moteur a chaIne\n'
'\n'
'-CONTROLE TECHNIQUE OK\n'
'\n'
'-A votre disposition pour tous renseignements.visite.essai\n'
'\n'
'-Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Radio\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - Prise jack\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
'\n'
'Conduite :\n'
' - Commande mode eco\n'
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc\n'
' - Blanc glacier\n'
' - Noir\n'
' - Rouge\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
" - Feux de freinage d'urgence\n"
' - Peinture\n'
' - Pneu à faible résistance au roulement\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - essuie-glace arrière\n'
' - phares halogènes\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie passager\n'
' - Cache bagages\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - direction assistée\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sellerie :\n'
' - Gris platine\n'
' - Sellerie tissu\n'
'\n'
'Sécurité :\n'
' - Ceintures avant ajustables en hauteur\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Sellerie noir/rouge\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 5 vitesses\n'
' - vide poche porte avant\n'
' - émission CO2 : 114 g/km\n'
'\n'
'Référence annonce : 1252',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': None,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a0f9273d-5ced-5756-a681-e40923147179',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165482477',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 76140,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0f9273d-5ced-5756-a681-e40923147179/a0f9273d-5ced-5756-a681-e40923147179_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127597,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/68/e3/5e68e3e3ada2bddf4ab0a90eb68fe9501e2f5211.jpg?rule=ad-large',
'Width': 1200}],
'price': 8990,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio IV 0.9 TCe 90ch energy Trend Euro6',
'transmission': 'manual',
'trim': 'Clio 0.9 TCe 90ch energy Trend Euro6',
'vin': None,
'year': 2016}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%273165482477%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 3165482477: {'created_time': 1774862555.368764, 'last_price_update_time': 1774862555.368774}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165482477') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fce494e1-9763-52ab-8585-f88c12d2bcba with identifier 3068993652
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fce494e1-9763-52ab-8585-f88c12d2bcba
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Dacia Duster II 1.3 TCe 150ch FAP Journey 4x2 EDC crossover, '
'suv, bleu f, 8 cv, 5 portes, première mise en circulation le '
'09/03/2023, première main, garantie 12 mois.\n'
'\n'
'-Véhicule 1 ere main .entretien Renault.garantie 12 mois\n'
'\n'
'-Vendu révisé et garantie\n'
'\n'
'-Possibilité de reprise.financement.extension de garantie\n'
'\n'
'-Visite et essai sur RDV\n'
'\n'
'-STEPHANE [Coordonnées masquées]\n'
'\n'
'poids en charge : 1267 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Pré équipement radio\n'
' - Radio\n'
' - Tmc\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 6 haut parleurs\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Pack techno : carte mains libres\n'
' - Stop & Start\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Boucliers av et ar couleur caisse\n'
' - Poignées ton carrosserie\n'
" - Sortie d'échappement chromée\n"
' - Vitres teintées\n'
' - barres de toit\n'
' - caméra de recul\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur\n'
' - Miroir de courtoisie passager\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Porte gobelets avant\n'
' - Rangement sous siège passager avant\n'
' - Siège conducteur avec réglage lombaire\n'
' - Température extérieure\n'
' - prise usb sur console centrale\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Détecteur de sous gonflage\n'
' - Système de contrôle des angles morts\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Caméra multiview\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 110 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 150 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 141 g/km\n'
'\n'
'Référence annonce : 1191',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'fce494e1-9763-52ab-8585-f88c12d2bcba',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3068993652',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 38600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fce494e1-9763-52ab-8585-f88c12d2bcba/fce494e1-9763-52ab-8585-f88c12d2bcba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143830,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/12/8d/a3128d9158e5221fb4038d5dd886f0f737e09206.jpg?rule=ad-large',
'Width': 1200}],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Duster II 1.3 TCe 150ch FAP Journey 4x2 EDC',
'transmission': 'automatic',
'trim': 'Duster 1.3 TCe 150ch FAP Journey 4x2 EDC',
'vin': None,
'year': 2023}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%273068993652%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 3068993652: {'created_time': 1774862555.421269, 'last_price_update_time': 1774862555.421276}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3068993652') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 55fe5457-0a71-5339-afb7-a3faa59d8ac8 with identifier 2478706305
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 55fe5457-0a71-5339-afb7-a3faa59d8ac8
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Iveco Daily Ccb 35 C14 BENNE COFFRE COMPRESSEUR utilitaire, '
'blanc, 8 cv, 2 portes, première mise en circulation le '
'23/07/2018, première main, garantie 6 mois.\n'
'\n'
'BENNE COFFRE JPM ROUE JUMELLEE + COMPRESSEUR D AIR MARQUE '
'ATLAS Copo 38KD TOTALISANT 1845 HEURES\n'
'\n'
'VENDU REVISE ensemble tres propre\n'
'\n'
'tva recuperable soit 31 500 € ht\n'
'\n'
'3 places, poids en charge : 2121 kg, contrôle technique : OK\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - téléphone bluetooth\n'
'\n'
'Conduite :\n'
' - Différentiel autobloquant\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Extérieur :\n'
' - attelage\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Allume cigare\n'
' - Clim pack\n'
' - Pack clim\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - direction assistée\n'
' - ordinateur de bord\n'
' - vitres électriques\n'
'\n'
'Pack :\n'
' - Coffre\n'
' - Fermeture électrique\n'
' - Éclairage intérieur temporisé\n'
' - EQUIPEMENTS => Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Spécifique VUL :\n'
' - type carrosserie : Fourgon\n'
'\n'
'Sécurité :\n'
' - ABS\n'
'\n'
'Autres équipements et informations :\n'
' - Kit téléphone main libre\n'
" - Classe Crit'air : 2\n"
' - MP3\n'
' - Puissance kilowatt : 100 kw\n'
' - USB\n'
' - puissance réelle : 136 ch\n'
'\n'
'Référence annonce : 832',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '55fe5457-0a71-5339-afb7-a3faa59d8ac8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/2478706305',
'listing': 'auction',
'make': 'IVECO',
'model': 'Autres',
'odometer': 117102,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55fe5457-0a71-5339-afb7-a3faa59d8ac8/55fe5457-0a71-5339-afb7-a3faa59d8ac8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164100,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3c/f3/843cf38c3d3a0850860bbf26dc59e97b90532b0c.jpg?rule=ad-large',
'Width': 1066}],
'price': 37800,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Iveco Daily Ccb 35 C14 BENNE COFFRE COMPRESSEUR',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2018}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%272478706305%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 2478706305: {'created_time': 1774862555.47157, 'last_price_update_time': 1774862555.47158}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2478706305') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 11f3e221-580d-5d84-82c7-fb4b7095dae8 with identifier 3101390913
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 11f3e221-580d-5d84-82c7-fb4b7095dae8
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Renault Austral E-Tech full hybrid 200ch Iconic, bleu f, 7 '
'cv, 5 portes, première mise en circulation le 14/04/2023, '
'première main, garantie 12 mois.\n'
'\n'
'-1 ère main.vendu révisé.garantie Renault occasion\n'
'\n'
'-véhicule avec tres bonne configuration ,enormement d '
'équipement confort (sieges et volant chauffants '
',electriques)\n'
'\n'
'-reprise.financement.extension de garantie possible après '
'étude\n'
'\n'
'-a votre disposition pour tous renseignements\n'
'\n'
'-Stéphane [Coordonnées masquées]\n'
'\n'
'poids en charge : 1517 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Services connectés\n'
' - Tmc\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 8 haut parleurs\n'
' - GPS\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande du comportement dynamique\n'
' - Commande mode eco\n'
' - Frein stationnement électrique\n'
' - Palettes changement vitesses au volant\n'
' - Syst. récupération énergie décélération\n'
" - Système d'accès sans clé\n"
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - affichage tête haute\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Rouge flamme\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Caméra vue panoramique 360°\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
' - Ouverture du coffre mains libres\n'
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
' - Rétroviseurs extérieurs à mémoire\n'
' - Système anti éblouissement\n'
" - Système d'éclairage intelligent à led\n"
' - barres de toit\n'
' - caméra de recul\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette coulissante\n'
' - Boite à gant fermée\n'
" - Eclairage d'ambiance\n"
' - Fixations isofix aux places arrières\n'
' - Inserts de tableau de bord bois\n'
" - Lampes de lecture à l'arrière\n"
' - Lunette arrière surteintée\n'
' - Miroir surveillance enfant places ar\n'
' - Ouverture des vitres séquentielle\n'
' - Pare brise chauffant\n'
" - Poches d'aumonières\n"
' - Porte gobelets arrière\n'
' - Porte gobelets avant\n'
' - Siège conducteur avec réglage lombaire\n'
' - Siège conducteur chauffant\n'
' - Siège conducteur massant\n'
' - Siège conducteur électrique\n'
' - Siège passager chauffant\n'
' - Sièges rang 2 inclinables\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - accoudoir central arrière\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant chauffant\n'
' - volant cuir\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Assistance de maintient de trajectoire\n'
' - Contrôle electronique de stabilité\n'
' - Contrôle élect. de la pression des pneus\n'
" - Fonction appel d'urgence\n"
" - Freinage automatique d'urgence\n"
' - Radar de distance\n'
' - Reconnaissance panneaux de signalisation\n'
" - Système d'alerte de véhicule en approche\n"
' - Système de contrôle des angles morts\n'
' - Système de détection de somnolence\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - Témoin de perte de pression pneumatique\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - Feux de route automatiques\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Bleu iron/toit noir etoilé\n'
' - Mixte similicuir nappa / tissu noir surpiqûres couleur '
'or\n'
' - Pack harman kardon : son premium harman kardon avec 12 '
'haut parleurs / 485w / 5 ambiances\n'
' - Puissance kilowatt : 146 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - nombre de rapports : 4 vitesses\n'
' - puissance réelle : 199 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 107 g/km\n'
'\n'
'Référence annonce : 1211',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 199,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '11f3e221-580d-5d84-82c7-fb4b7095dae8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3101390913',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Austral',
'odometer': 33600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11f3e221-580d-5d84-82c7-fb4b7095dae8/11f3e221-580d-5d84-82c7-fb4b7095dae8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167454,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/ac/68/71ac6857bcc03dbdac49d4f6a3c1cb85b91105d3.jpg?rule=ad-large',
'Width': 1200}],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Renault Austral E-Tech full hybrid 200ch Iconic',
'transmission': 'automatic',
'trim': 'Austral 1.2 E-Tech full hybrid 200ch Iconic',
'vin': None,
'year': 2023}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%273101390913%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 3101390913: {'created_time': 1774862555.516513, 'last_price_update_time': 1774862555.516523}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3101390913') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ea425657-91af-5f3c-864d-dbc15981e020 with identifier 3069047104
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ea425657-91af-5f3c-864d-dbc15981e020
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Vert',
'currency': 'EUR',
'description': 'Dacia Duster 1.0 ECO-G 100ch Expression 4x2 crossover, suv, '
'vert c, 5 cv, 5 portes, première mise en circulation le '
'24/04/2024, première main, garantie 12 mois.\n'
'\n'
'-1 ère main vendu révisé et encore sous garantie '
'constructeur\n'
'\n'
'-Faible cout d utilisation essence /GPL 0.95€/L\n'
'\n'
'-Essai et visite sur RDV\n'
'\n'
'STEPHANE [Coordonnées masquées]\n'
'\n'
'poids en charge : 1297 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Pré équipement radio\n'
' - Radio\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 4 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande mode eco\n'
' - Stop & Start\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Poignées ton carrosserie\n'
" - Sortie d'échappement chromée\n"
' - barres de toit\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
' - Miroir de courtoisie conducteur\n'
' - Ouverture des vitres séquentielle\n'
" - Poches d'aumonières\n"
' - Porte gobelets avant\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Détecteur de sous gonflage\n'
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Kaki lichen\n'
' - Tissu expression\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 74 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 101 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 126 g/km\n'
'\n'
'Référence annonce : 1186',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'expiration_date': None,
'fuel_type': 'GPL',
'id': 'ea425657-91af-5f3c-864d-dbc15981e020',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3069047104',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 20000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ea425657-91af-5f3c-864d-dbc15981e020/ea425657-91af-5f3c-864d-dbc15981e020_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189331,
'Height': 750,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/67/2b/c4672b61c816b57fb6b715d97b4ca67cfc213c7f.jpg?rule=ad-large',
'Width': 1200}],
'price': 19590,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Duster 1.0 ECO-G 100ch Expression 4x2',
'transmission': 'manual',
'trim': 'Duster 1.0 ECO-G 100ch Expression 4x2',
'vin': None,
'year': 2024}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%273069047104%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 3069047104: {'created_time': 1774862555.561624, 'last_price_update_time': 1774862555.561633}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3069047104') HTTP/1.1" 204 0
2026-03-30 09:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large> (referer: https://api.leboncoin.fr/finder/search)
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847c1210>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384bebf-0a4f-5c42-ba69-8e82a08d9ca2/1384bebf-0a4f-5c42-ba69-8e82a08d9ca2_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F62%252F84%252Fa36284d1b65008eb7390902b55d6d13629f399a0.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2 sending to next pipeline
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2 with identifier 3080510622
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1384bebf-0a4f-5c42-ba69-8e82a08d9ca2
2026-03-30 09:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Dacia Jogger 1.0 TCe 110ch Expression 5 places break, blanc, '
'6 cv, 5 portes, première mise en circulation le 23/06/2023, '
'première main, garantie 12 mois.\n'
'\n'
'-1 ere main .entretien exclusif renault\n'
'\n'
'-vendu révisé et garantie renault\n'
'\n'
'-Possibilité de reprise et financement\n'
'\n'
'-Visible sur notre parc à votre disposition pour tous '
'renseignements\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'poids en charge : 1176 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 4 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Stop & Start\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Blanc glacier\n'
'\n'
'Extérieur :\n'
' - Barres de toit transversales\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Enjoliveurs\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Vitres teintées\n'
' - barres de toit\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
" - Lampes de lecture à l'avant\n"
' - Lunette arrière\n'
' - Lunette arrière surteintée\n'
' - Ouverture des vitres séquentielle\n'
' - Porte gobelets avant\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : manuelle\n'
' - climatisation manuelle\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Configuration 5 places\n'
' - Sieges arrières rabattable\n'
' - anti démarrage\n'
' - nombre de rapports : 6 vitesses\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Détecteur de sous gonflage\n'
" - Freinage automatique d'urgence\n"
' - Témoin de bouclage ceinture conducteur\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - anti-patinage\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - MP3\n'
' - Puissance kilowatt : 81 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 110 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 127 g/km\n'
'\n'
'Référence annonce : 1196',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '1384bebf-0a4f-5c42-ba69-8e82a08d9ca2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3080510622',
'listing': 'auction',
'make': 'DACIA',
'model': 'Jogger',
'odometer': 53609,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384bebf-0a4f-5c42-ba69-8e82a08d9ca2/1384bebf-0a4f-5c42-ba69-8e82a08d9ca2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120654,
'Height': 750,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/62/84/a36284d1b65008eb7390902b55d6d13629f399a0.jpg?rule=ad-large',
'Width': 1200}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Dacia Jogger 1.0 TCe 110ch Expression 5 places',
'transmission': 'manual',
'trim': 'Jogger 1.0 TCe 110ch Expression 5 places',
'vin': None,
'year': 2023}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [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%273080510622%27 HTTP/1.1" 200 None
2026-03-30 09:22:35 [auto_selling_leboncoin.fr] INFO: Saving data for 3080510622: {'created_time': 1774862555.785213, 'last_price_update_time': 1774862555.785221}
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3080510622') HTTP/1.1" 204 0
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847b4090>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_004e20f7-c87c-5c52-8471-be3b20dc1730/004e20f7-c87c-5c52-8471-be3b20dc1730_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F54%252F66%252F5e%252F54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 004e20f7-c87c-5c52-8471-be3b20dc1730
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 004e20f7-c87c-5c52-8471-be3b20dc1730 sending to next pipeline
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10847a8350>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_399b1112-28d7-5e5e-9308-9d551feb0c88/399b1112-28d7-5e5e-9308-9d551feb0c88_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4c%252Fc1%252F5c%252F4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large saved to cache
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 399b1112-28d7-5e5e-9308-9d551feb0c88
2026-03-30 09:22:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 399b1112-28d7-5e5e-9308-9d551feb0c88 sending to next pipeline
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10846615d0>
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_078f52ff-2669-5f7b-b944-20b4ebf60278/078f52ff-2669-5f7b-b944-20b4ebf60278_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcc%252F5b%252Ffd%252Fcc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large saved to cache
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 078f52ff-2669-5f7b-b944-20b4ebf60278
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 078f52ff-2669-5f7b-b944-20b4ebf60278 sending to next pipeline
2026-03-30 09:22:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 09:22:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f10846aced0>
2026-03-30 09:22:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 09:22:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_73025a8e-ced2-5a1f-b15f-e49e44088f24/73025a8e-ced2-5a1f-b15f-e49e44088f24_image_0.jpg HTTP/1.1" 201 0
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_leboncoin.fr',RowKey='https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F2e%252Fe3%252F082ee398f91d0050ec257ea23301985a59868179.jpg%253Frule%3Dad-large') HTTP/1.1" 204 0
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large saved to cache
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 73025a8e-ced2-5a1f-b15f-e49e44088f24
2026-03-30 09:22:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73025a8e-ced2-5a1f-b15f-e49e44088f24 sending to next pipeline
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 004e20f7-c87c-5c52-8471-be3b20dc1730 with identifier 2483314303
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 004e20f7-c87c-5c52-8471-be3b20dc1730
2026-03-30 09:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Mégane VI 1.5 DCI AIR 90 CV berline, blanc, 4 cv, 5 '
'portes, première mise en circulation le 19/09/2017, garantie '
'6 mois.\n'
'\n'
'Véhicule révisé.\n'
'\n'
'Garantie Renault occasion.\n'
'\n'
'Contrôle technique complet.\n'
'\n'
'TVA RECUPERABLE\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'Prix TTC : 9 490,00 €\n'
'Prix HT : 7 908,00 €\n'
'La TVA est récupérable sur ce véhicule.\n'
'\n'
'2 places, poids en charge : 1205 kg, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Bluetooth\n'
' - GPS\n'
' - téléphone bluetooth\n'
'\n'
'Extérieur :\n'
' - rétroviseurs dégivrants\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Siège conducteur réglable hauteur\n'
' - climatisation : automatique\n'
'\n'
'Pack :\n'
' - Boite 6 vitesses\n'
' - nombre de rapports : 6 vitesses\n'
'\n'
'Sécurité :\n'
' - 2 airbags\n'
' - ABS\n'
" - aide au freinage d'urgence\n"
' - airbags frontaux\n'
' - airbags latéraux\n'
' - roue de secours\n'
'\n'
'Autres équipements et informations :\n'
' - 2 roues motrices\n'
" - Classe Crit'air : 2\n"
' - Puissance kilowatt : 66 kw\n'
' - puissance réelle : 90 ch\n'
' - émission CO2 : 95 g/km\n'
'\n'
'Référence annonce : 927',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '004e20f7-c87c-5c52-8471-be3b20dc1730',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2483314303',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 149000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_004e20f7-c87c-5c52-8471-be3b20dc1730/004e20f7-c87c-5c52-8471-be3b20dc1730_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155444,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/66/5e/54665ecc0db9eabb64e105568e20ff4aef8a1b76.jpg?rule=ad-large',
'Width': 1200}],
'price': 9490,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Mégane VI 1.5 DCI AIR 90 CV',
'transmission': 'manual',
'trim': 'Megane Sté 1.5 dCi 90ch energy Air',
'vin': None,
'year': 2017}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [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%272483314303%27 HTTP/1.1" 200 None
2026-03-30 09:22:36 [auto_selling_leboncoin.fr] INFO: Saving data for 2483314303: {'created_time': 1774862556.137441, 'last_price_update_time': 1774862556.137451}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2483314303') HTTP/1.1" 204 0
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 399b1112-28d7-5e5e-9308-9d551feb0c88 with identifier 2243469496
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 399b1112-28d7-5e5e-9308-9d551feb0c88
2026-03-30 09:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Peugeot 308 SW II 1.2 PureTech 130ch Allure EAT8 break, noir '
'perla, 5 portes, première mise en circulation le 22/04/2021, '
'première main, garantie 12 mois.\n'
'\n'
'VEHICULE TRES PROPRE EQUIPE DE 4 ROUES 4 SAISONS (Loi '
'montagne)nvendu revisé et garantie nESSAI POSSIBLE CONTACTER '
'STEPHANE [Coordonnées masquées]\n'
'\n'
'contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - 6 haut parleurs\n'
" - Fonction 'mirror screen'\n"
' - Radio\n'
' - teleservices)\n'
' - Bluetooth\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Follow me home\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Noir perla nera\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Ceinture de vitrage chromée\n'
' - Eclairage au sol\n'
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Pare brise acoustique\n'
" - Système d'éclairage intelligent\n"
' - Visiopark 1\n'
' - Vitres latérales arrière et lunette arrière surteintées\n'
' - barres de toit\n'
' - jantes : aluminium\n'
' - phares halogènes\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
' - Appui tête conducteur réglable hauteur\n'
' - Appui tête passager réglable en hauteur\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite gants claire et rfrigrable\n'
' - Frein à main en cuir\n'
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar led\n'
" - Poches d'aumonières\n"
' - Pommeau de levier vitesse en cuir\n'
' - Prise 220v\n'
' - Sige conducteur avec rglable lombaire\n'
' - Verrouillage centralisé des portes\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - fermeture centralisée\n'
' - filtre à pollen\n'
' - pack confort\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
' - volant cuir\n'
' - volant sport\n'
'\n'
'Pack :\n'
' - Driver sport pack (eat6/eat8)\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 8 vitesses\n'
' - siège passager réglable\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Airbag passager déconnectable\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage\n'
' - Système de détection de somnolence\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - phares antibrouillard\n'
" - radar avant de détection d'obstacles\n"
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - sos et assistance\n'
" - Classe Crit'air : 1\n"
' - EQUIPEMENTS => Navigation (navigation connectée 3d avec '
'reconnaissance vocale\n'
' - MP3\n'
' - Puissance kilowatt : 4 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 6 ch\n'
' - vide poche porte avant\n'
'\n'
'Référence annonce : 818',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 6,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '399b1112-28d7-5e5e-9308-9d551feb0c88',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2243469496',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 29200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_399b1112-28d7-5e5e-9308-9d551feb0c88/399b1112-28d7-5e5e-9308-9d551feb0c88_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172349,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/c1/5c/4cc15c823a094b011b0df37fb46d1f2e122b40c5.jpg?rule=ad-large',
'Width': 1066}],
'price': 19490,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 308 SW II 1.2 PureTech 130ch Allure EAT8',
'transmission': 'automatic',
'trim': '308 SW 1.2 PureTech 130ch S&S Allure EAT8',
'vin': None,
'year': 2021}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [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%272243469496%27 HTTP/1.1" 200 None
2026-03-30 09:22:36 [auto_selling_leboncoin.fr] INFO: Saving data for 2243469496: {'created_time': 1774862556.188502, 'last_price_update_time': 1774862556.188514}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2243469496') HTTP/1.1" 204 0
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 078f52ff-2669-5f7b-b944-20b4ebf60278 with identifier 3161374627
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 078f52ff-2669-5f7b-b944-20b4ebf60278
2026-03-30 09:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Clio 1.6 E-Tech 145ch full hybrid Techno berline, '
'gris c, 5 cv, 5 portes, première mise en circulation le '
'20/10/2023, première main, garantie 12 mois.\n'
'\n'
'-1ere main.vendu revisé et garantie renault occasion.\n'
'\n'
'-hybrid autonome pas de branchement sur prise\n'
'\n'
'- économique.écologique\n'
'\n'
'- A votre disposition pour tous renseignements\n'
'\n'
'- Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
" - Appel d'urgence localisé\n"
' - Interface media\n'
' - Services connectés\n'
' - Bluetooth\n'
' - EQUIPEMENTS => 6 haut parleurs\n'
' - Prise audio usb\n'
' - auto-radio commandé au volant\n'
' - ecran tactile\n'
' - prise audio auxiliaire\n'
' - radio numérique\n'
'\n'
'Conduite :\n'
' - Capteur de luminosité\n'
' - Commande du comportement dynamique\n'
' - Commande mode eco\n'
' - Guidage pour manoeuvre de stationnement\n'
' - Indicateur de limitation de vitesse\n'
" - Système d'accès sans clé\n"
' - Système de maintien du véhicule en côte\n'
' - Système de récupération énergie freinage\n'
' - Stop & Start\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Orange valencia\n'
'\n'
'Extérieur :\n'
' - Becquet arrière\n'
' - Boucliers av et ar couleur caisse\n'
' - Calandre chromée\n'
" - Eclairage statique d'intersection\n"
' - Feux arrière à led\n'
" - Feux de freinage d'urgence\n"
' - Phares avant led\n'
' - Poignées ton carrosserie\n'
' - Répétiteurs de clignotant dans rétro ext\n'
" - Système d'éclairage intelligent\n"
' - camera 360\n'
' - caméra de recul\n'
' - essuie-glace arrière\n'
' - filtre à particules\n'
' - jantes : aluminium\n'
" - radar arrière de détection d'obstacles\n"
" - radar d'aide au stationnement\n"
' - rétroviseurs dégivrants\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Bacs de portes arrière\n'
' - Banquette 1/3 2/3\n'
' - Banquette arrière 3 places\n'
' - Boite à gant fermée\n'
" - Eclairage d'ambiance\n"
' - Fixations isofix aux places arrières\n'
" - Lampes de lecture à l'avant\n"
' - Lunette arrière surteintée\n'
' - Miroir de courtoisie conducteur éclairé\n'
' - Miroir de courtoisie passager éclairé\n'
' - Ouverture des vitres séquentielle\n'
' - Plafonnier central av et ar à led\n'
' - Température extérieure\n'
' - Cache bagages\n'
' - Vitres arrières électriques\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - compte tours\n'
' - fermeture centralisée\n'
' - lampe de coffre\n'
' - ordinateur de bord\n'
' - prise 12V\n'
' - réglages du volant : profondeur\n'
' - rétroviseur interieur electrochrome\n'
' - sieges reglables en hauteur\n'
' - siège conducteur réglable en hauteur\n'
' - verrouillage automatique des portes en roulant\n'
' - verrouillage à distance\n'
' - vitres avant éléctriques\n'
' - vitres surteintées\n'
'\n'
'Pack :\n'
' - Sieges arrières rabattable\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - siège passager réglable\n'
' - volant multifonctions\n'
' - volant réglable\n'
' - Écran multifonction\n'
'\n'
'Sécurité :\n'
' - Assistance de maintient de trajectoire\n'
' - Ceintures avant ajustables en hauteur\n'
' - Détecteur de sous gonflage indirect\n'
" - Freinage automatique d'urgence\n"
' - Radar de distance\n'
' - Reconnaissance panneaux de signalisation\n'
' - Témoin de bouclage des ceintures av\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - Airbags rideaux\n'
' - Airbags rideaux avant\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - airbag conducteur\n'
' - airbag coté passager\n'
' - airbags latéraux\n'
' - alerte de franchissement involontaire de lignes\n'
' - fixations ISOFIX\n'
' - roue de secours\n'
' - répartiteur électronique de freinage\n'
' - troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
' - Textile et textile enduit grainé gris/noir spq cuivre\n'
' - MP3\n'
' - Puissance kilowatt : 66 kw\n'
' - USB\n'
' - feux de circulation diurne\n'
' - puissance réelle : 90 ch\n'
' - vide poche porte avant\n'
' - émission CO2 : 96 g/km\n'
'\n'
'Référence annonce : 1255',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '078f52ff-2669-5f7b-b944-20b4ebf60278',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3161374627',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 28020,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_078f52ff-2669-5f7b-b944-20b4ebf60278/078f52ff-2669-5f7b-b944-20b4ebf60278_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162980,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/5b/fd/cc5bfd7a5a5b28b1f0a51e59b4034f5c046b8371.jpg?rule=ad-large',
'Width': 1200}],
'price': 18290,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio 1.6 E-Tech 145ch full hybrid Techno',
'transmission': 'automatic',
'trim': 'Clio 1.6 E-Tech 145ch full hybrid Techno',
'vin': None,
'year': 2023}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [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%273161374627%27 HTTP/1.1" 200 None
2026-03-30 09:22:36 [auto_selling_leboncoin.fr] INFO: Saving data for 3161374627: {'created_time': 1774862556.239476, 'last_price_update_time': 1774862556.239487}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3161374627') HTTP/1.1" 204 0
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 73025a8e-ced2-5a1f-b15f-e49e44088f24 with identifier 3163365406
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 73025a8e-ced2-5a1f-b15f-e49e44088f24
2026-03-30 09:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Renault Clio TCE 115 CV TECHNO berline, noir, 6 cv, 5 portes, '
'première mise en circulation le 19/02/2026, première main, '
'garantie 24 mois.\n'
'\n'
'-Véhicule de démo.aucun kms parcourue\n'
'\n'
'-Profiter d une disponibilité quasi immediate\n'
'\n'
'-possibilité de reprise .financement.extensionde garantie\n'
'\n'
'-A VOTRE DISPOSITION POUR TOUS RENSEIGNEMENTS\n'
'\n'
'Stéphane [Coordonnées masquées]\n'
'\n'
'5 places, contrôle technique : OK\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
' - Connexion sos\n'
' - Bluetooth\n'
' - GPS\n'
' - ecran tactile\n'
' - téléphone bluetooth\n'
'\n'
'Conduite :\n'
' - Essuie glaces automatiques\n'
' - Feux et essuie glaces automatiques\n'
' - Stop & Start\n'
' - allumage automatique des feux\n'
' - carte main libre\n'
' - démarrage sans clé\n'
' - détecteur de pluie\n'
' - limiteur de vitesse\n'
' - régulateur de vitesse\n'
'\n'
'Couleur :\n'
' - Peinture métallisée\n'
'\n'
'Extérieur :\n'
' - Phares av. de jour à led\n'
' - Vitres ar. surteintées\n'
' - caméra de recul\n'
' - jantes : aluminium\n'
' - rétroviseurs rabattables\n'
' - rétroviseurs électriques\n'
" - système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
' - Banquette 1/3 2/3\n'
' - accoudoir central\n'
' - climatisation : automatique\n'
' - direction assistée\n'
' - ordinateur de bord\n'
' - réglages du volant : hauteur\n'
' - vitres électriques\n'
'\n'
'Pack :\n'
' - 3e feu stop\n'
' - Feux ar. à led\n'
' - Boite 6 vitesses\n'
' - lunette arrière dégivrante\n'
' - nombre de rapports : 6 vitesses\n'
' - volant réglable\n'
'\n'
'Sécurité :\n'
' - Alerte franchissement ligne\n'
' - Radar anti collision\n'
' - ABS\n'
' - Aide au demarrage en pente\n'
' - ESP\n'
" - aide au freinage d'urgence\n"
' - roue de secours\n'
'\n'
'Autres équipements et informations :\n'
" - Classe Crit'air : 1\n"
' - GPS tactile\n'
' - Puissance kilowatt : 85 kw\n'
' - puissance réelle : 115 ch\n'
' - émission CO2 : 115 g/km\n'
'\n'
'Référence annonce : 1256',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '73025a8e-ced2-5a1f-b15f-e49e44088f24',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163365406',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73025a8e-ced2-5a1f-b15f-e49e44088f24/73025a8e-ced2-5a1f-b15f-e49e44088f24_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159010,
'Height': 675,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/2e/e3/082ee398f91d0050ec257ea23301985a59868179.jpg?rule=ad-large',
'Width': 1200}],
'price': 24000,
'price_includes_vat': False,
'registration_date': '2026-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio TCE 115 CV TECHNO',
'transmission': 'manual',
'trim': 'Clio 1.2 TCe 115ch Techno',
'vin': None,
'year': 2026}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [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%273163365406%27 HTTP/1.1" 200 None
2026-03-30 09:22:36 [auto_selling_leboncoin.fr] INFO: Saving data for 3163365406: {'created_time': 1774862556.296792, 'last_price_update_time': 1774862556.296802}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163365406') HTTP/1.1" 204 0
2026-03-30 09:22:36 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 09:22:36 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 09:22:36 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item f373e0162c1911f1b320c264925fbcfa
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 09:22:36 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 09:22:36 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 09:22:36 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 09:22:36 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 09:22:36 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 3, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 09:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 09:22:37 [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%201773566556 HTTP/1.1" 200 None
2026-03-30 09:22:37 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (16 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/f373e0162c1911f1b320c264925fbcfa.jl
2026-03-30 09:22:37 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 9923,
'downloader/request_count': 17,
'downloader/request_method_count/GET': 16,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 3273038,
'downloader/response_count': 17,
'downloader/response_status_count/200': 17,
'elapsed_time_seconds': 14.217618,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 9, 22, 37, 321791, tzinfo=datetime.timezone.utc),
'item_scraped_count': 16,
'log_count/DEBUG': 294,
'log_count/INFO': 318,
'memusage/max': 149139456,
'memusage/startup': 149139456,
'photo_download_count': 15,
'request_depth_max': 2,
'response_received_count': 2,
'scheduler/dequeued': 17,
'scheduler/dequeued/memory': 17,
'scheduler/enqueued': 17,
'scheduler/enqueued/memory': 17,
'scrape_type/new': 16,
'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.4026452375110239,
'scrapy-zyte-api/mean_response_seconds': 1.7236752489116043,
'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': 16,
'source/total_available': 16,
'start_time': datetime.datetime(2026, 3, 30, 9, 22, 23, 104173, tzinfo=datetime.timezone.utc)}
2026-03-30 09:22:37 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 09:22:37 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f108735fa10>
2026-03-30 09:22:37 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f108736c290>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)