PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:14:32 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:14:32 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 15:14:32 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:14:32 [auto_selling_leboncoin.fr] INFO: _job: 4abdaadc2c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:14:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:14:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:14:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:14:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:14:32 [scrapy.extensions.telnet] INFO: Telnet Password: f26cdebd50dccf8b
2026-03-30 15:14:32 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 15:14:32 [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/4abdaadc2c1f11f18e133aacc95538c6.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 15:14:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:14:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:14:32 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 15:14:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:14:32 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 15:14:32 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 15:14:32 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:14:32 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:14:32 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:14:32 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:14:32 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:14:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:14:32 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:14:32 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:14:32 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:14:37 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/1194548/das_auto.htm and multipost_profile_id: b170ae67-49fb-42f6-9345-9b0809470518 and job_id: 4abdaadc2c1f11f18e133aacc95538c6
2026-03-30 15:14:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/1194548/das_auto.htm> (referer: https://www.leboncoin.fr/boutique/1194548/das_auto.htm) ['zyte-api']
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': '__Secure-Install', 'value': '76465b70-c883-4062-95cf-43f82f63a59c', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 253402300798, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': '49c1f00b-f1d6-410d-a03d-96113e3e19b8', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1932563678, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': '1_V1uYKrtTkVj25RQGG6rgAIGV41SPwrPKTU~pYJD04ifS0gaIs5_HZ30IAouJ0ll4pIq2fKRXGGx4nnNeQdW33_Qq6lLRPnnTfcTWefc5Fruz8ySdC~eYJ6yqr8yMap', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419678, 'httpOnly': False, 'secure': True}]
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': '__Secure-Install', 'value': '76465b70-c883-4062-95cf-43f82f63a59c', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '49c1f00b-f1d6-410d-a03d-96113e3e19b8', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': '1_V1uYKrtTkVj25RQGG6rgAIGV41SPwrPKTU~pYJD04ifS0gaIs5_HZ30IAouJ0ll4pIq2fKRXGGx4nnNeQdW33_Qq6lLRPnnTfcTWefc5Fruz8ySdC~eYJ6yqr8yMap', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'AMS58-P3'], b'Date': [b'Mon, 30 Mar 2026 15:14:38 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 9418ec5c8ad0c320eddf5061646e3d88.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=1_V1uYKrtTkVj25RQGG6rgAIGV41SPwrPKTU~pYJD04ifS0gaIs5_HZ30IAouJ0ll4pIq2fKRXGGx4nnNeQdW33_Qq6lLRPnnTfcTWefc5Fruz8ySdC~eYJ6yqr8yMap; 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/"u62gjq40uld7yv"'], 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'vBmVlPwLFCSdom6McfndW_j8g-5HGjY65w9LObfIMJilfpGsePluMg==']}
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': '830787a4-5879-4845-ab2b-1d31a8b27d00'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': '__Secure-Install', 'value': '76465b70-c883-4062-95cf-43f82f63a59c', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '49c1f00b-f1d6-410d-a03d-96113e3e19b8', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': '1_V1uYKrtTkVj25RQGG6rgAIGV41SPwrPKTU~pYJD04ifS0gaIs5_HZ30IAouJ0ll4pIq2fKRXGGx4nnNeQdW33_Qq6lLRPnnTfcTWefc5Fruz8ySdC~eYJ6yqr8yMap', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:14:39 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': '830787a4-5879-4845-ab2b-1d31a8b27d00'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:14:39 [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": "830787a4-5879-4845-ab2b-1d31a8b27d00"}}, "limit": 200, "offset": 0}' -H 'Accept: */*' -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' -H 'Content-Type: application/json' -H 'Origin: https://www.leboncoin.fr' --cookie 'name=__Secure-Install; name=cnfdVisitorId; name=datadome'
2026-03-30 15:14:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/1194548/das_auto.htm) ['zyte-api']
2026-03-30 15:14:41 [auto_selling_leboncoin.fr] INFO: Found 32 listings on page 1
2026-03-30 15:14:41 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3170929892
2026-03-30 15:14:41 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:14:41 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-30 15:14:41 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170929892%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [auto_selling_leboncoin.fr] INFO: Scrape type for 3170929892: 1
2026-03-30 15:14:42 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3170929892
2026-03-30 15:14:42 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 3008 HYBRID 225CH GT-LINE E-EAT8 Révise et Garantie, '
'4x4, suv, gris foncé, 10 cv, 5 portes, première mise en '
'circulation le 20/12/2021.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 3008 HYBRID 225CH GT LINE E-EAT8, (S.U.V.), 10cv, 5 '
'portes, mise en circulation le 20-12-2021, garantie 6 mois (6 '
'MOIS OU 5000 KM )\n'
'\n'
'5 places, couleur intérieur : NOIR, longueur : 4,45 mètres,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Commandes du système audio au volant\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Fonction Mirror Screen\n'
'- Kit mains-libres Bluetooth\n'
'- Nav connectée 3D-SOS/Assist.-Téléserv.\n'
'- Prise USB\n'
'- Radio\n'
'- Radio DAB\n'
'\n'
'Conduite\n'
'- Accès et démarrage mains libres\n'
'- Affichage tête haute\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de pluie\n'
'- Follow me home\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Ceinture de vitrage chromée\n'
'- Essuie-glace arrière\n'
'- Hayon mains libres\n'
'- Jantes Alu\n'
'- Pack City 1\n'
'- Projecteurs Peugeot Full LED Technology\n'
'- Radar de stationnement AR\n'
"- Rétro. ext. Rab. Élect. 'Lion Spotlight'\n"
'- Rétro. ext. Rab. Élect. + éclairage LED\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
"- Sortie d'échappement chromée\n"
'\n'
'Intérieur\n'
'- Accoudoir central AR avec trappe à skis\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Boite à gants fermée\n'
'- Clim automatique bi-zones\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- Ecran multifonction couleur\n'
'- Fixation Isofix siège passager avant\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte carbone\n'
'- Inserts de porte métal\n'
'- Inserts de tableau de bord carbone\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'
'- Plancher de coffre mobile\n'
"- Poches d'aumonières\n"
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Pédalier sport\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur avec réglage lombaire\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager avec dossier repliable\n'
'- Siège passager réglable en hauteur\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitrage latéral feuilleté\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres lat. et lunette AR surteintées\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Airbags rideaux AR\n'
'- Antidémarrage électronique\n'
'- Appuis-tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Détecteur de sous-gonflage indirect\n'
'- ESP\n'
'- Pack Safety Plus\n'
'- Reconnaissance panneaux de signalisation\n'
'- Répartiteur électronique de freinage\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
'- Noir Perla Nera (M)\n'
'- Toit Black Diamond Noir Perla Nera\n'
'- Chargeur embarqué 3,7kW\n'
"- Pack Eclairage d'ambiance\n"
'- Sabot de pare-choc avant gris métallisé\n'
'- Toggle Switches chromés\n'
'\n'
'Référence annonce : VRZ_79B9A5',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 181,
'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/3170929892',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 88300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/fb/66/5efb665f4b6e493f903b16544d2e702d231117b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/bb/d7/c4bbd7bde94606bde074235a4b7460ce3d33bef5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/74/f0/a674f0936697e75bd3a4457a48aa0d4668182fde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/d1/88/9cd188f1164a26b7571dc5082dc923cbabc385f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/19/d8/8319d801fabe324ca97140f7af35705bae073572.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/91/60/aa9160e8107ef1748ea47ead7e53fc8b489f3a7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/1e/fb/821efbe6f296d8e6e3867062b6e8656de09555e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a3/35/3da335f901ae5437bd599ebefb399d716708305d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/30/e9/b030e9a8bdc6481fd3e5f3dd00cd55b1edad6d1b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/47/24/83472496afa9c4c07d38cc864b1223acd5b3d0e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/7a/9d/0f7a9d7339b489afbac87aee08f8d3072b87c442.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/1a/fe/d41afe751841e939e0d4b1b2dc3c44d0876bfb4c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/7e/9b/4e7e9b61746fd4093a209c6c77e4fb0b74cc798a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/d0/db/c0d0db09bd5d47d4be1af6942b3dbead78fb4d2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/ec/63/ceec6322bce009d163582c212d3dd86b9894db8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/61/7f/1c617feb83bba9ab7ae5e5a99ec920b39844e2e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/bd/c3/53bdc378bd818b7064d60823b32a96d1b2fab881.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large'],
'price': 19490,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 HYBRID 225CH GT-LINE E-EAT8 Révise et Garantie',
'transmission': 'automatic',
'trim': '3008 HYBRID 225ch GT e-EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:14:42 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ea0874f-3265-5450-8dfb-ae19290b4d6b with identifier: 3170929892
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6ea0874f-3265-5450-8dfb-ae19290b4d6b
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5e%252Ffb%252F66%252F5efb665f4b6e493f903b16544d2e702d231117b2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/fb/66/5efb665f4b6e493f903b16544d2e702d231117b2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc4%252Fbb%252Fd7%252Fc4bbd7bde94606bde074235a4b7460ce3d33bef5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/bb/d7/c4bbd7bde94606bde074235a4b7460ce3d33bef5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa6%252F74%252Ff0%252Fa674f0936697e75bd3a4457a48aa0d4668182fde.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/74/f0/a674f0936697e75bd3a4457a48aa0d4668182fde.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252Fd1%252F88%252F9cd188f1164a26b7571dc5082dc923cbabc385f4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/d1/88/9cd188f1164a26b7571dc5082dc923cbabc385f4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F19%252Fd8%252F8319d801fabe324ca97140f7af35705bae073572.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/19/d8/8319d801fabe324ca97140f7af35705bae073572.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faa%252F91%252F60%252Faa9160e8107ef1748ea47ead7e53fc8b489f3a7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/91/60/aa9160e8107ef1748ea47ead7e53fc8b489f3a7c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F82%252F1e%252Ffb%252F821efbe6f296d8e6e3867062b6e8656de09555e2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/82/1e/fb/821efbe6f296d8e6e3867062b6e8656de09555e2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252Fa3%252F35%252F3da335f901ae5437bd599ebefb399d716708305d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a3/35/3da335f901ae5437bd599ebefb399d716708305d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb0%252F30%252Fe9%252Fb030e9a8bdc6481fd3e5f3dd00cd55b1edad6d1b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/30/e9/b030e9a8bdc6481fd3e5f3dd00cd55b1edad6d1b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F47%252F24%252F83472496afa9c4c07d38cc864b1223acd5b3d0e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/47/24/83472496afa9c4c07d38cc864b1223acd5b3d0e6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:42 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 6ea0874f-3265-5450-8dfb-ae19290b4d6b with identifier 3170929892
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:14:42 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:14:42 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2022
2026-03-30 15:14:42 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:14:42 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883682
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883682
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:14:43 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 6ea0874f-3265-5450-8dfb-ae19290b4d6b
2026-03-30 15:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 3008 HYBRID 225CH GT-LINE E-EAT8 Révise et Garantie, '
'4x4, suv, gris foncé, 10 cv, 5 portes, première mise en '
'circulation le 20/12/2021.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 3008 HYBRID 225CH GT LINE E-EAT8, (S.U.V.), 10cv, 5 '
'portes, mise en circulation le 20-12-2021, garantie 6 mois (6 '
'MOIS OU 5000 KM )\n'
'\n'
'5 places, couleur intérieur : NOIR, longueur : 4,45 mètres,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Commandes du système audio au volant\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Fonction Mirror Screen\n'
'- Kit mains-libres Bluetooth\n'
'- Nav connectée 3D-SOS/Assist.-Téléserv.\n'
'- Prise USB\n'
'- Radio\n'
'- Radio DAB\n'
'\n'
'Conduite\n'
'- Accès et démarrage mains libres\n'
'- Affichage tête haute\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de pluie\n'
'- Follow me home\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Ceinture de vitrage chromée\n'
'- Essuie-glace arrière\n'
'- Hayon mains libres\n'
'- Jantes Alu\n'
'- Pack City 1\n'
'- Projecteurs Peugeot Full LED Technology\n'
'- Radar de stationnement AR\n'
"- Rétro. ext. Rab. Élect. 'Lion Spotlight'\n"
'- Rétro. ext. Rab. Élect. + éclairage LED\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
"- Sortie d'échappement chromée\n"
'\n'
'Intérieur\n'
'- Accoudoir central AR avec trappe à skis\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Boite à gants fermée\n'
'- Clim automatique bi-zones\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- Ecran multifonction couleur\n'
'- Fixation Isofix siège passager avant\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte carbone\n'
'- Inserts de porte métal\n'
'- Inserts de tableau de bord carbone\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'
'- Plancher de coffre mobile\n'
"- Poches d'aumonières\n"
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Pédalier sport\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur avec réglage lombaire\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager avec dossier repliable\n'
'- Siège passager réglable en hauteur\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitrage latéral feuilleté\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres lat. et lunette AR surteintées\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Airbags rideaux AR\n'
'- Antidémarrage électronique\n'
'- Appuis-tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Détecteur de sous-gonflage indirect\n'
'- ESP\n'
'- Pack Safety Plus\n'
'- Reconnaissance panneaux de signalisation\n'
'- Répartiteur électronique de freinage\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
'- Noir Perla Nera (M)\n'
'- Toit Black Diamond Noir Perla Nera\n'
'- Chargeur embarqué 3,7kW\n'
"- Pack Eclairage d'ambiance\n"
'- Sabot de pare-choc avant gris métallisé\n'
'- Toggle Switches chromés\n'
'\n'
'Référence annonce : VRZ_79B9A5',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 181,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '6ea0874f-3265-5450-8dfb-ae19290b4d6b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3170929892',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '3008',
'odometer': 88300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/fb/66/5efb665f4b6e493f903b16544d2e702d231117b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/bb/d7/c4bbd7bde94606bde074235a4b7460ce3d33bef5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/74/f0/a674f0936697e75bd3a4457a48aa0d4668182fde.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/d1/88/9cd188f1164a26b7571dc5082dc923cbabc385f4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/19/d8/8319d801fabe324ca97140f7af35705bae073572.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/91/60/aa9160e8107ef1748ea47ead7e53fc8b489f3a7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/1e/fb/821efbe6f296d8e6e3867062b6e8656de09555e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a3/35/3da335f901ae5437bd599ebefb399d716708305d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/30/e9/b030e9a8bdc6481fd3e5f3dd00cd55b1edad6d1b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/47/24/83472496afa9c4c07d38cc864b1223acd5b3d0e6.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257308,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/fb/66/5efb665f4b6e493f903b16544d2e702d231117b2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252380,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c4/bb/d7/c4bbd7bde94606bde074235a4b7460ce3d33bef5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267623,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a6/74/f0/a674f0936697e75bd3a4457a48aa0d4668182fde.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259809,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/d1/88/9cd188f1164a26b7571dc5082dc923cbabc385f4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254176,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/19/d8/8319d801fabe324ca97140f7af35705bae073572.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216350,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/91/60/aa9160e8107ef1748ea47ead7e53fc8b489f3a7c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217034,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/1e/fb/821efbe6f296d8e6e3867062b6e8656de09555e2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149005,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/a3/35/3da335f901ae5437bd599ebefb399d716708305d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158129,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/30/e9/b030e9a8bdc6481fd3e5f3dd00cd55b1edad6d1b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58/0c0ecb8d-14a0-52fd-b8a7-8a85c2421c58_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123631,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/47/24/83472496afa9c4c07d38cc864b1223acd5b3d0e6.jpg?rule=ad-large',
'Width': 1067}],
'price': 19490,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 HYBRID 225CH GT-LINE E-EAT8 Révise et Garantie',
'transmission': 'automatic',
'trim': '3008 HYBRID 225ch GT e-EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273170929892%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3170929892: {'created_time': 1774883683.180773, 'last_price_update_time': 1774883683.180787}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3170929892') HTTP/1.1" 204 0
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635656
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635656%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635656: 1
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635656
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': 'Audi A4 2.0 tdi Avant 40 TDI 190ch Ultra S tronic Toit '
'Ouvrant Ouvrant Panoramique, break, marron, 10 cv, 5 portes, '
'première mise en circulation le 06/08/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Audi A4 Avant 40 TDI 190ch Business line quattro S tronic 7 '
'Euro6d-T, (Break), Gris mousson, 10cv, 5 portes, mise en '
'circulation le 28-03-2019, garantie 6 mois (6 mois pièces et '
"main d'oeuvre).\n"
'\n'
'5 places, couleur intérieur : Gris, longueur : 4,72 mètres, '
'poids en charge 2225 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 8 Haut parleurs\n'
"- Appel d'Urgence Localisé\n"
'- Borne Wi-Fi\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- MMI navigation plus avec MMI touch\n'
'- Navigateur Internet\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Prise iPod\n'
'- Radio\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Blocage électronique du différentiel\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Commande du comportement dynamique\n'
'- Différentiel autobloquant\n'
'- Démarrage sans clé\n'
'- Limiteur de vitesse\n'
'- Palettes changement vitesses au volant\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Boucliers AV et AR couleur caisse\n'
'- Buses de lave-glace chauffantes\n'
'- Caméra de recul\n'
'- Ceinture de vitrage chromée\n'
'- Clé confort (sans alarme antivol)\n'
'- Coffre assisté électriquement\n'
'- Echappement à double sortie\n'
'- Essuie-glace arrière\n'
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Pack Assistance City\n'
'- Phares avant LED\n'
'- Radar de stationnement AR\n'
'- Radar de stationnement AV\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 40/20/40\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim automatique\n'
'- Compte tours\n'
"- Eclairage d'ambiance\n"
'- Ecran multifonction couleur\n'
'- Filets de coffre\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte métal\n'
'- Inserts de tableau de bord métal\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
'- Plancher de coffre mobile\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège cond. avec réglage lombaire électr\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager avec réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Contrôle de couple en courbe\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle electronique de stabilité\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Troisième ceinture de sécurité\n'
'- Témoin de bouclage des ceintures AV\n'
'\n'
'Autres équipements et informations :\n'
'- Gris mousson\n'
'- Tissu Index Noir/Gris roche\n'
'\n'
'Référence annonce : VRZ_2B1F3A',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 190,
'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/3163635656',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 125300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/bc/e1/4cbce1c61e45f5ed1b02cb5bd64fbe141102218f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/f1/7e/70f17e5ab7a604db56431dda11b3a832d7e95786.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/7a/2e/8d7a2eac2a749342208f7ecc1167e725a6f91ea7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/25/dd/e125dd0cd4e00dad1000cfbb76cdf31976e2e170.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/6e/d5/e56ed55f2ff4c4364a52b0cf23029fdaf8b7df7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/75/63/007563d14370db0f57877258df830c5c5c56cb3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4f/9f/bc4f9faa13070471583b008e69c436fe5f69068b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/1f/3b/241f3b09a7a57a08a87dba6fe3515d036173d284.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/95/21/d095217d69f74cea30595a895341ff32bfb14d6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f8/00/9df800b00664472de8ab66d9937561b23fc59d0b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/d3/0d/6bd30df81a569670a6c9807eb5deb717dff083a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/8b/56/7c8b56b224165757b7be635676c86a1942f8cace.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/6c/06/8a6c065488e9e9667079ddfbaa396739a8c09004.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/e1/3f/12e13f82b7ed6967550119335d574a4e3c1d0716.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/bb/88/42bb88196b0c5bb175c1eedc67ae39cf424cd92f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/17/c8/5817c86f34df2847dfd534d8bad32f3721ccc7d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/e6/19/4de619c6938102dae2fa9ddf0b9dd35dfa7c5a8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/d0/fb/c3d0fb3121185a412896b41ca66f7ef498cc98b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2018-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 2.0 tdi Avant 40 TDI 190ch Ultra S tronic Toit Ouvrant '
'Ouvrant Panoramique',
'transmission': 'automatic',
'trim': 'A4 Avant 2.0 TDI 190ch ultra S tronic 7',
'vin': None,
'year': 2018}
2026-03-30 15:14:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f69126e2-f4b6-56a5-a2d6-793677048a11 with identifier: 3163635656
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f69126e2-f4b6-56a5-a2d6-793677048a11
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4c%252Fbc%252Fe1%252F4cbce1c61e45f5ed1b02cb5bd64fbe141102218f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/bc/e1/4cbce1c61e45f5ed1b02cb5bd64fbe141102218f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252Ff1%252F7e%252F70f17e5ab7a604db56431dda11b3a832d7e95786.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/f1/7e/70f17e5ab7a604db56431dda11b3a832d7e95786.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8d%252F7a%252F2e%252F8d7a2eac2a749342208f7ecc1167e725a6f91ea7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/7a/2e/8d7a2eac2a749342208f7ecc1167e725a6f91ea7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe1%252F25%252Fdd%252Fe125dd0cd4e00dad1000cfbb76cdf31976e2e170.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/25/dd/e125dd0cd4e00dad1000cfbb76cdf31976e2e170.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe5%252F6e%252Fd5%252Fe56ed55f2ff4c4364a52b0cf23029fdaf8b7df7d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/6e/d5/e56ed55f2ff4c4364a52b0cf23029fdaf8b7df7d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252F75%252F63%252F007563d14370db0f57877258df830c5c5c56cb3f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/75/63/007563d14370db0f57877258df830c5c5c56cb3f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252F4f%252F9f%252Fbc4f9faa13070471583b008e69c436fe5f69068b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4f/9f/bc4f9faa13070471583b008e69c436fe5f69068b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F24%252F1f%252F3b%252F241f3b09a7a57a08a87dba6fe3515d036173d284.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/24/1f/3b/241f3b09a7a57a08a87dba6fe3515d036173d284.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd0%252F95%252F21%252Fd095217d69f74cea30595a895341ff32bfb14d6c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/95/21/d095217d69f74cea30595a895341ff32bfb14d6c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252Ff8%252F00%252F9df800b00664472de8ab66d9937561b23fc59d0b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f8/00/9df800b00664472de8ab66d9937561b23fc59d0b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f69126e2-f4b6-56a5-a2d6-793677048a11 with identifier 3163635656
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f69126e2-f4b6-56a5-a2d6-793677048a11
2026-03-30 15:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Marron',
'currency': 'EUR',
'description': 'Audi A4 2.0 tdi Avant 40 TDI 190ch Ultra S tronic Toit '
'Ouvrant Ouvrant Panoramique, break, marron, 10 cv, 5 portes, '
'première mise en circulation le 06/08/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Audi A4 Avant 40 TDI 190ch Business line quattro S tronic 7 '
'Euro6d-T, (Break), Gris mousson, 10cv, 5 portes, mise en '
'circulation le 28-03-2019, garantie 6 mois (6 mois pièces et '
"main d'oeuvre).\n"
'\n'
'5 places, couleur intérieur : Gris, longueur : 4,72 mètres, '
'poids en charge 2225 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 8 Haut parleurs\n'
"- Appel d'Urgence Localisé\n"
'- Borne Wi-Fi\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- MMI navigation plus avec MMI touch\n'
'- Navigateur Internet\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Prise iPod\n'
'- Radio\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Blocage électronique du différentiel\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Commande du comportement dynamique\n'
'- Différentiel autobloquant\n'
'- Démarrage sans clé\n'
'- Limiteur de vitesse\n'
'- Palettes changement vitesses au volant\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Boucliers AV et AR couleur caisse\n'
'- Buses de lave-glace chauffantes\n'
'- Caméra de recul\n'
'- Ceinture de vitrage chromée\n'
'- Clé confort (sans alarme antivol)\n'
'- Coffre assisté électriquement\n'
'- Echappement à double sortie\n'
'- Essuie-glace arrière\n'
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Pack Assistance City\n'
'- Phares avant LED\n'
'- Radar de stationnement AR\n'
'- Radar de stationnement AV\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 40/20/40\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim automatique\n'
'- Compte tours\n'
"- Eclairage d'ambiance\n"
'- Ecran multifonction couleur\n'
'- Filets de coffre\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte métal\n'
'- Inserts de tableau de bord métal\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
'- Plancher de coffre mobile\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège cond. avec réglage lombaire électr\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager avec réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Contrôle de couple en courbe\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle electronique de stabilité\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Troisième ceinture de sécurité\n'
'- Témoin de bouclage des ceintures AV\n'
'\n'
'Autres équipements et informations :\n'
'- Gris mousson\n'
'- Tissu Index Noir/Gris roche\n'
'\n'
'Référence annonce : VRZ_2B1F3A',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 190,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f69126e2-f4b6-56a5-a2d6-793677048a11',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635656',
'listing': 'auction',
'make': 'AUDI',
'model': 'A4',
'odometer': 125300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/bc/e1/4cbce1c61e45f5ed1b02cb5bd64fbe141102218f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/f1/7e/70f17e5ab7a604db56431dda11b3a832d7e95786.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/7a/2e/8d7a2eac2a749342208f7ecc1167e725a6f91ea7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/25/dd/e125dd0cd4e00dad1000cfbb76cdf31976e2e170.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/6e/d5/e56ed55f2ff4c4364a52b0cf23029fdaf8b7df7d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/75/63/007563d14370db0f57877258df830c5c5c56cb3f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4f/9f/bc4f9faa13070471583b008e69c436fe5f69068b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/1f/3b/241f3b09a7a57a08a87dba6fe3515d036173d284.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/95/21/d095217d69f74cea30595a895341ff32bfb14d6c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f8/00/9df800b00664472de8ab66d9937561b23fc59d0b.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250686,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/bc/e1/4cbce1c61e45f5ed1b02cb5bd64fbe141102218f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248346,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/f1/7e/70f17e5ab7a604db56431dda11b3a832d7e95786.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265332,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/7a/2e/8d7a2eac2a749342208f7ecc1167e725a6f91ea7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250895,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/25/dd/e125dd0cd4e00dad1000cfbb76cdf31976e2e170.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244362,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/6e/d5/e56ed55f2ff4c4364a52b0cf23029fdaf8b7df7d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240188,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/75/63/007563d14370db0f57877258df830c5c5c56cb3f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235245,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4f/9f/bc4f9faa13070471583b008e69c436fe5f69068b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148951,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/1f/3b/241f3b09a7a57a08a87dba6fe3515d036173d284.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167510,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/95/21/d095217d69f74cea30595a895341ff32bfb14d6c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_54762071-c043-5141-a4bf-78f65e622fdd/54762071-c043-5141-a4bf-78f65e622fdd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161757,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/f8/00/9df800b00664472de8ab66d9937561b23fc59d0b.jpg?rule=ad-large',
'Width': 1067}],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2018-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 2.0 tdi Avant 40 TDI 190ch Ultra S tronic Toit Ouvrant '
'Ouvrant Panoramique',
'transmission': 'automatic',
'trim': 'A4 Avant 2.0 TDI 190ch ultra S tronic 7',
'vin': None,
'year': 2018}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635656%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635656: {'created_time': 1774883683.552193, 'last_price_update_time': 1774883683.552209}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635656') HTTP/1.1" 204 0
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168798168
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168798168%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168798168: 1
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168798168
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'RENAULT Megane Scenic XMOD dCi 130 Energy eco2 Bose Edition '
'Révise et Garantie, monospace, gris foncé, 7 cv, 5 portes, '
'première mise en circulation le 01/07/2013.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Scénic XMOD dCi 130 Energy eco2 Bose Edition '
'monospace, Gris Fonce , 7 cv, 5 portes, première mise en '
'circulation le 01/07/2013, garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bose Sound System\n'
'- Carminat Tom Tom Live\n'
'- Cartographie Europe\n'
'\n'
'Conduite :\n'
'- Carte Accès & de démarrage "Mains libres"\n'
'- Carte Accès & de démarrage Renault "Mains libres"\n'
'- Frein de parking manuel\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Couleur :\n'
'- Peinture opaque\n'
'\n'
'Extérieur :\n'
'- Aide au parking AV/AR\n'
'- Barres de toit longitudinales chrome satiné\n'
'- Radars de stationnement AV\n'
'- Vitres AR et lunette AR surteintées\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
"- système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
'- Console centrale fixe gris métal fumé\n'
'- Paresoleil latéraux AR\n'
'- Pommeau de levier de vitesse sport\n'
'- Pommeau de levier de vitesses cuir\n'
'- Rideaux paresoleil AR\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège passager à tablette et mise en chargement long\n'
'- climatisation\n'
'- prise 12V\n'
'- rétroviseur interieur electrochrome\n'
'- sieges reglables en hauteur\n'
'- siège conducteur réglable en hauteur\n'
'- vitres électriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Console de rangement fixe\n'
'- Kit de réparation de pneu\n'
'- Prééquipement services connectés\n'
'- Système multimédia RLink\n'
'- Système multimédia RLink Evolution\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sécurité :\n'
"- Assistance au freinage d'urgence (A.F.U.)\n"
'- Projecteurs antibrouillard\n'
'- Visiosystem\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags rideaux\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag coté passager\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Aérateurs aux places AR\n'
'- Aérateurs et baguette de planche de bord gris métal fumé\n'
'- Boucliers ski AV et AR aspect chrome\n'
'- Clignotants à impulsion\n'
'- Eclaireur de cave AV et AR\n'
'- Ecran couleur personnalisable à technologie TFT\n'
'- Face AV Nouvelle identité visuelle\n'
'- Harmonie Carbone foncé\n'
'- Poignées de portes intérieures et vignette de pommeau de '
'vitesse chrome\n'
'- Protections latérales noir graphite avec jonc chrome\n'
'- RLink Evolution\n'
'- Spots de lecture aux places AR\n'
'- TEP/velours carbone foncé\n'
'- 3 sièges AR amovibles (central avec mise en tablette)\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 96 kw\n'
'- feux de circulation diurne\n'
'- kilométrage garanti\n'
'- puissance réelle : 130 ch\n'
'- émission CO2 : 114 g/km\n'
'\n'
'Référence annonce : VRZ_34C3E1',
'doors_number': 5,
'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/voitures/3168798168',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 124300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/17/eb/2f17ebc38f56ef7fc2629d5fb6dcbe21bc47d915.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/ed/e6/5bede67aa8b2c690b74d843c21c9f78ddb7b2f36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/cf/fa18cff87822e5df76709aa538f25d78a2f93418.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ba/8a/56ba8a78536e4aed42655f89acb7f04af3d47222.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/11/0f/b1110febf8d3bcf41bcb6015ce26f81f7e9d781f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/0c/ba/1d0cbab74d7055a78ebfe54bca088a6417caa80f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2b/9c/362b9c0db2ab7e16e99b0397055e5c93ddba6255.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/8b/1b/b18b1be70c4b314380376c4c4a33c4d0dbe24e16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f5/63/99f563509a227922372f88feff3588cdca7f995d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/88/cf/8588cfff3957222f3b1a107d38580dc8fcde4b54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/e5/9f/06e59faa628f629e591fd0fbd2b1f14337fe5cd7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/e4/d9/0de4d9c41798e815199a64e9ee0385e81e80df11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/80/17/c88017889880be345cf88caa47322e2eebef36f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/3a/af/943aaf5e76346a890c4ff984a2b6550da188d8fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/ce/6c/3dce6c62c34aa21e0108e39331246662990cfa94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/fa/e8/d2fae8847fed56f5b914f1ec3da156afec6641f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/c8/67/84c867ff55ed87f847dbdf9c1bf2da11ef0139d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/99/5e/75995e765371ab3aee13957c0a7e65e77c7310e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2013-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Megane Scenic XMOD dCi 130 Energy eco2 Bose Edition Révise '
'et Garantie',
'transmission': 'manual',
'trim': 'Megane 1.6 dCi 130ch energy Bose eco²',
'vin': None,
'year': 2013}
2026-03-30 15:14:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e3204b5e-bf6e-5d71-993b-f4dad9ee5013 with identifier: 3168798168
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3204b5e-bf6e-5d71-993b-f4dad9ee5013
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2f%252F17%252Feb%252F2f17ebc38f56ef7fc2629d5fb6dcbe21bc47d915.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/17/eb/2f17ebc38f56ef7fc2629d5fb6dcbe21bc47d915.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5b%252Fed%252Fe6%252F5bede67aa8b2c690b74d843c21c9f78ddb7b2f36.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/ed/e6/5bede67aa8b2c690b74d843c21c9f78ddb7b2f36.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252F18%252Fcf%252Ffa18cff87822e5df76709aa538f25d78a2f93418.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/cf/fa18cff87822e5df76709aa538f25d78a2f93418.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252Fba%252F8a%252F56ba8a78536e4aed42655f89acb7f04af3d47222.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ba/8a/56ba8a78536e4aed42655f89acb7f04af3d47222.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F11%252F0f%252Fb1110febf8d3bcf41bcb6015ce26f81f7e9d781f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/11/0f/b1110febf8d3bcf41bcb6015ce26f81f7e9d781f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252F0c%252Fba%252F1d0cbab74d7055a78ebfe54bca088a6417caa80f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/0c/ba/1d0cbab74d7055a78ebfe54bca088a6417caa80f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F2b%252F9c%252F362b9c0db2ab7e16e99b0397055e5c93ddba6255.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2b/9c/362b9c0db2ab7e16e99b0397055e5c93ddba6255.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F8b%252F1b%252Fb18b1be70c4b314380376c4c4a33c4d0dbe24e16.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/8b/1b/b18b1be70c4b314380376c4c4a33c4d0dbe24e16.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252Ff5%252F63%252F99f563509a227922372f88feff3588cdca7f995d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f5/63/99f563509a227922372f88feff3588cdca7f995d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252F88%252Fcf%252F8588cfff3957222f3b1a107d38580dc8fcde4b54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/88/cf/8588cfff3957222f3b1a107d38580dc8fcde4b54.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e3204b5e-bf6e-5d71-993b-f4dad9ee5013 with identifier 3168798168
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e3204b5e-bf6e-5d71-993b-f4dad9ee5013
2026-03-30 15:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'RENAULT Megane Scenic XMOD dCi 130 Energy eco2 Bose Edition '
'Révise et Garantie, monospace, gris foncé, 7 cv, 5 portes, '
'première mise en circulation le 01/07/2013.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Scénic XMOD dCi 130 Energy eco2 Bose Edition '
'monospace, Gris Fonce , 7 cv, 5 portes, première mise en '
'circulation le 01/07/2013, garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bose Sound System\n'
'- Carminat Tom Tom Live\n'
'- Cartographie Europe\n'
'\n'
'Conduite :\n'
'- Carte Accès & de démarrage "Mains libres"\n'
'- Carte Accès & de démarrage Renault "Mains libres"\n'
'- Frein de parking manuel\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Couleur :\n'
'- Peinture opaque\n'
'\n'
'Extérieur :\n'
'- Aide au parking AV/AR\n'
'- Barres de toit longitudinales chrome satiné\n'
'- Radars de stationnement AV\n'
'- Vitres AR et lunette AR surteintées\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
"- système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
'- Console centrale fixe gris métal fumé\n'
'- Paresoleil latéraux AR\n'
'- Pommeau de levier de vitesse sport\n'
'- Pommeau de levier de vitesses cuir\n'
'- Rideaux paresoleil AR\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège passager à tablette et mise en chargement long\n'
'- climatisation\n'
'- prise 12V\n'
'- rétroviseur interieur electrochrome\n'
'- sieges reglables en hauteur\n'
'- siège conducteur réglable en hauteur\n'
'- vitres électriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Console de rangement fixe\n'
'- Kit de réparation de pneu\n'
'- Prééquipement services connectés\n'
'- Système multimédia RLink\n'
'- Système multimédia RLink Evolution\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sécurité :\n'
"- Assistance au freinage d'urgence (A.F.U.)\n"
'- Projecteurs antibrouillard\n'
'- Visiosystem\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags rideaux\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag coté passager\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Aérateurs aux places AR\n'
'- Aérateurs et baguette de planche de bord gris métal fumé\n'
'- Boucliers ski AV et AR aspect chrome\n'
'- Clignotants à impulsion\n'
'- Eclaireur de cave AV et AR\n'
'- Ecran couleur personnalisable à technologie TFT\n'
'- Face AV Nouvelle identité visuelle\n'
'- Harmonie Carbone foncé\n'
'- Poignées de portes intérieures et vignette de pommeau de '
'vitesse chrome\n'
'- Protections latérales noir graphite avec jonc chrome\n'
'- RLink Evolution\n'
'- Spots de lecture aux places AR\n'
'- TEP/velours carbone foncé\n'
'- 3 sièges AR amovibles (central avec mise en tablette)\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 96 kw\n'
'- feux de circulation diurne\n'
'- kilométrage garanti\n'
'- puissance réelle : 130 ch\n'
'- émission CO2 : 114 g/km\n'
'\n'
'Référence annonce : VRZ_34C3E1',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e3204b5e-bf6e-5d71-993b-f4dad9ee5013',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168798168',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Megane',
'odometer': 124300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/17/eb/2f17ebc38f56ef7fc2629d5fb6dcbe21bc47d915.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/ed/e6/5bede67aa8b2c690b74d843c21c9f78ddb7b2f36.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/cf/fa18cff87822e5df76709aa538f25d78a2f93418.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ba/8a/56ba8a78536e4aed42655f89acb7f04af3d47222.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/11/0f/b1110febf8d3bcf41bcb6015ce26f81f7e9d781f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/0c/ba/1d0cbab74d7055a78ebfe54bca088a6417caa80f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2b/9c/362b9c0db2ab7e16e99b0397055e5c93ddba6255.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/8b/1b/b18b1be70c4b314380376c4c4a33c4d0dbe24e16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f5/63/99f563509a227922372f88feff3588cdca7f995d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/88/cf/8588cfff3957222f3b1a107d38580dc8fcde4b54.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245017,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/17/eb/2f17ebc38f56ef7fc2629d5fb6dcbe21bc47d915.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261726,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/ed/e6/5bede67aa8b2c690b74d843c21c9f78ddb7b2f36.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263420,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/cf/fa18cff87822e5df76709aa538f25d78a2f93418.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233677,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/ba/8a/56ba8a78536e4aed42655f89acb7f04af3d47222.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246783,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/11/0f/b1110febf8d3bcf41bcb6015ce26f81f7e9d781f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237515,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/0c/ba/1d0cbab74d7055a78ebfe54bca088a6417caa80f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219657,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2b/9c/362b9c0db2ab7e16e99b0397055e5c93ddba6255.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161526,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/8b/1b/b18b1be70c4b314380376c4c4a33c4d0dbe24e16.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151565,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/f5/63/99f563509a227922372f88feff3588cdca7f995d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ac608874-7a36-595f-8b04-f5277739fae2/ac608874-7a36-595f-8b04-f5277739fae2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149179,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/88/cf/8588cfff3957222f3b1a107d38580dc8fcde4b54.jpg?rule=ad-large',
'Width': 1067}],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2013-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Megane Scenic XMOD dCi 130 Energy eco2 Bose Edition Révise '
'et Garantie',
'transmission': 'manual',
'trim': 'Megane 1.6 dCi 130ch energy Bose eco²',
'vin': None,
'year': 2013}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168798168%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Saving data for 3168798168: {'created_time': 1774883683.77873, 'last_price_update_time': 1774883683.778747}
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168798168') HTTP/1.1" 204 0
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168798167
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168798167%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168798167: 1
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168798167
2026-03-30 15:14:43 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Peugeot 5008 1.5 BlueHDi 130ch S EAT 8 Active Business 7 '
'Places, 4x4, suv, noir, 7 cv, 5 portes, première mise en '
'circulation le 01/02/2021.\n'
'\n'
'7 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 5008 BlueHDi 130ch S&S Active Business tout-terrain, '
'7 cv, 5 portes, première mise en circulation le 01/02/2021, '
'garantie 12 mois.\n'
'\n'
'7 places, longueur : 4,64 mètre(s), poids en charge : 1430 '
'kg\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Fonction "Mirror Screen"\n'
'- Fonction DAB\n'
'- Bluetooth\n'
'- Prise audio usb\n'
'- Teleservices\n'
'- ecran tactile\n'
'\n'
'Conduite :\n'
'- Accès et démarrage mains libres\n'
'- limiteur de vitesse\n'
'- pack visibilite\n'
'\n'
'Couleur :\n'
'- Peinture Noir Perla Métal\n'
'\n'
'Extérieur :\n'
"- Canules d'echappement de style chromées\n"
'- Jonc de vitres en inox\n'
'- Pack City 1\n'
'- Projecteurs "Peugeot Full Led Technology"\n'
'- Rétroviseurs indéxés à la marche AR\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- rétroviseurs dégivrants\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Air conditionné automatique bi-zone\n'
'- Boîte à gants floquée et éclairée\n'
'- Eclairage intérieur LED: plafonnier tactile 3 spots + 2 '
"LEDs d'ambiance\n"
'- Indicateur de rapport conseillé\n'
"- Pack Eclairage d'ambiance\n"
'- Poches/filets aumonières au dos des sièges AV\n'
'- Siège conducteur mécanique réglable en hauteur\n'
'- Siège conducteur à réglage lombaire manuel\n'
'- Siège passager AV mécanique avec mise en tablette\n'
'- Siège passager AV mécanique réglable en hauteur\n'
'- Sécurité enfants électrique des vitres AR\n'
'- Tablettes aviation aux dos des sièges du rang 1\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- boîte à gants\n'
'- direction assistée\n'
'- fermeture centralisée\n'
'- intérieur : drap\n'
'- prise 12V\n'
'- rideaux pare-soleil\n'
'- verrouillage à distance\n'
'- vitres avant éléctriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Ceintures de sécurité 3 points à enrouleur au 2ème rang\n'
'- Ceintures de sécurité 3 points à enrouleur au 3ème rang\n'
'- Ceintures de sécurité AV 3 points à enrouleur\n'
'- Driver Sport Pack\n'
'- Pack Enfants\n'
'- Pack Safety Plus\n'
'- Poignées de portes couleur carrosserie\n'
'- Surtapis AV et AR\n'
'- Toit "Black Diamond"\n'
'- Trappes de rangement aux pieds des passagers du 2ème rang\n'
'- Verrouillage automatique de tous les ouvrants en roulant\n'
'- Vitres latérales AR et lunette AR surteintées\n'
'- ASR\n'
'- Cockpit numérique\n'
'- Miroirs de courtoisie éclairés\n'
'- frein parking automatique\n'
'- manivelle de frein de stationnement électrique\n'
'- nombre de rapports : 8 vitesses\n'
'- pare-soleil\n'
'\n'
'Sécurité :\n'
'- Kit de dépannage de pneumatique : compresseur 12 volts\n'
'- Reconnaissance des panneaux de vitesse et préconisation de '
'vitesse\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags rideaux\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- 2 sièges escamotables et extractibles pour les passagers du '
'3ème rang\n'
'- sièges AR indépendants\n'
'- Appuis-tête à sécurité optimisée réglables en hauteur sur '
'les sièges conducteur et passager AV ainsi que sur les places '
'latérales AR\n'
'- Avertisseur de temps de conduite\n'
'- Décors de planche de bord et panneaux de portes en maille '
'"Brumeo"\n'
'- Ecran tactile capacitif 8" et "Toggles Switches" et radio '
'bi-tuner\n'
'- Essuie-vitre AR avec enclenchement automatique en marche '
'AR\n'
'- Essuie-vitre AV avec système de lavage "Magic Wash"\n'
"- Inserts d'ailes AV chromés\n"
'- Lunette AR chauffante avec antennes sérigraphiées\n'
'- Navigation connectée 3D avec reconnaissance vocale\n'
'- Peugeot Connect : Navigation 3D connectée avec '
'reconnaissance vocale\n'
'- Spots de lecture aux 2ème et 3ème rangs\n'
'- Teinte opaque Blanc Banquise\n'
'- 2 liseuses AR\n'
"- Classe Crit'air : 2\n"
'- Largeur : 1,84 mètre(s)\n'
'- MP3\n'
'- Puissance kilowatt : 96 kw\n'
'- SOS & Assistance\n'
'- USB\n'
'- réglables en hauteur avec prétensionneurs et limiteurs '
"d'effort\n"
'- volume du coffre : 780,00 litres\n'
'- zone connectique\n'
'- émission CO2 : 153 g/km\n'
'\n'
'Référence annonce : VRZ_8FAD04',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168798167',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 65100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/4c/f9/bd4cf9747bcdd9f4daf0f9fa709d9d8f6c910efc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/b0/ebf0b0f620dcaa6b4925e56c668023093aab6dc5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/bf/4e/febf4e0cf05ddf8fcc6dcc2c5aeade4e919e6a21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/95/79/8b95799fe63e7c18dc2b597c58f63633b55f28a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/b0/28ceb07ce91322c6a738262c8b80f9036d739005.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/c1/84/09c184f16962ab9719c93511159f9b0c8e679f69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/86/2b/6d862b7a603a3f482cd81ea63309e345e3b91aed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/37/00/d937001eaa997579e5c4bbd8c8ae9fe92fc67f2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/51/8a/3d518a109309de6599cb2c122a5f22e2fcc70f1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/9e/cc/5f9ecce629bdbea94c9cd2b6215acd1d1b2fb75e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/6d/ed/386dedc003621ddb0e85807592f0184a3718ef90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/9c/b4/959cb4d4febad9cd6b333238740afb878881ccba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/15/c1/3315c1dd17eef827fe01c6dd792acef9a1eba7cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/34/b0/6034b09cb0c9613d52843c51a15b2878f130037f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/a6/e6/b8a6e61c89b618fc80bc7bf34ba4b451ef20e584.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/ea/39/6dea399eebe345b7b8f576af11e60a6876693493.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/eb/07/84eb0720fd8ff5d5aa1736c61dd2b6fb5984fd5b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/f3/98/e7f3987f420a072e980acf40fbf52b9817409a82.jpg?rule=ad-large'],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 130ch S EAT 8 Active Business 7 Places',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:14:43 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfd3da3-cea1-5df9-90e9-7c2a1880896f with identifier: 3168798167
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8dfd3da3-cea1-5df9-90e9-7c2a1880896f
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbd%252F4c%252Ff9%252Fbd4cf9747bcdd9f4daf0f9fa709d9d8f6c910efc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/4c/f9/bd4cf9747bcdd9f4daf0f9fa709d9d8f6c910efc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Feb%252Ff0%252Fb0%252Febf0b0f620dcaa6b4925e56c668023093aab6dc5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/b0/ebf0b0f620dcaa6b4925e56c668023093aab6dc5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffe%252Fbf%252F4e%252Ffebf4e0cf05ddf8fcc6dcc2c5aeade4e919e6a21.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/bf/4e/febf4e0cf05ddf8fcc6dcc2c5aeade4e919e6a21.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8b%252F95%252F79%252F8b95799fe63e7c18dc2b597c58f63633b55f28a9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/95/79/8b95799fe63e7c18dc2b597c58f63633b55f28a9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F28%252Fce%252Fb0%252F28ceb07ce91322c6a738262c8b80f9036d739005.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/b0/28ceb07ce91322c6a738262c8b80f9036d739005.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F09%252Fc1%252F84%252F09c184f16962ab9719c93511159f9b0c8e679f69.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/c1/84/09c184f16962ab9719c93511159f9b0c8e679f69.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6d%252F86%252F2b%252F6d862b7a603a3f482cd81ea63309e345e3b91aed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/86/2b/6d862b7a603a3f482cd81ea63309e345e3b91aed.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F37%252F00%252Fd937001eaa997579e5c4bbd8c8ae9fe92fc67f2e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/37/00/d937001eaa997579e5c4bbd8c8ae9fe92fc67f2e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3d%252F51%252F8a%252F3d518a109309de6599cb2c122a5f22e2fcc70f1e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/51/8a/3d518a109309de6599cb2c122a5f22e2fcc70f1e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5f%252F9e%252Fcc%252F5f9ecce629bdbea94c9cd2b6215acd1d1b2fb75e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/9e/cc/5f9ecce629bdbea94c9cd2b6215acd1d1b2fb75e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8dfd3da3-cea1-5df9-90e9-7c2a1880896f with identifier 3168798167
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:43 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8dfd3da3-cea1-5df9-90e9-7c2a1880896f
2026-03-30 15:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Peugeot 5008 1.5 BlueHDi 130ch S EAT 8 Active Business 7 '
'Places, 4x4, suv, noir, 7 cv, 5 portes, première mise en '
'circulation le 01/02/2021.\n'
'\n'
'7 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 5008 BlueHDi 130ch S&S Active Business tout-terrain, '
'7 cv, 5 portes, première mise en circulation le 01/02/2021, '
'garantie 12 mois.\n'
'\n'
'7 places, longueur : 4,64 mètre(s), poids en charge : 1430 '
'kg\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Fonction "Mirror Screen"\n'
'- Fonction DAB\n'
'- Bluetooth\n'
'- Prise audio usb\n'
'- Teleservices\n'
'- ecran tactile\n'
'\n'
'Conduite :\n'
'- Accès et démarrage mains libres\n'
'- limiteur de vitesse\n'
'- pack visibilite\n'
'\n'
'Couleur :\n'
'- Peinture Noir Perla Métal\n'
'\n'
'Extérieur :\n'
"- Canules d'echappement de style chromées\n"
'- Jonc de vitres en inox\n'
'- Pack City 1\n'
'- Projecteurs "Peugeot Full Led Technology"\n'
'- Rétroviseurs indéxés à la marche AR\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- rétroviseurs dégivrants\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Air conditionné automatique bi-zone\n'
'- Boîte à gants floquée et éclairée\n'
'- Eclairage intérieur LED: plafonnier tactile 3 spots + 2 '
"LEDs d'ambiance\n"
'- Indicateur de rapport conseillé\n'
"- Pack Eclairage d'ambiance\n"
'- Poches/filets aumonières au dos des sièges AV\n'
'- Siège conducteur mécanique réglable en hauteur\n'
'- Siège conducteur à réglage lombaire manuel\n'
'- Siège passager AV mécanique avec mise en tablette\n'
'- Siège passager AV mécanique réglable en hauteur\n'
'- Sécurité enfants électrique des vitres AR\n'
'- Tablettes aviation aux dos des sièges du rang 1\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- boîte à gants\n'
'- direction assistée\n'
'- fermeture centralisée\n'
'- intérieur : drap\n'
'- prise 12V\n'
'- rideaux pare-soleil\n'
'- verrouillage à distance\n'
'- vitres avant éléctriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Ceintures de sécurité 3 points à enrouleur au 2ème rang\n'
'- Ceintures de sécurité 3 points à enrouleur au 3ème rang\n'
'- Ceintures de sécurité AV 3 points à enrouleur\n'
'- Driver Sport Pack\n'
'- Pack Enfants\n'
'- Pack Safety Plus\n'
'- Poignées de portes couleur carrosserie\n'
'- Surtapis AV et AR\n'
'- Toit "Black Diamond"\n'
'- Trappes de rangement aux pieds des passagers du 2ème rang\n'
'- Verrouillage automatique de tous les ouvrants en roulant\n'
'- Vitres latérales AR et lunette AR surteintées\n'
'- ASR\n'
'- Cockpit numérique\n'
'- Miroirs de courtoisie éclairés\n'
'- frein parking automatique\n'
'- manivelle de frein de stationnement électrique\n'
'- nombre de rapports : 8 vitesses\n'
'- pare-soleil\n'
'\n'
'Sécurité :\n'
'- Kit de dépannage de pneumatique : compresseur 12 volts\n'
'- Reconnaissance des panneaux de vitesse et préconisation de '
'vitesse\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags rideaux\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- 2 sièges escamotables et extractibles pour les passagers du '
'3ème rang\n'
'- sièges AR indépendants\n'
'- Appuis-tête à sécurité optimisée réglables en hauteur sur '
'les sièges conducteur et passager AV ainsi que sur les places '
'latérales AR\n'
'- Avertisseur de temps de conduite\n'
'- Décors de planche de bord et panneaux de portes en maille '
'"Brumeo"\n'
'- Ecran tactile capacitif 8" et "Toggles Switches" et radio '
'bi-tuner\n'
'- Essuie-vitre AR avec enclenchement automatique en marche '
'AR\n'
'- Essuie-vitre AV avec système de lavage "Magic Wash"\n'
"- Inserts d'ailes AV chromés\n"
'- Lunette AR chauffante avec antennes sérigraphiées\n'
'- Navigation connectée 3D avec reconnaissance vocale\n'
'- Peugeot Connect : Navigation 3D connectée avec '
'reconnaissance vocale\n'
'- Spots de lecture aux 2ème et 3ème rangs\n'
'- Teinte opaque Blanc Banquise\n'
'- 2 liseuses AR\n'
"- Classe Crit'air : 2\n"
'- Largeur : 1,84 mètre(s)\n'
'- MP3\n'
'- Puissance kilowatt : 96 kw\n'
'- SOS & Assistance\n'
'- USB\n'
'- réglables en hauteur avec prétensionneurs et limiteurs '
"d'effort\n"
'- volume du coffre : 780,00 litres\n'
'- zone connectique\n'
'- émission CO2 : 153 g/km\n'
'\n'
'Référence annonce : VRZ_8FAD04',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8dfd3da3-cea1-5df9-90e9-7c2a1880896f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168798167',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '5008',
'odometer': 65100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/4c/f9/bd4cf9747bcdd9f4daf0f9fa709d9d8f6c910efc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/b0/ebf0b0f620dcaa6b4925e56c668023093aab6dc5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/bf/4e/febf4e0cf05ddf8fcc6dcc2c5aeade4e919e6a21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/95/79/8b95799fe63e7c18dc2b597c58f63633b55f28a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/b0/28ceb07ce91322c6a738262c8b80f9036d739005.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/c1/84/09c184f16962ab9719c93511159f9b0c8e679f69.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/86/2b/6d862b7a603a3f482cd81ea63309e345e3b91aed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/37/00/d937001eaa997579e5c4bbd8c8ae9fe92fc67f2e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/51/8a/3d518a109309de6599cb2c122a5f22e2fcc70f1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/9e/cc/5f9ecce629bdbea94c9cd2b6215acd1d1b2fb75e.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256230,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/4c/f9/bd4cf9747bcdd9f4daf0f9fa709d9d8f6c910efc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265130,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/f0/b0/ebf0b0f620dcaa6b4925e56c668023093aab6dc5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249941,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/bf/4e/febf4e0cf05ddf8fcc6dcc2c5aeade4e919e6a21.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240891,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/95/79/8b95799fe63e7c18dc2b597c58f63633b55f28a9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218455,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/28/ce/b0/28ceb07ce91322c6a738262c8b80f9036d739005.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211254,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/c1/84/09c184f16962ab9719c93511159f9b0c8e679f69.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227232,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/86/2b/6d862b7a603a3f482cd81ea63309e345e3b91aed.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177975,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/37/00/d937001eaa997579e5c4bbd8c8ae9fe92fc67f2e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165908,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3d/51/8a/3d518a109309de6599cb2c122a5f22e2fcc70f1e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8dfd3da3-cea1-5df9-90e9-7c2a1880896f/8dfd3da3-cea1-5df9-90e9-7c2a1880896f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140304,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/9e/cc/5f9ecce629bdbea94c9cd2b6215acd1d1b2fb75e.jpg?rule=ad-large',
'Width': 1067}],
'price': 20990,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 130ch S EAT 8 Active Business 7 Places',
'transmission': 'automatic',
'trim': '5008 1.5 BlueHDi 130ch S&S Active Business EAT8',
'vin': None,
'year': 2021}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168798167%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3168798167: {'created_time': 1774883684.024882, 'last_price_update_time': 1774883684.024894}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168798167') HTTP/1.1" 204 0
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168220780
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220780%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168220780: 1
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168220780
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Bmw X3 xdrive X3 XDRIVE 2.0L D 184CH LUXE, 4x4, suv, noir, 10 '
'cv, 5 portes, première mise en circulation le 13/05/2013.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'BMW X3 F25 X-Drive 2.0 L 184ch LUXE, suv, 10 cv, 5 portes, '
'première mise en circulation le 13/15/2013.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- auto-radio : MP3\n'
'\n'
'Conduite :\n'
"- Système de récupération d'énergie\n"
'- Stop & Start\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'\n'
'Couleur :\n'
'- Peinture laquée / opaque\n'
'\n'
'Extérieur :\n'
'- Buses de lave-glace chauffantes\n'
'- essuie-glace arrière\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'
'- GPS \n'
'- Levier de vitesses en cuir\n'
'- Cache bagages\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- accoudoir central arrière\n'
'- climatisation : automatique\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'- siège conducteur réglable en hauteur\n'
'- vitres avant éléctriques\n'
'\n'
'Pack :\n'
'- Système Check-control\n'
'- Boîte manuelle 6 vitesses\n'
'- anti démarrage\n'
'- appuis-tête arrière\n'
'- frein parking automatique\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag conducteur\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
"- radar avant de détection d'obstacles\n"
'\n'
'Autres équipements et informations :\n'
"- Eclairage d'accompagnement\n"
'- Phares ellipsoïdaux\n'
'- Ceinture centrale arrière 3 points\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 105 kw\n'
'- consommation extra urbaine : 4,70 litres\n'
'- consommation mixte : 5,10 litres\n'
'- consommation urbaine : 5,80 litres\n'
'- puissance réelle : 143 ch\n'
'- émission CO2 : 135 g/km\n'
'\n'
'Référence annonce : VRZ_3E40B3',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 183,
'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/3168220780',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 247000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/e5/e3/c2e5e3854e43e63bf4018743fa3c21d34c310b09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c3/ca/b2c3ca7a1d3c05c9fb93bd28e721908b3b1c7ae0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/19/48/1a1948aa0392985ba3b043ed73733883c0376810.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/b9/86/e0b986ed4288b2ce02d3853c6920017d4d745034.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/78/e7/be78e72d69da3b2c8950c4815aeb835371b0a0d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/b7/38/d5b738242b45dc844f9b672f2333d9eb51434891.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/28/3d/56283d454281b9dc53fe40f734b3bea44f518820.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/1b/80/441b800b7efecb4a38a78723884629cebf317a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/51/87/b15187235fa1b34d8e93d8bc63fee1cda5def989.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/8d/79/208d7997ee016159bd8682c17b308d57a8a635fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/a2/3c/a5a23cc12be2c7e5d2da47014afdebbe726d4c30.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/cd/c9/8bcdc94ee4380994384b41563a5676025c38f33d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/8f/f6/bd8ff664f0b21c06d52869c1e96ecb537694bbe1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/8f/a2/478fa21e93982e40c999bc937b1b360d4488572b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/ec/23/dcec23c1631092735f7f01b9b4ddb028abc8fb08.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/d5/81/02d5811868f805797498ac88aa440bec73722db6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/ad/56/8aad56fbca4595937116ca62e6384ddbf6d5964b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2013-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X3 xdrive X3 XDRIVE 2.0L D 184CH LUXE',
'transmission': 'manual',
'trim': 'X3 xDrive20d 184ch Luxe',
'vin': None,
'year': 2013}
2026-03-30 15:14:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 66098ea4-b478-503b-aeae-c44eec675598 with identifier: 3168220780
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 66098ea4-b478-503b-aeae-c44eec675598
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252Fe5%252Fe3%252Fc2e5e3854e43e63bf4018743fa3c21d34c310b09.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/e5/e3/c2e5e3854e43e63bf4018743fa3c21d34c310b09.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Fc3%252Fca%252Fb2c3ca7a1d3c05c9fb93bd28e721908b3b1c7ae0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c3/ca/b2c3ca7a1d3c05c9fb93bd28e721908b3b1c7ae0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1a%252F19%252F48%252F1a1948aa0392985ba3b043ed73733883c0376810.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/19/48/1a1948aa0392985ba3b043ed73733883c0376810.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252Fb9%252F86%252Fe0b986ed4288b2ce02d3853c6920017d4d745034.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/b9/86/e0b986ed4288b2ce02d3853c6920017d4d745034.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252F78%252Fe7%252Fbe78e72d69da3b2c8950c4815aeb835371b0a0d9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/78/e7/be78e72d69da3b2c8950c4815aeb835371b0a0d9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd5%252Fb7%252F38%252Fd5b738242b45dc844f9b672f2333d9eb51434891.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/b7/38/d5b738242b45dc844f9b672f2333d9eb51434891.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F28%252F3d%252F56283d454281b9dc53fe40f734b3bea44f518820.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/28/3d/56283d454281b9dc53fe40f734b3bea44f518820.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252F1b%252F80%252F441b800b7efecb4a38a78723884629cebf317a1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/1b/80/441b800b7efecb4a38a78723884629cebf317a1d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F51%252F87%252Fb15187235fa1b34d8e93d8bc63fee1cda5def989.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/51/87/b15187235fa1b34d8e93d8bc63fee1cda5def989.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F20%252F8d%252F79%252F208d7997ee016159bd8682c17b308d57a8a635fe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/20/8d/79/208d7997ee016159bd8682c17b308d57a8a635fe.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 66098ea4-b478-503b-aeae-c44eec675598 with identifier 3168220780
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 66098ea4-b478-503b-aeae-c44eec675598
2026-03-30 15:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Bmw X3 xdrive X3 XDRIVE 2.0L D 184CH LUXE, 4x4, suv, noir, 10 '
'cv, 5 portes, première mise en circulation le 13/05/2013.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'BMW X3 F25 X-Drive 2.0 L 184ch LUXE, suv, 10 cv, 5 portes, '
'première mise en circulation le 13/15/2013.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- auto-radio : MP3\n'
'\n'
'Conduite :\n'
"- Système de récupération d'énergie\n"
'- Stop & Start\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'\n'
'Couleur :\n'
'- Peinture laquée / opaque\n'
'\n'
'Extérieur :\n'
'- Buses de lave-glace chauffantes\n'
'- essuie-glace arrière\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'
'- GPS \n'
'- Levier de vitesses en cuir\n'
'- Cache bagages\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- accoudoir central arrière\n'
'- climatisation : automatique\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'- siège conducteur réglable en hauteur\n'
'- vitres avant éléctriques\n'
'\n'
'Pack :\n'
'- Système Check-control\n'
'- Boîte manuelle 6 vitesses\n'
'- anti démarrage\n'
'- appuis-tête arrière\n'
'- frein parking automatique\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag conducteur\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
"- radar avant de détection d'obstacles\n"
'\n'
'Autres équipements et informations :\n'
"- Eclairage d'accompagnement\n"
'- Phares ellipsoïdaux\n'
'- Ceinture centrale arrière 3 points\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 105 kw\n'
'- consommation extra urbaine : 4,70 litres\n'
'- consommation mixte : 5,10 litres\n'
'- consommation urbaine : 5,80 litres\n'
'- puissance réelle : 143 ch\n'
'- émission CO2 : 135 g/km\n'
'\n'
'Référence annonce : VRZ_3E40B3',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 183,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '66098ea4-b478-503b-aeae-c44eec675598',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168220780',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 247000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/e5/e3/c2e5e3854e43e63bf4018743fa3c21d34c310b09.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c3/ca/b2c3ca7a1d3c05c9fb93bd28e721908b3b1c7ae0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/19/48/1a1948aa0392985ba3b043ed73733883c0376810.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/b9/86/e0b986ed4288b2ce02d3853c6920017d4d745034.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/78/e7/be78e72d69da3b2c8950c4815aeb835371b0a0d9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/b7/38/d5b738242b45dc844f9b672f2333d9eb51434891.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/28/3d/56283d454281b9dc53fe40f734b3bea44f518820.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/1b/80/441b800b7efecb4a38a78723884629cebf317a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/51/87/b15187235fa1b34d8e93d8bc63fee1cda5def989.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/8d/79/208d7997ee016159bd8682c17b308d57a8a635fe.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250043,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/e5/e3/c2e5e3854e43e63bf4018743fa3c21d34c310b09.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254616,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/c3/ca/b2c3ca7a1d3c05c9fb93bd28e721908b3b1c7ae0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219099,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/19/48/1a1948aa0392985ba3b043ed73733883c0376810.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247230,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/b9/86/e0b986ed4288b2ce02d3853c6920017d4d745034.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225518,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/78/e7/be78e72d69da3b2c8950c4815aeb835371b0a0d9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202284,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/b7/38/d5b738242b45dc844f9b672f2333d9eb51434891.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185540,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/28/3d/56283d454281b9dc53fe40f734b3bea44f518820.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138433,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/1b/80/441b800b7efecb4a38a78723884629cebf317a1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156459,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/51/87/b15187235fa1b34d8e93d8bc63fee1cda5def989.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66098ea4-b478-503b-aeae-c44eec675598/66098ea4-b478-503b-aeae-c44eec675598_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172316,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/8d/79/208d7997ee016159bd8682c17b308d57a8a635fe.jpg?rule=ad-large',
'Width': 1067}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2013-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X3 xdrive X3 XDRIVE 2.0L D 184CH LUXE',
'transmission': 'manual',
'trim': 'X3 xDrive20d 184ch Luxe',
'vin': None,
'year': 2013}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220780%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3168220780: {'created_time': 1774883684.280109, 'last_price_update_time': 1774883684.280122}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168220780') HTTP/1.1" 204 0
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168220777
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220777%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168220777: 1
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168220777
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Volkswagen Polo 1.2 tsi 90 cv Toit Ouvrante/GPS, berline, '
'gris foncé, 5 cv, 5 portes, première mise en circulation le '
'22/09/2014.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen POLO 1.2 TSI 90 cv (Berline), 5cv, 5 portes, mise '
'en circulation le 22-09-2014, garantie 6 mois (6 MOIS).\n'
'\n'
'5 places, couleur intérieur : GRIS, longueur : 3,97 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Radio\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Blocage électronique du différentiel\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Follow me home\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Boucliers AV et AR couleur caisse\n'
'- Essuie-glace arrière\n'
'- Feux de jour\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Poignées ton carrosserie\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Clim manuelle\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Frein à main en cuir\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Lunette AR dégivrante\n'
'- Lunette arrière\n'
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres teintées\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant métal\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Ceintures avant ajustables en hauteur\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Préparation Isofix\n'
"- Régulateur de couple d'inertie\n"
'- Système de détection de somnolence\n'
'- Système de sécurité post-collisions\n'
'- Troisième ceinture de sécurité\n'
'- Témoin de bouclage des ceintures AV\n'
'\n'
'Référence annonce : VRZ_887B31',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'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/3168220777',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Polo',
'odometer': 118000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/00/47/23/0047238e99a8075e0954f538026ad40527469fe7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/88/d1/d988d16bf310bc7a61636b853675dda87358ce48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/f3/8e/d6f38ecb9db189162b3b7a9d347191f665613b2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/70/01/587001ebceef18808ae730d22520dcd25e75bc82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/33/af/6c33af176125fc3818f90e4fea906261af09695e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/1e/dc/161edc48b42abf15f246884926a5c0ab53be512a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/45/48/8d4548ea94e9d0728243a45db7e4989ebc98fe92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/4e/ba/704eba55997c79ede12d952db4c1ec70f045ce15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/42/6d/d4426d9e4127230eb30e324e370ad5e3c6c3f05c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/ae/2b/d9ae2bca530c877496ec26d5c56c95ea39e41121.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/45/07/c7450791c3a44cbef77da2082f218e5390200660.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/e7/91/85e7911744fd70234b5251c6f0e1d3d3d7d17145.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c8/43/16c8439d5b3f58b26b482bf6dbf425d38a3642fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/35/96/5a359632bf2f234ee2313145dbe7ab94efaf0489.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/12/7d/53/127d536b6ee31b09c3ea1018e3bd2236d76e4848.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/e9/93/4de993fb71748b306043e2469bb096ef1186011b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2014-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.2 tsi 90 cv Toit Ouvrante/GPS',
'transmission': 'manual',
'trim': 'CrossPolo 1.2 TSI 90ch 5p',
'vin': None,
'year': 2014}
2026-03-30 15:14:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 01f8594d-4766-534c-a9f1-31dc4231d941 with identifier: 3168220777
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01f8594d-4766-534c-a9f1-31dc4231d941
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252F47%252F23%252F0047238e99a8075e0954f538026ad40527469fe7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/47/23/0047238e99a8075e0954f538026ad40527469fe7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F88%252Fd1%252Fd988d16bf310bc7a61636b853675dda87358ce48.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/88/d1/d988d16bf310bc7a61636b853675dda87358ce48.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252Ff3%252F8e%252Fd6f38ecb9db189162b3b7a9d347191f665613b2a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/f3/8e/d6f38ecb9db189162b3b7a9d347191f665613b2a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F58%252F70%252F01%252F587001ebceef18808ae730d22520dcd25e75bc82.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/58/70/01/587001ebceef18808ae730d22520dcd25e75bc82.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6c%252F33%252Faf%252F6c33af176125fc3818f90e4fea906261af09695e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/33/af/6c33af176125fc3818f90e4fea906261af09695e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252F1e%252Fdc%252F161edc48b42abf15f246884926a5c0ab53be512a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/1e/dc/161edc48b42abf15f246884926a5c0ab53be512a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8d%252F45%252F48%252F8d4548ea94e9d0728243a45db7e4989ebc98fe92.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/45/48/8d4548ea94e9d0728243a45db7e4989ebc98fe92.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252F4e%252Fba%252F704eba55997c79ede12d952db4c1ec70f045ce15.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/4e/ba/704eba55997c79ede12d952db4c1ec70f045ce15.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd4%252F42%252F6d%252Fd4426d9e4127230eb30e324e370ad5e3c6c3f05c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/42/6d/d4426d9e4127230eb30e324e370ad5e3c6c3f05c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252Fae%252F2b%252Fd9ae2bca530c877496ec26d5c56c95ea39e41121.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/ae/2b/d9ae2bca530c877496ec26d5c56c95ea39e41121.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 01f8594d-4766-534c-a9f1-31dc4231d941 with identifier 3168220777
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 01f8594d-4766-534c-a9f1-31dc4231d941
2026-03-30 15:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Volkswagen Polo 1.2 tsi 90 cv Toit Ouvrante/GPS, berline, '
'gris foncé, 5 cv, 5 portes, première mise en circulation le '
'22/09/2014.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen POLO 1.2 TSI 90 cv (Berline), 5cv, 5 portes, mise '
'en circulation le 22-09-2014, garantie 6 mois (6 MOIS).\n'
'\n'
'5 places, couleur intérieur : GRIS, longueur : 3,97 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Radio\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Blocage électronique du différentiel\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Follow me home\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Boucliers AV et AR couleur caisse\n'
'- Essuie-glace arrière\n'
'- Feux de jour\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Poignées ton carrosserie\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Clim manuelle\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Frein à main en cuir\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Lunette AR dégivrante\n'
'- Lunette arrière\n'
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres teintées\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant métal\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Ceintures avant ajustables en hauteur\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Préparation Isofix\n'
"- Régulateur de couple d'inertie\n"
'- Système de détection de somnolence\n'
'- Système de sécurité post-collisions\n'
'- Troisième ceinture de sécurité\n'
'- Témoin de bouclage des ceintures AV\n'
'\n'
'Référence annonce : VRZ_887B31',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '01f8594d-4766-534c-a9f1-31dc4231d941',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168220777',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Polo',
'odometer': 118000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/00/47/23/0047238e99a8075e0954f538026ad40527469fe7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/88/d1/d988d16bf310bc7a61636b853675dda87358ce48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/f3/8e/d6f38ecb9db189162b3b7a9d347191f665613b2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/70/01/587001ebceef18808ae730d22520dcd25e75bc82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/33/af/6c33af176125fc3818f90e4fea906261af09695e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/1e/dc/161edc48b42abf15f246884926a5c0ab53be512a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/45/48/8d4548ea94e9d0728243a45db7e4989ebc98fe92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/4e/ba/704eba55997c79ede12d952db4c1ec70f045ce15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/42/6d/d4426d9e4127230eb30e324e370ad5e3c6c3f05c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/ae/2b/d9ae2bca530c877496ec26d5c56c95ea39e41121.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244364,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/47/23/0047238e99a8075e0954f538026ad40527469fe7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265985,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/88/d1/d988d16bf310bc7a61636b853675dda87358ce48.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259254,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/f3/8e/d6f38ecb9db189162b3b7a9d347191f665613b2a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277077,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/70/01/587001ebceef18808ae730d22520dcd25e75bc82.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255013,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/33/af/6c33af176125fc3818f90e4fea906261af09695e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247016,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/1e/dc/161edc48b42abf15f246884926a5c0ab53be512a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222826,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/45/48/8d4548ea94e9d0728243a45db7e4989ebc98fe92.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114399,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/4e/ba/704eba55997c79ede12d952db4c1ec70f045ce15.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150266,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/42/6d/d4426d9e4127230eb30e324e370ad5e3c6c3f05c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01f8594d-4766-534c-a9f1-31dc4231d941/01f8594d-4766-534c-a9f1-31dc4231d941_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159997,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/ae/2b/d9ae2bca530c877496ec26d5c56c95ea39e41121.jpg?rule=ad-large',
'Width': 1067}],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2014-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.2 tsi 90 cv Toit Ouvrante/GPS',
'transmission': 'manual',
'trim': 'CrossPolo 1.2 TSI 90ch 5p',
'vin': None,
'year': 2014}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220777%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3168220777: {'created_time': 1774883684.550354, 'last_price_update_time': 1774883684.550365}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168220777') HTTP/1.1" 204 0
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168220775
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220775%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168220775: 1
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168220775
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'RENAULT Grand Scenic 1.6 l dci 160cv Energy EDC Intens, '
'monospace, bleu foncé, 8 cv, 5 portes, première mise en '
'circulation le 09/08/2017.\n'
'\n'
'7 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Grand Scenic 1.6 DCI 160 ENERGY INTENS EDC BVA, '
'monospace, noir, 8 cv, 5 portes, première mise en circulation '
'le 19/12/2016.\n'
'\n'
'7 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'- Téléphone Bluetooth\n'
'- commande\n'
'- radio\n'
'\n'
'Conduite :\n'
'- Allumage automatique des feux\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- caméra de recul\n'
'- feux de détresse\n'
"- radar d'aide au stationnement\n"
'- toit ouvrant panoramique\n'
'\n'
'Intérieur :\n'
'- Accoudoir central\n'
'- Banquette 1/3 - 2/3\n'
'- climatisation : automatique\n'
'- climatisation : multi zone\n'
'- fermeture centralisée\n'
'\n'
'Pack :\n'
'- Sieges arrières rabattable\n'
'- Écran multifonction\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags frontaux\n'
'- ESP\n'
'- fixations ISOFIX\n'
'\n'
'Référence annonce : VRZ_675087',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 160,
'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/3168220775',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Grand Scenic',
'odometer': 137200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/ba/8e/b7ba8e4f3e26b66c726d5b33a2249363b2a36f44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/04/6f/8a046fda96d0ff8666ee926f17cb05c54640c57d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/2f/66/d02f66e7902c69f6f12904ed86ca6c096fca31d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/9d/90/b99d90980626e28a4223eb7e1879503cb3770aa3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/cf/06/22cf0632e38915ecda4fe739c593def2cc0eac86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/6e/88/3a6e8860711baa94373413451e46a52e3cff3ced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/7c/1d/ac7c1decda5ca7bda4934b3b4070bf531f0fa51e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/a3/85/73a38582b75d41a8dcc80d0855cc7b82783bb608.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/01/6d/46016d15acf4fa6c32939944dbb1182bdea1b441.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/9d/34/bb9d34102ddb3d85a3c4f3b7000324cc3c7169d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/7a/be/d07abe4ae32a936f950309f01901a508815af4ad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4c/c8/914cc891798f9e8cc65aae87c1f55847f7a25181.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/1c/52/e31c5268409192fe30235fb94f9ca94b9423eb79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/33/9c/0e339cce274e01385a69bcb9e6581d6a46ceab7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/b0/4d/a9b04d6a9ad0b7270043c6a4eb77cc3858db41ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/c8/fe/01c8fe61a2abe403626353f43eaf72b3fa222447.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/61/5c/bf615cdbae69ef1ca2bfb28f4c69f1af3377ea94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/7b/00/787b00660e449af3faa62b84e5758411c168ecc2.jpg?rule=ad-large'],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2017-08-01',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Grand Scenic 1.6 l dci 160cv Energy EDC Intens',
'transmission': 'automatic',
'trim': 'Grand Scenic 1.6 dCi 160ch Energy Intens EDC',
'vin': None,
'year': 2017}
2026-03-30 15:14:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ad9292b5-7bab-5b95-bbda-9490f2fdc113 with identifier: 3168220775
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ad9292b5-7bab-5b95-bbda-9490f2fdc113
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb7%252Fba%252F8e%252Fb7ba8e4f3e26b66c726d5b33a2249363b2a36f44.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/ba/8e/b7ba8e4f3e26b66c726d5b33a2249363b2a36f44.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252F04%252F6f%252F8a046fda96d0ff8666ee926f17cb05c54640c57d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/04/6f/8a046fda96d0ff8666ee926f17cb05c54640c57d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd0%252F2f%252F66%252Fd02f66e7902c69f6f12904ed86ca6c096fca31d4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/2f/66/d02f66e7902c69f6f12904ed86ca6c096fca31d4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb9%252F9d%252F90%252Fb99d90980626e28a4223eb7e1879503cb3770aa3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/9d/90/b99d90980626e28a4223eb7e1879503cb3770aa3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F22%252Fcf%252F06%252F22cf0632e38915ecda4fe739c593def2cc0eac86.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/22/cf/06/22cf0632e38915ecda4fe739c593def2cc0eac86.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252F6e%252F88%252F3a6e8860711baa94373413451e46a52e3cff3ced.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/6e/88/3a6e8860711baa94373413451e46a52e3cff3ced.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fac%252F7c%252F1d%252Fac7c1decda5ca7bda4934b3b4070bf531f0fa51e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/7c/1d/ac7c1decda5ca7bda4934b3b4070bf531f0fa51e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252Fa3%252F85%252F73a38582b75d41a8dcc80d0855cc7b82783bb608.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/a3/85/73a38582b75d41a8dcc80d0855cc7b82783bb608.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F46%252F01%252F6d%252F46016d15acf4fa6c32939944dbb1182bdea1b441.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/46/01/6d/46016d15acf4fa6c32939944dbb1182bdea1b441.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252F9d%252F34%252Fbb9d34102ddb3d85a3c4f3b7000324cc3c7169d2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/9d/34/bb9d34102ddb3d85a3c4f3b7000324cc3c7169d2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ad9292b5-7bab-5b95-bbda-9490f2fdc113 with identifier 3168220775
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:44 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ad9292b5-7bab-5b95-bbda-9490f2fdc113
2026-03-30 15:14:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'RENAULT Grand Scenic 1.6 l dci 160cv Energy EDC Intens, '
'monospace, bleu foncé, 8 cv, 5 portes, première mise en '
'circulation le 09/08/2017.\n'
'\n'
'7 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Grand Scenic 1.6 DCI 160 ENERGY INTENS EDC BVA, '
'monospace, noir, 8 cv, 5 portes, première mise en circulation '
'le 19/12/2016.\n'
'\n'
'7 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'- Téléphone Bluetooth\n'
'- commande\n'
'- radio\n'
'\n'
'Conduite :\n'
'- Allumage automatique des feux\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- caméra de recul\n'
'- feux de détresse\n'
"- radar d'aide au stationnement\n"
'- toit ouvrant panoramique\n'
'\n'
'Intérieur :\n'
'- Accoudoir central\n'
'- Banquette 1/3 - 2/3\n'
'- climatisation : automatique\n'
'- climatisation : multi zone\n'
'- fermeture centralisée\n'
'\n'
'Pack :\n'
'- Sieges arrières rabattable\n'
'- Écran multifonction\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Aide au demarrage en pente\n'
'- Airbags frontaux\n'
'- ESP\n'
'- fixations ISOFIX\n'
'\n'
'Référence annonce : VRZ_675087',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 160,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ad9292b5-7bab-5b95-bbda-9490f2fdc113',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168220775',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Grand Scenic',
'odometer': 137200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/ba/8e/b7ba8e4f3e26b66c726d5b33a2249363b2a36f44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/04/6f/8a046fda96d0ff8666ee926f17cb05c54640c57d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/2f/66/d02f66e7902c69f6f12904ed86ca6c096fca31d4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/9d/90/b99d90980626e28a4223eb7e1879503cb3770aa3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/cf/06/22cf0632e38915ecda4fe739c593def2cc0eac86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/6e/88/3a6e8860711baa94373413451e46a52e3cff3ced.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/7c/1d/ac7c1decda5ca7bda4934b3b4070bf531f0fa51e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/a3/85/73a38582b75d41a8dcc80d0855cc7b82783bb608.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/01/6d/46016d15acf4fa6c32939944dbb1182bdea1b441.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/9d/34/bb9d34102ddb3d85a3c4f3b7000324cc3c7169d2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249081,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/ba/8e/b7ba8e4f3e26b66c726d5b33a2249363b2a36f44.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263273,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/04/6f/8a046fda96d0ff8666ee926f17cb05c54640c57d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268991,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/2f/66/d02f66e7902c69f6f12904ed86ca6c096fca31d4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254383,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/9d/90/b99d90980626e28a4223eb7e1879503cb3770aa3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227102,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/22/cf/06/22cf0632e38915ecda4fe739c593def2cc0eac86.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196745,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/6e/88/3a6e8860711baa94373413451e46a52e3cff3ced.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192903,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/7c/1d/ac7c1decda5ca7bda4934b3b4070bf531f0fa51e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153813,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/a3/85/73a38582b75d41a8dcc80d0855cc7b82783bb608.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129538,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/01/6d/46016d15acf4fa6c32939944dbb1182bdea1b441.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad9292b5-7bab-5b95-bbda-9490f2fdc113/ad9292b5-7bab-5b95-bbda-9490f2fdc113_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157339,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/9d/34/bb9d34102ddb3d85a3c4f3b7000324cc3c7169d2.jpg?rule=ad-large',
'Width': 1067}],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2017-08-01',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Grand Scenic 1.6 l dci 160cv Energy EDC Intens',
'transmission': 'automatic',
'trim': 'Grand Scenic 1.6 dCi 160ch Energy Intens EDC',
'vin': None,
'year': 2017}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168220775%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Saving data for 3168220775: {'created_time': 1774883684.906937, 'last_price_update_time': 1774883684.906948}
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168220775') HTTP/1.1" 204 0
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3166838153
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273166838153%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scrape type for 3166838153: 1
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3166838153
2026-03-30 15:14:44 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'RENAULT Clio V Blue dCi 115 cv Intens Apple CarPlay / Camèra '
'de recul / Distribution OK, berline, bleu foncé, 5 cv, 5 '
'portes, première mise en circulation le 30/07/2019.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Clio V Blue dCi 115 Intens berline, Bleu Iron , 5 cv, '
'5 portes, première mise en circulation le 30/07/2019, '
'garantie 12 mois.\n'
'\n'
'5 places, longueur : 4,05 mètre(s), poids en charge : 1189 '
'kg\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Conduite :\n'
'- Carte Renault "Mains libres"\n'
'- allumage automatique des feux\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
"- Canule d'échappement chromée\n"
'- Commutation automatique des feux de route/croisement\n'
'- Camera de recul \n'
'- Rétroviseurs extérieur dégivrant\n'
'- Roues tôlé 16"\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- réglables et rabattables électriquement\n'
"- système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
'- Pare-soleil avec miroir de courtoisie éclairé\n'
'- accoudoir central\n'
'- climatisation : automatique\n'
'- siège conducteur réglable en hauteur\n'
'- vitres surteintées\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Appuie-têtes AR\n'
'- Feux de stop à LED\n'
'- Mode ECO\n'
'- Rétroviseurs extérieurs ton caisse\n'
'- Volant TEP\n'
'- détection des panneaux routiers\n'
'- frein parking automatique\n'
'- nombre de rapports : 6 vitesses\n'
'\n'
'Sellerie :\n'
'- Sellerie mixte similicuir Velours\n'
'\n'
'Sécurité :\n'
"- Aide au freinage actif d'urgence avec détection piétons\n"
'- Aide au demarrage en pente\n'
"- aide au freinage d'urgence\n"
'- airbag coté passager\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Compteur Numérique 7"\n'
'- Harmonie beige\n'
'- Renault Multi-Sense\n'
"- Classe Crit'air : 2\n"
'- Largeur : 1,80 mètre(s)\n'
'- Puissance kilowatt : 85 kw\n'
'- consommation extra urbaine : 3,20 litres\n'
'- consommation mixte : 3,60 litres\n'
'- consommation urbaine : 4,30 litres\n'
'- dimension des jantes : 16 pouces\n'
'- empattement : 258 cm\n'
'- feux de circulation diurne\n'
'- hauteur : 1,44 mètre(s)\n'
'- puissance réelle : 115 ch\n'
'- volume du coffre : 391,00 litres\n'
'- émission CO2 : 95 g/km\n'
'\n'
'Référence annonce : VRZ_F35101',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 115,
'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/3166838153',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 86000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/88/94/3a/88943a930c53df0197afe62967f80b40dd9dd323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/84/e8/6084e80b3c17c88c9a781a3ff5c6aa441d2f65e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/e0/9c/33e09c34db2bcaec7fb743a8dabac86d20704866.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/8a/04/458a04461539df1aef1dbaf3bf0c1d5bdf4427d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/3d/79/063d79566853982ed92deff0ca0ba58ea2cad7e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/a3/37aca337aa231bb6e0455fc74eff53939c8aff03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4f/20/fa4f2015191e624ac0df4c1238c38817967879bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/05/d1/1b05d17a8b6bddcd9abe3c893af192c11f0424b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/ff/56/e8ff5633950b23a16e8238bf3eb896bdc55a6f02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/09/66/9709660783fe3a52c29af2c1204e61e0d7527d07.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/36/64/c8366452b2d967cfd73dac91e9c08037dc0c6244.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/82/43/e18243302425ee1f6defff4bfe4feafaf282ab59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/22/8d/5f228dd280f9cc09f6ae8076e0685a08ab7b8c11.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/ca/9c/41ca9c00225d6fd2f1f59123c94c9dc4c6ff1d1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/69/af/4069af06f9bf0d7afe9a083d507ee9557e8059f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/a9/b2/55a9b27f88101ea5b28bdf10188c9117d2f75c8e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/11/68/3611680978615bae6b87305eb7c559333569a4b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ab/35/ee/ab35eee7846967470cd0b53519bf3193c64f25fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio V Blue dCi 115 cv Intens Apple CarPlay / Camèra de '
'recul / Distribution OK',
'transmission': 'manual',
'trim': 'Clio 1.5 Blue dCi 115ch Intens',
'vin': None,
'year': 2019}
2026-03-30 15:14:44 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f639a4c-41ea-5634-bc8d-f6ab2db8653b with identifier: 3166838153
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9f639a4c-41ea-5634-bc8d-f6ab2db8653b
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252F94%252F3a%252F88943a930c53df0197afe62967f80b40dd9dd323.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/94/3a/88943a930c53df0197afe62967f80b40dd9dd323.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F60%252F84%252Fe8%252F6084e80b3c17c88c9a781a3ff5c6aa441d2f65e2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/60/84/e8/6084e80b3c17c88c9a781a3ff5c6aa441d2f65e2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F33%252Fe0%252F9c%252F33e09c34db2bcaec7fb743a8dabac86d20704866.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/e0/9c/33e09c34db2bcaec7fb743a8dabac86d20704866.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F45%252F8a%252F04%252F458a04461539df1aef1dbaf3bf0c1d5bdf4427d8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/45/8a/04/458a04461539df1aef1dbaf3bf0c1d5bdf4427d8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F06%252F3d%252F79%252F063d79566853982ed92deff0ca0ba58ea2cad7e8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/06/3d/79/063d79566853982ed92deff0ca0ba58ea2cad7e8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252Fac%252Fa3%252F37aca337aa231bb6e0455fc74eff53939c8aff03.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/a3/37aca337aa231bb6e0455fc74eff53939c8aff03.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252F4f%252F20%252Ffa4f2015191e624ac0df4c1238c38817967879bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4f/20/fa4f2015191e624ac0df4c1238c38817967879bb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1b%252F05%252Fd1%252F1b05d17a8b6bddcd9abe3c893af192c11f0424b2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/05/d1/1b05d17a8b6bddcd9abe3c893af192c11f0424b2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe8%252Fff%252F56%252Fe8ff5633950b23a16e8238bf3eb896bdc55a6f02.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/ff/56/e8ff5633950b23a16e8238bf3eb896bdc55a6f02.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252F09%252F66%252F9709660783fe3a52c29af2c1204e61e0d7527d07.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/09/66/9709660783fe3a52c29af2c1204e61e0d7527d07.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9f639a4c-41ea-5634-bc8d-f6ab2db8653b with identifier 3166838153
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9f639a4c-41ea-5634-bc8d-f6ab2db8653b
2026-03-30 15:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'RENAULT Clio V Blue dCi 115 cv Intens Apple CarPlay / Camèra '
'de recul / Distribution OK, berline, bleu foncé, 5 cv, 5 '
'portes, première mise en circulation le 30/07/2019.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Renault Clio V Blue dCi 115 Intens berline, Bleu Iron , 5 cv, '
'5 portes, première mise en circulation le 30/07/2019, '
'garantie 12 mois.\n'
'\n'
'5 places, longueur : 4,05 mètre(s), poids en charge : 1189 '
'kg\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Conduite :\n'
'- Carte Renault "Mains libres"\n'
'- allumage automatique des feux\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
"- Canule d'échappement chromée\n"
'- Commutation automatique des feux de route/croisement\n'
'- Camera de recul \n'
'- Rétroviseurs extérieur dégivrant\n'
'- Roues tôlé 16"\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- réglables et rabattables électriquement\n'
"- système d'aide au stationnement\n"
'\n'
'Intérieur :\n'
'- Pare-soleil avec miroir de courtoisie éclairé\n'
'- accoudoir central\n'
'- climatisation : automatique\n'
'- siège conducteur réglable en hauteur\n'
'- vitres surteintées\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Appuie-têtes AR\n'
'- Feux de stop à LED\n'
'- Mode ECO\n'
'- Rétroviseurs extérieurs ton caisse\n'
'- Volant TEP\n'
'- détection des panneaux routiers\n'
'- frein parking automatique\n'
'- nombre de rapports : 6 vitesses\n'
'\n'
'Sellerie :\n'
'- Sellerie mixte similicuir Velours\n'
'\n'
'Sécurité :\n'
"- Aide au freinage actif d'urgence avec détection piétons\n"
'- Aide au demarrage en pente\n'
"- aide au freinage d'urgence\n"
'- airbag coté passager\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Compteur Numérique 7"\n'
'- Harmonie beige\n'
'- Renault Multi-Sense\n'
"- Classe Crit'air : 2\n"
'- Largeur : 1,80 mètre(s)\n'
'- Puissance kilowatt : 85 kw\n'
'- consommation extra urbaine : 3,20 litres\n'
'- consommation mixte : 3,60 litres\n'
'- consommation urbaine : 4,30 litres\n'
'- dimension des jantes : 16 pouces\n'
'- empattement : 258 cm\n'
'- feux de circulation diurne\n'
'- hauteur : 1,44 mètre(s)\n'
'- puissance réelle : 115 ch\n'
'- volume du coffre : 391,00 litres\n'
'- émission CO2 : 95 g/km\n'
'\n'
'Référence annonce : VRZ_F35101',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9f639a4c-41ea-5634-bc8d-f6ab2db8653b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3166838153',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 86000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/88/94/3a/88943a930c53df0197afe62967f80b40dd9dd323.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/84/e8/6084e80b3c17c88c9a781a3ff5c6aa441d2f65e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/e0/9c/33e09c34db2bcaec7fb743a8dabac86d20704866.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/8a/04/458a04461539df1aef1dbaf3bf0c1d5bdf4427d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/3d/79/063d79566853982ed92deff0ca0ba58ea2cad7e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/a3/37aca337aa231bb6e0455fc74eff53939c8aff03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4f/20/fa4f2015191e624ac0df4c1238c38817967879bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/05/d1/1b05d17a8b6bddcd9abe3c893af192c11f0424b2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/ff/56/e8ff5633950b23a16e8238bf3eb896bdc55a6f02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/09/66/9709660783fe3a52c29af2c1204e61e0d7527d07.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229174,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/94/3a/88943a930c53df0197afe62967f80b40dd9dd323.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237861,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/84/e8/6084e80b3c17c88c9a781a3ff5c6aa441d2f65e2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244330,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/e0/9c/33e09c34db2bcaec7fb743a8dabac86d20704866.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/8a/04/458a04461539df1aef1dbaf3bf0c1d5bdf4427d8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246773,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/06/3d/79/063d79566853982ed92deff0ca0ba58ea2cad7e8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219608,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/ac/a3/37aca337aa231bb6e0455fc74eff53939c8aff03.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218425,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/4f/20/fa4f2015191e624ac0df4c1238c38817967879bb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152654,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/05/d1/1b05d17a8b6bddcd9abe3c893af192c11f0424b2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146596,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/ff/56/e8ff5633950b23a16e8238bf3eb896bdc55a6f02.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_db12f6bd-1823-5a67-8989-ae59ded4601d/db12f6bd-1823-5a67-8989-ae59ded4601d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149987,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/09/66/9709660783fe3a52c29af2c1204e61e0d7527d07.jpg?rule=ad-large',
'Width': 1067}],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio V Blue dCi 115 cv Intens Apple CarPlay / Camèra de '
'recul / Distribution OK',
'transmission': 'manual',
'trim': 'Clio 1.5 Blue dCi 115ch Intens',
'vin': None,
'year': 2019}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273166838153%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3166838153: {'created_time': 1774883685.15292, 'last_price_update_time': 1774883685.152935}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3166838153') HTTP/1.1" 204 0
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165219392
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165219392%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165219392: 1
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165219392
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Bmw Série 1 116dA 116ch Business Design Boite Auto DKG7 '
'Révise et Garantie, berline, bleu foncé, 6 cv, 5 portes, '
'première mise en circulation le 20/01/2020.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Bmw Série 1 116dA 116ch Business Design DKG7, (Berline), 6cv, '
'5 portes, mise en circulation le 20-01-2020, garantie 12 '
'mois \n'
'\n'
'5 places, longueur : 4,32 mètres, poids en charge 1940 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
"- Appel d'Urgence Localisé\n"
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Connectivité avancée\n'
'- Disque dur multimédia\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Hotspot wifi\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Prise USB\n'
'- Radio\n'
'- Radio numérique DAB\n'
'- Services connectés\n'
'- Système Hi-Fi\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Accès Confort avec prépa BMW Digital Key\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Indicateur de limitation de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Calandre chromée\n'
'- Caméra de recul\n'
'- Ceinture de vitrage chromée\n'
'- Commande élec du coffre si Accès Confort\n'
'- Commande électrique du volet de coffre\n'
'- Feux arrière à LED\n'
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Phares avant LED\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Sortie d'échappement chromée\n"
"- Système d'assistance au stationnement\n"
'- Système de mesure de place disponible\n'
'\n'
'Intérieur\n'
'- Accoudoir central AV avec rangement\n'
'- Appui lombaire ajustable pour sièges AV\n'
'- Bacs de portes avant\n'
'- Boite à gants fermée\n'
'- Clim automatique\n'
'- Climatisation automatiques bi-zone\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Ordinateur de bord\n'
'- Pack Confort\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Sièges AV chauffants\n'
'- Sièges avant électriques à mémoire\n'
'- Température extérieure\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé à distance\n'
'- Vitrage calorifuge\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant Sport gainé cuir\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- BAS\n'
'- Contrôle de Traction\n'
'- Contrôle de couple en courbe\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Phares antibrouillard LED\n'
'\n'
'Autres équipements et informations :\n'
'- Glaciersilber\n'
'- Omission BMW Digital Key\n'
'- Omission sigle\n'
'\n'
'Référence annonce : VRZ_F877ED',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'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/3165219392',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 104500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b2/94/b2b294c4832accacf46daa4a77b6a1c60fbd3015.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/65/da/3965daa7e6856426b1118754364689c0a5c2ce9f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/14/e7/7414e7270a1208d57cc0afd9f42c43d2ea8e1d81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/79/17/c6791766202187586f44684bb6d12cfa97ca47f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c4/72/bec4723f4adb0bafdafd0c2c49ddb8e87001df2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/0d/70/5c0d702e8d016def52f9455e727a2087dda98b00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/63/15/476315795b213ce44e3ffedfa93767dbdfea3479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/ca/e9/cccae97134091e4ea3861f6eee104b8a3301738b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/97/34/be9734a60c70538eedb458e0f4e2510cb03cecef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/f2/8c/79f28c433a9c72512e5c925637138ff98aa596d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/ad/c2/33adc2089e10654a764ff8b774439109d38e0489.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/a4/57/26a45760003baf0148ce8eeb1eb68528adfc2e00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/dc/66/61dc6621cdf2adbd26347e05c72fe04c5184259b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/97/c2/8897c24ec26f8e152b26118c3c99efb5a9bebf78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/12/63/db1263821acb8185d000e35356f845c0c3737325.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1b/5f/a2/1b5fa23f59777b1130c08bb8bb2cce5706943e90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw Série 1 116dA 116ch Business Design Boite Auto DKG7 Révise et '
'Garantie',
'transmission': 'automatic',
'trim': 'Série 1 116dA 116ch Business Design DKG7',
'vin': None,
'year': 2020}
2026-03-30 15:14:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 086ace91-95b6-578f-a793-b8e7472f1c39 with identifier: 3165219392
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 086ace91-95b6-578f-a793-b8e7472f1c39
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Fb2%252F94%252Fb2b294c4832accacf46daa4a77b6a1c60fbd3015.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b2/94/b2b294c4832accacf46daa4a77b6a1c60fbd3015.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F39%252F65%252Fda%252F3965daa7e6856426b1118754364689c0a5c2ce9f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/65/da/3965daa7e6856426b1118754364689c0a5c2ce9f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F74%252F14%252Fe7%252F7414e7270a1208d57cc0afd9f42c43d2ea8e1d81.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/74/14/e7/7414e7270a1208d57cc0afd9f42c43d2ea8e1d81.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc6%252F79%252F17%252Fc6791766202187586f44684bb6d12cfa97ca47f8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/79/17/c6791766202187586f44684bb6d12cfa97ca47f8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252Fc4%252F72%252Fbec4723f4adb0bafdafd0c2c49ddb8e87001df2c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c4/72/bec4723f4adb0bafdafd0c2c49ddb8e87001df2c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5c%252F0d%252F70%252F5c0d702e8d016def52f9455e727a2087dda98b00.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/0d/70/5c0d702e8d016def52f9455e727a2087dda98b00.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252F63%252F15%252F476315795b213ce44e3ffedfa93767dbdfea3479.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/63/15/476315795b213ce44e3ffedfa93767dbdfea3479.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcc%252Fca%252Fe9%252Fcccae97134091e4ea3861f6eee104b8a3301738b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/ca/e9/cccae97134091e4ea3861f6eee104b8a3301738b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252F97%252F34%252Fbe9734a60c70538eedb458e0f4e2510cb03cecef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/97/34/be9734a60c70538eedb458e0f4e2510cb03cecef.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F79%252Ff2%252F8c%252F79f28c433a9c72512e5c925637138ff98aa596d2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/79/f2/8c/79f28c433a9c72512e5c925637138ff98aa596d2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 086ace91-95b6-578f-a793-b8e7472f1c39 with identifier 3165219392
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 086ace91-95b6-578f-a793-b8e7472f1c39
2026-03-30 15:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Bmw Série 1 116dA 116ch Business Design Boite Auto DKG7 '
'Révise et Garantie, berline, bleu foncé, 6 cv, 5 portes, '
'première mise en circulation le 20/01/2020.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Bmw Série 1 116dA 116ch Business Design DKG7, (Berline), 6cv, '
'5 portes, mise en circulation le 20-01-2020, garantie 12 '
'mois \n'
'\n'
'5 places, longueur : 4,32 mètres, poids en charge 1940 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
"- Appel d'Urgence Localisé\n"
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Connectivité avancée\n'
'- Disque dur multimédia\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Hotspot wifi\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Prise USB\n'
'- Radio\n'
'- Radio numérique DAB\n'
'- Services connectés\n'
'- Système Hi-Fi\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Accès Confort avec prépa BMW Digital Key\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Indicateur de limitation de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Calandre chromée\n'
'- Caméra de recul\n'
'- Ceinture de vitrage chromée\n'
'- Commande élec du coffre si Accès Confort\n'
'- Commande électrique du volet de coffre\n'
'- Feux arrière à LED\n'
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Phares avant LED\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Sortie d'échappement chromée\n"
"- Système d'assistance au stationnement\n"
'- Système de mesure de place disponible\n'
'\n'
'Intérieur\n'
'- Accoudoir central AV avec rangement\n'
'- Appui lombaire ajustable pour sièges AV\n'
'- Bacs de portes avant\n'
'- Boite à gants fermée\n'
'- Clim automatique\n'
'- Climatisation automatiques bi-zone\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Ordinateur de bord\n'
'- Pack Confort\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Sièges AV chauffants\n'
'- Sièges avant électriques à mémoire\n'
'- Température extérieure\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé à distance\n'
'- Vitrage calorifuge\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant Sport gainé cuir\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- BAS\n'
'- Contrôle de Traction\n'
'- Contrôle de couple en courbe\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
'- Phares antibrouillard LED\n'
'\n'
'Autres équipements et informations :\n'
'- Glaciersilber\n'
'- Omission BMW Digital Key\n'
'- Omission sigle\n'
'\n'
'Référence annonce : VRZ_F877ED',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '086ace91-95b6-578f-a793-b8e7472f1c39',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165219392',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 1',
'odometer': 104500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b2/94/b2b294c4832accacf46daa4a77b6a1c60fbd3015.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/65/da/3965daa7e6856426b1118754364689c0a5c2ce9f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/14/e7/7414e7270a1208d57cc0afd9f42c43d2ea8e1d81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/79/17/c6791766202187586f44684bb6d12cfa97ca47f8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c4/72/bec4723f4adb0bafdafd0c2c49ddb8e87001df2c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/0d/70/5c0d702e8d016def52f9455e727a2087dda98b00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/63/15/476315795b213ce44e3ffedfa93767dbdfea3479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/ca/e9/cccae97134091e4ea3861f6eee104b8a3301738b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/97/34/be9734a60c70538eedb458e0f4e2510cb03cecef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/f2/8c/79f28c433a9c72512e5c925637138ff98aa596d2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240421,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b2/94/b2b294c4832accacf46daa4a77b6a1c60fbd3015.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223455,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/65/da/3965daa7e6856426b1118754364689c0a5c2ce9f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258701,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/74/14/e7/7414e7270a1208d57cc0afd9f42c43d2ea8e1d81.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250543,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/79/17/c6791766202187586f44684bb6d12cfa97ca47f8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235968,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/c4/72/bec4723f4adb0bafdafd0c2c49ddb8e87001df2c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230959,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/0d/70/5c0d702e8d016def52f9455e727a2087dda98b00.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219030,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/63/15/476315795b213ce44e3ffedfa93767dbdfea3479.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167438,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/ca/e9/cccae97134091e4ea3861f6eee104b8a3301738b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165256,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/97/34/be9734a60c70538eedb458e0f4e2510cb03cecef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b388855-dcc6-562e-9d79-3c6abfffec1f/1b388855-dcc6-562e-9d79-3c6abfffec1f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148785,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/f2/8c/79f28c433a9c72512e5c925637138ff98aa596d2.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw Série 1 116dA 116ch Business Design Boite Auto DKG7 Révise et '
'Garantie',
'transmission': 'automatic',
'trim': 'Série 1 116dA 116ch Business Design DKG7',
'vin': None,
'year': 2020}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165219392%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3165219392: {'created_time': 1774883685.396953, 'last_price_update_time': 1774883685.396962}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165219392') HTTP/1.1" 204 0
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3165219391
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165219391%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3165219391: 1
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3165219391
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Seat Ibiza SEAT IBIZA IV ST 1.4 TDI 105 cv, break, gris '
'foncé, 5 cv, 5 portes, première mise en circulation le '
'02/03/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Seat IBIZA 1.4 TDI 105 CH CONNECT EDITION, (Berline), 5cv, 5 '
'portes, mise en circulation le 02-03-2016.\n'
'\n'
'5 places, couleur intérieur : GRIS, longueur : 4,06 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Carte SD\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- Prise Jack\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Radio\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Aide au stationnement arrière\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Poignées ton carrosserie\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- GPS\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim Automatiques \n'
'- Direction assistée\n'
'- Ecran multifonction couleur\n'
'- Lampe de coffre\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ordinateur de bord\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Température extérieure\n'
'- Verrouillage centralisé à distance\n'
'- Vitres avant électriques\n'
'- Vitres AR teintées\n'
'- Volant cuir + commandes audio au volant\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Contrôle élect. de la pression des pneus\n'
'- Dispositif freinage automatique\n'
'- EBD\n'
'- ESP\n'
'- Préparation Isofix\n'
'- Système de détection de somnolence\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
'- Bleu méditerranéen\n'
'- Sellerie Semi cuir « Kinetic Black »\n'
'\n'
'Référence annonce : VRZ_FBC641',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 105,
'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/3165219391',
'listing': 'auction',
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 191000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/da/0e/48/da0e48968e40956ee1f1a2558f8c08808dc04e7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/1f/a0/9c1fa00647c08bf5d1a6e44ee94aa92f7c3d592e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/dd/ff/68ddffc62cb0d0706e25259dba743e5ab65ab96b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5f/c8/9c5fc86fc5ca14f652ad314fa99b7024dda44540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ff/1a/47ff1a174711b82e1c4e7d97bd234758f70d0569.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/51/9c/d6519c5e9193b5b77cb716f4ea8c17cf4ac02348.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/9c/f1/d99cf1cee54aaf221b43697350e9aef82cd955cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/e5/b9/1de5b973d2d77bffd5c162e5373a1b09f16def44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a4/5c/40a45c36c2b80a67277149e1d5587144d647e19c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/1b/e4/851be4231c69537d60c4a76f745c69b9f8af1246.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/2e/2a/f62e2abb2c44a18a38e300a848f0c646df9e5442.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/c5/2f/64c52f8b23344da05018eb8186a1dc8619f0a491.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/de/8c/c0de8c415b5c4ba8fe4d15cd7922f5f555dc4c99.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2016-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Ibiza SEAT IBIZA IV ST 1.4 TDI 105 cv',
'transmission': 'manual',
'trim': 'Ibiza ST 1.4 TDI 105ch FR Start/Stop',
'vin': None,
'year': 2016}
2026-03-30 15:14:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a1e8fb8-cc46-5280-b021-35652c432811 with identifier: 3165219391
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5a1e8fb8-cc46-5280-b021-35652c432811
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252F0e%252F48%252Fda0e48968e40956ee1f1a2558f8c08808dc04e7a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/0e/48/da0e48968e40956ee1f1a2558f8c08808dc04e7a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252F1f%252Fa0%252F9c1fa00647c08bf5d1a6e44ee94aa92f7c3d592e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/1f/a0/9c1fa00647c08bf5d1a6e44ee94aa92f7c3d592e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F68%252Fdd%252Fff%252F68ddffc62cb0d0706e25259dba743e5ab65ab96b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/68/dd/ff/68ddffc62cb0d0706e25259dba743e5ab65ab96b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252F5f%252Fc8%252F9c5fc86fc5ca14f652ad314fa99b7024dda44540.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5f/c8/9c5fc86fc5ca14f652ad314fa99b7024dda44540.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252Fff%252F1a%252F47ff1a174711b82e1c4e7d97bd234758f70d0569.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ff/1a/47ff1a174711b82e1c4e7d97bd234758f70d0569.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252F51%252F9c%252Fd6519c5e9193b5b77cb716f4ea8c17cf4ac02348.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/51/9c/d6519c5e9193b5b77cb716f4ea8c17cf4ac02348.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F9c%252Ff1%252Fd99cf1cee54aaf221b43697350e9aef82cd955cd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/9c/f1/d99cf1cee54aaf221b43697350e9aef82cd955cd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1d%252Fe5%252Fb9%252F1de5b973d2d77bffd5c162e5373a1b09f16def44.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/e5/b9/1de5b973d2d77bffd5c162e5373a1b09f16def44.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F40%252Fa4%252F5c%252F40a45c36c2b80a67277149e1d5587144d647e19c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a4/5c/40a45c36c2b80a67277149e1d5587144d647e19c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252F1b%252Fe4%252F851be4231c69537d60c4a76f745c69b9f8af1246.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/1b/e4/851be4231c69537d60c4a76f745c69b9f8af1246.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5a1e8fb8-cc46-5280-b021-35652c432811 with identifier 3165219391
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5a1e8fb8-cc46-5280-b021-35652c432811
2026-03-30 15:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Seat Ibiza SEAT IBIZA IV ST 1.4 TDI 105 cv, break, gris '
'foncé, 5 cv, 5 portes, première mise en circulation le '
'02/03/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Seat IBIZA 1.4 TDI 105 CH CONNECT EDITION, (Berline), 5cv, 5 '
'portes, mise en circulation le 02-03-2016.\n'
'\n'
'5 places, couleur intérieur : GRIS, longueur : 4,06 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 6 Haut parleurs\n'
'- Carte SD\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- Kit mains-libres Bluetooth\n'
'- Lecteur CD\n'
'- Lecteur carte SD\n'
'- Prise Jack\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Radio\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Aide au stationnement arrière\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour à LED\n'
'- Filtre à particules\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Poignées ton carrosserie\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur\n'
'- GPS\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim Automatiques \n'
'- Direction assistée\n'
'- Ecran multifonction couleur\n'
'- Lampe de coffre\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ordinateur de bord\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Température extérieure\n'
'- Verrouillage centralisé à distance\n'
'- Vitres avant électriques\n'
'- Vitres AR teintées\n'
'- Volant cuir + commandes audio au volant\n'
'- Volant multifonction\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Contrôle élect. de la pression des pneus\n'
'- Dispositif freinage automatique\n'
'- EBD\n'
'- ESP\n'
'- Préparation Isofix\n'
'- Système de détection de somnolence\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Autres équipements et informations :\n'
'- Bleu méditerranéen\n'
'- Sellerie Semi cuir « Kinetic Black »\n'
'\n'
'Référence annonce : VRZ_FBC641',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 105,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5a1e8fb8-cc46-5280-b021-35652c432811',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3165219391',
'listing': 'auction',
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 191000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/da/0e/48/da0e48968e40956ee1f1a2558f8c08808dc04e7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/1f/a0/9c1fa00647c08bf5d1a6e44ee94aa92f7c3d592e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/dd/ff/68ddffc62cb0d0706e25259dba743e5ab65ab96b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5f/c8/9c5fc86fc5ca14f652ad314fa99b7024dda44540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ff/1a/47ff1a174711b82e1c4e7d97bd234758f70d0569.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/51/9c/d6519c5e9193b5b77cb716f4ea8c17cf4ac02348.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/9c/f1/d99cf1cee54aaf221b43697350e9aef82cd955cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/e5/b9/1de5b973d2d77bffd5c162e5373a1b09f16def44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a4/5c/40a45c36c2b80a67277149e1d5587144d647e19c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/1b/e4/851be4231c69537d60c4a76f745c69b9f8af1246.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250765,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/0e/48/da0e48968e40956ee1f1a2558f8c08808dc04e7a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265985,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/1f/a0/9c1fa00647c08bf5d1a6e44ee94aa92f7c3d592e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258968,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/dd/ff/68ddffc62cb0d0706e25259dba743e5ab65ab96b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241952,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/5f/c8/9c5fc86fc5ca14f652ad314fa99b7024dda44540.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221249,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ff/1a/47ff1a174711b82e1c4e7d97bd234758f70d0569.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196460,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/51/9c/d6519c5e9193b5b77cb716f4ea8c17cf4ac02348.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195649,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/9c/f1/d99cf1cee54aaf221b43697350e9aef82cd955cd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147061,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1d/e5/b9/1de5b973d2d77bffd5c162e5373a1b09f16def44.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132346,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/a4/5c/40a45c36c2b80a67277149e1d5587144d647e19c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a1e8fb8-cc46-5280-b021-35652c432811/5a1e8fb8-cc46-5280-b021-35652c432811_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127039,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/1b/e4/851be4231c69537d60c4a76f745c69b9f8af1246.jpg?rule=ad-large',
'Width': 1067}],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2016-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Ibiza SEAT IBIZA IV ST 1.4 TDI 105 cv',
'transmission': 'manual',
'trim': 'Ibiza ST 1.4 TDI 105ch FR Start/Stop',
'vin': None,
'year': 2016}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273165219391%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3165219391: {'created_time': 1774883685.644933, 'last_price_update_time': 1774883685.644946}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3165219391') HTTP/1.1" 204 0
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164170289
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164170289%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164170289: 1
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164170289
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Peugeot 108 1.0 vti, citadine, blanc, 4 cv, 5 portes, '
'première mise en circulation le 14/10/2014.\n'
'\n'
'4 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 108 1.0 VTI ACTIVE 5P, (Berline), 4cv, 5 portes, mise '
'en circulation le 14-10-2014, garantie 6 mois (6 MOIS).\n'
'\n'
'4 places, couleur intérieur : longueur : 3,48 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 4 Haut parleurs\n'
'- Commandes du système audio au volant\n'
'- Fonction MP3\n'
'- Kit mains-libres Bluetooth\n'
'- Prise Jack\n'
'- Prise USB\n'
'- Radio\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'\n'
'Extérieur\n'
'- Essuie-glace arrière\n'
'- Feux de jour à LED\n'
'\n'
'Intérieur\n'
'- Vitres électriques \n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 50/50\n'
'- Banquette AR rabattable\n'
'- Boite à gants fermée\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Prise 12V\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres avant électriques\n'
'- Volant réglable en hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
'- ESP\n'
'- Préparation Isofix\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Référence annonce : VRZ_7B950A',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'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/3164170289',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '108',
'odometer': 87300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/c9/59/e2c95946b3ff65c317262afd19cc2866ba1f3c34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/71/a9/1371a94aed88c681917d57a18b963573ceb86a44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/52/16/7852162c39ea0fc76496287c79ff8581cabb0662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/8b/23/3f8b23258b7e63aabe126e81d50b2f15f0857731.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/bb/87/bbbb87c96338f87c9d977ece8cc4b3da1702961a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/97/64/c59764d9cada9b8280c3dc5eee678349bcab9e39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/10/14/f210147e5be8b11cf6eee370bbaa9aeae7be6612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/6e/7b/676e7b5ae219256b306555056f589dbde78c94ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/73/08/2973089ed924c07ef2d13895029afae7a954e788.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/d9/b8/7ed9b8caebf82b78ec1bfb4aada6aef176db1dda.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/88/68/4d886880fb6e19faf8795d2bcd1210d763720f97.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/c9/1f/c6c91f27a8470ec053df209080f161475d875f84.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/8e/68/2c8e683d9945c5e5181844e0208c775c0e644ff8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/9e/44/089e441d79b63a2113a2c86c183da1d062b2f9c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/e3/5d/d8e35dcc3c297b636f9fe02aed81f11acfb2be2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/e3/f4/7be3f4b84b2c5380500e97042b44f9de1a042cac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Peugeot 108 1.0 vti',
'transmission': 'manual',
'trim': '108 1.0 VTi Access 3p',
'vin': None,
'year': 2014}
2026-03-30 15:14:45 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ff88993f-9f68-5858-93c3-313c72d03f75 with identifier: 3164170289
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff88993f-9f68-5858-93c3-313c72d03f75
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252Fc9%252F59%252Fe2c95946b3ff65c317262afd19cc2866ba1f3c34.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/c9/59/e2c95946b3ff65c317262afd19cc2866ba1f3c34.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252F71%252Fa9%252F1371a94aed88c681917d57a18b963573ceb86a44.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/71/a9/1371a94aed88c681917d57a18b963573ceb86a44.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F78%252F52%252F16%252F7852162c39ea0fc76496287c79ff8581cabb0662.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/52/16/7852162c39ea0fc76496287c79ff8581cabb0662.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3f%252F8b%252F23%252F3f8b23258b7e63aabe126e81d50b2f15f0857731.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/8b/23/3f8b23258b7e63aabe126e81d50b2f15f0857731.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252Fbb%252F87%252Fbbbb87c96338f87c9d977ece8cc4b3da1702961a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/bb/87/bbbb87c96338f87c9d977ece8cc4b3da1702961a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc5%252F97%252F64%252Fc59764d9cada9b8280c3dc5eee678349bcab9e39.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/97/64/c59764d9cada9b8280c3dc5eee678349bcab9e39.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff2%252F10%252F14%252Ff210147e5be8b11cf6eee370bbaa9aeae7be6612.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/10/14/f210147e5be8b11cf6eee370bbaa9aeae7be6612.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252F6e%252F7b%252F676e7b5ae219256b306555056f589dbde78c94ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/6e/7b/676e7b5ae219256b306555056f589dbde78c94ef.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F29%252F73%252F08%252F2973089ed924c07ef2d13895029afae7a954e788.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/73/08/2973089ed924c07ef2d13895029afae7a954e788.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252Fd9%252Fb8%252F7ed9b8caebf82b78ec1bfb4aada6aef176db1dda.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/d9/b8/7ed9b8caebf82b78ec1bfb4aada6aef176db1dda.jpg?rule=ad-large already downloaded
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ff88993f-9f68-5858-93c3-313c72d03f75 with identifier 3164170289
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:45 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ff88993f-9f68-5858-93c3-313c72d03f75
2026-03-30 15:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Peugeot 108 1.0 vti, citadine, blanc, 4 cv, 5 portes, '
'première mise en circulation le 14/10/2014.\n'
'\n'
'4 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 108 1.0 VTI ACTIVE 5P, (Berline), 4cv, 5 portes, mise '
'en circulation le 14-10-2014, garantie 6 mois (6 MOIS).\n'
'\n'
'4 places, couleur intérieur : longueur : 3,48 mètres,\n'
'boîte de vitesse : manuelle\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 4 Haut parleurs\n'
'- Commandes du système audio au volant\n'
'- Fonction MP3\n'
'- Kit mains-libres Bluetooth\n'
'- Prise Jack\n'
'- Prise USB\n'
'- Radio\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'\n'
'Extérieur\n'
'- Essuie-glace arrière\n'
'- Feux de jour à LED\n'
'\n'
'Intérieur\n'
'- Vitres électriques \n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 50/50\n'
'- Banquette AR rabattable\n'
'- Boite à gants fermée\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Prise 12V\n'
'- Siège conducteur réglable en hauteur\n'
'- Tablette cache bagages\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres avant électriques\n'
'- Volant réglable en hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Détecteur de sous-gonflage\n'
'- ESP\n'
'- Préparation Isofix\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Référence annonce : VRZ_7B950A',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'ff88993f-9f68-5858-93c3-313c72d03f75',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3164170289',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '108',
'odometer': 87300,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/c9/59/e2c95946b3ff65c317262afd19cc2866ba1f3c34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/71/a9/1371a94aed88c681917d57a18b963573ceb86a44.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/52/16/7852162c39ea0fc76496287c79ff8581cabb0662.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/8b/23/3f8b23258b7e63aabe126e81d50b2f15f0857731.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/bb/87/bbbb87c96338f87c9d977ece8cc4b3da1702961a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/97/64/c59764d9cada9b8280c3dc5eee678349bcab9e39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/10/14/f210147e5be8b11cf6eee370bbaa9aeae7be6612.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/6e/7b/676e7b5ae219256b306555056f589dbde78c94ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/73/08/2973089ed924c07ef2d13895029afae7a954e788.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/d9/b8/7ed9b8caebf82b78ec1bfb4aada6aef176db1dda.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230414,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/c9/59/e2c95946b3ff65c317262afd19cc2866ba1f3c34.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238674,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/71/a9/1371a94aed88c681917d57a18b963573ceb86a44.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244523,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/52/16/7852162c39ea0fc76496287c79ff8581cabb0662.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269096,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/8b/23/3f8b23258b7e63aabe126e81d50b2f15f0857731.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253836,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/bb/87/bbbb87c96338f87c9d977ece8cc4b3da1702961a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243167,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c5/97/64/c59764d9cada9b8280c3dc5eee678349bcab9e39.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242306,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/10/14/f210147e5be8b11cf6eee370bbaa9aeae7be6612.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147384,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/6e/7b/676e7b5ae219256b306555056f589dbde78c94ef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134161,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/73/08/2973089ed924c07ef2d13895029afae7a954e788.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff88993f-9f68-5858-93c3-313c72d03f75/ff88993f-9f68-5858-93c3-313c72d03f75_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132680,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/d9/b8/7ed9b8caebf82b78ec1bfb4aada6aef176db1dda.jpg?rule=ad-large',
'Width': 1067}],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2014-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Peugeot 108 1.0 vti',
'transmission': 'manual',
'trim': '108 1.0 VTi Access 3p',
'vin': None,
'year': 2014}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164170289%27 HTTP/1.1" 200 None
2026-03-30 15:14:45 [auto_selling_leboncoin.fr] INFO: Saving data for 3164170289: {'created_time': 1774883685.889843, 'last_price_update_time': 1774883685.889853}
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164170289') HTTP/1.1" 204 0
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635661
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635661%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635661: 1
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635661
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mazda 3 2.2 MZR-CD SPORT, berline, gris foncé, 10 cv, 5 '
'portes, première mise en circulation le 07/01/2010.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mazda 3 2.2L 185cv MZR-CD Sport berline, gris, 10 cv, 5 '
'portes, 5 places couleur intérieure : noir, première mise en '
'circulation le 07/01/2010, garantie 6 mois.\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- CD\n'
'- GPS\n'
'- auto-radio commandé au volant\n'
'- système de navigation\n'
'\n'
'Conduite :\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Aide au stationnement AR\n'
'- Becquet AR\n'
'- Rétroviseurs extérieurs rabattables et escamotables '
'électriquement\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'\n'
'Intérieur :\n'
'- Rétroviseur intérieur photochromatique\n'
'- Sièges AV Sport\n'
'- Accoudoir AV coulissant\n'
'- Vitres arrières électriques\n'
'- climatisation : automatique\n'
'- direction assistée\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'- réglages du volant : hauteur et profondeur\n'
'- siège conducteur réglable en hauteur\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
"- Embout d'échappement chromé\n"
'- Feux AR à LED\n'
'- Sieges arrières rabattable\n'
'- nombre de rapports : 6 vitesses\n'
'- volant réglable\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags rideaux\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- alarme\n'
'- anti-patinage\n'
'- phares antibrouillard\n'
'- répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- Amplificateur de freinage (EBA)\n'
'- Boucliers AV et AR Sport\n'
'- Combiné compteurs Sport\n'
"- Commande d'éclairage intéractive (ILC)\n"
"- Système de signalisation d'arrêt en urgence\n"
'- en inclinaison et à réglage lombaires\n'
"- Classe Crit'air : 2\n"
'- MP3\n'
'- Puissance kilowatt : 136 kw\n'
'- kilométrage garanti\n'
'- puissance réelle : 185 ch\n'
'- émission CO2 : 149 g/km\n'
'\n'
'Référence annonce : VRZ_BD495F',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 185,
'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/3163635661',
'listing': 'auction',
'make': 'MAZDA',
'model': 'Mazda 3',
'odometer': 169500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/27/4c/db/274cdb81ed145b14a567f69299ca16b3327db8f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/04/d5/a804d5ceaaa92c1bb68c3fab40d8e552f59e5bef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ce/eb/00ceeb46410d4b1221f1197898831603f8393338.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/75/5f/a8755fcba6e05f0515a3a4d2f79bcf089b361c40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/31/d0/f531d09b4c0a6d161e09cc22fcd9afd2c877285d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/d3/98/69d398eb6828cdeb96a2ced6ecf7ddaff468e308.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a9/e8/d7a9e8f54b5513e4f67ea3dddbc1225cda71e81d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/56/c7/8c56c7a78808a3c3040fc928e168e02685a166d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/ac/6a/62ac6a9cf32ac0e875ffa519f5b26b23d79e321f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/2d/6d/292d6d99bcc93e04e4b27f85ff0b468cec6a6d81.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/48/a4/2e48a4f830912a3fd5f471e30036b688dd424bb3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/65/4f/04654f5266fc33e0e9e6d847ee5d8f23bb7454de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/2b/34/e82b34b9afe1957f04a808e59c10a52069af85bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/04/16/ee0416e5e66de6ef1258e6e0bd8dc8bb53ca2cc2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/00/88/e1008800b227bf4c14dbd0f4898542638c342b0e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/14/34/e91434507e29a4ebf4787ae9a1df83846d33e2eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 3 2.2 MZR-CD SPORT',
'transmission': 'manual',
'trim': 'Mazda 3 2.2 MZ-CD Sport 5p',
'vin': None,
'year': 2010}
2026-03-30 15:14:46 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ee65d7c-1ca4-51f3-802c-018baaa75a9a with identifier: 3163635661
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ee65d7c-1ca4-51f3-802c-018baaa75a9a
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252F4c%252Fdb%252F274cdb81ed145b14a567f69299ca16b3327db8f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/4c/db/274cdb81ed145b14a567f69299ca16b3327db8f9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F04%252Fd5%252Fa804d5ceaaa92c1bb68c3fab40d8e552f59e5bef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/04/d5/a804d5ceaaa92c1bb68c3fab40d8e552f59e5bef.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252Fce%252Feb%252F00ceeb46410d4b1221f1197898831603f8393338.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ce/eb/00ceeb46410d4b1221f1197898831603f8393338.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F75%252F5f%252Fa8755fcba6e05f0515a3a4d2f79bcf089b361c40.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/75/5f/a8755fcba6e05f0515a3a4d2f79bcf089b361c40.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff5%252F31%252Fd0%252Ff531d09b4c0a6d161e09cc22fcd9afd2c877285d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/31/d0/f531d09b4c0a6d161e09cc22fcd9afd2c877285d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F69%252Fd3%252F98%252F69d398eb6828cdeb96a2ced6ecf7ddaff468e308.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/d3/98/69d398eb6828cdeb96a2ced6ecf7ddaff468e308.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd7%252Fa9%252Fe8%252Fd7a9e8f54b5513e4f67ea3dddbc1225cda71e81d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a9/e8/d7a9e8f54b5513e4f67ea3dddbc1225cda71e81d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8c%252F56%252Fc7%252F8c56c7a78808a3c3040fc928e168e02685a166d6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/56/c7/8c56c7a78808a3c3040fc928e168e02685a166d6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F62%252Fac%252F6a%252F62ac6a9cf32ac0e875ffa519f5b26b23d79e321f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/62/ac/6a/62ac6a9cf32ac0e875ffa519f5b26b23d79e321f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F29%252F2d%252F6d%252F292d6d99bcc93e04e4b27f85ff0b468cec6a6d81.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/29/2d/6d/292d6d99bcc93e04e4b27f85ff0b468cec6a6d81.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1ee65d7c-1ca4-51f3-802c-018baaa75a9a with identifier 3163635661
2026-03-30 15:14:46 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:46 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:46 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1ee65d7c-1ca4-51f3-802c-018baaa75a9a
2026-03-30 15:14:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mazda 3 2.2 MZR-CD SPORT, berline, gris foncé, 10 cv, 5 '
'portes, première mise en circulation le 07/01/2010.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mazda 3 2.2L 185cv MZR-CD Sport berline, gris, 10 cv, 5 '
'portes, 5 places couleur intérieure : noir, première mise en '
'circulation le 07/01/2010, garantie 6 mois.\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- CD\n'
'- GPS\n'
'- auto-radio commandé au volant\n'
'- système de navigation\n'
'\n'
'Conduite :\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Aide au stationnement AR\n'
'- Becquet AR\n'
'- Rétroviseurs extérieurs rabattables et escamotables '
'électriquement\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'\n'
'Intérieur :\n'
'- Rétroviseur intérieur photochromatique\n'
'- Sièges AV Sport\n'
'- Accoudoir AV coulissant\n'
'- Vitres arrières électriques\n'
'- climatisation : automatique\n'
'- direction assistée\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'- réglages du volant : hauteur et profondeur\n'
'- siège conducteur réglable en hauteur\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
"- Embout d'échappement chromé\n"
'- Feux AR à LED\n'
'- Sieges arrières rabattable\n'
'- nombre de rapports : 6 vitesses\n'
'- volant réglable\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags rideaux\n'
'- airbags frontaux\n'
'- airbags latéraux\n'
'- alarme\n'
'- anti-patinage\n'
'- phares antibrouillard\n'
'- répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- Amplificateur de freinage (EBA)\n'
'- Boucliers AV et AR Sport\n'
'- Combiné compteurs Sport\n'
"- Commande d'éclairage intéractive (ILC)\n"
"- Système de signalisation d'arrêt en urgence\n"
'- en inclinaison et à réglage lombaires\n'
"- Classe Crit'air : 2\n"
'- MP3\n'
'- Puissance kilowatt : 136 kw\n'
'- kilométrage garanti\n'
'- puissance réelle : 185 ch\n'
'- émission CO2 : 149 g/km\n'
'\n'
'Référence annonce : VRZ_BD495F',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 185,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ee65d7c-1ca4-51f3-802c-018baaa75a9a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635661',
'listing': 'auction',
'make': 'MAZDA',
'model': 'Mazda 3',
'odometer': 169500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/27/4c/db/274cdb81ed145b14a567f69299ca16b3327db8f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/04/d5/a804d5ceaaa92c1bb68c3fab40d8e552f59e5bef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ce/eb/00ceeb46410d4b1221f1197898831603f8393338.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/75/5f/a8755fcba6e05f0515a3a4d2f79bcf089b361c40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/31/d0/f531d09b4c0a6d161e09cc22fcd9afd2c877285d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/d3/98/69d398eb6828cdeb96a2ced6ecf7ddaff468e308.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a9/e8/d7a9e8f54b5513e4f67ea3dddbc1225cda71e81d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/56/c7/8c56c7a78808a3c3040fc928e168e02685a166d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/ac/6a/62ac6a9cf32ac0e875ffa519f5b26b23d79e321f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/2d/6d/292d6d99bcc93e04e4b27f85ff0b468cec6a6d81.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223669,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/4c/db/274cdb81ed145b14a567f69299ca16b3327db8f9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236157,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/04/d5/a804d5ceaaa92c1bb68c3fab40d8e552f59e5bef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269574,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/ce/eb/00ceeb46410d4b1221f1197898831603f8393338.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256255,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/75/5f/a8755fcba6e05f0515a3a4d2f79bcf089b361c40.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239510,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/31/d0/f531d09b4c0a6d161e09cc22fcd9afd2c877285d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233698,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/d3/98/69d398eb6828cdeb96a2ced6ecf7ddaff468e308.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238595,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d7/a9/e8/d7a9e8f54b5513e4f67ea3dddbc1225cda71e81d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126346,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/56/c7/8c56c7a78808a3c3040fc928e168e02685a166d6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146789,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/ac/6a/62ac6a9cf32ac0e875ffa519f5b26b23d79e321f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7e7ce673-03ba-5651-a51f-182204664e8e/7e7ce673-03ba-5651-a51f-182204664e8e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160760,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/29/2d/6d/292d6d99bcc93e04e4b27f85ff0b468cec6a6d81.jpg?rule=ad-large',
'Width': 1067}],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2010-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 3 2.2 MZR-CD SPORT',
'transmission': 'manual',
'trim': 'Mazda 3 2.2 MZ-CD Sport 5p',
'vin': None,
'year': 2010}
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635661%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635661: {'created_time': 1774883686.714036, 'last_price_update_time': 1774883686.714046}
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635661') HTTP/1.1" 204 0
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635676
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635676%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635676: 1
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635676
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Iveco 35S17 3.0 l D TURBO 170CV CT OK, blanc, 10 cv, '
'première mise en circulation le 25/10/2013.\n'
'\n'
'3 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'CT OK\n'
'Révision a jour \n'
'\n'
'Options\n'
'\n'
'CLIM\n'
'Régulateur de vitesse\n'
'Vitres électrique\n'
'Siege réglable\n'
'Camera de Recule\n'
'ASR\n'
'Centralisation a distance\n'
'Autoradio\n'
'USB\n'
'Atelage remorque\n'
'Habillage intérieur cabine avec contreplaque\n'
'\n'
'ETC\n'
'\n'
'Référence annonce : VRZ_0AC822',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3163635676',
'listing': 'auction',
'make': 'IVECO',
'model': 'Autres',
'odometer': 147501,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/94/bd/63/94bd63224aecbfbdfd3a36bc9320f10a37cd2a23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/08/1f/d5081fa8202a368527f4150fa810ba893decb2d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/9b/08/b89b084a1bfe59fcc6cb3fbc8a5dc6b63379ed20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/40/7c/d9407ca5c72e102ba01acaef9f9a5eae51145d52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/10/2c/d8102c603dae82457fff8d94cbac183964dd8404.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/5f/44/545f4462f62c6db9242e46895dcaf1d559a29ceb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/9e/66/429e66350a7c1e42d49b1a7e7204e5d32e11bc18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/02/fc/a502fc284d9397c8ed12375e5921c0d0ba78b846.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ec/e3/b6ece38624fc41234a09fa558cb6380c9f585394.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/89/19/f98919a85b4fb4d5b0b1149605e34baaf962d0d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/05/31/030531696821c05ab10de0895f5aabf71b7b9082.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/73/5e/bf735e52bafff084edb36351688970fb90f576bf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/64/0a/6e/640a6e1cd4608285adf594150ff3c135ad4322cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/13/36/661336ee097c5ebd8122e3de2fa10ebbdfc96b78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e4/55/b0/e455b00907c3239a640f7c0618f23682fe391278.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/60/95/e36095491768b4626a1271ed607e04b695bf23b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/f9/47/40f9473ebc405e725218d54cc42c76642c7e8777.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ba/9d/41/ba9d41966d799c2749b1a9b368c0b5e67a89588b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/99/a1/8f99a12a1e8324fbb821e59ceef6cba3896de8c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/27/bc/5b27bce3a12420a4c662fe1c8cce06fe321c5b22.jpg?rule=ad-large'],
'price': 12990,
'price_includes_vat': False,
'registration_date': '2013-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Iveco 35S17 3.0 l D TURBO 170CV CT OK',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2013}
2026-03-30 15:14:46 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: cb079e2f-4780-5265-8823-3b5bc7e365c7 with identifier: 3163635676
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cb079e2f-4780-5265-8823-3b5bc7e365c7
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F94%252Fbd%252F63%252F94bd63224aecbfbdfd3a36bc9320f10a37cd2a23.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/94/bd/63/94bd63224aecbfbdfd3a36bc9320f10a37cd2a23.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd5%252F08%252F1f%252Fd5081fa8202a368527f4150fa810ba893decb2d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/08/1f/d5081fa8202a368527f4150fa810ba893decb2d5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252F9b%252F08%252Fb89b084a1bfe59fcc6cb3fbc8a5dc6b63379ed20.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/9b/08/b89b084a1bfe59fcc6cb3fbc8a5dc6b63379ed20.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F40%252F7c%252Fd9407ca5c72e102ba01acaef9f9a5eae51145d52.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/40/7c/d9407ca5c72e102ba01acaef9f9a5eae51145d52.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd8%252F10%252F2c%252Fd8102c603dae82457fff8d94cbac183964dd8404.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/10/2c/d8102c603dae82457fff8d94cbac183964dd8404.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F5f%252F44%252F545f4462f62c6db9242e46895dcaf1d559a29ceb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/5f/44/545f4462f62c6db9242e46895dcaf1d559a29ceb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F42%252F9e%252F66%252F429e66350a7c1e42d49b1a7e7204e5d32e11bc18.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/42/9e/66/429e66350a7c1e42d49b1a7e7204e5d32e11bc18.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa5%252F02%252Ffc%252Fa502fc284d9397c8ed12375e5921c0d0ba78b846.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/02/fc/a502fc284d9397c8ed12375e5921c0d0ba78b846.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252Fec%252Fe3%252Fb6ece38624fc41234a09fa558cb6380c9f585394.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ec/e3/b6ece38624fc41234a09fa558cb6380c9f585394.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff9%252F89%252F19%252Ff98919a85b4fb4d5b0b1149605e34baaf962d0d1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/89/19/f98919a85b4fb4d5b0b1149605e34baaf962d0d1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:46 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: cb079e2f-4780-5265-8823-3b5bc7e365c7 with identifier 3163635676
2026-03-30 15:14:46 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:46 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:46 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item cb079e2f-4780-5265-8823-3b5bc7e365c7
2026-03-30 15:14:46 [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': 'Iveco 35S17 3.0 l D TURBO 170CV CT OK, blanc, 10 cv, '
'première mise en circulation le 25/10/2013.\n'
'\n'
'3 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'CT OK\n'
'Révision a jour \n'
'\n'
'Options\n'
'\n'
'CLIM\n'
'Régulateur de vitesse\n'
'Vitres électrique\n'
'Siege réglable\n'
'Camera de Recule\n'
'ASR\n'
'Centralisation a distance\n'
'Autoradio\n'
'USB\n'
'Atelage remorque\n'
'Habillage intérieur cabine avec contreplaque\n'
'\n'
'ETC\n'
'\n'
'Référence annonce : VRZ_0AC822',
'doors_number': None,
'emission_standard': None,
'engine': None,
'engine_horse_power': 170,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'cb079e2f-4780-5265-8823-3b5bc7e365c7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/utilitaires/3163635676',
'listing': 'auction',
'make': 'IVECO',
'model': 'Autres',
'odometer': 147501,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/94/bd/63/94bd63224aecbfbdfd3a36bc9320f10a37cd2a23.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/08/1f/d5081fa8202a368527f4150fa810ba893decb2d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/9b/08/b89b084a1bfe59fcc6cb3fbc8a5dc6b63379ed20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/40/7c/d9407ca5c72e102ba01acaef9f9a5eae51145d52.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/10/2c/d8102c603dae82457fff8d94cbac183964dd8404.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/5f/44/545f4462f62c6db9242e46895dcaf1d559a29ceb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/9e/66/429e66350a7c1e42d49b1a7e7204e5d32e11bc18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/02/fc/a502fc284d9397c8ed12375e5921c0d0ba78b846.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ec/e3/b6ece38624fc41234a09fa558cb6380c9f585394.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/89/19/f98919a85b4fb4d5b0b1149605e34baaf962d0d1.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194496,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/bd/63/94bd63224aecbfbdfd3a36bc9320f10a37cd2a23.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224891,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d5/08/1f/d5081fa8202a368527f4150fa810ba893decb2d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185441,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/9b/08/b89b084a1bfe59fcc6cb3fbc8a5dc6b63379ed20.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158068,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/40/7c/d9407ca5c72e102ba01acaef9f9a5eae51145d52.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154021,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/10/2c/d8102c603dae82457fff8d94cbac183964dd8404.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160117,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/5f/44/545f4462f62c6db9242e46895dcaf1d559a29ceb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137519,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/42/9e/66/429e66350a7c1e42d49b1a7e7204e5d32e11bc18.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165462,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/02/fc/a502fc284d9397c8ed12375e5921c0d0ba78b846.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76433,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/ec/e3/b6ece38624fc41234a09fa558cb6380c9f585394.jpg?rule=ad-large',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34616e51-3f2a-5877-a905-59fd1f17e128/34616e51-3f2a-5877-a905-59fd1f17e128_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126794,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f9/89/19/f98919a85b4fb4d5b0b1149605e34baaf962d0d1.jpg?rule=ad-large',
'Width': 1067}],
'price': 12990,
'price_includes_vat': False,
'registration_date': '2013-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Iveco 35S17 3.0 l D TURBO 170CV CT OK',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2013}
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635676%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635676: {'created_time': 1774883686.951942, 'last_price_update_time': 1774883686.951954}
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635676') HTTP/1.1" 204 0
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635658
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635658%27 HTTP/1.1" 200 None
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635658: 1
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635658
2026-03-30 15:14:46 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Volkswagen Golf v 2.0 L tdi 140cv Garantie 3 mois, berline, '
'noir, 8 cv, 3 portes, première mise en circulation le '
'23/02/2004.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen golf 5 2.0tdi 140cv 1ere Mis.23/02/2004 3 portes 5 '
'places bon état roule très bien vendue Révise et Garantie 3 '
'mois \n'
'\n'
'OPTIONS \n'
'\n'
'- Climatisation automatiques \n'
'- Regulateur de vitesse \n'
'- Fermeture centralisé à distance\n'
'- ESP\n'
'- ABS \n'
'- Direction Assisté\n'
'- Vitres électrique\n'
'- Essuie-glace arrière\n'
'- Ordinateur de bord\n'
'- Airbags\n'
'\n'
'Référence annonce : VRZ_81E0AA',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'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/3163635658',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 210000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/90/ab/b490abe5b78730539965b71f413c1e11b5114b78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/a6/8d/30a68d7b0ce006effc34811c6b1d25a0d5a81b03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/16/fb/4f16fbae5250f25d02967b6b18d0d82dc42d6c7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/da/c0/5fdac0313ebece145cff8838b77cfde03bf2993f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/4a/73/da4a73552aced07f8a7a68a4155c0d59594a8410.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/84/90/9d84902f88aee60ed8f61d650e68e275c19be6e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/dd/1c/e2dd1ce1881997399fbda4a24ca37bd072d705df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/a1/26/fba12696d049265377f82a5e7c0f30578911c21c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/05/ea/f105ea78fbcb1e5a8ebddc6428b9779aa4a2055b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/75/5e/8d755e7b4f70ca33f02cd33d70c77ebd7b4a73d8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/84/4c/31844c60617c24f2db9756805e00f667fdada0c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/56/f8/5856f88273adaa39563178d3741fc8d64ad5d440.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 4490,
'price_includes_vat': False,
'registration_date': '2004-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf v 2.0 L tdi 140cv Garantie 3 mois',
'transmission': 'manual',
'trim': 'Golf 2.0 TDI 140ch Trend 5p',
'vin': None,
'year': 2004}
2026-03-30 15:14:46 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 26dc118d-8a30-5839-856f-86386b7455c0 with identifier: 3163635658
2026-03-30 15:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 26dc118d-8a30-5839-856f-86386b7455c0
2026-03-30 15:14:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F90%252Fab%252Fb490abe5b78730539965b71f413c1e11b5114b78.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/90/ab/b490abe5b78730539965b71f413c1e11b5114b78.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252Fa6%252F8d%252F30a68d7b0ce006effc34811c6b1d25a0d5a81b03.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/a6/8d/30a68d7b0ce006effc34811c6b1d25a0d5a81b03.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4f%252F16%252Ffb%252F4f16fbae5250f25d02967b6b18d0d82dc42d6c7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/16/fb/4f16fbae5250f25d02967b6b18d0d82dc42d6c7c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5f%252Fda%252Fc0%252F5fdac0313ebece145cff8838b77cfde03bf2993f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/da/c0/5fdac0313ebece145cff8838b77cfde03bf2993f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252F4a%252F73%252Fda4a73552aced07f8a7a68a4155c0d59594a8410.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/4a/73/da4a73552aced07f8a7a68a4155c0d59594a8410.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F84%252F90%252F9d84902f88aee60ed8f61d650e68e275c19be6e0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/84/90/9d84902f88aee60ed8f61d650e68e275c19be6e0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252Fdd%252F1c%252Fe2dd1ce1881997399fbda4a24ca37bd072d705df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/dd/1c/e2dd1ce1881997399fbda4a24ca37bd072d705df.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffb%252Fa1%252F26%252Ffba12696d049265377f82a5e7c0f30578911c21c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/a1/26/fba12696d049265377f82a5e7c0f30578911c21c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff1%252F05%252Fea%252Ff105ea78fbcb1e5a8ebddc6428b9779aa4a2055b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/05/ea/f105ea78fbcb1e5a8ebddc6428b9779aa4a2055b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8d%252F75%252F5e%252F8d755e7b4f70ca33f02cd33d70c77ebd7b4a73d8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/75/5e/8d755e7b4f70ca33f02cd33d70c77ebd7b4a73d8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 26dc118d-8a30-5839-856f-86386b7455c0 with identifier 3163635658
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 26dc118d-8a30-5839-856f-86386b7455c0
2026-03-30 15:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Volkswagen Golf v 2.0 L tdi 140cv Garantie 3 mois, berline, '
'noir, 8 cv, 3 portes, première mise en circulation le '
'23/02/2004.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen golf 5 2.0tdi 140cv 1ere Mis.23/02/2004 3 portes 5 '
'places bon état roule très bien vendue Révise et Garantie 3 '
'mois \n'
'\n'
'OPTIONS \n'
'\n'
'- Climatisation automatiques \n'
'- Regulateur de vitesse \n'
'- Fermeture centralisé à distance\n'
'- ESP\n'
'- ABS \n'
'- Direction Assisté\n'
'- Vitres électrique\n'
'- Essuie-glace arrière\n'
'- Ordinateur de bord\n'
'- Airbags\n'
'\n'
'Référence annonce : VRZ_81E0AA',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '26dc118d-8a30-5839-856f-86386b7455c0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635658',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 210000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 14,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/90/ab/b490abe5b78730539965b71f413c1e11b5114b78.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/a6/8d/30a68d7b0ce006effc34811c6b1d25a0d5a81b03.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/16/fb/4f16fbae5250f25d02967b6b18d0d82dc42d6c7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/da/c0/5fdac0313ebece145cff8838b77cfde03bf2993f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/4a/73/da4a73552aced07f8a7a68a4155c0d59594a8410.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/84/90/9d84902f88aee60ed8f61d650e68e275c19be6e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/dd/1c/e2dd1ce1881997399fbda4a24ca37bd072d705df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/a1/26/fba12696d049265377f82a5e7c0f30578911c21c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/05/ea/f105ea78fbcb1e5a8ebddc6428b9779aa4a2055b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/75/5e/8d755e7b4f70ca33f02cd33d70c77ebd7b4a73d8.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254672,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/90/ab/b490abe5b78730539965b71f413c1e11b5114b78.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245603,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/a6/8d/30a68d7b0ce006effc34811c6b1d25a0d5a81b03.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 269103,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4f/16/fb/4f16fbae5250f25d02967b6b18d0d82dc42d6c7c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264284,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5f/da/c0/5fdac0313ebece145cff8838b77cfde03bf2993f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255378,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/4a/73/da4a73552aced07f8a7a68a4155c0d59594a8410.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241689,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/84/90/9d84902f88aee60ed8f61d650e68e275c19be6e0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/dd/1c/e2dd1ce1881997399fbda4a24ca37bd072d705df.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168930,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/a1/26/fba12696d049265377f82a5e7c0f30578911c21c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145772,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/05/ea/f105ea78fbcb1e5a8ebddc6428b9779aa4a2055b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0208ff68-381d-58ac-be0f-2335106d281e/0208ff68-381d-58ac-be0f-2335106d281e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150695,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/75/5e/8d755e7b4f70ca33f02cd33d70c77ebd7b4a73d8.jpg?rule=ad-large',
'Width': 1067}],
'price': 4490,
'price_includes_vat': False,
'registration_date': '2004-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf v 2.0 L tdi 140cv Garantie 3 mois',
'transmission': 'manual',
'trim': 'Golf 2.0 TDI 140ch Trend 5p',
'vin': None,
'year': 2004}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635658%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635658: {'created_time': 1774883687.2137, 'last_price_update_time': 1774883687.213718}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635658') HTTP/1.1" 204 0
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635651
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635651%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635651: 1
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635651
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 208 1.6 BlueHDi 100ch BVM5 Allure Révise et Garantie, '
'berline, gris clair, 5 cv, 5 portes, première mise en '
'circulation le 23/05/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'PEUGEOT 208 1.6 BlueHDi 100ch berline, noir, 5 cv, 5 portes, '
'première mise en circulation le 23/05/2016, garantie : 3 '
'mois.\n'
'\n'
'Prix TTC : 6 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Apple CarPlay\n'
'- Lecteur MP3\n'
'- Volant avec commande radio\n'
'\n'
'Extérieur :\n'
'- Feux arrière LED\n'
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Radar de stationnement arrière\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs électriques\n'
'\n'
'Intérieur :\n'
'- Banquette arrière partagée et rabattable\n'
'- Climatisation manuelle\n'
'- Lève-vitres avant électriques\n'
'- Siège conducteur réglable en hauteur\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Assistance de freinage\n'
'- Verrouillage centralisé\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 2.70l/100\n'
'- consommation urbaine: 3.60l/100\n'
'- consommation mixte: 3.00l/100\n'
'\n'
'Référence annonce : VRZ_A2C43E',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 99,
'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/3163635651',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 169000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/6e/93/fc6e9346c2d27535548c2aba1ec9a6f5f6996f01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/ee/95/2fee95a036e023da2aa1dedf7b5a862679b4062b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/98/46/34984611dc4b15268423cd41ab2e565962eae8ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/87/be/2e87be300f13b2dfbe34fee68483f2e980db1c66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/89/ac/8089ac3ccb4bed746cc87605915569fc72187e2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/55/67/a35567789151f1acc021ca8bbbff650c9b8dd09a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/2a/af/dc2aaf190e22760001fa3cc2801e5f933d0fcf71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/c1/37/dfc137c44fdc47dd38fad02ef9b60f8c56e4bf55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/87/17/6b87174a005e4ef9ea099a7783c6eceff5da69a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6d/a1/816da1a73bd9fb2633937cca843a4fef3ec64043.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/a7/32/f3a732146d39dba359e91aee9d1ff4b92a9e4de2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/5b/b4/be5bb4ed7308c1f3d6fdbd159de48d036962cef9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/90/db/fc90db46b3b1c413d01108b708bc198c18019e1c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/b8/0a/5cb80a7bee068e2fd2db143054859aefc81ca276.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/dd/c8/07ddc87ad6852ac89355eb9ff11e9becabdf96bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2016-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.6 BlueHDi 100ch BVM5 Allure Révise et Garantie',
'transmission': 'manual',
'trim': '208 1.6 BlueHDi 100ch Allure 5p',
'vin': None,
'year': 2016}
2026-03-30 15:14:47 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 42834926-0a82-58a9-88e6-4c6ada344c8b with identifier: 3163635651
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 42834926-0a82-58a9-88e6-4c6ada344c8b
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffc%252F6e%252F93%252Ffc6e9346c2d27535548c2aba1ec9a6f5f6996f01.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/6e/93/fc6e9346c2d27535548c2aba1ec9a6f5f6996f01.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2f%252Fee%252F95%252F2fee95a036e023da2aa1dedf7b5a862679b4062b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/ee/95/2fee95a036e023da2aa1dedf7b5a862679b4062b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F34%252F98%252F46%252F34984611dc4b15268423cd41ab2e565962eae8ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/98/46/34984611dc4b15268423cd41ab2e565962eae8ac.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2e%252F87%252Fbe%252F2e87be300f13b2dfbe34fee68483f2e980db1c66.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/87/be/2e87be300f13b2dfbe34fee68483f2e980db1c66.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252F89%252Fac%252F8089ac3ccb4bed746cc87605915569fc72187e2a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/89/ac/8089ac3ccb4bed746cc87605915569fc72187e2a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F55%252F67%252Fa35567789151f1acc021ca8bbbff650c9b8dd09a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/55/67/a35567789151f1acc021ca8bbbff650c9b8dd09a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdc%252F2a%252Faf%252Fdc2aaf190e22760001fa3cc2801e5f933d0fcf71.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/2a/af/dc2aaf190e22760001fa3cc2801e5f933d0fcf71.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc1%252F37%252Fdfc137c44fdc47dd38fad02ef9b60f8c56e4bf55.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/c1/37/dfc137c44fdc47dd38fad02ef9b60f8c56e4bf55.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6b%252F87%252F17%252F6b87174a005e4ef9ea099a7783c6eceff5da69a3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/87/17/6b87174a005e4ef9ea099a7783c6eceff5da69a3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252F6d%252Fa1%252F816da1a73bd9fb2633937cca843a4fef3ec64043.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6d/a1/816da1a73bd9fb2633937cca843a4fef3ec64043.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 42834926-0a82-58a9-88e6-4c6ada344c8b with identifier 3163635651
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 42834926-0a82-58a9-88e6-4c6ada344c8b
2026-03-30 15:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 208 1.6 BlueHDi 100ch BVM5 Allure Révise et Garantie, '
'berline, gris clair, 5 cv, 5 portes, première mise en '
'circulation le 23/05/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'PEUGEOT 208 1.6 BlueHDi 100ch berline, noir, 5 cv, 5 portes, '
'première mise en circulation le 23/05/2016, garantie : 3 '
'mois.\n'
'\n'
'Prix TTC : 6 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Apple CarPlay\n'
'- Lecteur MP3\n'
'- Volant avec commande radio\n'
'\n'
'Extérieur :\n'
'- Feux arrière LED\n'
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Radar de stationnement arrière\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs électriques\n'
'\n'
'Intérieur :\n'
'- Banquette arrière partagée et rabattable\n'
'- Climatisation manuelle\n'
'- Lève-vitres avant électriques\n'
'- Siège conducteur réglable en hauteur\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Assistance de freinage\n'
'- Verrouillage centralisé\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 2.70l/100\n'
'- consommation urbaine: 3.60l/100\n'
'- consommation mixte: 3.00l/100\n'
'\n'
'Référence annonce : VRZ_A2C43E',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 99,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '42834926-0a82-58a9-88e6-4c6ada344c8b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635651',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '208',
'odometer': 169000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/6e/93/fc6e9346c2d27535548c2aba1ec9a6f5f6996f01.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/ee/95/2fee95a036e023da2aa1dedf7b5a862679b4062b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/98/46/34984611dc4b15268423cd41ab2e565962eae8ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/87/be/2e87be300f13b2dfbe34fee68483f2e980db1c66.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/89/ac/8089ac3ccb4bed746cc87605915569fc72187e2a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/55/67/a35567789151f1acc021ca8bbbff650c9b8dd09a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/2a/af/dc2aaf190e22760001fa3cc2801e5f933d0fcf71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/c1/37/dfc137c44fdc47dd38fad02ef9b60f8c56e4bf55.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/87/17/6b87174a005e4ef9ea099a7783c6eceff5da69a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6d/a1/816da1a73bd9fb2633937cca843a4fef3ec64043.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236848,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fc/6e/93/fc6e9346c2d27535548c2aba1ec9a6f5f6996f01.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252968,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/ee/95/2fee95a036e023da2aa1dedf7b5a862679b4062b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258723,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/98/46/34984611dc4b15268423cd41ab2e565962eae8ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256424,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/87/be/2e87be300f13b2dfbe34fee68483f2e980db1c66.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243009,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/89/ac/8089ac3ccb4bed746cc87605915569fc72187e2a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224670,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/55/67/a35567789151f1acc021ca8bbbff650c9b8dd09a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246459,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/dc/2a/af/dc2aaf190e22760001fa3cc2801e5f933d0fcf71.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181395,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/c1/37/dfc137c44fdc47dd38fad02ef9b60f8c56e4bf55.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152552,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/87/17/6b87174a005e4ef9ea099a7783c6eceff5da69a3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29d1183b-6da6-584c-ba79-a651b602cf0f/29d1183b-6da6-584c-ba79-a651b602cf0f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138935,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6d/a1/816da1a73bd9fb2633937cca843a4fef3ec64043.jpg?rule=ad-large',
'Width': 1067}],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2016-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.6 BlueHDi 100ch BVM5 Allure Révise et Garantie',
'transmission': 'manual',
'trim': '208 1.6 BlueHDi 100ch Allure 5p',
'vin': None,
'year': 2016}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635651%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635651: {'created_time': 1774883687.44961, 'last_price_update_time': 1774883687.449621}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635651') HTTP/1.1" 204 0
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635677
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635677%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635677: 1
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635677
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Vert',
'currency': 'EUR',
'description': 'Peugeot 508 SW 1.5 BLUEHDI 130cv PACK ALLURE, break, vert '
'foncé, 6 cv, 5 portes, première mise en circulation le '
'10/10/2019.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 508 BLUEHDI 130CH S&S ALLURE EAT8\n'
'CT OK\n'
'GARANTIE 6 MOIS\n'
'5 places, longueur : 4,75 mètres,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- Prise USB\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de pluie\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Frein stationnement électrique automatique\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
"- Système d'accès sans clé\n"
'\n'
'Extérieur\n'
'\n'
'- Boucliers AV et AR couleur caisse\n'
'- Calandre chromée\n'
'- Ceinture de vitrage chromée\n'
'- Eclairage au sol\n'
'- Feux arrière à LED\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour à LED\n'
'- Feux de route automatiques\n'
'- Hayon arrière\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Système d'éclairage intelligent\n"
'\n'
'Intérieur\n'
'- Accoudoir arrière\n'
'- Accoudoir central AR avec trappe à skis\n'
'- Accoudoir central AV\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim automatique bi-zones\n'
'- Compte tours\n'
'- Direction assistée asservie à la vitesse\n'
'- Décors en bois naturel de chêne gris\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte carbone\n'
'- Inserts de tableau de bord carbone\n'
'- Kit Fumeur\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\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'
'- Ordinateur de bord\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'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Rétroviseur intérieur électrochrome\n'
'- Sièges rang 2 rabattables à plat\n'
'- Température extérieure\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière surteintées\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres teintées\n'
'- Volant cuir\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager\n'
'- Airbag passager de connectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Appui-tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Dispositif freinage automatique\n'
'- Détecteur de sous-gonflage\n'
'- EBD\n'
'- ESP\n'
"- Freinage automatique d'urgence\n"
'- Pack Drive Assist Plus + Pk Safety Plus\n'
'- Reconnaissance panneaux de signalisation\n'
'- Système de contrôle des angles morts\n'
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Système de prévention des écarts\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Véhiculé vendue Révise Rien a Prévoir\n'
'\n'
'Référence annonce : VRZ_11D35C',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635677',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 138000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/57/c4/3b/57c43b2b0bb2ffe7b0422f8af13645d3d3732bbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/ae/60/83ae6096ef7c6766e0f0765ba5b17dcf77f46281.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/de/ec/bcdeecc5fb9429c33cc86036c0248e0a40927a35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/56/49/585649a980bfe0608977fec3b5048d05aa15af6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/09/06/540906b4be5fe550b3be9f06ddbe2f4b94422785.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/79/be/cd79befcfa352ae95a43dad447c10405ff6f4dea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/b3/8d/eeb38de99b72f441bc7718cbc2b69026a28bdd79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/d3/fc/5ad3fc482d2e21f2cf7a43e2a6e5ab61c61f1fb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/b2/43/1ab243921bf01732538f098759ffa32a00752edc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ec/32/80ec32b46ceeb686049210078f8f5b6de9b0541f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/5e/db/gh5edb6ba0cb4d21e7b02c58860a1d5aa72a29b7.jpg?rule=ad-large'],
'price': 12490,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BLUEHDI 130cv PACK ALLURE',
'transmission': 'automatic',
'trim': '508 SW BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2019}
2026-03-30 15:14:47 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 11fe4687-a9d7-515d-a0bb-04906f8e959b with identifier: 3163635677
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11fe4687-a9d7-515d-a0bb-04906f8e959b
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252Fc4%252F3b%252F57c43b2b0bb2ffe7b0422f8af13645d3d3732bbe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/c4/3b/57c43b2b0bb2ffe7b0422f8af13645d3d3732bbe.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252Fae%252F60%252F83ae6096ef7c6766e0f0765ba5b17dcf77f46281.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/ae/60/83ae6096ef7c6766e0f0765ba5b17dcf77f46281.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252Fde%252Fec%252Fbcdeecc5fb9429c33cc86036c0248e0a40927a35.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/de/ec/bcdeecc5fb9429c33cc86036c0248e0a40927a35.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F58%252F56%252F49%252F585649a980bfe0608977fec3b5048d05aa15af6b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/58/56/49/585649a980bfe0608977fec3b5048d05aa15af6b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F09%252F06%252F540906b4be5fe550b3be9f06ddbe2f4b94422785.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/09/06/540906b4be5fe550b3be9f06ddbe2f4b94422785.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcd%252F79%252Fbe%252Fcd79befcfa352ae95a43dad447c10405ff6f4dea.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/79/be/cd79befcfa352ae95a43dad447c10405ff6f4dea.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fee%252Fb3%252F8d%252Feeb38de99b72f441bc7718cbc2b69026a28bdd79.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/b3/8d/eeb38de99b72f441bc7718cbc2b69026a28bdd79.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5a%252Fd3%252Ffc%252F5ad3fc482d2e21f2cf7a43e2a6e5ab61c61f1fb0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/d3/fc/5ad3fc482d2e21f2cf7a43e2a6e5ab61c61f1fb0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1a%252Fb2%252F43%252F1ab243921bf01732538f098759ffa32a00752edc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/b2/43/1ab243921bf01732538f098759ffa32a00752edc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252Fec%252F32%252F80ec32b46ceeb686049210078f8f5b6de9b0541f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ec/32/80ec32b46ceeb686049210078f8f5b6de9b0541f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 11fe4687-a9d7-515d-a0bb-04906f8e959b with identifier 3163635677
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 11fe4687-a9d7-515d-a0bb-04906f8e959b
2026-03-30 15:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Vert',
'currency': 'EUR',
'description': 'Peugeot 508 SW 1.5 BLUEHDI 130cv PACK ALLURE, break, vert '
'foncé, 6 cv, 5 portes, première mise en circulation le '
'10/10/2019.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 508 BLUEHDI 130CH S&S ALLURE EAT8\n'
'CT OK\n'
'GARANTIE 6 MOIS\n'
'5 places, longueur : 4,75 mètres,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- Prise USB\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de pluie\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Frein stationnement électrique automatique\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
"- Système d'accès sans clé\n"
'\n'
'Extérieur\n'
'\n'
'- Boucliers AV et AR couleur caisse\n'
'- Calandre chromée\n'
'- Ceinture de vitrage chromée\n'
'- Eclairage au sol\n'
'- Feux arrière à LED\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour à LED\n'
'- Feux de route automatiques\n'
'- Hayon arrière\n'
'- Jantes Alu\n'
'- Phares halogènes\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Système d'éclairage intelligent\n"
'\n'
'Intérieur\n'
'- Accoudoir arrière\n'
'- Accoudoir central AR avec trappe à skis\n'
'- Accoudoir central AV\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR rabattable\n'
'- Banquette arrière 3 places\n'
'- Boite à gants fermée\n'
'- Clim automatique bi-zones\n'
'- Compte tours\n'
'- Direction assistée asservie à la vitesse\n'
'- Décors en bois naturel de chêne gris\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Inserts de porte carbone\n'
'- Inserts de tableau de bord carbone\n'
'- Kit Fumeur\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\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'
'- Ordinateur de bord\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'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Rétroviseur intérieur électrochrome\n'
'- Sièges rang 2 rabattables à plat\n'
'- Température extérieure\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière surteintées\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Vitres teintées\n'
'- Volant cuir\n'
'- Volant réglable en profondeur et hauteur\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager\n'
'- Airbag passager de connectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Appui-tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Dispositif freinage automatique\n'
'- Détecteur de sous-gonflage\n'
'- EBD\n'
'- ESP\n'
"- Freinage automatique d'urgence\n"
'- Pack Drive Assist Plus + Pk Safety Plus\n'
'- Reconnaissance panneaux de signalisation\n'
'- Système de contrôle des angles morts\n'
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Système de prévention des écarts\n'
'- Troisième ceinture de sécurité\n'
'\n'
'Véhiculé vendue Révise Rien a Prévoir\n'
'\n'
'Référence annonce : VRZ_11D35C',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 131,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '11fe4687-a9d7-515d-a0bb-04906f8e959b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635677',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 138000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 11,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/57/c4/3b/57c43b2b0bb2ffe7b0422f8af13645d3d3732bbe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/ae/60/83ae6096ef7c6766e0f0765ba5b17dcf77f46281.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/de/ec/bcdeecc5fb9429c33cc86036c0248e0a40927a35.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/56/49/585649a980bfe0608977fec3b5048d05aa15af6b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/09/06/540906b4be5fe550b3be9f06ddbe2f4b94422785.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/79/be/cd79befcfa352ae95a43dad447c10405ff6f4dea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/b3/8d/eeb38de99b72f441bc7718cbc2b69026a28bdd79.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/d3/fc/5ad3fc482d2e21f2cf7a43e2a6e5ab61c61f1fb0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/b2/43/1ab243921bf01732538f098759ffa32a00752edc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ec/32/80ec32b46ceeb686049210078f8f5b6de9b0541f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237194,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/c4/3b/57c43b2b0bb2ffe7b0422f8af13645d3d3732bbe.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256907,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/ae/60/83ae6096ef7c6766e0f0765ba5b17dcf77f46281.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231744,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/de/ec/bcdeecc5fb9429c33cc86036c0248e0a40927a35.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253972,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/56/49/585649a980bfe0608977fec3b5048d05aa15af6b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228865,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/09/06/540906b4be5fe550b3be9f06ddbe2f4b94422785.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204728,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cd/79/be/cd79befcfa352ae95a43dad447c10405ff6f4dea.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228691,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ee/b3/8d/eeb38de99b72f441bc7718cbc2b69026a28bdd79.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142169,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/d3/fc/5ad3fc482d2e21f2cf7a43e2a6e5ab61c61f1fb0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157692,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/b2/43/1ab243921bf01732538f098759ffa32a00752edc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c04463f6-6fd5-5fae-b94c-b7dd84ba65a2/c04463f6-6fd5-5fae-b94c-b7dd84ba65a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163759,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/ec/32/80ec32b46ceeb686049210078f8f5b6de9b0541f.jpg?rule=ad-large',
'Width': 1067}],
'price': 12490,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BLUEHDI 130cv PACK ALLURE',
'transmission': 'automatic',
'trim': '508 SW BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2019}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635677%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635677: {'created_time': 1774883687.6875, 'last_price_update_time': 1774883687.687508}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635677') HTTP/1.1" 204 0
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635674
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635674%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635674: 1
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635674
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes Benz CLA 200 cdi AMG Line Gris 136 cv GPS/Camera/ '
'Garantie 12 mois, berline, gris clair, 7 cv, 4 portes, '
'première mise en circulation le 09/06/2017.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mercedes CLA 200 CDI 136 cv PACK AMG 7G-DCT, berline, gris '
'mat , 7 cv, 5 portes, première mise en circulation le '
'09/06/2017, garantie : 6 mois.\n'
'\n'
'5 places, \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- Commandes vocales\n'
'- Prise audio auxilliaire : usb\n'
'\n'
'Conduite :\n'
'- Allumage automatique des feux\n'
'- Essuie glace automatique \n'
'- Démarrage sans clé \n'
'- Châssis sport\n'
'- Détecteur de pluie\n'
'- Limiteur de vitesse\n'
'- Palettes au volant\n'
'- Régulateur de vitesse\n'
'- Sièges sport\n'
'- Start and stop\n'
'\n'
'Extérieur :\n'
'- Caméra de recul\n'
'- Peinture intégrale mat origine \n'
'- Projecteurs xénon\n'
'- Radars avant\n'
'- Radars de recul\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Ordinateur de bord\n'
'- Prise 12v\n'
'- Rétroviseur interieur electrochrome\n'
'- Volant sport\n'
'- climatisation automatique\n'
'\n'
'Pack :\n'
'- GPS couleur\n'
'- Kit de gonflage\n'
"- Pot d'échappement sport\n"
'- Volant multifonctions\n'
'\n'
'Sécurité :\n'
'- Contrôle de pression des pneus\n'
'- Fixations ISOFIX\n'
'- Système de détection de somnolence\n'
'- Système de détection de somnolence||climatisation multi '
'zone\n'
'\n'
'Révision a jour CT OK\n'
'\n'
'Référence annonce : VRZ_5814E0',
'doors_number': 4,
'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/voitures/3163635674',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe CLA',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e8/b2/b7e8b264d517efadb80d69f1defe1b146e35319a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/a5/44/43a544b3035a8bce0565141273e78d9bbff5c973.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/ef/04/a0ef0410e77e063d0e0184efb9ac047890b825e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/db/4a/70db4a64cfcf3294572141c2b0d29649c7e6db04.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/75/62/e07562aaa160798e236eefbcd66fedeb82ea07e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/fa/19/70fa196780b6d873faffd402aed0b539051f9540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/c9/9f/6bc99f3dc0b91b7a8139f4d0d3ad6c979a92c4e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/cb/5a/c8cb5ada65dd4a6329870247654a74b3410ffd3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/0f/19/040f19b849ded1279c8fad980f3bf941fdbef400.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ea/70/81ea703656cf03d04c9c383767b422ce717c0684.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/9b/71/fe9b711ad79020762d94293f1a07dfdb1e7ef34b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/a1/ee/53a1ee072944d2f0c904b23e1a1018295e0eef82.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/ac/70/48ac70832caeb641b8cbf9932daa35d24f437266.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/c7/f8/62c7f8ec8fe6414895c80f319a2dfbc61215f6de.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/97/a1/c297a1f2e245b150c9382edd600a03dbada8325e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/46/ba/6b46ba093ed85ac5bf9f1f9b716d544b9bb48dbb.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz CLA 200 cdi AMG Line Gris 136 cv GPS/Camera/ Garantie '
'12 mois',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:14:47 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f14fadb3-54c6-5958-bb8b-4f88947c4ac3 with identifier: 3163635674
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f14fadb3-54c6-5958-bb8b-4f88947c4ac3
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb7%252Fe8%252Fb2%252Fb7e8b264d517efadb80d69f1defe1b146e35319a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e8/b2/b7e8b264d517efadb80d69f1defe1b146e35319a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F43%252Fa5%252F44%252F43a544b3035a8bce0565141273e78d9bbff5c973.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/a5/44/43a544b3035a8bce0565141273e78d9bbff5c973.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252Fef%252F04%252Fa0ef0410e77e063d0e0184efb9ac047890b825e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/ef/04/a0ef0410e77e063d0e0184efb9ac047890b825e4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252Fdb%252F4a%252F70db4a64cfcf3294572141c2b0d29649c7e6db04.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/db/4a/70db4a64cfcf3294572141c2b0d29649c7e6db04.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252F75%252F62%252Fe07562aaa160798e236eefbcd66fedeb82ea07e7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/75/62/e07562aaa160798e236eefbcd66fedeb82ea07e7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252Ffa%252F19%252F70fa196780b6d873faffd402aed0b539051f9540.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/fa/19/70fa196780b6d873faffd402aed0b539051f9540.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6b%252Fc9%252F9f%252F6bc99f3dc0b91b7a8139f4d0d3ad6c979a92c4e0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/c9/9f/6bc99f3dc0b91b7a8139f4d0d3ad6c979a92c4e0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc8%252Fcb%252F5a%252Fc8cb5ada65dd4a6329870247654a74b3410ffd3a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/cb/5a/c8cb5ada65dd4a6329870247654a74b3410ffd3a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252F0f%252F19%252F040f19b849ded1279c8fad980f3bf941fdbef400.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/0f/19/040f19b849ded1279c8fad980f3bf941fdbef400.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252Fea%252F70%252F81ea703656cf03d04c9c383767b422ce717c0684.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ea/70/81ea703656cf03d04c9c383767b422ce717c0684.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f14fadb3-54c6-5958-bb8b-4f88947c4ac3 with identifier 3163635674
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:47 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f14fadb3-54c6-5958-bb8b-4f88947c4ac3
2026-03-30 15:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes Benz CLA 200 cdi AMG Line Gris 136 cv GPS/Camera/ '
'Garantie 12 mois, berline, gris clair, 7 cv, 4 portes, '
'première mise en circulation le 09/06/2017.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mercedes CLA 200 CDI 136 cv PACK AMG 7G-DCT, berline, gris '
'mat , 7 cv, 5 portes, première mise en circulation le '
'09/06/2017, garantie : 6 mois.\n'
'\n'
'5 places, \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- Commandes vocales\n'
'- Prise audio auxilliaire : usb\n'
'\n'
'Conduite :\n'
'- Allumage automatique des feux\n'
'- Essuie glace automatique \n'
'- Démarrage sans clé \n'
'- Châssis sport\n'
'- Détecteur de pluie\n'
'- Limiteur de vitesse\n'
'- Palettes au volant\n'
'- Régulateur de vitesse\n'
'- Sièges sport\n'
'- Start and stop\n'
'\n'
'Extérieur :\n'
'- Caméra de recul\n'
'- Peinture intégrale mat origine \n'
'- Projecteurs xénon\n'
'- Radars avant\n'
'- Radars de recul\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs rabattables\n'
'- Rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Ordinateur de bord\n'
'- Prise 12v\n'
'- Rétroviseur interieur electrochrome\n'
'- Volant sport\n'
'- climatisation automatique\n'
'\n'
'Pack :\n'
'- GPS couleur\n'
'- Kit de gonflage\n'
"- Pot d'échappement sport\n"
'- Volant multifonctions\n'
'\n'
'Sécurité :\n'
'- Contrôle de pression des pneus\n'
'- Fixations ISOFIX\n'
'- Système de détection de somnolence\n'
'- Système de détection de somnolence||climatisation multi '
'zone\n'
'\n'
'Révision a jour CT OK\n'
'\n'
'Référence annonce : VRZ_5814E0',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f14fadb3-54c6-5958-bb8b-4f88947c4ac3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635674',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe CLA',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 16,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e8/b2/b7e8b264d517efadb80d69f1defe1b146e35319a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/a5/44/43a544b3035a8bce0565141273e78d9bbff5c973.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/ef/04/a0ef0410e77e063d0e0184efb9ac047890b825e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/db/4a/70db4a64cfcf3294572141c2b0d29649c7e6db04.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/75/62/e07562aaa160798e236eefbcd66fedeb82ea07e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/fa/19/70fa196780b6d873faffd402aed0b539051f9540.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/c9/9f/6bc99f3dc0b91b7a8139f4d0d3ad6c979a92c4e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/cb/5a/c8cb5ada65dd4a6329870247654a74b3410ffd3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/0f/19/040f19b849ded1279c8fad980f3bf941fdbef400.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ea/70/81ea703656cf03d04c9c383767b422ce717c0684.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214889,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e8/b2/b7e8b264d517efadb80d69f1defe1b146e35319a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214123,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/a5/44/43a544b3035a8bce0565141273e78d9bbff5c973.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245313,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/ef/04/a0ef0410e77e063d0e0184efb9ac047890b825e4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276123,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/db/4a/70db4a64cfcf3294572141c2b0d29649c7e6db04.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245518,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/75/62/e07562aaa160798e236eefbcd66fedeb82ea07e7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203455,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/fa/19/70fa196780b6d873faffd402aed0b539051f9540.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172582,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/c9/9f/6bc99f3dc0b91b7a8139f4d0d3ad6c979a92c4e0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135237,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c8/cb/5a/c8cb5ada65dd4a6329870247654a74b3410ffd3a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135767,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/0f/19/040f19b849ded1279c8fad980f3bf941fdbef400.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1877645-d7b1-5008-abf5-2fb419849cd5/c1877645-d7b1-5008-abf5-2fb419849cd5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137390,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/ea/70/81ea703656cf03d04c9c383767b422ce717c0684.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz CLA 200 cdi AMG Line Gris 136 cv GPS/Camera/ Garantie '
'12 mois',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2017}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635674%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635674: {'created_time': 1774883687.923109, 'last_price_update_time': 1774883687.923122}
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635674') HTTP/1.1" 204 0
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635672
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635672%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635672: 1
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635672
2026-03-30 15:14:47 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 207 1.4 16v 88 cv Revise/ Garantie 3 Mois, berline, '
'gris foncé, 6 cv, 5 portes, première mise en circulation le '
'19/03/2007.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'CT OK\n'
'Vidange fait Ok\n'
'Filtres fait OK\n'
'KIT distribuions fait Ok\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- cd\n'
'\n'
'Intérieur :\n'
'- Banquette 1/3 - 2/3\n'
'- climatisation : manuelle\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags frontaux\n'
'- roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- roues motrices\n'
'\n'
'Référence annonce : VRZ_417EBF',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 88,
'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/3163635672',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '207',
'odometer': 129000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2a/d3/382ad3502c10caa45b925e6cfcd06452ff297f77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/21/94/842194b5187c8c829f3e8c9be73d97fc2a693148.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9d/72/389d72aa60ac2b922f443e63e6c1b5974b58bf54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/90/45/9e90454d43235c7b749c68243b2bab1b63527093.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/29/cd/4429cd32539535f581dae52aea547a105ed36c02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/9f/e5/a89fe5e28cca290380fb92b2c66435830539b71f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/d1/b6/b2d1b67885cd4dc6f3b83c27a197aabf0d1871cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/ca/d5/67cad5e6dcf99c5faad184e6c16078bd73bc536e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/bc/30/72bc308db1fb8173701fd7dab425d91b2b6b9166.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/c3/9b/2bc39bfc4e1166451fa6947e0ce4071cff4c3607.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b0/5d/beb05debc502554b95a287e659e196d6afb0cbaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/d5/9b/9cd59b7dd27bb3343c2ab8bf0994fb1f853b152b.jpg?rule=ad-large'],
'price': 3990,
'price_includes_vat': False,
'registration_date': '2007-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 207 1.4 16v 88 cv Revise/ Garantie 3 Mois',
'transmission': 'manual',
'trim': '207 1.4 16v Trendy 5p',
'vin': None,
'year': 2007}
2026-03-30 15:14:47 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ebeb39-fbca-53c6-86f6-554a0c507c59 with identifier: 3163635672
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 88ebeb39-fbca-53c6-86f6-554a0c507c59
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F2a%252Fd3%252F382ad3502c10caa45b925e6cfcd06452ff297f77.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2a/d3/382ad3502c10caa45b925e6cfcd06452ff297f77.jpg?rule=ad-large already downloaded
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F21%252F94%252F842194b5187c8c829f3e8c9be73d97fc2a693148.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/21/94/842194b5187c8c829f3e8c9be73d97fc2a693148.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F9d%252F72%252F389d72aa60ac2b922f443e63e6c1b5974b58bf54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9d/72/389d72aa60ac2b922f443e63e6c1b5974b58bf54.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9e%252F90%252F45%252F9e90454d43235c7b749c68243b2bab1b63527093.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/90/45/9e90454d43235c7b749c68243b2bab1b63527093.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252F29%252Fcd%252F4429cd32539535f581dae52aea547a105ed36c02.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/29/cd/4429cd32539535f581dae52aea547a105ed36c02.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F9f%252Fe5%252Fa89fe5e28cca290380fb92b2c66435830539b71f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/9f/e5/a89fe5e28cca290380fb92b2c66435830539b71f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Fd1%252Fb6%252Fb2d1b67885cd4dc6f3b83c27a197aabf0d1871cb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/d1/b6/b2d1b67885cd4dc6f3b83c27a197aabf0d1871cb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F67%252Fca%252Fd5%252F67cad5e6dcf99c5faad184e6c16078bd73bc536e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/67/ca/d5/67cad5e6dcf99c5faad184e6c16078bd73bc536e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F72%252Fbc%252F30%252F72bc308db1fb8173701fd7dab425d91b2b6b9166.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/72/bc/30/72bc308db1fb8173701fd7dab425d91b2b6b9166.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2b%252Fc3%252F9b%252F2bc39bfc4e1166451fa6947e0ce4071cff4c3607.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/c3/9b/2bc39bfc4e1166451fa6947e0ce4071cff4c3607.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 88ebeb39-fbca-53c6-86f6-554a0c507c59 with identifier 3163635672
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 88ebeb39-fbca-53c6-86f6-554a0c507c59
2026-03-30 15:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Peugeot 207 1.4 16v 88 cv Revise/ Garantie 3 Mois, berline, '
'gris foncé, 6 cv, 5 portes, première mise en circulation le '
'19/03/2007.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'CT OK\n'
'Vidange fait Ok\n'
'Filtres fait OK\n'
'KIT distribuions fait Ok\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- cd\n'
'\n'
'Intérieur :\n'
'- Banquette 1/3 - 2/3\n'
'- climatisation : manuelle\n'
'- fermeture centralisée\n'
'- ordinateur de bord\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags frontaux\n'
'- roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- roues motrices\n'
'\n'
'Référence annonce : VRZ_417EBF',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 88,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '88ebeb39-fbca-53c6-86f6-554a0c507c59',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635672',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '207',
'odometer': 129000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 12,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2a/d3/382ad3502c10caa45b925e6cfcd06452ff297f77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/21/94/842194b5187c8c829f3e8c9be73d97fc2a693148.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9d/72/389d72aa60ac2b922f443e63e6c1b5974b58bf54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/90/45/9e90454d43235c7b749c68243b2bab1b63527093.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/29/cd/4429cd32539535f581dae52aea547a105ed36c02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/9f/e5/a89fe5e28cca290380fb92b2c66435830539b71f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/d1/b6/b2d1b67885cd4dc6f3b83c27a197aabf0d1871cb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/ca/d5/67cad5e6dcf99c5faad184e6c16078bd73bc536e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/bc/30/72bc308db1fb8173701fd7dab425d91b2b6b9166.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/c3/9b/2bc39bfc4e1166451fa6947e0ce4071cff4c3607.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243166,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/2a/d3/382ad3502c10caa45b925e6cfcd06452ff297f77.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240973,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/21/94/842194b5187c8c829f3e8c9be73d97fc2a693148.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271232,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/9d/72/389d72aa60ac2b922f443e63e6c1b5974b58bf54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272954,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/90/45/9e90454d43235c7b749c68243b2bab1b63527093.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257846,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/29/cd/4429cd32539535f581dae52aea547a105ed36c02.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257765,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/9f/e5/a89fe5e28cca290380fb92b2c66435830539b71f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161675,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/d1/b6/b2d1b67885cd4dc6f3b83c27a197aabf0d1871cb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167327,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/67/ca/d5/67cad5e6dcf99c5faad184e6c16078bd73bc536e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162139,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/bc/30/72bc308db1fb8173701fd7dab425d91b2b6b9166.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5a066f0-ff2c-51f8-97c8-097ae88c5aae/f5a066f0-ff2c-51f8-97c8-097ae88c5aae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146695,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/c3/9b/2bc39bfc4e1166451fa6947e0ce4071cff4c3607.jpg?rule=ad-large',
'Width': 1067}],
'price': 3990,
'price_includes_vat': False,
'registration_date': '2007-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 207 1.4 16v 88 cv Revise/ Garantie 3 Mois',
'transmission': 'manual',
'trim': '207 1.4 16v Trendy 5p',
'vin': None,
'year': 2007}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635672%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635672: {'created_time': 1774883688.173341, 'last_price_update_time': 1774883688.173349}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635672') HTTP/1.1" 204 0
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635671
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635671%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635671: 1
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635671
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bordeaux',
'currency': 'EUR',
'description': 'Nissan Qashqai digt 116 Stop Start Connect Edition Garantie '
'Internationale 12 Mois, 4x4, suv, bordeaux, 6 cv, 5 portes, '
'première mise en circulation le 23/12/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'NISSAN QASHQAI 1.2 DIG-T 115 Stop/Start Connect Edition, 4x4, '
'suv, bordeaux , 6 cv, 5 portes, première mise en circulation '
'le 23/12/2015, garantie : 6 mois.\n'
'\n'
'Prix TTC : 10 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- Interface Bluetooth\n'
'- Lecteur CD\n'
'- Système audio à commande vocale\n'
'- Volant avec commande radio\n'
'\n'
'Conduite :\n'
'- Feux et essuie-glaces automatiques\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Caméra 360°\n'
'- Caméra de recul\n'
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Jantes/roues en alliage léger 17"\n'
'- Jantes/roues en alliage léger 18"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit panoramique \n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Accoudoir arrière\n'
'- Accoudoir avant\n'
'- Banquette/sièges arrière rabattable\n'
'- Climatisation automatique\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur à réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
'- Boîte manuelle 6 vitesses\n'
'- Ceintures avant avec prétensionneurs\n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Assistance au freinage d?urgence\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- GPS tactile\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 5.20l/100\n'
'- consommation urbaine: 6.80l/100\n'
'- consommation mixte: 5.80l/100\n'
'\n'
'Référence annonce : VRZ_3D15BA',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'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/3163635671',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Qashqai',
'odometer': 63100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/83/13/13/831313ca9c632332014198d91082e90132796fd5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/f3/31/18f331a74bc407e905402f57175105d6fd9ee7b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/29/28/5b292857ebb5f1cfe29508492f005d5958b87ae4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/d3/8e/20d38eed3f47cf45c6c3446af5080ad1617af12a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/bb/31/82bb3150810240031dd8ff31674e8d71e9d54216.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/88/05/0888056996cfcdde0211d0fd051bb5fbd964dd21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/10/d5/2d10d5c16010f736924bf178793db9c6efc7e4ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/dc/f3/b4dcf3f042c765a8c067a05ecdfdefc35847a4d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e7/b6/b7e7b687a0e293f0992cf785c40e66a26775ad57.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/f2/e0/13f2e0c2b00e8f6a52f39dcc83a8fef05563f6b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/a9/9f/aea99f6ca5d773cd20ef828e49f997bd7d22c848.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/31/14/3b311412f3f4f25f211dafc81b911eeefcb24221.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/4d/3f/834d3f4fd573d07ae9fe7c3992cfafb7ce13adee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/68/3a/84683a5eee3a4bed2c3453dcbce9d522a831e41f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/1c/32/711c3207fe15262c4ada28bfe728084732790460.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/fb/0c/b6fb0c235db67f545690809e176d5fcddf12b374.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/47/32/f347327610aa35b041200b83ee324b5a5ace6b99.jpg?rule=ad-large'],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai digt 116 Stop Start Connect Edition Garantie '
'Internationale 12 Mois',
'transmission': 'manual',
'trim': 'Qashqai 1.6 117ch Stop&Start Connect Edition',
'vin': None,
'year': 2015}
2026-03-30 15:14:48 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dee231d2-6031-58d9-9f81-f018693f6a99 with identifier: 3163635671
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dee231d2-6031-58d9-9f81-f018693f6a99
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F13%252F13%252F831313ca9c632332014198d91082e90132796fd5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/13/13/831313ca9c632332014198d91082e90132796fd5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F18%252Ff3%252F31%252F18f331a74bc407e905402f57175105d6fd9ee7b0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/18/f3/31/18f331a74bc407e905402f57175105d6fd9ee7b0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5b%252F29%252F28%252F5b292857ebb5f1cfe29508492f005d5958b87ae4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/29/28/5b292857ebb5f1cfe29508492f005d5958b87ae4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F20%252Fd3%252F8e%252F20d38eed3f47cf45c6c3446af5080ad1617af12a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/20/d3/8e/20d38eed3f47cf45c6c3446af5080ad1617af12a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F82%252Fbb%252F31%252F82bb3150810240031dd8ff31674e8d71e9d54216.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/82/bb/31/82bb3150810240031dd8ff31674e8d71e9d54216.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F88%252F05%252F0888056996cfcdde0211d0fd051bb5fbd964dd21.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/88/05/0888056996cfcdde0211d0fd051bb5fbd964dd21.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2d%252F10%252Fd5%252F2d10d5c16010f736924bf178793db9c6efc7e4ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/10/d5/2d10d5c16010f736924bf178793db9c6efc7e4ff.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252Fdc%252Ff3%252Fb4dcf3f042c765a8c067a05ecdfdefc35847a4d5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/dc/f3/b4dcf3f042c765a8c067a05ecdfdefc35847a4d5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb7%252Fe7%252Fb6%252Fb7e7b687a0e293f0992cf785c40e66a26775ad57.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e7/b6/b7e7b687a0e293f0992cf785c40e66a26775ad57.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252Ff2%252Fe0%252F13f2e0c2b00e8f6a52f39dcc83a8fef05563f6b3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/f2/e0/13f2e0c2b00e8f6a52f39dcc83a8fef05563f6b3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dee231d2-6031-58d9-9f81-f018693f6a99 with identifier 3163635671
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dee231d2-6031-58d9-9f81-f018693f6a99
2026-03-30 15:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bordeaux',
'currency': 'EUR',
'description': 'Nissan Qashqai digt 116 Stop Start Connect Edition Garantie '
'Internationale 12 Mois, 4x4, suv, bordeaux, 6 cv, 5 portes, '
'première mise en circulation le 23/12/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'NISSAN QASHQAI 1.2 DIG-T 115 Stop/Start Connect Edition, 4x4, '
'suv, bordeaux , 6 cv, 5 portes, première mise en circulation '
'le 23/12/2015, garantie : 6 mois.\n'
'\n'
'Prix TTC : 10 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- Interface Bluetooth\n'
'- Lecteur CD\n'
'- Système audio à commande vocale\n'
'- Volant avec commande radio\n'
'\n'
'Conduite :\n'
'- Feux et essuie-glaces automatiques\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Caméra 360°\n'
'- Caméra de recul\n'
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Jantes/roues en alliage léger 17"\n'
'- Jantes/roues en alliage léger 18"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit panoramique \n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Accoudoir arrière\n'
'- Accoudoir avant\n'
'- Banquette/sièges arrière rabattable\n'
'- Climatisation automatique\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur à réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
'- Boîte manuelle 6 vitesses\n'
'- Ceintures avant avec prétensionneurs\n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Assistance au freinage d?urgence\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
'- Répartiteur électronique de freinage\n'
'\n'
'Autres équipements et informations :\n'
'- GPS tactile\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 5.20l/100\n'
'- consommation urbaine: 6.80l/100\n'
'- consommation mixte: 5.80l/100\n'
'\n'
'Référence annonce : VRZ_3D15BA',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'dee231d2-6031-58d9-9f81-f018693f6a99',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635671',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Qashqai',
'odometer': 63100,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/83/13/13/831313ca9c632332014198d91082e90132796fd5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/f3/31/18f331a74bc407e905402f57175105d6fd9ee7b0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/29/28/5b292857ebb5f1cfe29508492f005d5958b87ae4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/d3/8e/20d38eed3f47cf45c6c3446af5080ad1617af12a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/bb/31/82bb3150810240031dd8ff31674e8d71e9d54216.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/88/05/0888056996cfcdde0211d0fd051bb5fbd964dd21.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/10/d5/2d10d5c16010f736924bf178793db9c6efc7e4ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/dc/f3/b4dcf3f042c765a8c067a05ecdfdefc35847a4d5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e7/b6/b7e7b687a0e293f0992cf785c40e66a26775ad57.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/f2/e0/13f2e0c2b00e8f6a52f39dcc83a8fef05563f6b3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241088,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/13/13/831313ca9c632332014198d91082e90132796fd5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250403,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/f3/31/18f331a74bc407e905402f57175105d6fd9ee7b0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274824,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/29/28/5b292857ebb5f1cfe29508492f005d5958b87ae4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247655,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/d3/8e/20d38eed3f47cf45c6c3446af5080ad1617af12a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222967,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/bb/31/82bb3150810240031dd8ff31674e8d71e9d54216.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236330,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/88/05/0888056996cfcdde0211d0fd051bb5fbd964dd21.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156634,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/10/d5/2d10d5c16010f736924bf178793db9c6efc7e4ff.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131871,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/dc/f3/b4dcf3f042c765a8c067a05ecdfdefc35847a4d5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139743,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/e7/b6/b7e7b687a0e293f0992cf785c40e66a26775ad57.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24e1cb1d-cd09-5691-9ea7-95cb0e02a72f/24e1cb1d-cd09-5691-9ea7-95cb0e02a72f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155334,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/f2/e0/13f2e0c2b00e8f6a52f39dcc83a8fef05563f6b3.jpg?rule=ad-large',
'Width': 1067}],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai digt 116 Stop Start Connect Edition Garantie '
'Internationale 12 Mois',
'transmission': 'manual',
'trim': 'Qashqai 1.6 117ch Stop&Start Connect Edition',
'vin': None,
'year': 2015}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635671%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635671: {'created_time': 1774883688.39763, 'last_price_update_time': 1774883688.39764}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635671') HTTP/1.1" 204 0
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635669
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635669%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635669: 1
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635669
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Bmw Série 3 330 e hybridé 292ch Business Design Rien a '
'Prevoir, berline, gris foncé, 10 cv, 4 portes, première mise '
'en circulation le 01/03/2021.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Bmw Série 3 330eA 292ch Business Design 10cv, (Berline), '
'10cv, 4 portes, mise en circulation le 01-03-2021, \n'
'5 places, couleur intérieur : Noir, longueur : 4,71 mètres, '
'poids en charge 2300 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 10 Haut parleurs\n'
"- Appel d'Urgence Localisé\n"
'- Borne Wi-Fi\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Disque dur multimédia\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Prise USB\n'
'- Radio\n'
'- Radio numérique DAB\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Boite vitesse auto Sport 8 rapports\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Commande Mode ECO\n'
'- Commande du comportement dynamique\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Indicateur de limitation de vitesse\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Caméra de recul\n'
'- Crochet attelage entièrement automatique\n'
'- Echappement à double sortie\n'
'- Feux arrière à LED\n'
'- Feux de jour à LED\n'
'- Jantes Alu\n'
'- Phares avant LED\n'
'- Radar de stationnement AR\n'
'- Radar de stationnement AV\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs ext. indexés à la marche AR\n'
'- Rétroviseurs extérieurs à mémoire\n'
'- Rétroviseurs extérieurs électrochromes\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Système d'assistance au stationnement\n"
'- Système de mesure de place disponible\n'
'- Toit ouvrant en verre électriquement\n'
'\n'
'Intérieur\n'
'- Accoudoir arrière\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 40/20/40\n'
'- Banquette AR rabattable\n'
'- Clim automatique tri-zones\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Lampe de coffre\n'
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Régl éléc largeur doss+soutien lomb cond\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Sièges AV Advanced+soutien lomb cond\n'
'- Sièges AV électriques+mémoire conducteur\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant sport\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Assistance de maintien de trajectoire\n'
'- Contrôle de Traction\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
"- Freinage automatique d'urgence\n"
'- Système de prévention des collisions\n'
'\n'
'Autres équipements et informations :\n'
'- Mineralgrau\n'
'- Réglage éléctrique largeur dossier\n'
'- Sièges AV Advanced\n'
'- Cuir Vernasca Schwarz/Habitacle Schwarz\n'
'- Tissu Hevelius Schwarz\n'
'\n'
'Kilométrage garanti.\n'
'\n'
'Référence annonce : VRZ_8F8683',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Hybride',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635669',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 3',
'odometer': 78800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/25/6e/0a/256e0abc8b901bc3d41ce250f02911779df14806.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/23/46/e22346ccf70bda222814daae68c29f2f7a3501a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/6e/ed/596eedff62b8ccd5d243363e93782d85727a426d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/a2/4a/63a24ac8446ee3eb44e50611668463c488668b31.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/af/4c/d9af4c667f31910a9af105378a0865694898b3ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/a6/b6/ffa6b6b447fa997034c5ddfd9814b34176686db8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/88/68/cb8868d8832aed078cb1bd68893577ddbd250a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/d0/d7/acd0d78e27b3f5667c1239fac524b40aad3db1f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/14/24/101424eb9709d692695a5b549bcbeba1dda8d43f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/f4/c3/26f4c3c6da7d72467599ed13b35e82f8d6d4fa7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/b4/33/beb43380ec6b02bc2b337fcdffb89b2dbe770347.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/69/55/946955395c0295b8911ce556f3c915d67bd67cec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f2/42/13/f24213d86cd130b4b6a7f5b2d74e8bfda2fdfd6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/fc/36/bffc36d2704285eaaa0dea7cdded5edf891129e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/f4/e0/eff4e02cb3890c9beb75d3f68f3aad36682db6c0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c1/f2/f4/c1f2f4c77ee8a8b8834895d1e80c6bc4699586d1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/8f/e4/d98fe4511410bd822622c6180322538d5190f2d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/fb/25/9cfb25f075cd1863bcd78b6f5dc05285e06a7500.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/9b/f2/bf9bf2571b2a1075ad477f0503e2eff068e2d977.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large'],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw Série 3 330 e hybridé 292ch Business Design Rien a Prevoir',
'transmission': 'automatic',
'trim': 'Série 3 330eA xDrive 292ch Business Design',
'vin': None,
'year': 2021}
2026-03-30 15:14:48 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1415dc-e025-57dc-9234-311d4b6625b1 with identifier: 3163635669
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eb1415dc-e025-57dc-9234-311d4b6625b1
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F25%252F6e%252F0a%252F256e0abc8b901bc3d41ce250f02911779df14806.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/6e/0a/256e0abc8b901bc3d41ce250f02911779df14806.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252F23%252F46%252Fe22346ccf70bda222814daae68c29f2f7a3501a0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/23/46/e22346ccf70bda222814daae68c29f2f7a3501a0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F59%252F6e%252Fed%252F596eedff62b8ccd5d243363e93782d85727a426d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/6e/ed/596eedff62b8ccd5d243363e93782d85727a426d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F63%252Fa2%252F4a%252F63a24ac8446ee3eb44e50611668463c488668b31.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/a2/4a/63a24ac8446ee3eb44e50611668463c488668b31.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252Faf%252F4c%252Fd9af4c667f31910a9af105378a0865694898b3ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/af/4c/d9af4c667f31910a9af105378a0865694898b3ff.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fff%252Fa6%252Fb6%252Fffa6b6b447fa997034c5ddfd9814b34176686db8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/a6/b6/ffa6b6b447fa997034c5ddfd9814b34176686db8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcb%252F88%252F68%252Fcb8868d8832aed078cb1bd68893577ddbd250a1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/88/68/cb8868d8832aed078cb1bd68893577ddbd250a1d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fac%252Fd0%252Fd7%252Facd0d78e27b3f5667c1239fac524b40aad3db1f3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/d0/d7/acd0d78e27b3f5667c1239fac524b40aad3db1f3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F10%252F14%252F24%252F101424eb9709d692695a5b549bcbeba1dda8d43f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/14/24/101424eb9709d692695a5b549bcbeba1dda8d43f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F26%252Ff4%252Fc3%252F26f4c3c6da7d72467599ed13b35e82f8d6d4fa7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/26/f4/c3/26f4c3c6da7d72467599ed13b35e82f8d6d4fa7c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: eb1415dc-e025-57dc-9234-311d4b6625b1 with identifier 3163635669
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item eb1415dc-e025-57dc-9234-311d4b6625b1
2026-03-30 15:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Bmw Série 3 330 e hybridé 292ch Business Design Rien a '
'Prevoir, berline, gris foncé, 10 cv, 4 portes, première mise '
'en circulation le 01/03/2021.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Bmw Série 3 330eA 292ch Business Design 10cv, (Berline), '
'10cv, 4 portes, mise en circulation le 01-03-2021, \n'
'5 places, couleur intérieur : Noir, longueur : 4,71 mètres, '
'poids en charge 2300 Kg,\n'
'boîte de vitesse : automatique\n'
'\n'
'OPTIONS ET EQUIPEMENTS :\n'
'Audio - Télécommunications\n'
'- 10 Haut parleurs\n'
"- Appel d'Urgence Localisé\n"
'- Borne Wi-Fi\n'
'- Commandes du système audio au volant\n'
'- Commandes vocales\n'
'- Disque dur multimédia\n'
'- Ecran tactile\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Prise USB\n'
'- Radio\n'
'- Radio numérique DAB\n'
'- Services connectés\n'
'- TMC\n'
'\n'
'Conduite\n'
'- Aide au démarrage en côte\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Boite vitesse auto Sport 8 rapports\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Commande Mode ECO\n'
'- Commande du comportement dynamique\n'
'- Démarrage sans clé\n'
'- Follow me home\n'
'- Indicateur de limitation de vitesse\n'
'- Limiteur de vitesse\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur\n'
'- Caméra de recul\n'
'- Crochet attelage entièrement automatique\n'
'- Echappement à double sortie\n'
'- Feux arrière à LED\n'
'- Feux de jour à LED\n'
'- Jantes Alu\n'
'- Phares avant LED\n'
'- Radar de stationnement AR\n'
'- Radar de stationnement AV\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs dégivrants\n'
'- Rétroviseurs ext. indexés à la marche AR\n'
'- Rétroviseurs extérieurs à mémoire\n'
'- Rétroviseurs extérieurs électrochromes\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques\n'
"- Système d'assistance au stationnement\n"
'- Système de mesure de place disponible\n'
'- Toit ouvrant en verre électriquement\n'
'\n'
'Intérieur\n'
'- Accoudoir arrière\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 40/20/40\n'
'- Banquette AR rabattable\n'
'- Clim automatique tri-zones\n'
'- Compte tours\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Fixations Isofix aux places arrières\n'
'- Lampe de coffre\n'
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Porte-gobelets avant\n'
'- Prise 12V\n'
'- Régl éléc largeur doss+soutien lomb cond\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Sièges AV Advanced+soutien lomb cond\n'
'- Sièges AV électriques+mémoire conducteur\n'
'- Température extérieure\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Vitres arrière électriques\n'
'- Vitres avant électriques\n'
'- Volant cuir\n'
'- Volant multifonction\n'
'- Volant sport\n'
'\n'
'Sécurité\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag passager déconnectable\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
'- Assistance de maintien de trajectoire\n'
'- Contrôle de Traction\n'
'- Contrôle de freinage en courbe\n'
'- Contrôle élect. de la pression des pneus\n'
'- EBD\n'
'- ESP\n'
"- Freinage automatique d'urgence\n"
'- Système de prévention des collisions\n'
'\n'
'Autres équipements et informations :\n'
'- Mineralgrau\n'
'- Réglage éléctrique largeur dossier\n'
'- Sièges AV Advanced\n'
'- Cuir Vernasca Schwarz/Habitacle Schwarz\n'
'- Tissu Hevelius Schwarz\n'
'\n'
'Kilométrage garanti.\n'
'\n'
'Référence annonce : VRZ_8F8683',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'eb1415dc-e025-57dc-9234-311d4b6625b1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635669',
'listing': 'auction',
'make': 'BMW',
'model': 'Série 3',
'odometer': 78800,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/25/6e/0a/256e0abc8b901bc3d41ce250f02911779df14806.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/23/46/e22346ccf70bda222814daae68c29f2f7a3501a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/6e/ed/596eedff62b8ccd5d243363e93782d85727a426d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/a2/4a/63a24ac8446ee3eb44e50611668463c488668b31.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/af/4c/d9af4c667f31910a9af105378a0865694898b3ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/a6/b6/ffa6b6b447fa997034c5ddfd9814b34176686db8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/88/68/cb8868d8832aed078cb1bd68893577ddbd250a1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/d0/d7/acd0d78e27b3f5667c1239fac524b40aad3db1f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/14/24/101424eb9709d692695a5b549bcbeba1dda8d43f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/f4/c3/26f4c3c6da7d72467599ed13b35e82f8d6d4fa7c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257358,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/6e/0a/256e0abc8b901bc3d41ce250f02911779df14806.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236131,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/23/46/e22346ccf70bda222814daae68c29f2f7a3501a0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261455,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/6e/ed/596eedff62b8ccd5d243363e93782d85727a426d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252699,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/a2/4a/63a24ac8446ee3eb44e50611668463c488668b31.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252753,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/af/4c/d9af4c667f31910a9af105378a0865694898b3ff.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222313,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ff/a6/b6/ffa6b6b447fa997034c5ddfd9814b34176686db8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228019,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cb/88/68/cb8868d8832aed078cb1bd68893577ddbd250a1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238514,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/d0/d7/acd0d78e27b3f5667c1239fac524b40aad3db1f3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170398,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/14/24/101424eb9709d692695a5b549bcbeba1dda8d43f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_59de87d8-8f9b-592d-b978-ade9c8a4d542/59de87d8-8f9b-592d-b978-ade9c8a4d542_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139702,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/f4/c3/26f4c3c6da7d72467599ed13b35e82f8d6d4fa7c.jpg?rule=ad-large',
'Width': 1067}],
'price': 24990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw Série 3 330 e hybridé 292ch Business Design Rien a Prevoir',
'transmission': 'automatic',
'trim': 'Série 3 330eA xDrive 292ch Business Design',
'vin': None,
'year': 2021}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635669%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635669: {'created_time': 1774883688.615364, 'last_price_update_time': 1774883688.615375}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635669') HTTP/1.1" 204 0
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635668
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635668%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635668: 1
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635668
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Skoda Yeti 1.6 TDI 105 cv Grenline, 4x4, suv, blanc, 5 cv, '
'5 portes, première mise en circulation le 06/07/2012.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Skoda Yeti 1.6 TDI 105 ch Ambition 4X2 crossover, suv, 5 cv, '
'5 portes, première mise en circulation le 06/07/2012, '
'garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Prise Jack\n'
'- Radio\n'
'- 8 Haut parleurs\n'
'- Bluetooth\n'
'- CD\n'
'- auto-radio commandé au volant\n'
'- prise audio auxiliaire\n'
'\n'
'Extérieur :\n'
"- Eclairage statique d'intersection\n"
"- Feux de freinage d'urgence\n"
'- Phares additionnels en virage\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
"- Sortie d'échappement chromée\n"
'- barres de toit\n'
'- essuie-glace arrière\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'
'- 3 sièges individuels en rang 2\n'
'- Bacs de portes arrière\n'
'- Boite à gant fermée\n'
'- Filets de coffre\n'
'- Frein à main en cuir\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Rails de coffre\n'
'- Sièges rang 2 déposables\n'
'- Sièges rang 2 rabattables à plat\n'
'- Température extérieure\n'
'- Cache bagages\n'
'- Pack fumeur\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- climatisation : automatique\n'
'- climatisation multi zone\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'
'- 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'
'\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'
'\n'
'Sécurité :\n'
'- Appuis-Tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Contrôle élect. de la pression des pneus\n'
'- ABS\n'
'- Airbags rideaux\n'
'- Airbags rideaux avant\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag conducteur\n'
'- airbag coté passager\n'
'- airbags frontaux\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'
'Référence annonce : VRZ_2BA511',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 105,
'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/3163635668',
'listing': 'auction',
'make': 'SKODA',
'model': 'Yeti',
'odometer': 159000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/ed/c1/c3edc14382d29baa985f645847dc77af1657b862.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/4b/b7/aa4bb745fb7bf66956745d5f5c27b31f73990ad9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/22/18/e6221892a9249791b1734ae7e33930a113e2756b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/1f/ff/311fff24c2a26db447aff4208febc84b2ac5cf2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/56/a7/5456a72fc7882e70c9027deda330162c390622df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/60/d5/b460d57418b6da62cac5b9715516c34322684df8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/15/5c/09155c902edc8af967fede1ed8b0bba3fb4ae4c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/25/d5/7125d5a3135bb996532c7b748c8cc1c41423ce43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b0/51/b4b051648aadd324f852f39e731ef7da19a64d13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/7d/5d/7e7d5d03e82ec26b8771502c69a9228bf8bc7653.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/2e/06/a32e068f29cd8868724a86682536e7eeac122b5c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/f9/c4/b6f9c4fa88cf6d97ab7bd27083efaf46c62da73f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/92/a4/6292a45c43b44e3dddec3c26b69c086df20014fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/be/4a/1cbe4a6fdf51c75669dbbea6e7fde675de72a179.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/e5/78/cae578ef6bfa49ff66ed2b5006edb6c1681fff15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/a3/aa/f7a3aa547362917449a5fe9a6fec6c68a1efd5e8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2012-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Yeti 1.6 TDI 105 cv Grenline',
'transmission': 'manual',
'trim': 'Yeti 1.6 TDI 105 FAP GreenLine Start&Stop',
'vin': None,
'year': 2012}
2026-03-30 15:14:48 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: abc50b93-540a-569d-9a91-b8745b2b9f0a with identifier: 3163635668
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item abc50b93-540a-569d-9a91-b8745b2b9f0a
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc3%252Fed%252Fc1%252Fc3edc14382d29baa985f645847dc77af1657b862.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/ed/c1/c3edc14382d29baa985f645847dc77af1657b862.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faa%252F4b%252Fb7%252Faa4bb745fb7bf66956745d5f5c27b31f73990ad9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/4b/b7/aa4bb745fb7bf66956745d5f5c27b31f73990ad9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252F22%252F18%252Fe6221892a9249791b1734ae7e33930a113e2756b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/22/18/e6221892a9249791b1734ae7e33930a113e2756b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F31%252F1f%252Fff%252F311fff24c2a26db447aff4208febc84b2ac5cf2b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/31/1f/ff/311fff24c2a26db447aff4208febc84b2ac5cf2b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F56%252Fa7%252F5456a72fc7882e70c9027deda330162c390622df.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/56/a7/5456a72fc7882e70c9027deda330162c390622df.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F60%252Fd5%252Fb460d57418b6da62cac5b9715516c34322684df8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/60/d5/b460d57418b6da62cac5b9715516c34322684df8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F09%252F15%252F5c%252F09155c902edc8af967fede1ed8b0bba3fb4ae4c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/15/5c/09155c902edc8af967fede1ed8b0bba3fb4ae4c8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F25%252Fd5%252F7125d5a3135bb996532c7b748c8cc1c41423ce43.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/25/d5/7125d5a3135bb996532c7b748c8cc1c41423ce43.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252Fb0%252F51%252Fb4b051648aadd324f852f39e731ef7da19a64d13.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b0/51/b4b051648aadd324f852f39e731ef7da19a64d13.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252F7d%252F5d%252F7e7d5d03e82ec26b8771502c69a9228bf8bc7653.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/7d/5d/7e7d5d03e82ec26b8771502c69a9228bf8bc7653.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: abc50b93-540a-569d-9a91-b8745b2b9f0a with identifier 3163635668
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:48 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item abc50b93-540a-569d-9a91-b8745b2b9f0a
2026-03-30 15:14:48 [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': 'Skoda Yeti 1.6 TDI 105 cv Grenline, 4x4, suv, blanc, 5 cv, '
'5 portes, première mise en circulation le 06/07/2012.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Skoda Yeti 1.6 TDI 105 ch Ambition 4X2 crossover, suv, 5 cv, '
'5 portes, première mise en circulation le 06/07/2012, '
'garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Prise Jack\n'
'- Radio\n'
'- 8 Haut parleurs\n'
'- Bluetooth\n'
'- CD\n'
'- auto-radio commandé au volant\n'
'- prise audio auxiliaire\n'
'\n'
'Extérieur :\n'
"- Eclairage statique d'intersection\n"
"- Feux de freinage d'urgence\n"
'- Phares additionnels en virage\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
"- Sortie d'échappement chromée\n"
'- barres de toit\n'
'- essuie-glace arrière\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'
'- 3 sièges individuels en rang 2\n'
'- Bacs de portes arrière\n'
'- Boite à gant fermée\n'
'- Filets de coffre\n'
'- Frein à main en cuir\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie passager\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Pommeau de levier vitesse en cuir\n'
'- Porte-gobelets arrière\n'
'- Porte-gobelets avant\n'
'- Rails de coffre\n'
'- Sièges rang 2 déposables\n'
'- Sièges rang 2 rabattables à plat\n'
'- Température extérieure\n'
'- Cache bagages\n'
'- Pack fumeur\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- climatisation : automatique\n'
'- climatisation multi zone\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'
'- 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'
'\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'
'\n'
'Sécurité :\n'
'- Appuis-Tête avant actifs\n'
'- Ceintures avant ajustables en hauteur\n'
'- Contrôle élect. de la pression des pneus\n'
'- ABS\n'
'- Airbags rideaux\n'
'- Airbags rideaux avant\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbag conducteur\n'
'- airbag coté passager\n'
'- airbags frontaux\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'
'Référence annonce : VRZ_2BA511',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 105,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'abc50b93-540a-569d-9a91-b8745b2b9f0a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635668',
'listing': 'auction',
'make': 'SKODA',
'model': 'Yeti',
'odometer': 159000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/ed/c1/c3edc14382d29baa985f645847dc77af1657b862.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/4b/b7/aa4bb745fb7bf66956745d5f5c27b31f73990ad9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/22/18/e6221892a9249791b1734ae7e33930a113e2756b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/1f/ff/311fff24c2a26db447aff4208febc84b2ac5cf2b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/56/a7/5456a72fc7882e70c9027deda330162c390622df.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/60/d5/b460d57418b6da62cac5b9715516c34322684df8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/15/5c/09155c902edc8af967fede1ed8b0bba3fb4ae4c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/25/d5/7125d5a3135bb996532c7b748c8cc1c41423ce43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b0/51/b4b051648aadd324f852f39e731ef7da19a64d13.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/7d/5d/7e7d5d03e82ec26b8771502c69a9228bf8bc7653.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217444,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/ed/c1/c3edc14382d29baa985f645847dc77af1657b862.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247045,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/aa/4b/b7/aa4bb745fb7bf66956745d5f5c27b31f73990ad9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243457,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/22/18/e6221892a9249791b1734ae7e33930a113e2756b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214565,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/31/1f/ff/311fff24c2a26db447aff4208febc84b2ac5cf2b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212246,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/56/a7/5456a72fc7882e70c9027deda330162c390622df.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209270,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/60/d5/b460d57418b6da62cac5b9715516c34322684df8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180200,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/15/5c/09155c902edc8af967fede1ed8b0bba3fb4ae4c8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128101,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/25/d5/7125d5a3135bb996532c7b748c8cc1c41423ce43.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117565,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b0/51/b4b051648aadd324f852f39e731ef7da19a64d13.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7c7498cd-cec8-57de-a4c1-c7fc5a590753/7c7498cd-cec8-57de-a4c1-c7fc5a590753_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111951,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/7d/5d/7e7d5d03e82ec26b8771502c69a9228bf8bc7653.jpg?rule=ad-large',
'Width': 1067}],
'price': 6990,
'price_includes_vat': False,
'registration_date': '2012-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Yeti 1.6 TDI 105 cv Grenline',
'transmission': 'manual',
'trim': 'Yeti 1.6 TDI 105 FAP GreenLine Start&Stop',
'vin': None,
'year': 2012}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635668%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635668: {'created_time': 1774883688.846557, 'last_price_update_time': 1774883688.84657}
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635668') HTTP/1.1" 204 0
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635665
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635665%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635665: 1
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635665
2026-03-30 15:14:48 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Bmw X1 1.8 L 150 cv S-DRIVE, 4x4, suv, blanc, 7 cv, 5 portes, '
'première mise en circulation le 22/10/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'BMW X1 sDrive 18d 150 ch Business tout-terrain, blanc, 7 cv, '
'5 portes, première mise en circulation le 22/10/2015, '
'garantie 12 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'\n'
'Conduite :\n'
'- Drive Select\n'
'- Start & Stop\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'\n'
'Extérieur :\n'
'- Aide au stationnement AV AR\n'
'- Hayon électrique\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Accoudoir AV AR\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- climatisation : automatique\n'
'- climatisation multi zone\n'
'- ordinateur de bord\n'
'- prise 12V\n'
'- vitres électriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- nombre de rapports : 6 vitesses\n'
'\n'
'Sécurité :\n'
'- Alerte anticollisions\n'
'- Contrôle de pression des pneus\n'
'- kit de dépannage pneumatique\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Boite mécanique 6 rapports\n'
"- Eclairage d'accueil\n"
'- Porte Boisson\n'
'- en tissu\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 110 kw\n'
'- USB\n'
'- feux de circulation diurne\n'
'- puissance réelle : 150 ch\n'
'- émission CO2 : 109 g/km\n'
'\n'
'Référence annonce : VRZ_BB9103',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635665',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 136500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/97/34/f697346dc69dba9fd3ab3212e618584ee42cb23f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/d8/cd/40d8cd75c6267ff4d9fe40d0d78fbfc9d6c4aa87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/09/b6/0309b68e06a94a99a0f6e5c32d70c74f150595e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/4d/7d/d14d7dbbfd8fe3dec4388ac034de931f713e85a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/48/95/e6489566f4f94d1cfdf632bdf4d414c8b974adc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ab/e0/47abe0bab12908ac6e46913f9ddc446e48af6608.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/12/94/561294b0cbe279674820f57059162904fad6a8cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/dd/a7/bcdda7a51a258295a41952c22d91061e60a26912.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/01/ce/3e01cef8569e62929c3acb2372215a2f09f665f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/8f/3a/b58f3a58c07cc3cab3c7e26ad850b3b2ebc98eb4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5c/d3/86/5cd386cc5fdf76e83f857c0be19e25200b62e967.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/b8/7a/76b87ac83952caed49aa87d4ab5fa237c9fb5313.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/93/90/1393905d58e630861e3a93793c76c47f855ca0ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/31/c8/6131c80653d3fca76d7505462cb11eeb68ea00f3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/2a/45/352a4544b0b4a2f34ef99f235a9baa3a864143fe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/21/7f/ca217fd05800fdbdcd6e310313861155614cc981.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/3c/3b/473c3bf357ba7a3b6921d0a29cc81d5e3d626e22.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/30/2e/00302ec3f3744401eac488ed1bed3e2b55391071.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2015-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X1 1.8 L 150 cv S-DRIVE',
'transmission': 'manual',
'trim': 'X1 sDrive18d 150ch xLine',
'vin': None,
'year': 2015}
2026-03-30 15:14:48 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3afb37d8-0e00-595b-918c-7b017ec97fcf with identifier: 3163635665
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3afb37d8-0e00-595b-918c-7b017ec97fcf
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff6%252F97%252F34%252Ff697346dc69dba9fd3ab3212e618584ee42cb23f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/97/34/f697346dc69dba9fd3ab3212e618584ee42cb23f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F40%252Fd8%252Fcd%252F40d8cd75c6267ff4d9fe40d0d78fbfc9d6c4aa87.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/40/d8/cd/40d8cd75c6267ff4d9fe40d0d78fbfc9d6c4aa87.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F03%252F09%252Fb6%252F0309b68e06a94a99a0f6e5c32d70c74f150595e5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/03/09/b6/0309b68e06a94a99a0f6e5c32d70c74f150595e5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd1%252F4d%252F7d%252Fd14d7dbbfd8fe3dec4388ac034de931f713e85a9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/4d/7d/d14d7dbbfd8fe3dec4388ac034de931f713e85a9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252F48%252F95%252Fe6489566f4f94d1cfdf632bdf4d414c8b974adc0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/48/95/e6489566f4f94d1cfdf632bdf4d414c8b974adc0.jpg?rule=ad-large already downloaded
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252Fab%252Fe0%252F47abe0bab12908ac6e46913f9ddc446e48af6608.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ab/e0/47abe0bab12908ac6e46913f9ddc446e48af6608.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F12%252F94%252F561294b0cbe279674820f57059162904fad6a8cc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/12/94/561294b0cbe279674820f57059162904fad6a8cc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252Fdd%252Fa7%252Fbcdda7a51a258295a41952c22d91061e60a26912.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/dd/a7/bcdda7a51a258295a41952c22d91061e60a26912.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3e%252F01%252Fce%252F3e01cef8569e62929c3acb2372215a2f09f665f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/01/ce/3e01cef8569e62929c3acb2372215a2f09f665f7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb5%252F8f%252F3a%252Fb58f3a58c07cc3cab3c7e26ad850b3b2ebc98eb4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/8f/3a/b58f3a58c07cc3cab3c7e26ad850b3b2ebc98eb4.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3afb37d8-0e00-595b-918c-7b017ec97fcf with identifier 3163635665
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3afb37d8-0e00-595b-918c-7b017ec97fcf
2026-03-30 15:14:49 [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': 'Bmw X1 1.8 L 150 cv S-DRIVE, 4x4, suv, blanc, 7 cv, 5 portes, '
'première mise en circulation le 22/10/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'BMW X1 sDrive 18d 150 ch Business tout-terrain, blanc, 7 cv, '
'5 portes, première mise en circulation le 22/10/2015, '
'garantie 12 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'\n'
'Conduite :\n'
'- Drive Select\n'
'- Start & Stop\n'
'- détecteur de pluie\n'
'- limiteur de vitesse\n'
'\n'
'Extérieur :\n'
'- Aide au stationnement AV AR\n'
'- Hayon électrique\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Accoudoir AV AR\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- climatisation : automatique\n'
'- climatisation multi zone\n'
'- ordinateur de bord\n'
'- prise 12V\n'
'- vitres électriques\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- nombre de rapports : 6 vitesses\n'
'\n'
'Sécurité :\n'
'- Alerte anticollisions\n'
'- Contrôle de pression des pneus\n'
'- kit de dépannage pneumatique\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Boite mécanique 6 rapports\n'
"- Eclairage d'accueil\n"
'- Porte Boisson\n'
'- en tissu\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 110 kw\n'
'- USB\n'
'- feux de circulation diurne\n'
'- puissance réelle : 150 ch\n'
'- émission CO2 : 109 g/km\n'
'\n'
'Référence annonce : VRZ_BB9103',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3afb37d8-0e00-595b-918c-7b017ec97fcf',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635665',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 136500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/97/34/f697346dc69dba9fd3ab3212e618584ee42cb23f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/d8/cd/40d8cd75c6267ff4d9fe40d0d78fbfc9d6c4aa87.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/09/b6/0309b68e06a94a99a0f6e5c32d70c74f150595e5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/4d/7d/d14d7dbbfd8fe3dec4388ac034de931f713e85a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/48/95/e6489566f4f94d1cfdf632bdf4d414c8b974adc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ab/e0/47abe0bab12908ac6e46913f9ddc446e48af6608.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/12/94/561294b0cbe279674820f57059162904fad6a8cc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/dd/a7/bcdda7a51a258295a41952c22d91061e60a26912.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/01/ce/3e01cef8569e62929c3acb2372215a2f09f665f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/8f/3a/b58f3a58c07cc3cab3c7e26ad850b3b2ebc98eb4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236700,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/97/34/f697346dc69dba9fd3ab3212e618584ee42cb23f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232838,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/40/d8/cd/40d8cd75c6267ff4d9fe40d0d78fbfc9d6c4aa87.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248424,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/03/09/b6/0309b68e06a94a99a0f6e5c32d70c74f150595e5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254313,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/4d/7d/d14d7dbbfd8fe3dec4388ac034de931f713e85a9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234763,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/48/95/e6489566f4f94d1cfdf632bdf4d414c8b974adc0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217086,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ab/e0/47abe0bab12908ac6e46913f9ddc446e48af6608.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224030,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/12/94/561294b0cbe279674820f57059162904fad6a8cc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123560,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/dd/a7/bcdda7a51a258295a41952c22d91061e60a26912.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117556,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/01/ce/3e01cef8569e62929c3acb2372215a2f09f665f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_930ca431-65be-53bb-82f6-7fdb2a6c3a3c/930ca431-65be-53bb-82f6-7fdb2a6c3a3c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107356,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b5/8f/3a/b58f3a58c07cc3cab3c7e26ad850b3b2ebc98eb4.jpg?rule=ad-large',
'Width': 1067}],
'price': 13490,
'price_includes_vat': False,
'registration_date': '2015-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Bmw X1 1.8 L 150 cv S-DRIVE',
'transmission': 'manual',
'trim': 'X1 sDrive18d 150ch xLine',
'vin': None,
'year': 2015}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635665%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635665: {'created_time': 1774883689.085919, 'last_price_update_time': 1774883689.085932}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635665') HTTP/1.1" 204 0
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635662
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635662%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635662: 1
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635662
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Dacia Duster 1.5 dCi 115 4x2 Prestige 1ere Main Faible Km, '
'4x4, suv, gris clair, 6 cv, 5 portes, première mise en '
'circulation le 09/10/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Dacia Duster II Prestige dCi 115 4x2 E6U crossover, suv, '
'gris caler , 6 cv, 5 portes, première mise en circulation le '
'09/10/2018, garantie 12 mois.\n'
'\n'
'5 places\n'
'\n'
'PRIX-15 990e TTC\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'- écran tactile\n'
'- système de navigation\n'
'\n'
'Conduite :\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Capteurs de distance au stationnement AR. radar et caméra\n'
'- Essuie-glaces\n'
'- Rails de toit chromés\n'
'- phares à LED\n'
'\n'
'Intérieur :\n'
'- Prise s 12V AV et AR\n'
'- Rangement sous siège passager\n'
'- Température extérieure\n'
'- climatisation\n'
'- fermeture centralisée\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Réservoir principal 50 litres\n'
'\n'
'Sécurité :\n'
'- 6 airbags\n'
'- Airbags rideaux\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Affichage multi-fonctions 7.0 pouces. écran s tactile s . '
'tableau de bord 1. 17.8 cm\n'
'- Capacité du coffre l sièges en place. sous tablette 445. '
'sièges rabattus. au pavillon 1 478\n'
'- Contrôle des phares allumage automatique. réglage en '
'hauteur manuel\n'
'- Mémoire interne/disque dur\n'
'- Phares à surface complexe. feux de croisement halogènes. '
'feux de route halogènes\n'
'- Rétroviseurs extérieurs caméra côté conducteur. côté '
'passager. chromés. électriques. chauffants\n'
'- Sièges AR banquette. 3 places. assise fixe. rabattables '
'2/3-1/3\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 85 kw\n'
'- puissance réelle : 115 ch\n'
'- émission CO2 : 131 g/km\n'
'\n'
'Référence annonce : VRZ_884DD7',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'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/3163635662',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 45500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b8/ee/a1b8eef8b30f89523fb62f1301ac973ca9b250b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/a7/05/7da7055e67cc704563e898703fae39265c3c4bef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/56/92/345692df25e097147d08fca60e69df5dcffcdd9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/55/dd/d255dd7ffa5e5e6781d03744f4f5f6dbd34dde5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/da/7d/a7da7d4ce57e165c51619923cbc2d242672a143c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/b2/d3/dab2d32103c3833ef9177596861800d848999bad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/39/1f/23391ff07dd3a5625b68341b5cb0e6c107756549.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/c5/55/2ec55524f1055bef6982e3917c33e23f7b95f111.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/27/85/56278500b014aed85b15bbb0e99fb88c043fc2bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/05/1e/b1051e8b1984f072c0750dffe29fde899993e4ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d0/11/a2/d011a20c9c0d7e6d818631300e6076f77bcb72ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/46/0e/89460e758c327d790f9e59f0b0a3e962f01d750b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/81/40/7d8140b93602726f7de19b6e8bbc1fbed92c72a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/b0/9e/dab09e38784196a514ab897e13f8f3615c896c51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/4c/9f/4b4c9fe4da93cda61b1b5314ee10015269f5f303.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/ba/05/fbba05180032370a85be427876b92b75b36db1e1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/ba/c4/f6bac485bb22766e0c192af4ad957d7bb6099b05.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Duster 1.5 dCi 115 4x2 Prestige 1ere Main Faible Km',
'transmission': 'manual',
'trim': 'Duster 1.5 Blue dCi 115ch Prestige 4x2',
'vin': None,
'year': 2018}
2026-03-30 15:14:49 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c83f83f6-7169-5d90-a8bb-c0619a369981 with identifier: 3163635662
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c83f83f6-7169-5d90-a8bb-c0619a369981
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252Fb8%252Fee%252Fa1b8eef8b30f89523fb62f1301ac973ca9b250b3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b8/ee/a1b8eef8b30f89523fb62f1301ac973ca9b250b3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7d%252Fa7%252F05%252F7da7055e67cc704563e898703fae39265c3c4bef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/a7/05/7da7055e67cc704563e898703fae39265c3c4bef.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F34%252F56%252F92%252F345692df25e097147d08fca60e69df5dcffcdd9d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/56/92/345692df25e097147d08fca60e69df5dcffcdd9d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd2%252F55%252Fdd%252Fd255dd7ffa5e5e6781d03744f4f5f6dbd34dde5d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/55/dd/d255dd7ffa5e5e6781d03744f4f5f6dbd34dde5d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa7%252Fda%252F7d%252Fa7da7d4ce57e165c51619923cbc2d242672a143c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/da/7d/a7da7d4ce57e165c51619923cbc2d242672a143c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252Fb2%252Fd3%252Fdab2d32103c3833ef9177596861800d848999bad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/b2/d3/dab2d32103c3833ef9177596861800d848999bad.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F23%252F39%252F1f%252F23391ff07dd3a5625b68341b5cb0e6c107756549.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/23/39/1f/23391ff07dd3a5625b68341b5cb0e6c107756549.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2e%252Fc5%252F55%252F2ec55524f1055bef6982e3917c33e23f7b95f111.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/c5/55/2ec55524f1055bef6982e3917c33e23f7b95f111.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F27%252F85%252F56278500b014aed85b15bbb0e99fb88c043fc2bc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/27/85/56278500b014aed85b15bbb0e99fb88c043fc2bc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb1%252F05%252F1e%252Fb1051e8b1984f072c0750dffe29fde899993e4ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/05/1e/b1051e8b1984f072c0750dffe29fde899993e4ff.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c83f83f6-7169-5d90-a8bb-c0619a369981 with identifier 3163635662
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c83f83f6-7169-5d90-a8bb-c0619a369981
2026-03-30 15:14:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Dacia Duster 1.5 dCi 115 4x2 Prestige 1ere Main Faible Km, '
'4x4, suv, gris clair, 6 cv, 5 portes, première mise en '
'circulation le 09/10/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Dacia Duster II Prestige dCi 115 4x2 E6U crossover, suv, '
'gris caler , 6 cv, 5 portes, première mise en circulation le '
'09/10/2018, garantie 12 mois.\n'
'\n'
'5 places\n'
'\n'
'PRIX-15 990e TTC\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Bluetooth\n'
'- GPS\n'
'- écran tactile\n'
'- système de navigation\n'
'\n'
'Conduite :\n'
'- limiteur de vitesse\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Capteurs de distance au stationnement AR. radar et caméra\n'
'- Essuie-glaces\n'
'- Rails de toit chromés\n'
'- phares à LED\n'
'\n'
'Intérieur :\n'
'- Prise s 12V AV et AR\n'
'- Rangement sous siège passager\n'
'- Température extérieure\n'
'- climatisation\n'
'- fermeture centralisée\n'
'- volant cuir\n'
'\n'
'Pack :\n'
'- Réservoir principal 50 litres\n'
'\n'
'Sécurité :\n'
'- 6 airbags\n'
'- Airbags rideaux\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Affichage multi-fonctions 7.0 pouces. écran s tactile s . '
'tableau de bord 1. 17.8 cm\n'
'- Capacité du coffre l sièges en place. sous tablette 445. '
'sièges rabattus. au pavillon 1 478\n'
'- Contrôle des phares allumage automatique. réglage en '
'hauteur manuel\n'
'- Mémoire interne/disque dur\n'
'- Phares à surface complexe. feux de croisement halogènes. '
'feux de route halogènes\n'
'- Rétroviseurs extérieurs caméra côté conducteur. côté '
'passager. chromés. électriques. chauffants\n'
'- Sièges AR banquette. 3 places. assise fixe. rabattables '
'2/3-1/3\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 85 kw\n'
'- puissance réelle : 115 ch\n'
'- émission CO2 : 131 g/km\n'
'\n'
'Référence annonce : VRZ_884DD7',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c83f83f6-7169-5d90-a8bb-c0619a369981',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635662',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 45500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b8/ee/a1b8eef8b30f89523fb62f1301ac973ca9b250b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/a7/05/7da7055e67cc704563e898703fae39265c3c4bef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/56/92/345692df25e097147d08fca60e69df5dcffcdd9d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/55/dd/d255dd7ffa5e5e6781d03744f4f5f6dbd34dde5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/da/7d/a7da7d4ce57e165c51619923cbc2d242672a143c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/b2/d3/dab2d32103c3833ef9177596861800d848999bad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/39/1f/23391ff07dd3a5625b68341b5cb0e6c107756549.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/c5/55/2ec55524f1055bef6982e3917c33e23f7b95f111.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/27/85/56278500b014aed85b15bbb0e99fb88c043fc2bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/05/1e/b1051e8b1984f072c0750dffe29fde899993e4ff.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242465,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/b8/ee/a1b8eef8b30f89523fb62f1301ac973ca9b250b3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251142,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7d/a7/05/7da7055e67cc704563e898703fae39265c3c4bef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254428,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/56/92/345692df25e097147d08fca60e69df5dcffcdd9d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258328,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d2/55/dd/d255dd7ffa5e5e6781d03744f4f5f6dbd34dde5d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218175,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/da/7d/a7da7d4ce57e165c51619923cbc2d242672a143c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211854,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/b2/d3/dab2d32103c3833ef9177596861800d848999bad.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245721,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/23/39/1f/23391ff07dd3a5625b68341b5cb0e6c107756549.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180854,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/c5/55/2ec55524f1055bef6982e3917c33e23f7b95f111.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152656,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/27/85/56278500b014aed85b15bbb0e99fb88c043fc2bc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b909451f-c4e4-5fac-bba4-7bdb396d2831/b909451f-c4e4-5fac-bba4-7bdb396d2831_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144858,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b1/05/1e/b1051e8b1984f072c0750dffe29fde899993e4ff.jpg?rule=ad-large',
'Width': 1067}],
'price': 15990,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Duster 1.5 dCi 115 4x2 Prestige 1ere Main Faible Km',
'transmission': 'manual',
'trim': 'Duster 1.5 Blue dCi 115ch Prestige 4x2',
'vin': None,
'year': 2018}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635662%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635662: {'created_time': 1774883689.689852, 'last_price_update_time': 1774883689.689862}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635662') HTTP/1.1" 204 0
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635659
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635659%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635659: 1
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635659
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'LAND ROVER EVOQUE 2.0 td4 180CV HSE Dynamic BVA Toit '
'Panoramique, 4x4, suv, noir, 10 cv, 5 portes, première mise '
'en circulation le 05/07/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'LANDE ROVER EVOQUE 2.0L 180 CV DYNAMIC 1ere Mis. 05/07/2016 , '
'5 portes , 5 places , \n'
'\n'
'Excellent état Révision a jour Rien a prévoir Garantie 12 '
'mois \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- 8 Haut parleurs\n'
"- Appel d'Assistance Localisé\n"
"- Appel d'Urgence Localisé\n"
'- Commandes du système audio au volant\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Kit téléphone main libre Bluetooth\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Prise iPod\n'
'- Radio\n'
'- Système de commande vocale\n'
'- Système de localisation par satellite\n'
'- écran tactile\n'
'\n'
'Conduite :\n'
'- Aide au démarrage en cote\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Choix du mode de conduite\n'
'- Différentiel à glissement limité\n'
'- Démarrage sans clé\n'
'- Essuies glaces automatiques\n'
'- Frein de parking auto\n'
'- Frein de parking électrique\n'
'- Guidage pour manoeuvre de stationnement\n'
'- Line assist\n'
'- Palettes au volant\n'
'- Régulateur de vitesse\n'
'- Système Start & stop\n'
"- Système d'assistance à la descente\n"
'\n'
'Couleur :\n'
'- Peinture métallisée\n'
'\n'
'Extérieur :\n'
'- Aide au parking AR\n'
'- Aide au parking AV/AR\n'
'- Becquet arrière\n'
'- Boucliers AV et AR couleur caisse\n'
'- Caméra de recul\n'
'- Echappement à double sortie\n'
'- Eclairage au sol\n'
'- Essuie-glace arrière\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Filtre à particules\n'
'- Hayon arrière\n'
'- Jantes alu\n'
'- Jantes alu 18"\n'
'- Lave phares\n'
'- Phares AR à led\n'
'- Phares AV de jour à LED\n'
'- Phares LED\n'
'- Phares adaptatifs\n'
'- Phares xénon\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques et dégivrants\n'
'- Toit panoramique\n'
'- Vitres arrière et lunette AR surteintées\n'
'- Vitres arrière surteintées\n'
'\n'
'Intérieur :\n'
'- 4 vitres électriques\n'
'- Accoudoir arrière\n'
'- Accoudoir central AR\n'
'- Accoudoir central AV\n'
'- Accoudoir central AV +AR\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bac de rangement dans le coffre\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3 - 2/3\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR 3 places\n'
'- Banquette AR rabattable\n'
'- Boite à gant fermée\n'
'- Climatisation automatique\n'
'- Climatisation bi-zone\n'
'- Climatisation multi-zones\n'
'- Compte tours\n'
'- Direction assistée\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Inserts aluminium\n'
'- Inserts de porte cuir\n'
'- Inserts de porte métal\n'
'- Intérieur cuir nappa\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Lunette AR dégivrante\n'
'- Lunette arrière\n'
'- Lunette arrière surteintée\n'
'- Miroir de courtoisie chauffeur éclairé\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie conducteur & passager éclairé\n'
'- Miroir de courtoisie passager\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
'- Pare-brise chauffant\n'
'- Porte gobelet avant\n'
'- Porte-gobelets arrière\n'
'- Prise 12V\n'
'- Siège conducteur avec réglable lombaire\n'
'- Siège conducteur et passager avec réglage lombaire\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur à mémoire\n'
'- Siège conducteur électrique\n'
'- Siège passager avec réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager à réglages électriques\n'
'- Sièges AV à mémoire\n'
'- Sièges AV électriques\n'
'- Sièges à mémoire\n'
'- Tablette cache bagages\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Volant alu/cuir\n'
'- Volant réglable hauteur\n'
'- Volant réglable profondeur\n'
'- porte-gobelets avant\n'
'\n'
'Pack :\n'
'- Boîte de vitesse automatique\n'
'- GPS Couleur\n'
'- Mode Eco\n'
'- Mode sport\n'
'- Pack extérieur\n'
'- Régulateur / Limiteur de vitesse\n'
'- Tableau de bord cuir\n'
'- Verrouillage centralisé\n'
'- Volant multifonctions\n'
'\n'
'Sellerie :\n'
'- Sellerie cuir\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag genoux\n'
'- Airbag passager\n'
'- Airbags\n'
'- Airbags latéraux\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Alerte franchissement de lignes\n'
'- Antibrouillards avant\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
"- Assistance au freinage d'urgence\n"
"- Avertisseur d'angle mort\n"
'- Contrôle de freinage en courbe\n'
'- Contrôle de pression des pneus\n'
'- Contrôle optimal du roulis\n'
'- Contrôle élect. de la pression des pneus\n'
'- Détection somnolence\n'
'- EBD\n'
'- ESP\n'
'- Feux automatiques\n'
'- Fixations isofix\n'
"- Freinage automatique d'urgence\n"
'- Phares antibrouillard\n'
'- Radar anti-collision\n'
'- Roue de secours galette\n'
'\n'
'Référence annonce : VRZ_8C0449',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'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/3163635659',
'listing': 'auction',
'make': 'LAND-ROVER',
'model': 'Range Rover Evoque',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/05/9b/6a/059b6a82bc22061ba6ed7cc4b6fc737e9c8e16bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/2a/90/f62a903ad256a97ca7edf4d7bb551a5ebc44c65e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/71/4f/2d714f836691b45bd454c51fae2dffb26c78d365.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/51/99/215199044782f74ef1991019f502e5e8a086619a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/b1/bd/dbb1bd8263092a5d305023bb1d81bea3f20ba0b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/1d/89/761d891dab32e2b8c50d2ce404796aca540437c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/68/6d/dd686d85900a4fdb3b4ca68ad5ceb13c3b62ca49.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/7c/8f/7c7c8f7973d1d90f8bd4efac5b467d84d9d0a04c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/71/b0/3971b0c32db014d34e81bcb68f0dbf25d1277ca9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/bd/b1/2cbdb1ab68e004d210d7a3cff2529a432cb3aa90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/92/0c/0e920ccd6a96adef43a657692ffcba2638659fc9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/7e/d6/e77ed67f9b3b13527f50d744d8457c886aea8b2f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/e9/6c/6fe96cebfcb25c5ee13bd50681ad670f6aea700e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/45/5b/91455b275700ac510b5da325690a12ce97a6b982.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/16/94/bb16942295a886a6c2361c570ebd83f136d8b697.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/a4/cf/45a4cfd542cacd61b0c72f5c11a7bdea37f0c921.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/8e/d5/b98ed5af0b371ce2f22c27eb7b5dc38e5b85d1cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER EVOQUE 2.0 td4 180CV HSE Dynamic BVA Toit Panoramique',
'transmission': 'automatic',
'trim': 'Range Rover Evoque 2.0 TD4 180 HSE Dynamic BVA Mark IV',
'vin': None,
'year': 2016}
2026-03-30 15:14:49 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f064063c-47c6-5af5-b135-26d081d1fa69 with identifier: 3163635659
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f064063c-47c6-5af5-b135-26d081d1fa69
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F05%252F9b%252F6a%252F059b6a82bc22061ba6ed7cc4b6fc737e9c8e16bd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/05/9b/6a/059b6a82bc22061ba6ed7cc4b6fc737e9c8e16bd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff6%252F2a%252F90%252Ff62a903ad256a97ca7edf4d7bb551a5ebc44c65e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/2a/90/f62a903ad256a97ca7edf4d7bb551a5ebc44c65e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2d%252F71%252F4f%252F2d714f836691b45bd454c51fae2dffb26c78d365.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/71/4f/2d714f836691b45bd454c51fae2dffb26c78d365.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F21%252F51%252F99%252F215199044782f74ef1991019f502e5e8a086619a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/21/51/99/215199044782f74ef1991019f502e5e8a086619a.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252Fb1%252Fbd%252Fdbb1bd8263092a5d305023bb1d81bea3f20ba0b7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/b1/bd/dbb1bd8263092a5d305023bb1d81bea3f20ba0b7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F76%252F1d%252F89%252F761d891dab32e2b8c50d2ce404796aca540437c5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/76/1d/89/761d891dab32e2b8c50d2ce404796aca540437c5.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdd%252F68%252F6d%252Fdd686d85900a4fdb3b4ca68ad5ceb13c3b62ca49.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/68/6d/dd686d85900a4fdb3b4ca68ad5ceb13c3b62ca49.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F7c%252F8f%252F7c7c8f7973d1d90f8bd4efac5b467d84d9d0a04c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/7c/8f/7c7c8f7973d1d90f8bd4efac5b467d84d9d0a04c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F39%252F71%252Fb0%252F3971b0c32db014d34e81bcb68f0dbf25d1277ca9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/71/b0/3971b0c32db014d34e81bcb68f0dbf25d1277ca9.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2c%252Fbd%252Fb1%252F2cbdb1ab68e004d210d7a3cff2529a432cb3aa90.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/bd/b1/2cbdb1ab68e004d210d7a3cff2529a432cb3aa90.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f064063c-47c6-5af5-b135-26d081d1fa69 with identifier 3163635659
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:49 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f064063c-47c6-5af5-b135-26d081d1fa69
2026-03-30 15:14:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'LAND ROVER EVOQUE 2.0 td4 180CV HSE Dynamic BVA Toit '
'Panoramique, 4x4, suv, noir, 10 cv, 5 portes, première mise '
'en circulation le 05/07/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'LANDE ROVER EVOQUE 2.0L 180 CV DYNAMIC 1ere Mis. 05/07/2016 , '
'5 portes , 5 places , \n'
'\n'
'Excellent état Révision a jour Rien a prévoir Garantie 12 '
'mois \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- 8 Haut parleurs\n'
"- Appel d'Assistance Localisé\n"
"- Appel d'Urgence Localisé\n"
'- Commandes du système audio au volant\n'
'- Fonction MP3\n'
'- GPS Cartographique\n'
'- Interface Media\n'
'- Kit mains-libres Bluetooth\n'
'- Kit téléphone main libre Bluetooth\n'
'- Prise USB\n'
'- Prise auxiliaire de connexion audio\n'
'- Prise iPod\n'
'- Radio\n'
'- Système de commande vocale\n'
'- Système de localisation par satellite\n'
'- écran tactile\n'
'\n'
'Conduite :\n'
'- Aide au démarrage en cote\n'
'- Aide au démarrage en côte\n'
'- Allumage des phares automatique\n'
'- Arrêt et redémarrage auto. du moteur\n'
'- Capteur de luminosité\n'
'- Capteur de pluie\n'
'- Choix du mode de conduite\n'
'- Différentiel à glissement limité\n'
'- Démarrage sans clé\n'
'- Essuies glaces automatiques\n'
'- Frein de parking auto\n'
'- Frein de parking électrique\n'
'- Guidage pour manoeuvre de stationnement\n'
'- Line assist\n'
'- Palettes au volant\n'
'- Régulateur de vitesse\n'
'- Système Start & stop\n'
"- Système d'assistance à la descente\n"
'\n'
'Couleur :\n'
'- Peinture métallisée\n'
'\n'
'Extérieur :\n'
'- Aide au parking AR\n'
'- Aide au parking AV/AR\n'
'- Becquet arrière\n'
'- Boucliers AV et AR couleur caisse\n'
'- Caméra de recul\n'
'- Echappement à double sortie\n'
'- Eclairage au sol\n'
'- Essuie-glace arrière\n'
"- Feux de freinage d'urgence\n"
'- Feux de jour\n'
'- Feux de position à LED\n'
'- Filtre à particules\n'
'- Hayon arrière\n'
'- Jantes alu\n'
'- Jantes alu 18"\n'
'- Lave phares\n'
'- Phares AR à led\n'
'- Phares AV de jour à LED\n'
'- Phares LED\n'
'- Phares adaptatifs\n'
'- Phares xénon\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs rabattables électriquement\n'
'- Rétroviseurs électriques et dégivrants\n'
'- Toit panoramique\n'
'- Vitres arrière et lunette AR surteintées\n'
'- Vitres arrière surteintées\n'
'\n'
'Intérieur :\n'
'- 4 vitres électriques\n'
'- Accoudoir arrière\n'
'- Accoudoir central AR\n'
'- Accoudoir central AV\n'
'- Accoudoir central AV +AR\n'
'- Accoudoir central AV avec rangement\n'
'- Appui-tête conducteur réglable hauteur\n'
'- Appui-tête passager réglable en hauteur\n'
'- Bac de rangement dans le coffre\n'
'- Bacs de portes arrière\n'
'- Bacs de portes avant\n'
'- Banquette 1/3 - 2/3\n'
'- Banquette 1/3-2/3\n'
'- Banquette AR 3 places\n'
'- Banquette AR rabattable\n'
'- Boite à gant fermée\n'
'- Climatisation automatique\n'
'- Climatisation bi-zone\n'
'- Climatisation multi-zones\n'
'- Compte tours\n'
'- Direction assistée\n'
"- Eclairage d'ambiance\n"
'- Ecran couleur\n'
'- Ecran multifonction couleur\n'
'- Filtre à Pollen\n'
'- Inserts aluminium\n'
'- Inserts de porte cuir\n'
'- Inserts de porte métal\n'
'- Intérieur cuir nappa\n'
'- Lampe de coffre\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Lunette AR dégivrante\n'
'- Lunette arrière\n'
'- Lunette arrière surteintée\n'
'- Miroir de courtoisie chauffeur éclairé\n'
'- Miroir de courtoisie conducteur\n'
'- Miroir de courtoisie conducteur & passager éclairé\n'
'- Miroir de courtoisie passager\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ordinateur de bord\n'
'- Ouverture des vitres séquentielle\n'
'- Pare-brise chauffant\n'
'- Porte gobelet avant\n'
'- Porte-gobelets arrière\n'
'- Prise 12V\n'
'- Siège conducteur avec réglable lombaire\n'
'- Siège conducteur et passager avec réglage lombaire\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur à mémoire\n'
'- Siège conducteur électrique\n'
'- Siège passager avec réglage lombaire\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager à réglages électriques\n'
'- Sièges AV à mémoire\n'
'- Sièges AV électriques\n'
'- Sièges à mémoire\n'
'- Tablette cache bagages\n'
'- Verrouillage auto. des portes en roulant\n'
'- Verrouillage centralisé des portes\n'
'- Verrouillage centralisé à distance\n'
'- Volant alu/cuir\n'
'- Volant réglable hauteur\n'
'- Volant réglable profondeur\n'
'- porte-gobelets avant\n'
'\n'
'Pack :\n'
'- Boîte de vitesse automatique\n'
'- GPS Couleur\n'
'- Mode Eco\n'
'- Mode sport\n'
'- Pack extérieur\n'
'- Régulateur / Limiteur de vitesse\n'
'- Tableau de bord cuir\n'
'- Verrouillage centralisé\n'
'- Volant multifonctions\n'
'\n'
'Sellerie :\n'
'- Sellerie cuir\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- AFIL\n'
"- Aide au freinage d'urgence\n"
'- Airbag conducteur\n'
'- Airbag genoux\n'
'- Airbag passager\n'
'- Airbags\n'
'- Airbags latéraux\n'
'- Airbags latéraux avant\n'
'- Airbags rideaux AV et AR\n'
'- Alerte franchissement de lignes\n'
'- Antibrouillards avant\n'
'- Antidémarrage électronique\n'
'- Antipatinage\n'
"- Assistance au freinage d'urgence\n"
"- Avertisseur d'angle mort\n"
'- Contrôle de freinage en courbe\n'
'- Contrôle de pression des pneus\n'
'- Contrôle optimal du roulis\n'
'- Contrôle élect. de la pression des pneus\n'
'- Détection somnolence\n'
'- EBD\n'
'- ESP\n'
'- Feux automatiques\n'
'- Fixations isofix\n'
"- Freinage automatique d'urgence\n"
'- Phares antibrouillard\n'
'- Radar anti-collision\n'
'- Roue de secours galette\n'
'\n'
'Référence annonce : VRZ_8C0449',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f064063c-47c6-5af5-b135-26d081d1fa69',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635659',
'listing': 'auction',
'make': 'LAND-ROVER',
'model': 'Range Rover Evoque',
'odometer': 135000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/05/9b/6a/059b6a82bc22061ba6ed7cc4b6fc737e9c8e16bd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/2a/90/f62a903ad256a97ca7edf4d7bb551a5ebc44c65e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/71/4f/2d714f836691b45bd454c51fae2dffb26c78d365.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/51/99/215199044782f74ef1991019f502e5e8a086619a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/b1/bd/dbb1bd8263092a5d305023bb1d81bea3f20ba0b7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/1d/89/761d891dab32e2b8c50d2ce404796aca540437c5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/68/6d/dd686d85900a4fdb3b4ca68ad5ceb13c3b62ca49.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/7c/8f/7c7c8f7973d1d90f8bd4efac5b467d84d9d0a04c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/71/b0/3971b0c32db014d34e81bcb68f0dbf25d1277ca9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/bd/b1/2cbdb1ab68e004d210d7a3cff2529a432cb3aa90.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261970,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/05/9b/6a/059b6a82bc22061ba6ed7cc4b6fc737e9c8e16bd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259259,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f6/2a/90/f62a903ad256a97ca7edf4d7bb551a5ebc44c65e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276841,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2d/71/4f/2d714f836691b45bd454c51fae2dffb26c78d365.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266441,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/51/99/215199044782f74ef1991019f502e5e8a086619a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250208,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/b1/bd/dbb1bd8263092a5d305023bb1d81bea3f20ba0b7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251143,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/1d/89/761d891dab32e2b8c50d2ce404796aca540437c5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242779,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/68/6d/dd686d85900a4fdb3b4ca68ad5ceb13c3b62ca49.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145904,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/7c/8f/7c7c8f7973d1d90f8bd4efac5b467d84d9d0a04c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146007,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/71/b0/3971b0c32db014d34e81bcb68f0dbf25d1277ca9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0ea5fb5a-2645-5421-b9de-dc0f558f06a9/0ea5fb5a-2645-5421-b9de-dc0f558f06a9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126200,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2c/bd/b1/2cbdb1ab68e004d210d7a3cff2529a432cb3aa90.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER EVOQUE 2.0 td4 180CV HSE Dynamic BVA Toit Panoramique',
'transmission': 'automatic',
'trim': 'Range Rover Evoque 2.0 TD4 180 HSE Dynamic BVA Mark IV',
'vin': None,
'year': 2016}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635659%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635659: {'created_time': 1774883689.928857, 'last_price_update_time': 1774883689.928867}
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635659') HTTP/1.1" 204 0
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635657
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635657%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635657: 1
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635657
2026-03-30 15:14:49 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Volkswagen Tiguan 2.0 TDI 177 cv SPORTLINE 4 MOTION, 4x4, '
'suv, autre, 10 cv, 5 portes, première mise en circulation le '
'14/07/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'VOLKSWAGEN TIGUAN 2.0 TDI 177ch BlueMotion Carat 4Motion , '
'4x4, suv, couleur champagne, 10 cv, 5 portes, première mise '
'en circulation le 14/07/2015, garantie : 3 mois.\n'
'\n'
'Prix TTC : 11 490 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Ecran tactile\n'
'- Interface Bluetooth\n'
'- Lecteur CD\n'
'- Système de navigation\n'
'\n'
'Conduite :\n'
'- 4 Roues directrices\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'- Park Assist\n'
'- Régulateur de vitesse\n'
'- Système Start/Stop\n'
'\n'
'Extérieur :\n'
'- Aide au parking\n'
'- Attelage\n'
'- Jantes/roues en alliage léger 17"\n'
'- Lave-phares\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rampes/barres de toit\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Vitres teintées\n'
'- Éclairage de sol\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Banquette/sièges arrière rabattable\n'
'- Climatisation bi-zone\n'
'- Direction assistée\n'
'- Indicateur de température extérieur\n'
'- Intérieur cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Prise 12V\n'
'- Siège conducteur chauffant\n'
'- Siège conducteur réglable éléctriquement\n'
'- Siège conducteur à réglage lombaire\n'
'- Siège passager chauffant\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager à réglage lombaire\n'
'- Sièges avant chauffants\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Assistance de freinage\n'
'- Boîte manuelle 6 vitesses\n'
'- Frein de stationnement électrique\n'
'- Verrouillage centralisé télécommandé\n'
'- Volant multifonctions\n'
'\n'
'Sellerie :\n'
'- Sièges en cuir\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
"- Assistance au freinage d'urgence\n"
'- ESP (programme de stabilité électronique)\n'
'- Fixations ISOFIX\n'
'- Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Ceinture centrale arrière 3 points\n'
'- GPS tactile\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 5.20l/100\n'
'- consommation urbaine: 6.70l/100\n'
'- consommation mixte: 5.80l/100\n'
'\n'
'Référence annonce : VRZ_373BAD',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635657',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 182000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/cd/63/4ecd63cb7fab6b168432dfa156055eac7cee2068.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b5/2e/26b52e8383af9764d9aa32a4475cf2e0fd1598ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/b3/c2/ebb3c20ed75344cee2c152bb4c3f2ee5b2068ae8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/1c/bd/0a1cbdc4d487eb5b50b86b812865b0f8174465b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/be/69/60be6999ece9a5b65d1672f3e10560af6bdee4a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/d5/e5/4cd5e5d929297da98dea694f02e1edc72806fbbd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/4b/dc/6c4bdc067362151383784e4b44302fb09a4821bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/64/fb/5264fbb6671c3ed18870aa0e87674f1b8f9235ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/de/08/38de085122ca79bc6ffaad4ac0cee7e259ea6880.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/de/7e/b4de7efb1591b0e996b70db968ac08a3210baaf6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/63/a7/a063a7d3877c55712898bb2d25201fad6896e8b3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ba/e0/e7bae0a8460631ec9c297edf1e5c155030bca484.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/ae/7a/4cae7a7c6aed748011b169b1a23bdcac9b436584.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/e0/83/c6e08345483f6fbd7b90e2b48c3fc93dad83b670.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/16/b4/7c16b4f42345b8b4103533fe92a8a382e916d9e0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/56/50/b65650048ff34c690411aa53d88b903b70e70a8c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/ab/8a/4dab8a4ca440da8e6ce14ed42f9b21c9ff03de32.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 11490,
'price_includes_vat': False,
'registration_date': '2015-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI 177 cv SPORTLINE 4 MOTION',
'transmission': 'manual',
'trim': 'Tiguan 2.0 TDI 177ch BlueMotion Technology FAP Sportline 4Motion',
'vin': None,
'year': 2015}
2026-03-30 15:14:49 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2502ea-c1c1-54f9-a1db-ddf43681ff00 with identifier: 3163635657
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8e2502ea-c1c1-54f9-a1db-ddf43681ff00
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4e%252Fcd%252F63%252F4ecd63cb7fab6b168432dfa156055eac7cee2068.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/cd/63/4ecd63cb7fab6b168432dfa156055eac7cee2068.jpg?rule=ad-large already downloaded
2026-03-30 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F26%252Fb5%252F2e%252F26b52e8383af9764d9aa32a4475cf2e0fd1598ce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b5/2e/26b52e8383af9764d9aa32a4475cf2e0fd1598ce.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Feb%252Fb3%252Fc2%252Febb3c20ed75344cee2c152bb4c3f2ee5b2068ae8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/b3/c2/ebb3c20ed75344cee2c152bb4c3f2ee5b2068ae8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0a%252F1c%252Fbd%252F0a1cbdc4d487eb5b50b86b812865b0f8174465b1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/1c/bd/0a1cbdc4d487eb5b50b86b812865b0f8174465b1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F60%252Fbe%252F69%252F60be6999ece9a5b65d1672f3e10560af6bdee4a8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/60/be/69/60be6999ece9a5b65d1672f3e10560af6bdee4a8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd5%252Fe5%252F4cd5e5d929297da98dea694f02e1edc72806fbbd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/d5/e5/4cd5e5d929297da98dea694f02e1edc72806fbbd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6c%252F4b%252Fdc%252F6c4bdc067362151383784e4b44302fb09a4821bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/4b/dc/6c4bdc067362151383784e4b44302fb09a4821bb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F52%252F64%252Ffb%252F5264fbb6671c3ed18870aa0e87674f1b8f9235ab.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/52/64/fb/5264fbb6671c3ed18870aa0e87674f1b8f9235ab.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252Fde%252F08%252F38de085122ca79bc6ffaad4ac0cee7e259ea6880.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/de/08/38de085122ca79bc6ffaad4ac0cee7e259ea6880.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252Fde%252F7e%252Fb4de7efb1591b0e996b70db968ac08a3210baaf6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/de/7e/b4de7efb1591b0e996b70db968ac08a3210baaf6.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8e2502ea-c1c1-54f9-a1db-ddf43681ff00 with identifier 3163635657
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8e2502ea-c1c1-54f9-a1db-ddf43681ff00
2026-03-30 15:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Volkswagen Tiguan 2.0 TDI 177 cv SPORTLINE 4 MOTION, 4x4, '
'suv, autre, 10 cv, 5 portes, première mise en circulation le '
'14/07/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'VOLKSWAGEN TIGUAN 2.0 TDI 177ch BlueMotion Carat 4Motion , '
'4x4, suv, couleur champagne, 10 cv, 5 portes, première mise '
'en circulation le 14/07/2015, garantie : 3 mois.\n'
'\n'
'Prix TTC : 11 490 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Ecran tactile\n'
'- Interface Bluetooth\n'
'- Lecteur CD\n'
'- Système de navigation\n'
'\n'
'Conduite :\n'
'- 4 Roues directrices\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'- Park Assist\n'
'- Régulateur de vitesse\n'
'- Système Start/Stop\n'
'\n'
'Extérieur :\n'
'- Aide au parking\n'
'- Attelage\n'
'- Jantes/roues en alliage léger 17"\n'
'- Lave-phares\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rampes/barres de toit\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Vitres teintées\n'
'- Éclairage de sol\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Banquette/sièges arrière rabattable\n'
'- Climatisation bi-zone\n'
'- Direction assistée\n'
'- Indicateur de température extérieur\n'
'- Intérieur cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Prise 12V\n'
'- Siège conducteur chauffant\n'
'- Siège conducteur réglable éléctriquement\n'
'- Siège conducteur à réglage lombaire\n'
'- Siège passager chauffant\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager à réglage lombaire\n'
'- Sièges avant chauffants\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Assistance de freinage\n'
'- Boîte manuelle 6 vitesses\n'
'- Frein de stationnement électrique\n'
'- Verrouillage centralisé télécommandé\n'
'- Volant multifonctions\n'
'\n'
'Sellerie :\n'
'- Sièges en cuir\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
"- Assistance au freinage d'urgence\n"
'- ESP (programme de stabilité électronique)\n'
'- Fixations ISOFIX\n'
'- Phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- Ceinture centrale arrière 3 points\n'
'- GPS tactile\n'
'- Installation téléphone mains libres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 5.20l/100\n'
'- consommation urbaine: 6.70l/100\n'
'- consommation mixte: 5.80l/100\n'
'\n'
'Référence annonce : VRZ_373BAD',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8e2502ea-c1c1-54f9-a1db-ddf43681ff00',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635657',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 182000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/cd/63/4ecd63cb7fab6b168432dfa156055eac7cee2068.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b5/2e/26b52e8383af9764d9aa32a4475cf2e0fd1598ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/b3/c2/ebb3c20ed75344cee2c152bb4c3f2ee5b2068ae8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/1c/bd/0a1cbdc4d487eb5b50b86b812865b0f8174465b1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/be/69/60be6999ece9a5b65d1672f3e10560af6bdee4a8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/d5/e5/4cd5e5d929297da98dea694f02e1edc72806fbbd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/4b/dc/6c4bdc067362151383784e4b44302fb09a4821bb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/64/fb/5264fbb6671c3ed18870aa0e87674f1b8f9235ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/de/08/38de085122ca79bc6ffaad4ac0cee7e259ea6880.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/de/7e/b4de7efb1591b0e996b70db968ac08a3210baaf6.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254949,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/cd/63/4ecd63cb7fab6b168432dfa156055eac7cee2068.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271049,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/b5/2e/26b52e8383af9764d9aa32a4475cf2e0fd1598ce.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 260782,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/eb/b3/c2/ebb3c20ed75344cee2c152bb4c3f2ee5b2068ae8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265778,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/1c/bd/0a1cbdc4d487eb5b50b86b812865b0f8174465b1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238237,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/60/be/69/60be6999ece9a5b65d1672f3e10560af6bdee4a8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228505,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4c/d5/e5/4cd5e5d929297da98dea694f02e1edc72806fbbd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223222,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6c/4b/dc/6c4bdc067362151383784e4b44302fb09a4821bb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149307,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/52/64/fb/5264fbb6671c3ed18870aa0e87674f1b8f9235ab.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134803,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/de/08/38de085122ca79bc6ffaad4ac0cee7e259ea6880.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_51369fc8-28c1-5746-9566-acb1cd1ac3b3/51369fc8-28c1-5746-9566-acb1cd1ac3b3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131142,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/de/7e/b4de7efb1591b0e996b70db968ac08a3210baaf6.jpg?rule=ad-large',
'Width': 1067}],
'price': 11490,
'price_includes_vat': False,
'registration_date': '2015-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI 177 cv SPORTLINE 4 MOTION',
'transmission': 'manual',
'trim': 'Tiguan 2.0 TDI 177ch BlueMotion Technology FAP Sportline 4Motion',
'vin': None,
'year': 2015}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635657%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635657: {'created_time': 1774883690.195439, 'last_price_update_time': 1774883690.19545}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635657') HTTP/1.1" 204 0
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635650
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635650%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635650: 1
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635650
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'description': 'Opel Corsa 1.2t 100 cv 1ere Mains, berline, orange, 5 cv, 5 '
'portes, première mise en circulation le 07/03/2022.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'OPEL CORSA 1.2 Turbo 100 ch BVM6 Elegance, berline, 5 cv, 5 '
'portes, première mise en circulation le 07/03/2022, garantie '
': 6 mois.\n'
'\n'
'Prix TTC : 9 980 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Interface Bluetooth\n'
'- Prise audio USB\n'
'- Écran tactile\n'
'\n'
'Conduite :\n'
'- Capteur de pluie\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Feux arrière LED\n'
'- Feux avant LED\n'
'- Feux de jour\n'
'- Jantes/roues en alliage léger 16"\n'
'- Phares av. de jour à LED\n'
'- Retroviseur extérieur à mémoire\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs électriques\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Climatisation manuelle\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Prise 12V\n'
'- Siège conducteur confort\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Système information conducteur\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Boîte manuelle 6 vitesses\n'
'- Essuie glace arrière\n'
'- Siège passager confort\n'
'- Verrouillage centralisé télécommandé\n'
'- Volant multifonctions\n'
'\n'
'Sécurité :\n'
'- Aide au démarrage en pente\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Alerte de franchissement involontaire de lignes\n'
'- Contrôle pression pneus (RDC)\n'
'- Fixations ISOFIX\n'
'- Phares antibrouillard\n'
'- Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- Antenne automatique/antenne dans les vitres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'Référence annonce : VRZ_6CBA4B',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'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/3163635650',
'listing': 'auction',
'make': 'OPEL',
'model': 'Corsa',
'odometer': 44700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4d/39/914d39dd3e793deccd50a9cf455df821577fdb0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/0e/bb/650ebb5b300b5afab176f42e6eac9bf4f2f7daa2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/e4/19/bee419c5c3c4a94b948aef40678b0cab397ceeef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/c1/a1/9fc1a1950f19f6ca50db0a74aef9250f3104a535.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/47/ed/6f47ed5371771c14883f7da33a548d38a091d530.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b6/91/44b691a11b575e0ac057049e90f0fa920f772fa8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/c1/af/efc1af2c372cffc660181264f5a91e3d7a748dba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/3f/92/653f9248b682d7ce1324771dae520f9062c9fa0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/0a/66/2f0a6643f30bd051841d6506eb58e100b9f700fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/15/dc/4a15dc56c01fdce155cf835f26b160e26d1b75c3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/b2/b7/b6b2b719fe3b3d1e7c5cbeb7c15c892eb62ed671.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/43/62/5e4362cafc18f46d5ac7a222703b99499a4816e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9e/f0/fe/9ef0fe297bf72fd3089b705dc31c35ace4e43ac1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/c5/d0/20c5d085998766c53112f2303338b34fa1d68050.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/77/d8/0877d85108dd7bc34d78f8a612caa67a13c66fdf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/ef/01/38ef019e539e6d19387d37e088735c7757532910.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/66/a3/3c66a357fd4aae26f318242c8de79dcb4db33ead.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa 1.2t 100 cv 1ere Mains',
'transmission': 'manual',
'trim': 'Corsa 1.2 Turbo 100ch Ultimate',
'vin': None,
'year': 2022}
2026-03-30 15:14:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9032614b-6e22-555d-9df2-e30f2aa287fd with identifier: 3163635650
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9032614b-6e22-555d-9df2-e30f2aa287fd
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F91%252F4d%252F39%252F914d39dd3e793deccd50a9cf455df821577fdb0f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4d/39/914d39dd3e793deccd50a9cf455df821577fdb0f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252F0e%252Fbb%252F650ebb5b300b5afab176f42e6eac9bf4f2f7daa2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/0e/bb/650ebb5b300b5afab176f42e6eac9bf4f2f7daa2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252Fe4%252F19%252Fbee419c5c3c4a94b948aef40678b0cab397ceeef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/e4/19/bee419c5c3c4a94b948aef40678b0cab397ceeef.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9f%252Fc1%252Fa1%252F9fc1a1950f19f6ca50db0a74aef9250f3104a535.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/c1/a1/9fc1a1950f19f6ca50db0a74aef9250f3104a535.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6f%252F47%252Fed%252F6f47ed5371771c14883f7da33a548d38a091d530.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/47/ed/6f47ed5371771c14883f7da33a548d38a091d530.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252Fb6%252F91%252F44b691a11b575e0ac057049e90f0fa920f772fa8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b6/91/44b691a11b575e0ac057049e90f0fa920f772fa8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252Fc1%252Faf%252Fefc1af2c372cffc660181264f5a91e3d7a748dba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/c1/af/efc1af2c372cffc660181264f5a91e3d7a748dba.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252F3f%252F92%252F653f9248b682d7ce1324771dae520f9062c9fa0f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/3f/92/653f9248b682d7ce1324771dae520f9062c9fa0f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2f%252F0a%252F66%252F2f0a6643f30bd051841d6506eb58e100b9f700fb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/0a/66/2f0a6643f30bd051841d6506eb58e100b9f700fb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4a%252F15%252Fdc%252F4a15dc56c01fdce155cf835f26b160e26d1b75c3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/15/dc/4a15dc56c01fdce155cf835f26b160e26d1b75c3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9032614b-6e22-555d-9df2-e30f2aa287fd with identifier 3163635650
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9032614b-6e22-555d-9df2-e30f2aa287fd
2026-03-30 15:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'description': 'Opel Corsa 1.2t 100 cv 1ere Mains, berline, orange, 5 cv, 5 '
'portes, première mise en circulation le 07/03/2022.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'OPEL CORSA 1.2 Turbo 100 ch BVM6 Elegance, berline, 5 cv, 5 '
'portes, première mise en circulation le 07/03/2022, garantie '
': 6 mois.\n'
'\n'
'Prix TTC : 9 980 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Interface Bluetooth\n'
'- Prise audio USB\n'
'- Écran tactile\n'
'\n'
'Conduite :\n'
'- Capteur de pluie\n'
'- Régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Feux arrière LED\n'
'- Feux avant LED\n'
'- Feux de jour\n'
'- Jantes/roues en alliage léger 16"\n'
'- Phares av. de jour à LED\n'
'- Retroviseur extérieur à mémoire\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs électriques\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Climatisation manuelle\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Prise 12V\n'
'- Siège conducteur confort\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège passager réglable en hauteur\n'
'- Système information conducteur\n'
'\n'
'Pack :\n'
'- Appuie-tête arrière\n'
'- Boîte manuelle 6 vitesses\n'
'- Essuie glace arrière\n'
'- Siège passager confort\n'
'- Verrouillage centralisé télécommandé\n'
'- Volant multifonctions\n'
'\n'
'Sécurité :\n'
'- Aide au démarrage en pente\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
'- Airbags rideaux arrière\n'
'- Airbags rideaux avant\n'
'- Alerte de franchissement involontaire de lignes\n'
'- Contrôle pression pneus (RDC)\n'
'- Fixations ISOFIX\n'
'- Phares antibrouillard\n'
'- Roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- Antenne automatique/antenne dans les vitres\n'
'- Système anti bloquage (ABS)\n'
'- Volant réglable manuellement\n'
'\n'
'Référence annonce : VRZ_6CBA4B',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '9032614b-6e22-555d-9df2-e30f2aa287fd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635650',
'listing': 'auction',
'make': 'OPEL',
'model': 'Corsa',
'odometer': 44700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4d/39/914d39dd3e793deccd50a9cf455df821577fdb0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/0e/bb/650ebb5b300b5afab176f42e6eac9bf4f2f7daa2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/e4/19/bee419c5c3c4a94b948aef40678b0cab397ceeef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/c1/a1/9fc1a1950f19f6ca50db0a74aef9250f3104a535.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/47/ed/6f47ed5371771c14883f7da33a548d38a091d530.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b6/91/44b691a11b575e0ac057049e90f0fa920f772fa8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/c1/af/efc1af2c372cffc660181264f5a91e3d7a748dba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/3f/92/653f9248b682d7ce1324771dae520f9062c9fa0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/0a/66/2f0a6643f30bd051841d6506eb58e100b9f700fb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/15/dc/4a15dc56c01fdce155cf835f26b160e26d1b75c3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241786,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/4d/39/914d39dd3e793deccd50a9cf455df821577fdb0f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257993,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/0e/bb/650ebb5b300b5afab176f42e6eac9bf4f2f7daa2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263348,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/e4/19/bee419c5c3c4a94b948aef40678b0cab397ceeef.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 264044,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/c1/a1/9fc1a1950f19f6ca50db0a74aef9250f3104a535.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272656,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/47/ed/6f47ed5371771c14883f7da33a548d38a091d530.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235601,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/b6/91/44b691a11b575e0ac057049e90f0fa920f772fa8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234796,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/c1/af/efc1af2c372cffc660181264f5a91e3d7a748dba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160067,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/3f/92/653f9248b682d7ce1324771dae520f9062c9fa0f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147011,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2f/0a/66/2f0a6643f30bd051841d6506eb58e100b9f700fb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_71c35ea9-930f-58cd-b30a-e8de676e510f/71c35ea9-930f-58cd-b30a-e8de676e510f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 144768,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4a/15/dc/4a15dc56c01fdce155cf835f26b160e26d1b75c3.jpg?rule=ad-large',
'Width': 1067}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa 1.2t 100 cv 1ere Mains',
'transmission': 'manual',
'trim': 'Corsa 1.2 Turbo 100ch Ultimate',
'vin': None,
'year': 2022}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635650%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635650: {'created_time': 1774883690.412277, 'last_price_update_time': 1774883690.412287}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635650') HTTP/1.1" 204 0
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163635649
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635649%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163635649: 1
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163635649
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Peugeot 2008 1.6 bhdi 120 cv gt-line phase 2 GRIP CONTROL '
'Révise et Garantie, 4x4, suv, blanc, 6 cv, 5 portes, première '
'mise en circulation le 20/09/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 2008 1.6 BlueHDi 120ch BVM6 GT Line tout-terrain, '
'noire, 6 cv, 5 portes, première mise en circulation le '
'20/09/2016, garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Navigation\n'
'- PEUGEOT Connect SOS & Assistance\n'
'- Ecran tactile\n'
'\n'
'Conduite :\n'
'- Hill Assist\n'
'- limiteur de vitesse\n'
'- pack visibilite\n'
'- régulateur de vitesse\n'
'\n'
'Couleur :\n'
'- Peinture Blanc Nacre \n'
'\n'
'Extérieur :\n'
'- Feux AR à griffes 3D LEDs\n'
'- Lécheurs de vitres latérales chromés\n'
'- Pack Urbain\n'
'- Projecteurs avec feux diurnes à LEDs\n'
'- Vitres AR et lunette AR surteintées\n'
'- Aide au stationnement AR\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Air conditionné automatique bi-zone\n'
'- Boîte à gants ventilée\n'
'- Pédalier Sport aluminium\n'
'- Volant compact réglable en hauteur et en profondeur\n'
'- ordinateur de bord\n'
'- prise 12V\n'
'- sieges reglables en hauteur\n'
'- siège conducteur réglable en hauteur\n'
'- vitres électriques\n'
'- volant cuir\n'
'- volant sport\n'
'\n'
'Pack :\n'
'- Ceinture de sécurité Noir avec liseré Rouge\n'
'- Coques de rétroviseurs extérieurs Noir Perla Nera\n'
"- Elargisseur d'ailes et bas de caisse\n"
'- Poignées de portes extérieures couleur carrosserie\n'
'- Projecteurs AV avec masque noir\n'
'- Rétroviseurs extérieurs peints couleur carrosserie\n'
'- Seuil de coffre en Inox\n'
'- Seuils de porte aluminium\n'
'- Seuils de portes AV aluminium siglés PEUGEOT\n'
'- Surpiqûres Rouges\n'
'- Vitres latérales AR et lunette AR surteintées\n'
'- Cockpit numérique\n'
'- Sieges arrières rabattable\n'
'- appuis-tête arrière\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sellerie :\n'
'- Surtapis Noir et surpiqûres Rouge\n'
'\n'
'Sécurité :\n'
'- Détection de sous gonflage\n'
'- Grip Control\n'
'- latéraux et rideaux\n'
'- ABS\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- kit de dépannage pneumatique\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- 2/3 (avec modularité "Magic Flat")\n'
'- Becquet Couleur Caisse avec enjoliveur Noir Brillant\n'
"- Canule d'echappement de style\n"
'- Combiné tête haute\n'
"- Crosses de portes Noir Brillant avec liseré Rouge à l'AV\n"
'- Enjoliveurs supérieurs de portes AR Noir Brillant\n'
'- Frein à main type aviation\n'
'- Garnissage Mi-TEP Mistral\n'
'- Garnissage TEP&Tissu Oxford Mistral rouge\n'
'- Garniture de pavillon avec grattage laser rétroéclairé '
'(Peugeot LEDs Track)\n'
'- Jonc de calandre Noir Perla Nera\n'
'- Lettrage Peugeot AV rouge\n'
'- Lettrage avant Rouge\n'
'- Monogrammes AR et latéraux GT Line\n'
'- Navigation 3D connectée avec reconnaissance vocale\n'
'- Oxford Noir / Rouge avec surpiqûres Rouge\n'
'- PEUGEOT CONNECT : Navigation 3D Connectée avec '
'reconnaissance vocale\n'
'- Peugeot Connect : Navigation 3D connectée avec '
'reconnaissance vocale + PEUGEOT Connect SOS & Assistance\n'
'- Plafonnier à LEDs\n'
'- Poignée de frein à main cuir pleine fleur\n'
'- Projecteurs AV avec masque noir/ chrome\n'
'- Sabots AV et AR inox\n'
'- cuir pleine fleur perforé avec surpiqûres Rouge\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 88 kw\n'
'- puissance réelle : 120 ch\n'
'- émission CO2 : 96 g/km\n'
'\n'
'Référence annonce : VRZ_ECFA21',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635649',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 159000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b4/c6/8ab4c66899ebb93dd6643416cee9b19bebb8d16c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/33/61/d9336122d54b6f7913cdec63c40965034002ebe1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/d1/55/58d1552ea1a5628a570d9100cd6c8db5462eb8c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/87/9e/56879e58179f39ddd96a88111c9c41cc288d4eaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/11/d8/db11d8ece04823215be74464f6992396e6160aba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/a7/f9/0ea7f9c03500899a31037814d2cce80df7cb61f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/9b/58/4b9b583e0de263e6ab08663a206dbb7a535da87d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/71/5e/e6715eb85e4b10970ae65a934569119099713a0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/08/91/ac0891ee7209957438ccccc0d40421465e530dc1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/d2/27/13d227669ef3fca0805c1e1e960fa1e29b2b10e2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/ca/4e/9dca4e5ec484c1357874a1bea5fa9937f2adab3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4d/2e/84/4d2e8423814eba685eb14422fcdccb5a0784dd04.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/4f/ec/264fecebe6fca4bbedd93a6509b8999791065e71.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/1f/56/571f56c5bfec7e6f2d71f529ae2ff4d5d2486600.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/aa/17/39aa17290b7d1c8af2411b7f3cdab9cda8a71c7f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2c/dc/6d2cdc49d7610ad98c7f637e358cf9d9addb08ee.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/f1/b9/fef1b982cbb06e1358df61f458a245b6f0f33b1f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/c2/4d/00c24d2fb6b0527e70d69310d03f75eb304d1fd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.6 bhdi 120 cv gt-line phase 2 GRIP CONTROL Révise et '
'Garantie',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 120ch GT Line S&S',
'vin': None,
'year': 2016}
2026-03-30 15:14:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8744be0f-95da-5950-beaf-e21c22afc712 with identifier: 3163635649
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8744be0f-95da-5950-beaf-e21c22afc712
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252Fb4%252Fc6%252F8ab4c66899ebb93dd6643416cee9b19bebb8d16c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b4/c6/8ab4c66899ebb93dd6643416cee9b19bebb8d16c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F33%252F61%252Fd9336122d54b6f7913cdec63c40965034002ebe1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/33/61/d9336122d54b6f7913cdec63c40965034002ebe1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F58%252Fd1%252F55%252F58d1552ea1a5628a570d9100cd6c8db5462eb8c7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/58/d1/55/58d1552ea1a5628a570d9100cd6c8db5462eb8c7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F56%252F87%252F9e%252F56879e58179f39ddd96a88111c9c41cc288d4eaf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/56/87/9e/56879e58179f39ddd96a88111c9c41cc288d4eaf.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252F11%252Fd8%252Fdb11d8ece04823215be74464f6992396e6160aba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/11/d8/db11d8ece04823215be74464f6992396e6160aba.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252Fa7%252Ff9%252F0ea7f9c03500899a31037814d2cce80df7cb61f1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/a7/f9/0ea7f9c03500899a31037814d2cce80df7cb61f1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4b%252F9b%252F58%252F4b9b583e0de263e6ab08663a206dbb7a535da87d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/9b/58/4b9b583e0de263e6ab08663a206dbb7a535da87d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252F71%252F5e%252Fe6715eb85e4b10970ae65a934569119099713a0f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/71/5e/e6715eb85e4b10970ae65a934569119099713a0f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fac%252F08%252F91%252Fac0891ee7209957438ccccc0d40421465e530dc1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/08/91/ac0891ee7209957438ccccc0d40421465e530dc1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252Fd2%252F27%252F13d227669ef3fca0805c1e1e960fa1e29b2b10e2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/d2/27/13d227669ef3fca0805c1e1e960fa1e29b2b10e2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8744be0f-95da-5950-beaf-e21c22afc712 with identifier 3163635649
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8744be0f-95da-5950-beaf-e21c22afc712
2026-03-30 15:14:50 [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': 'Peugeot 2008 1.6 bhdi 120 cv gt-line phase 2 GRIP CONTROL '
'Révise et Garantie, 4x4, suv, blanc, 6 cv, 5 portes, première '
'mise en circulation le 20/09/2016.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Peugeot 2008 1.6 BlueHDi 120ch BVM6 GT Line tout-terrain, '
'noire, 6 cv, 5 portes, première mise en circulation le '
'20/09/2016, garantie 6 mois.\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Navigation\n'
'- PEUGEOT Connect SOS & Assistance\n'
'- Ecran tactile\n'
'\n'
'Conduite :\n'
'- Hill Assist\n'
'- limiteur de vitesse\n'
'- pack visibilite\n'
'- régulateur de vitesse\n'
'\n'
'Couleur :\n'
'- Peinture Blanc Nacre \n'
'\n'
'Extérieur :\n'
'- Feux AR à griffes 3D LEDs\n'
'- Lécheurs de vitres latérales chromés\n'
'- Pack Urbain\n'
'- Projecteurs avec feux diurnes à LEDs\n'
'- Vitres AR et lunette AR surteintées\n'
'- Aide au stationnement AR\n'
'- barres de toit\n'
'- jantes : alliage\n'
'- jantes alliage\n'
'- rétroviseurs rabattables\n'
'- rétroviseurs électriques\n'
'\n'
'Intérieur :\n'
'- Air conditionné automatique bi-zone\n'
'- Boîte à gants ventilée\n'
'- Pédalier Sport aluminium\n'
'- Volant compact réglable en hauteur et en profondeur\n'
'- ordinateur de bord\n'
'- prise 12V\n'
'- sieges reglables en hauteur\n'
'- siège conducteur réglable en hauteur\n'
'- vitres électriques\n'
'- volant cuir\n'
'- volant sport\n'
'\n'
'Pack :\n'
'- Ceinture de sécurité Noir avec liseré Rouge\n'
'- Coques de rétroviseurs extérieurs Noir Perla Nera\n'
"- Elargisseur d'ailes et bas de caisse\n"
'- Poignées de portes extérieures couleur carrosserie\n'
'- Projecteurs AV avec masque noir\n'
'- Rétroviseurs extérieurs peints couleur carrosserie\n'
'- Seuil de coffre en Inox\n'
'- Seuils de porte aluminium\n'
'- Seuils de portes AV aluminium siglés PEUGEOT\n'
'- Surpiqûres Rouges\n'
'- Vitres latérales AR et lunette AR surteintées\n'
'- Cockpit numérique\n'
'- Sieges arrières rabattable\n'
'- appuis-tête arrière\n'
'- nombre de rapports : 6 vitesses\n'
'- siège passager réglable\n'
'\n'
'Sellerie :\n'
'- Surtapis Noir et surpiqûres Rouge\n'
'\n'
'Sécurité :\n'
'- Détection de sous gonflage\n'
'- Grip Control\n'
'- latéraux et rideaux\n'
'- ABS\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- kit de dépannage pneumatique\n'
'- phares antibrouillard\n'
'\n'
'Autres équipements et informations :\n'
'- 2/3 (avec modularité "Magic Flat")\n'
'- Becquet Couleur Caisse avec enjoliveur Noir Brillant\n'
"- Canule d'echappement de style\n"
'- Combiné tête haute\n'
"- Crosses de portes Noir Brillant avec liseré Rouge à l'AV\n"
'- Enjoliveurs supérieurs de portes AR Noir Brillant\n'
'- Frein à main type aviation\n'
'- Garnissage Mi-TEP Mistral\n'
'- Garnissage TEP&Tissu Oxford Mistral rouge\n'
'- Garniture de pavillon avec grattage laser rétroéclairé '
'(Peugeot LEDs Track)\n'
'- Jonc de calandre Noir Perla Nera\n'
'- Lettrage Peugeot AV rouge\n'
'- Lettrage avant Rouge\n'
'- Monogrammes AR et latéraux GT Line\n'
'- Navigation 3D connectée avec reconnaissance vocale\n'
'- Oxford Noir / Rouge avec surpiqûres Rouge\n'
'- PEUGEOT CONNECT : Navigation 3D Connectée avec '
'reconnaissance vocale\n'
'- Peugeot Connect : Navigation 3D connectée avec '
'reconnaissance vocale + PEUGEOT Connect SOS & Assistance\n'
'- Plafonnier à LEDs\n'
'- Poignée de frein à main cuir pleine fleur\n'
'- Projecteurs AV avec masque noir/ chrome\n'
'- Sabots AV et AR inox\n'
'- cuir pleine fleur perforé avec surpiqûres Rouge\n'
"- Classe Crit'air : 2\n"
'- Puissance kilowatt : 88 kw\n'
'- puissance réelle : 120 ch\n'
'- émission CO2 : 96 g/km\n'
'\n'
'Référence annonce : VRZ_ECFA21',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8744be0f-95da-5950-beaf-e21c22afc712',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163635649',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '2008',
'odometer': 159000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b4/c6/8ab4c66899ebb93dd6643416cee9b19bebb8d16c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/33/61/d9336122d54b6f7913cdec63c40965034002ebe1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/d1/55/58d1552ea1a5628a570d9100cd6c8db5462eb8c7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/87/9e/56879e58179f39ddd96a88111c9c41cc288d4eaf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/11/d8/db11d8ece04823215be74464f6992396e6160aba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/a7/f9/0ea7f9c03500899a31037814d2cce80df7cb61f1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/9b/58/4b9b583e0de263e6ab08663a206dbb7a535da87d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/71/5e/e6715eb85e4b10970ae65a934569119099713a0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/08/91/ac0891ee7209957438ccccc0d40421465e530dc1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/d2/27/13d227669ef3fca0805c1e1e960fa1e29b2b10e2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233713,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b4/c6/8ab4c66899ebb93dd6643416cee9b19bebb8d16c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239058,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/33/61/d9336122d54b6f7913cdec63c40965034002ebe1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249114,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/d1/55/58d1552ea1a5628a570d9100cd6c8db5462eb8c7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250763,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/56/87/9e/56879e58179f39ddd96a88111c9c41cc288d4eaf.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206929,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/11/d8/db11d8ece04823215be74464f6992396e6160aba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200373,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/a7/f9/0ea7f9c03500899a31037814d2cce80df7cb61f1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200028,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/9b/58/4b9b583e0de263e6ab08663a206dbb7a535da87d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153566,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/71/5e/e6715eb85e4b10970ae65a934569119099713a0f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130123,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ac/08/91/ac0891ee7209957438ccccc0d40421465e530dc1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2287833-5d54-5c58-b6e7-2c9fa7203d8d/f2287833-5d54-5c58-b6e7-2c9fa7203d8d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129543,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/d2/27/13d227669ef3fca0805c1e1e960fa1e29b2b10e2.jpg?rule=ad-large',
'Width': 1067}],
'price': 8490,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.6 bhdi 120 cv gt-line phase 2 GRIP CONTROL Révise et '
'Garantie',
'transmission': 'manual',
'trim': '2008 1.6 BlueHDi 120ch GT Line S&S',
'vin': None,
'year': 2016}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163635649%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Saving data for 3163635649: {'created_time': 1774883690.629968, 'last_price_update_time': 1774883690.629978}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163635649') HTTP/1.1" 204 0
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163608716
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608716%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163608716: 1
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163608716
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes Benz CLASSE B 200 cdi 7-G DCT SENSATION Révise et '
'Garantie 12 Mois, berline, gris clair, 7 cv, 5 portes, '
'première mise en circulation le 30/11/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'MERCEDES CLASSE B 200 CDI 136 cv Sensation 7-G DCT Caméra de '
'recul , monospace compact, noir, 7 cv, première mise en '
'circulation le 08/09/2016, garantie : 12 mois.\n'
'\n'
'Prix TTC : 13 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- Interface Bluetooth\n'
'- Prise audio USB\n'
'\n'
'Conduite :\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'\n'
'Extérieur :\n'
'- Aide au parking\n'
'- Caméra de recul\n'
'- Filtre à particules\n'
'- Jantes/roues en alliage léger 17"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseur extérieur électrochrome\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit ouvrant panoramique\n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Banquette arrière partagée et rabattable\n'
'- Cache bagages\n'
'- Climatisation automatique\n'
'- Climatisation automatique bizone\n'
'- Indicateur de température extérieur\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur confort\n'
'- Siège passager réglable en hauteur\n'
'- Système information conducteur\n'
'- Sécurité enfants électrique\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Assistance de freinage\n'
'- Boîte automatique 7 vitesses\n'
'- Essuie glace arrière\n'
'- Frein de stationnement électrique\n'
'- Siège passager confort\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sellerie :\n'
'- Sièges en semi-cuire \n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag genoux conducteur\n'
'- Airbag passager\n'
'- Airbags rideaux avant\n'
"- Avertisseur d'angle mort\n"
'- Contrôle de traction\n'
'- Contrôle pression pneus (RDC)\n'
'- Détecteur de fatigue\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
"- Système d'alerte anti-collision\n"
"- Système de freinage d'urgence anticipatif\n"
"- Système de freinage d'urgence urbain\n"
'\n'
'Autres équipements et informations :\n'
'- Airbag de bassin\n'
'- Alerte sonore de pré collision\n'
'- Feux de frein dynamique\n'
'- Installation téléphone mains libres\n'
'- Système anti blocage (ABS)\n'
'- Téléassistance\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 3.60l/100\n'
'- consommation urbaine: 4.70l/100\n'
'- consommation mixte: 4.10l/100\n'
'\n'
'Référence annonce : VRZ_46AC90',
'doors_number': 5,
'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/voitures/3163608716',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe B',
'odometer': 138700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/18/2d/a8182d568de68deaa9ecba1923b39f7b0fa5d08b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/ad/fd/3aadfd5073503ac5445406894b6ba41e50bcedd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/1a/cb/661acb997be6c8c90c5e98889a95cd630210055b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/97/75/8b977586751236765cb8956a92c161c4825764fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3d/43/4e3d43239a7d801c86024fd46f82b3d8ab450cb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/55/6c/a8556c654974d530ea2d653cb965e0930d69db61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/d4/a2/c7d4a2d68aba790dd9d4c7b971b0848314e56d62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b4/25/b4b4259b92a7ebb3857efbd4c3efec4a05c07851.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/76/5c/58765c8f7881c8619825146bc82b30c67c317461.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/25/68/6b2568807e07913ddb5434947557204af5bd2a43.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/d2/ba/a7d2ba73e5ccaf9c1bf55df32578406b80c913cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ae/68/e7ae680530bbfb37dcd4bd7d99f606b049ed274d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/8b/ea/3e8bea2107aef52825a61fd195147e47bec4dcb7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/a7/c7/32a7c723ab6d337012bb764fc5505c220728249f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/71/cc/a371cc54c39244ce3cdbbe9b99de3ea0559f0643.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/c1/a1/4bc1a11868980dd69414ba8db378c4f8b5b4d0dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/e8/66/24e866200fb7e0991a96488cc2bc137fc5575fa5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz CLASSE B 200 cdi 7-G DCT SENSATION Révise et Garantie '
'12 Mois',
'transmission': 'automatic',
'trim': 'Classe B 200 CDI Sensation 7G-DCT',
'vin': None,
'year': 2018}
2026-03-30 15:14:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fd5272e2-bbbe-5bcc-8033-325e8969d9d1 with identifier: 3163608716
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fd5272e2-bbbe-5bcc-8033-325e8969d9d1
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F18%252F2d%252Fa8182d568de68deaa9ecba1923b39f7b0fa5d08b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/18/2d/a8182d568de68deaa9ecba1923b39f7b0fa5d08b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252Fad%252Ffd%252F3aadfd5073503ac5445406894b6ba41e50bcedd8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/ad/fd/3aadfd5073503ac5445406894b6ba41e50bcedd8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252F1a%252Fcb%252F661acb997be6c8c90c5e98889a95cd630210055b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/1a/cb/661acb997be6c8c90c5e98889a95cd630210055b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8b%252F97%252F75%252F8b977586751236765cb8956a92c161c4825764fd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/97/75/8b977586751236765cb8956a92c161c4825764fd.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4e%252F3d%252F43%252F4e3d43239a7d801c86024fd46f82b3d8ab450cb1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3d/43/4e3d43239a7d801c86024fd46f82b3d8ab450cb1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F55%252F6c%252Fa8556c654974d530ea2d653cb965e0930d69db61.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/55/6c/a8556c654974d530ea2d653cb965e0930d69db61.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc7%252Fd4%252Fa2%252Fc7d4a2d68aba790dd9d4c7b971b0848314e56d62.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/d4/a2/c7d4a2d68aba790dd9d4c7b971b0848314e56d62.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252Fb4%252F25%252Fb4b4259b92a7ebb3857efbd4c3efec4a05c07851.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b4/25/b4b4259b92a7ebb3857efbd4c3efec4a05c07851.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F58%252F76%252F5c%252F58765c8f7881c8619825146bc82b30c67c317461.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/58/76/5c/58765c8f7881c8619825146bc82b30c67c317461.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6b%252F25%252F68%252F6b2568807e07913ddb5434947557204af5bd2a43.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/25/68/6b2568807e07913ddb5434947557204af5bd2a43.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fd5272e2-bbbe-5bcc-8033-325e8969d9d1 with identifier 3163608716
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:50 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fd5272e2-bbbe-5bcc-8033-325e8969d9d1
2026-03-30 15:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes Benz CLASSE B 200 cdi 7-G DCT SENSATION Révise et '
'Garantie 12 Mois, berline, gris clair, 7 cv, 5 portes, '
'première mise en circulation le 30/11/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'MERCEDES CLASSE B 200 CDI 136 cv Sensation 7-G DCT Caméra de '
'recul , monospace compact, noir, 7 cv, première mise en '
'circulation le 08/09/2016, garantie : 12 mois.\n'
'\n'
'Prix TTC : 13 990 €\n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- GPS\n'
'- Interface Bluetooth\n'
'- Prise audio USB\n'
'\n'
'Conduite :\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'\n'
'Extérieur :\n'
'- Aide au parking\n'
'- Caméra de recul\n'
'- Filtre à particules\n'
'- Jantes/roues en alliage léger 17"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseur extérieur électrochrome\n'
'- Rétroviseurs extérieurs dégivrants\n'
'- Rétroviseurs extérieurs rabattable électriquement\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit ouvrant panoramique\n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Accoudoir avant\n'
'- Banquette arrière partagée et rabattable\n'
'- Cache bagages\n'
'- Climatisation automatique\n'
'- Climatisation automatique bizone\n'
'- Indicateur de température extérieur\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur confort\n'
'- Siège passager réglable en hauteur\n'
'- Système information conducteur\n'
'- Sécurité enfants électrique\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Assistance de freinage\n'
'- Boîte automatique 7 vitesses\n'
'- Essuie glace arrière\n'
'- Frein de stationnement électrique\n'
'- Siège passager confort\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sellerie :\n'
'- Sièges en semi-cuire \n'
'\n'
'Sécurité :\n'
'- Airbag conducteur\n'
'- Airbag genoux conducteur\n'
'- Airbag passager\n'
'- Airbags rideaux avant\n'
"- Avertisseur d'angle mort\n"
'- Contrôle de traction\n'
'- Contrôle pression pneus (RDC)\n'
'- Détecteur de fatigue\n'
'- ESP (programme de stabilité électronique)\n'
'- Fixation pour siège enfant\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
"- Système d'alerte anti-collision\n"
"- Système de freinage d'urgence anticipatif\n"
"- Système de freinage d'urgence urbain\n"
'\n'
'Autres équipements et informations :\n'
'- Airbag de bassin\n'
'- Alerte sonore de pré collision\n'
'- Feux de frein dynamique\n'
'- Installation téléphone mains libres\n'
'- Système anti blocage (ABS)\n'
'- Téléassistance\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 3.60l/100\n'
'- consommation urbaine: 4.70l/100\n'
'- consommation mixte: 4.10l/100\n'
'\n'
'Référence annonce : VRZ_46AC90',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fd5272e2-bbbe-5bcc-8033-325e8969d9d1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163608716',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe B',
'odometer': 138700,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/18/2d/a8182d568de68deaa9ecba1923b39f7b0fa5d08b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/ad/fd/3aadfd5073503ac5445406894b6ba41e50bcedd8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/1a/cb/661acb997be6c8c90c5e98889a95cd630210055b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/97/75/8b977586751236765cb8956a92c161c4825764fd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3d/43/4e3d43239a7d801c86024fd46f82b3d8ab450cb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/55/6c/a8556c654974d530ea2d653cb965e0930d69db61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/d4/a2/c7d4a2d68aba790dd9d4c7b971b0848314e56d62.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b4/25/b4b4259b92a7ebb3857efbd4c3efec4a05c07851.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/76/5c/58765c8f7881c8619825146bc82b30c67c317461.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/25/68/6b2568807e07913ddb5434947557204af5bd2a43.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243963,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/18/2d/a8182d568de68deaa9ecba1923b39f7b0fa5d08b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240806,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/ad/fd/3aadfd5073503ac5445406894b6ba41e50bcedd8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261195,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/1a/cb/661acb997be6c8c90c5e98889a95cd630210055b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268133,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/97/75/8b977586751236765cb8956a92c161c4825764fd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256479,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3d/43/4e3d43239a7d801c86024fd46f82b3d8ab450cb1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241957,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/55/6c/a8556c654974d530ea2d653cb965e0930d69db61.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236408,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/d4/a2/c7d4a2d68aba790dd9d4c7b971b0848314e56d62.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170982,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/b4/25/b4b4259b92a7ebb3857efbd4c3efec4a05c07851.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153934,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/76/5c/58765c8f7881c8619825146bc82b30c67c317461.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a0cd6bbb-196b-58ee-912e-33e75382bf4a/a0cd6bbb-196b-58ee-912e-33e75382bf4a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137202,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6b/25/68/6b2568807e07913ddb5434947557204af5bd2a43.jpg?rule=ad-large',
'Width': 1067}],
'price': 13990,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz CLASSE B 200 cdi 7-G DCT SENSATION Révise et Garantie '
'12 Mois',
'transmission': 'automatic',
'trim': 'Classe B 200 CDI Sensation 7G-DCT',
'vin': None,
'year': 2018}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608716%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Saving data for 3163608716: {'created_time': 1774883690.862738, 'last_price_update_time': 1774883690.862752}
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163608716') HTTP/1.1" 204 0
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163608714
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608714%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163608714: 1
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163608714
2026-03-30 15:14:50 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Volkswagen Golf plus 2.0.l tdi 140cv BVA Révise et '
'Garantie, berline, bleu foncé, 8 cv, 5 portes, première mise '
'en circulation le 28/08/2007.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen golf plus auto 2.0 tdi 16v 140cv dsg6 boite '
'automatiques , bleu foncé, 8 cv, 5 portes, première mise en '
'circulation le 06/08/2007, garantie 12 mois.\n'
'\n'
'5 places, \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Radio DAB\n'
'- Radio multimédia\n'
'- CD\n'
'- Prise audio usb\n'
'\n'
'Conduite :\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Radars de stationnement arrière\n'
'- Radars de stationnement avant\n'
'- jantes alliage\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 rabattable\n'
'- Climatisation automatique multi zone\n'
'- Miroir de courtoisie éclairé\n'
'- Ouverture des vitres séquentielle\n'
'- Porte-gobelets avant\n'
'- Température extérieure\n'
'- Vitres arrière teintées\n'
'- direction assistée\n'
'- ordinateur de bord\n'
'- vitres électriques \n'
'\n'
'Pack :\n'
'- Fermeture électrique\n'
'- Fermeture électrique automatique\n'
"- Éclairage d'ambiance intérieur\n"
'- ASR\n'
'- volant multifonctions\n'
'- volant réglable\n'
'\n'
'Sécurité :\n'
'- Alerte oubli ceinture conducteur\n'
'- Contrôle de pression des pneus\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'- roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- Etat: Courroie de distribution à jour\n'
'- Etat: Entretien et révision OK\n'
'- Réglages du comportement\n'
"- Classe Crit'air : 2\n"
'- MP3\n'
'\n'
'Référence annonce : VRZ_6095BB',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'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/3163608714',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 180000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/95/48/019548ba733b4f26e397562ab8f665e45ae52d39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/a1/83/f5a183dd4fb1577c42aa5c81fa07de749aaa39e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/8a/80/308a802300f2813a6d20f8b277539c3423ff8db3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/4f/23/654f23ce47ed828d256f71c64ae4f5d196eb2f46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/17/55/9b1755446fb3ceec1217916ee2c8f41f13313241.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d4/eb/66d4ebd9a446233e558c618724f8eff89583d2f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/ac/1fb5ac1e45f135a29c8f7146deff5f7f70ca0f34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/76/d1/5776d1f47d8f35f6a64c1247d2586dfc37a60a15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/26/a0/9c26a0803bb8cf91e73c6b7f2c7685556c44ee86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/c8/69/99c8696ea631f1f633d85b71100fdf1b89c91bfb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/4d/03/a94d03ab6c92ea03245d44e12c6fe9545e5feb54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/6f/aa/d86faac7d7623cd6632f55774c619d7b3cda0c4d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/a0/00/46a000d361ebaf0e6cdebca7b3bf43612a193481.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/10/d9/ea10d90c40250127180de116f07db30b97b1e5d3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/58/1b/a4/581ba4dd1ab3f078d611e13be4d71ccc04aeec98.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 6490,
'price_includes_vat': False,
'registration_date': '2007-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf plus 2.0.l tdi 140cv BVA Révise et Garantie',
'transmission': 'automatic',
'trim': 'Golf Plus 2.0 TDI 140ch Sportline DSG6',
'vin': None,
'year': 2007}
2026-03-30 15:14:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: be338855-09a9-5243-825e-6f1fcce83dc6 with identifier: 3163608714
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item be338855-09a9-5243-825e-6f1fcce83dc6
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252F95%252F48%252F019548ba733b4f26e397562ab8f665e45ae52d39.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/95/48/019548ba733b4f26e397562ab8f665e45ae52d39.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff5%252Fa1%252F83%252Ff5a183dd4fb1577c42aa5c81fa07de749aaa39e7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/a1/83/f5a183dd4fb1577c42aa5c81fa07de749aaa39e7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F8a%252F80%252F308a802300f2813a6d20f8b277539c3423ff8db3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/8a/80/308a802300f2813a6d20f8b277539c3423ff8db3.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252F4f%252F23%252F654f23ce47ed828d256f71c64ae4f5d196eb2f46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/4f/23/654f23ce47ed828d256f71c64ae4f5d196eb2f46.jpg?rule=ad-large already downloaded
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9b%252F17%252F55%252F9b1755446fb3ceec1217916ee2c8f41f13313241.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/17/55/9b1755446fb3ceec1217916ee2c8f41f13313241.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F66%252Fd4%252Feb%252F66d4ebd9a446233e558c618724f8eff89583d2f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d4/eb/66d4ebd9a446233e558c618724f8eff89583d2f7.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1f%252Fb5%252Fac%252F1fb5ac1e45f135a29c8f7146deff5f7f70ca0f34.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/ac/1fb5ac1e45f135a29c8f7146deff5f7f70ca0f34.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F76%252Fd1%252F5776d1f47d8f35f6a64c1247d2586dfc37a60a15.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/76/d1/5776d1f47d8f35f6a64c1247d2586dfc37a60a15.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252F26%252Fa0%252F9c26a0803bb8cf91e73c6b7f2c7685556c44ee86.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/26/a0/9c26a0803bb8cf91e73c6b7f2c7685556c44ee86.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F99%252Fc8%252F69%252F99c8696ea631f1f633d85b71100fdf1b89c91bfb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/99/c8/69/99c8696ea631f1f633d85b71100fdf1b89c91bfb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: be338855-09a9-5243-825e-6f1fcce83dc6 with identifier 3163608714
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item be338855-09a9-5243-825e-6f1fcce83dc6
2026-03-30 15:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'Volkswagen Golf plus 2.0.l tdi 140cv BVA Révise et '
'Garantie, berline, bleu foncé, 8 cv, 5 portes, première mise '
'en circulation le 28/08/2007.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Volkswagen golf plus auto 2.0 tdi 16v 140cv dsg6 boite '
'automatiques , bleu foncé, 8 cv, 5 portes, première mise en '
'circulation le 06/08/2007, garantie 12 mois.\n'
'\n'
'5 places, \n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Radio DAB\n'
'- Radio multimédia\n'
'- CD\n'
'- Prise audio usb\n'
'\n'
'Conduite :\n'
'- allumage automatique des feux\n'
'- détecteur de pluie\n'
'- régulateur de vitesse\n'
'\n'
'Extérieur :\n'
'- Radars de stationnement arrière\n'
'- Radars de stationnement avant\n'
'- jantes alliage\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 rabattable\n'
'- Climatisation automatique multi zone\n'
'- Miroir de courtoisie éclairé\n'
'- Ouverture des vitres séquentielle\n'
'- Porte-gobelets avant\n'
'- Température extérieure\n'
'- Vitres arrière teintées\n'
'- direction assistée\n'
'- ordinateur de bord\n'
'- vitres électriques \n'
'\n'
'Pack :\n'
'- Fermeture électrique\n'
'- Fermeture électrique automatique\n'
"- Éclairage d'ambiance intérieur\n"
'- ASR\n'
'- volant multifonctions\n'
'- volant réglable\n'
'\n'
'Sécurité :\n'
'- Alerte oubli ceinture conducteur\n'
'- Contrôle de pression des pneus\n'
'- ESP\n'
"- aide au freinage d'urgence\n"
'- airbags frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- fixations ISOFIX\n'
'- phares antibrouillard\n'
'- roue de secours\n'
'\n'
'Autres équipements et informations :\n'
'- Etat: Courroie de distribution à jour\n'
'- Etat: Entretien et révision OK\n'
'- Réglages du comportement\n'
"- Classe Crit'air : 2\n"
'- MP3\n'
'\n'
'Référence annonce : VRZ_6095BB',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 140,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'be338855-09a9-5243-825e-6f1fcce83dc6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163608714',
'listing': 'auction',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 180000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/95/48/019548ba733b4f26e397562ab8f665e45ae52d39.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/a1/83/f5a183dd4fb1577c42aa5c81fa07de749aaa39e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/8a/80/308a802300f2813a6d20f8b277539c3423ff8db3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/4f/23/654f23ce47ed828d256f71c64ae4f5d196eb2f46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/17/55/9b1755446fb3ceec1217916ee2c8f41f13313241.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d4/eb/66d4ebd9a446233e558c618724f8eff89583d2f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/ac/1fb5ac1e45f135a29c8f7146deff5f7f70ca0f34.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/76/d1/5776d1f47d8f35f6a64c1247d2586dfc37a60a15.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/26/a0/9c26a0803bb8cf91e73c6b7f2c7685556c44ee86.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/c8/69/99c8696ea631f1f633d85b71100fdf1b89c91bfb.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 254044,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/95/48/019548ba733b4f26e397562ab8f665e45ae52d39.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253179,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f5/a1/83/f5a183dd4fb1577c42aa5c81fa07de749aaa39e7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257911,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/8a/80/308a802300f2813a6d20f8b277539c3423ff8db3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256005,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/4f/23/654f23ce47ed828d256f71c64ae4f5d196eb2f46.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241770,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/17/55/9b1755446fb3ceec1217916ee2c8f41f13313241.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227017,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/66/d4/eb/66d4ebd9a446233e558c618724f8eff89583d2f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232406,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/b5/ac/1fb5ac1e45f135a29c8f7146deff5f7f70ca0f34.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136663,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/76/d1/5776d1f47d8f35f6a64c1247d2586dfc37a60a15.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159452,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/26/a0/9c26a0803bb8cf91e73c6b7f2c7685556c44ee86.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99bf8085-a16b-54d9-a7f9-af01b6f49906/99bf8085-a16b-54d9-a7f9-af01b6f49906_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161808,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/99/c8/69/99c8696ea631f1f633d85b71100fdf1b89c91bfb.jpg?rule=ad-large',
'Width': 1067}],
'price': 6490,
'price_includes_vat': False,
'registration_date': '2007-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf plus 2.0.l tdi 140cv BVA Révise et Garantie',
'transmission': 'automatic',
'trim': 'Golf Plus 2.0 TDI 140ch Sportline DSG6',
'vin': None,
'year': 2007}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608714%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Saving data for 3163608714: {'created_time': 1774883691.128241, 'last_price_update_time': 1774883691.128257}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163608714') HTTP/1.1" 204 0
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163608713
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608713%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163608713: 1
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163608713
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Mercedes Benz Classe A 180 7G-DCT Révise et Garantie '
'Internationale 12 Mois, berline, blanc, 7 cv, 5 portes, '
'première mise en circulation le 05/11/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mercedes Classe A A180 135 Progressive Line 7G-DCT berline, '
'blanc, 7 cv, 5 portes, première mise en circulation le '
'06/11/2018, garantie 6 mois\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
"- Appel d'Urgence Localisé\n"
'- Ecran LCD\n'
'- Navigateur Internet\n'
'- Prise Jack\n'
'- TMC\n'
"- Appel d'Assistance Localisé\n"
'- Bluetooth\n'
'- GPS\n'
'- Prise audio usb\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'
'- Commande du comportement dynamique\n'
'- Frein stationnement électrique\n'
'- Indicateur de limitation de vitesse\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'
'- Boucliers AV et AR couleur caisse\n'
'- Ceinture de vitrage chromée\n'
'- Echappement à double sortie\n'
'- Feux arrière à LED\n'
"- Feux de freinage d'urgence\n"
'- Feux de position à LED\n'
'- Phares avant LED\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs extérieurs électrochromes\n'
"- Sortie d'échappement chromée\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'
'- Bacs de portes arrière\n'
'- Banquette arrière 3 places\n'
'- Boite à gant fermée\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Porte-gobelets arrière\n'
'- Température extérieure\n'
'- Cache bagages\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- banquette 1/3 - 2/3\n'
'- climatisation : automatique\n'
'- compte tours\n'
'- direction assistée\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'
'- volant sport\n'
'\n'
'Pack :\n'
'- Sieges arrières rabattable\n'
'- anti démarrage\n'
'- volant multifonctions\n'
'- volant réglable\n'
'- Écran multifonction\n'
'\n'
'Sécurité :\n'
'- Assistance de maintient de trajectoire\n'
'- BAS\n'
'- Contrôle élect. de la pression des pneus\n'
"- Freinage automatique d'urgence\n"
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Témoin de bouclage des ceintures AV\n'
'- ABS\n'
'- AFIL\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 frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\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'
"- Classe Crit'air : 1\n"
'- Puissance kilowatt : 100 kw\n'
'- USB\n'
'- feux de circulation diurne\n'
'- nombre de rapports : 7 vitesses\n'
'- puissance réelle : 136 ch\n'
'- vide poche porte avant\n'
'- émission CO2 : 118 g/km\n'
'- état : bon\n'
'\n'
'Référence annonce : VRZ_878F20',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163608713',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 86500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/ec/64/d6ec64592eb37c9bfe118477ad73cae0705cfecb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/1a/1b/fb1a1b8ab534f656729be28fb2e48e232fd20df2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/59/20/ea5920b0c7d21896c928c5c81139cc165eed28af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/93/e1/1893e130c22b446bee3eeae69fa247d819a4a78c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/54/d8/e054d8536fcc501595fd0092f61e670f1eabe893.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/c5/51/b4c5517e8b6c4fe7267066e64818ee3db5e93c93.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/01/de/f701decdb368a9a56ff3c49eac976ed28ae496dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/8e/06/b08e06c9ffa5da98e8cfe0b8c58006265106316c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/91/97/59919769f0ad457359cd255ebc9eb75f9620d1dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/a5/64/48a564563d6ac02d127d8ecf1db0b3bba012daa2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/d0/d3/c3d0d361954eb74a8d47f2a93a6bb366df993970.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/15/2a/69152a1dcb6cb53a85c5ee3ceae610462d52d274.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/e7/39/43e7391124ad8f3dbbd6f7545bb083a41f04c3ae.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/3f/23/623f23c1d0c261e352cd7d86cca0179f439b9f49.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/f1/6b/6df16b052bf697610550d767444da119b967d6cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/9f/f6/e99ff66554676f9b51bc0568002fa188618ae954.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/46/0b/3d/460b3d3235d50b8338c96a3b5640215c29e7ac70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/67/86/176786add5f61b4837bda7f05f46101334865ddd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6e/c2/bf/6ec2bfeeb98233890d162cfcca436bae24091687.jpg?rule=ad-large'],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz Classe A 180 7G-DCT Révise et Garantie Internationale '
'12 Mois',
'transmission': 'automatic',
'trim': 'Classe A 180 136ch Progressive Line 7G-DCT',
'vin': None,
'year': 2018}
2026-03-30 15:14:51 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 11aa38c2-7cf4-5797-8c08-157af50c9443 with identifier: 3163608713
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11aa38c2-7cf4-5797-8c08-157af50c9443
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252Fec%252F64%252Fd6ec64592eb37c9bfe118477ad73cae0705cfecb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/ec/64/d6ec64592eb37c9bfe118477ad73cae0705cfecb.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffb%252F1a%252F1b%252Ffb1a1b8ab534f656729be28fb2e48e232fd20df2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/1a/1b/fb1a1b8ab534f656729be28fb2e48e232fd20df2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fea%252F59%252F20%252Fea5920b0c7d21896c928c5c81139cc165eed28af.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/59/20/ea5920b0c7d21896c928c5c81139cc165eed28af.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F18%252F93%252Fe1%252F1893e130c22b446bee3eeae69fa247d819a4a78c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/18/93/e1/1893e130c22b446bee3eeae69fa247d819a4a78c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252F54%252Fd8%252Fe054d8536fcc501595fd0092f61e670f1eabe893.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/54/d8/e054d8536fcc501595fd0092f61e670f1eabe893.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252Fc5%252F51%252Fb4c5517e8b6c4fe7267066e64818ee3db5e93c93.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/c5/51/b4c5517e8b6c4fe7267066e64818ee3db5e93c93.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff7%252F01%252Fde%252Ff701decdb368a9a56ff3c49eac976ed28ae496dc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/01/de/f701decdb368a9a56ff3c49eac976ed28ae496dc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb0%252F8e%252F06%252Fb08e06c9ffa5da98e8cfe0b8c58006265106316c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/8e/06/b08e06c9ffa5da98e8cfe0b8c58006265106316c.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F59%252F91%252F97%252F59919769f0ad457359cd255ebc9eb75f9620d1dc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/59/91/97/59919769f0ad457359cd255ebc9eb75f9620d1dc.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F48%252Fa5%252F64%252F48a564563d6ac02d127d8ecf1db0b3bba012daa2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/48/a5/64/48a564563d6ac02d127d8ecf1db0b3bba012daa2.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 11aa38c2-7cf4-5797-8c08-157af50c9443 with identifier 3163608713
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 11aa38c2-7cf4-5797-8c08-157af50c9443
2026-03-30 15:14:51 [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': 'Mercedes Benz Classe A 180 7G-DCT Révise et Garantie '
'Internationale 12 Mois, berline, blanc, 7 cv, 5 portes, '
'première mise en circulation le 05/11/2018.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Mercedes Classe A A180 135 Progressive Line 7G-DCT berline, '
'blanc, 7 cv, 5 portes, première mise en circulation le '
'06/11/2018, garantie 6 mois\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
"- Appel d'Urgence Localisé\n"
'- Ecran LCD\n'
'- Navigateur Internet\n'
'- Prise Jack\n'
'- TMC\n'
"- Appel d'Assistance Localisé\n"
'- Bluetooth\n'
'- GPS\n'
'- Prise audio usb\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'
'- Commande du comportement dynamique\n'
'- Frein stationnement électrique\n'
'- Indicateur de limitation de vitesse\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'
'- Boucliers AV et AR couleur caisse\n'
'- Ceinture de vitrage chromée\n'
'- Echappement à double sortie\n'
'- Feux arrière à LED\n'
"- Feux de freinage d'urgence\n"
'- Feux de position à LED\n'
'- Phares avant LED\n'
'- Poignées ton carrosserie\n'
'- Répétiteurs de clignotant dans rétro ext\n'
'- Rétroviseurs extérieurs électrochromes\n'
"- Sortie d'échappement chromée\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'
'- Bacs de portes arrière\n'
'- Banquette arrière 3 places\n'
'- Boite à gant fermée\n'
"- Lampes de lecture à l'arrière\n"
"- Lampes de lecture à l'avant\n"
'- Miroir de courtoisie conducteur éclairé\n'
'- Miroir de courtoisie passager éclairé\n'
'- Ouverture des vitres séquentielle\n'
"- Poches d'aumonières\n"
'- Porte-gobelets arrière\n'
'- Température extérieure\n'
'- Cache bagages\n'
'- Vitres arrières électriques\n'
'- accoudoir central\n'
'- banquette 1/3 - 2/3\n'
'- climatisation : automatique\n'
'- compte tours\n'
'- direction assistée\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'
'- volant sport\n'
'\n'
'Pack :\n'
'- Sieges arrières rabattable\n'
'- anti démarrage\n'
'- volant multifonctions\n'
'- volant réglable\n'
'- Écran multifonction\n'
'\n'
'Sécurité :\n'
'- Assistance de maintient de trajectoire\n'
'- BAS\n'
'- Contrôle élect. de la pression des pneus\n'
"- Freinage automatique d'urgence\n"
'- Système de détection de somnolence\n'
'- Système de prévention des collisions\n'
'- Témoin de bouclage des ceintures AV\n'
'- ABS\n'
'- AFIL\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 frontaux\n'
'- airbags latéraux\n'
'- anti-patinage\n'
'- contrôle pression des pneus\n'
'- fixations ISOFIX\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'
"- Classe Crit'air : 1\n"
'- Puissance kilowatt : 100 kw\n'
'- USB\n'
'- feux de circulation diurne\n'
'- nombre de rapports : 7 vitesses\n'
'- puissance réelle : 136 ch\n'
'- vide poche porte avant\n'
'- émission CO2 : 118 g/km\n'
'- état : bon\n'
'\n'
'Référence annonce : VRZ_878F20',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '11aa38c2-7cf4-5797-8c08-157af50c9443',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163608713',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 86500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/ec/64/d6ec64592eb37c9bfe118477ad73cae0705cfecb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/1a/1b/fb1a1b8ab534f656729be28fb2e48e232fd20df2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/59/20/ea5920b0c7d21896c928c5c81139cc165eed28af.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/93/e1/1893e130c22b446bee3eeae69fa247d819a4a78c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/54/d8/e054d8536fcc501595fd0092f61e670f1eabe893.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/c5/51/b4c5517e8b6c4fe7267066e64818ee3db5e93c93.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/01/de/f701decdb368a9a56ff3c49eac976ed28ae496dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/8e/06/b08e06c9ffa5da98e8cfe0b8c58006265106316c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/91/97/59919769f0ad457359cd255ebc9eb75f9620d1dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/a5/64/48a564563d6ac02d127d8ecf1db0b3bba012daa2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230865,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/ec/64/d6ec64592eb37c9bfe118477ad73cae0705cfecb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228681,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fb/1a/1b/fb1a1b8ab534f656729be28fb2e48e232fd20df2.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250896,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/59/20/ea5920b0c7d21896c928c5c81139cc165eed28af.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246711,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/93/e1/1893e130c22b446bee3eeae69fa247d819a4a78c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216885,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/54/d8/e054d8536fcc501595fd0092f61e670f1eabe893.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210320,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/c5/51/b4c5517e8b6c4fe7267066e64818ee3db5e93c93.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224060,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f7/01/de/f701decdb368a9a56ff3c49eac976ed28ae496dc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158360,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/8e/06/b08e06c9ffa5da98e8cfe0b8c58006265106316c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128656,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/59/91/97/59919769f0ad457359cd255ebc9eb75f9620d1dc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd4f9d36-87b8-5b7a-8848-6cf72b384ca2/cd4f9d36-87b8-5b7a-8848-6cf72b384ca2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136956,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/48/a5/64/48a564563d6ac02d127d8ecf1db0b3bba012daa2.jpg?rule=ad-large',
'Width': 1067}],
'price': 18490,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Benz Classe A 180 7G-DCT Révise et Garantie Internationale '
'12 Mois',
'transmission': 'automatic',
'trim': 'Classe A 180 136ch Progressive Line 7G-DCT',
'vin': None,
'year': 2018}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608713%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Saving data for 3163608713: {'created_time': 1774883691.418479, 'last_price_update_time': 1774883691.418491}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163608713') HTTP/1.1" 204 0
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3163608711
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608711%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 3163608711: 1
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3163608711
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Mazda CX-5 2.2L SKYACTIV-D 175 CH 4X4 SELECTION Garantie '
'Internationale 12 Mois Historique Dispo., 4x4, suv, 10 cv, 5 '
'portes, première mise en circulation le 30/12/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'MAZDA CX-5 2.2L Skyactiv-D 175 ch 4x4 BVA Selection / TOIT '
'OUVRANT / SYSTEME AUDIO BOSE, 4x4, suv, gris, 10 cv, 5 '
'portes, première mise en circulation le 30/12//2015.\n'
'\n'
'Historique complet Mazda \n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Interface Bluetooth\n'
'- Système audio BOSE\n'
'- Système de navigation\n'
'\n'
'Conduite :\n'
'- Affichage tête haute\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'- Feux de route assistés\n'
'- Système Start/Stop\n'
'\n'
'Extérieur :\n'
'- Caméra de recul\n'
'- Feux arrière LED\n'
'- Feux de jour\n'
'- Hayon électrique\n'
'- Jantes/roues en alliage léger 19"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit ouvrant électrique : autres\n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Banquette arrière partagée et rabattable\n'
'- Cache bagages\n'
'- Climatisation automatique\n'
'- Intérieur cuir\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur chauffant\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur réglable éléctriquement\n'
'- Siège conducteur à dossier réglable\n'
'- Siège conducteur à réglage lombaire électrique\n'
'- Siège passager chauffant\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager réglable éléctriquement\n'
'- Sièges à mémoire\n'
'- Sièges électriques à mémoire\n'
'- Système information conducteur\n'
'- Volant chauffant\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
'- Assistance de freinage\n'
'- Avertisseur de circulation arrière\n'
'- Boite automatique 6 vitesses\n'
'- Frein de stationnement électrique\n'
'- Régulateur automatique de distance\n'
'- Siège passager à dossier réglable\n'
'- Sièges arrière réglables\n'
'- Soundsystem\n'
'- Verrouillage centralisé\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sellerie :\n'
'- Sièges en cuir\n'
'\n'
'Sécurité :\n'
'- Aide au démarrage en pente\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
"- Avertisseur d'angle mort\n"
'- Contrôle de traction\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
"- Système d'alerte anti-collision\n"
"- Système de freinage d'urgence anticipatif\n"
"- Système de freinage d'urgence urbain\n"
'\n'
'Autres équipements et informations :\n'
'- Antenne automatique/antenne dans les vitres\n'
'- Feux indicateurs de changement de direction\n'
'- Système anti blocage (ABS)\n'
'- USB jack\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 4.90l/100\n'
'- consommation urbaine: 6.40l/100\n'
'- consommation mixte: 5.50l/100\n'
'\n'
'Référence annonce : VRZ_C9EC1F',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 175,
'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/3163608711',
'listing': 'auction',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 137600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/bf/96/b9bf96b0d969eabc9d83c5c18184507845741f22.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/c1/49/5ec149f842025066492c76444c21078530119c70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/2d/b8/7e2db806cae7b38496f3a875b788843facfecfce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/6d/4a/b46d4a05c0bb3f968cd06acbd9c6a407c94ae911.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/51/93/b2519396acfa95f37682f756b7b1d9dcd9c6ce67.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/df/e5/8cdfe5b5e5ae79d83916806a972cb1dac0dcd131.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/20/2e/ef202e663a18616dfcc49d42066501b167e32a20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/93/51/8c9351300a9cfe8437472fcb09e9a55f7121b65e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/57/9f/ed579f00dad8af40e8b0be08777f289a1bbdbf6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/4b/42/534b429d0a741b7a102f0c9f5df45cc9386a6b40.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/19/58/40/1958404ceaf3f2da3b97750387a9e4d280ad00ab.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1a/c4/73/1ac473bb0ee4630d932118595b990a976b5c8659.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/27/6a/fd276a157307c508cfce229efa926401c29d650e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/be/44/0abe44a386d34c03117a47bb9a1a502b2c34dfb8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/22/13/272213dbaad4094654ce74bf8e0ccc1bb4107c7e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8d/83/4f/8d834ffca1132b8bf0faf590c2e6eea16cef79ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/26/e3/b826e343b6c5f7e8af6a2680df3192943f486fd7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/1a/46/e01a468ef0aab7e4f7e6e8881179cac4d46037a2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/c6/87/38c6878f8eff5a3aae8d92aa0aa3f8e8b5f6b8cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/72/97/de/7297de716aed07ba173f0ededdcd8b4137e32867.jpg?rule=ad-large'],
'price': 13500,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-5 2.2L SKYACTIV-D 175 CH 4X4 SELECTION Garantie '
'Internationale 12 Mois Historique Dispo',
'transmission': 'automatic',
'trim': 'CX-5 2.2 SKYACTIV-D 175 Sélection 4x4 BVA',
'vin': None,
'year': 2015}
2026-03-30 15:14:51 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 61934e1c-0e81-5d89-9f3b-2699a8e005e4 with identifier: 3163608711
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61934e1c-0e81-5d89-9f3b-2699a8e005e4
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb9%252Fbf%252F96%252Fb9bf96b0d969eabc9d83c5c18184507845741f22.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/bf/96/b9bf96b0d969eabc9d83c5c18184507845741f22.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc1%252F49%252F5ec149f842025066492c76444c21078530119c70.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/c1/49/5ec149f842025066492c76444c21078530119c70.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252F2d%252Fb8%252F7e2db806cae7b38496f3a875b788843facfecfce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/2d/b8/7e2db806cae7b38496f3a875b788843facfecfce.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F6d%252F4a%252Fb46d4a05c0bb3f968cd06acbd9c6a407c94ae911.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/6d/4a/b46d4a05c0bb3f968cd06acbd9c6a407c94ae911.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252F51%252F93%252Fb2519396acfa95f37682f756b7b1d9dcd9c6ce67.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/51/93/b2519396acfa95f37682f756b7b1d9dcd9c6ce67.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8c%252Fdf%252Fe5%252F8cdfe5b5e5ae79d83916806a972cb1dac0dcd131.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/df/e5/8cdfe5b5e5ae79d83916806a972cb1dac0dcd131.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fef%252F20%252F2e%252Fef202e663a18616dfcc49d42066501b167e32a20.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/20/2e/ef202e663a18616dfcc49d42066501b167e32a20.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8c%252F93%252F51%252F8c9351300a9cfe8437472fcb09e9a55f7121b65e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/93/51/8c9351300a9cfe8437472fcb09e9a55f7121b65e.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fed%252F57%252F9f%252Fed579f00dad8af40e8b0be08777f289a1bbdbf6d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/57/9f/ed579f00dad8af40e8b0be08777f289a1bbdbf6d.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F53%252F4b%252F42%252F534b429d0a741b7a102f0c9f5df45cc9386a6b40.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/53/4b/42/534b429d0a741b7a102f0c9f5df45cc9386a6b40.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 61934e1c-0e81-5d89-9f3b-2699a8e005e4 with identifier 3163608711
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 61934e1c-0e81-5d89-9f3b-2699a8e005e4
2026-03-30 15:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'Mazda CX-5 2.2L SKYACTIV-D 175 CH 4X4 SELECTION Garantie '
'Internationale 12 Mois Historique Dispo., 4x4, suv, 10 cv, 5 '
'portes, première mise en circulation le 30/12/2015.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'MAZDA CX-5 2.2L Skyactiv-D 175 ch 4x4 BVA Selection / TOIT '
'OUVRANT / SYSTEME AUDIO BOSE, 4x4, suv, gris, 10 cv, 5 '
'portes, première mise en circulation le 30/12//2015.\n'
'\n'
'Historique complet Mazda \n'
'\n'
'5 places\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- Interface Bluetooth\n'
'- Système audio BOSE\n'
'- Système de navigation\n'
'\n'
'Conduite :\n'
'- Affichage tête haute\n'
'- Allumage automatique des phares\n'
'- Détecteur pluie\n'
'- Feux de route assistés\n'
'- Système Start/Stop\n'
'\n'
'Extérieur :\n'
'- Caméra de recul\n'
'- Feux arrière LED\n'
'- Feux de jour\n'
'- Hayon électrique\n'
'- Jantes/roues en alliage léger 19"\n'
'- Radar de stationnement arrière\n'
'- Radar de stationnement avant\n'
'- Rétroviseurs extérieurs électriques\n'
'- Toit ouvrant électrique : autres\n'
'- Vitres teintées\n'
'\n'
'Intérieur :\n'
'- Banquette arrière partagée et rabattable\n'
'- Cache bagages\n'
'- Climatisation automatique\n'
'- Intérieur cuir\n'
'- Levier de vitesses en cuir\n'
'- Lève-vitres arrière électriques\n'
'- Lève-vitres avant électriques\n'
'- Ordinateur de bord\n'
'- Rétroviseur intérieur électrochrome\n'
'- Siège conducteur chauffant\n'
'- Siège conducteur réglable en hauteur\n'
'- Siège conducteur réglable éléctriquement\n'
'- Siège conducteur à dossier réglable\n'
'- Siège conducteur à réglage lombaire électrique\n'
'- Siège passager chauffant\n'
'- Siège passager réglable en hauteur\n'
'- Siège passager réglable éléctriquement\n'
'- Sièges à mémoire\n'
'- Sièges électriques à mémoire\n'
'- Système information conducteur\n'
'- Volant chauffant\n'
'- Volant en cuir\n'
'\n'
'Pack :\n'
'- Antidémarrage\n'
'- Assistance de freinage\n'
'- Avertisseur de circulation arrière\n'
'- Boite automatique 6 vitesses\n'
'- Frein de stationnement électrique\n'
'- Régulateur automatique de distance\n'
'- Siège passager à dossier réglable\n'
'- Sièges arrière réglables\n'
'- Soundsystem\n'
'- Verrouillage centralisé\n'
'- Verrouillage centralisé télécommandé\n'
'\n'
'Sellerie :\n'
'- Sièges en cuir\n'
'\n'
'Sécurité :\n'
'- Aide au démarrage en pente\n'
'- Airbag conducteur\n'
'- Airbag latéral conducteur et passager\n'
'- Airbag passager\n'
"- Avertisseur d'angle mort\n"
'- Contrôle de traction\n'
'- Contrôle pression pneus (RDC)\n'
'- ESP (programme de stabilité électronique)\n'
'- Kit de réparation pneus (Mobile Tyre)\n'
'- Phares antibrouillard\n'
"- Système d'alerte anti-collision\n"
"- Système de freinage d'urgence anticipatif\n"
"- Système de freinage d'urgence urbain\n"
'\n'
'Autres équipements et informations :\n'
'- Antenne automatique/antenne dans les vitres\n'
'- Feux indicateurs de changement de direction\n'
'- Système anti blocage (ABS)\n'
'- USB jack\n'
'- Volant réglable manuellement\n'
'\n'
'- consommation extra urbaine: 4.90l/100\n'
'- consommation urbaine: 6.40l/100\n'
'- consommation mixte: 5.50l/100\n'
'\n'
'Référence annonce : VRZ_C9EC1F',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 175,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '61934e1c-0e81-5d89-9f3b-2699a8e005e4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3163608711',
'listing': 'auction',
'make': 'MAZDA',
'model': 'CX-5',
'odometer': 137600,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/bf/96/b9bf96b0d969eabc9d83c5c18184507845741f22.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/c1/49/5ec149f842025066492c76444c21078530119c70.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/2d/b8/7e2db806cae7b38496f3a875b788843facfecfce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/6d/4a/b46d4a05c0bb3f968cd06acbd9c6a407c94ae911.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/51/93/b2519396acfa95f37682f756b7b1d9dcd9c6ce67.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/df/e5/8cdfe5b5e5ae79d83916806a972cb1dac0dcd131.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/20/2e/ef202e663a18616dfcc49d42066501b167e32a20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/93/51/8c9351300a9cfe8437472fcb09e9a55f7121b65e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/57/9f/ed579f00dad8af40e8b0be08777f289a1bbdbf6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/4b/42/534b429d0a741b7a102f0c9f5df45cc9386a6b40.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212790,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b9/bf/96/b9bf96b0d969eabc9d83c5c18184507845741f22.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202040,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/c1/49/5ec149f842025066492c76444c21078530119c70.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238248,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/2d/b8/7e2db806cae7b38496f3a875b788843facfecfce.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227259,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/6d/4a/b46d4a05c0bb3f968cd06acbd9c6a407c94ae911.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231193,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/51/93/b2519396acfa95f37682f756b7b1d9dcd9c6ce67.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230400,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/df/e5/8cdfe5b5e5ae79d83916806a972cb1dac0dcd131.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211456,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ef/20/2e/ef202e663a18616dfcc49d42066501b167e32a20.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135897,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8c/93/51/8c9351300a9cfe8437472fcb09e9a55f7121b65e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146576,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ed/57/9f/ed579f00dad8af40e8b0be08777f289a1bbdbf6d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_260be834-44e9-5951-aa2a-e137f0ea2248/260be834-44e9-5951-aa2a-e137f0ea2248_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148020,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/53/4b/42/534b429d0a741b7a102f0c9f5df45cc9386a6b40.jpg?rule=ad-large',
'Width': 1067}],
'price': 13500,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-5 2.2L SKYACTIV-D 175 CH 4X4 SELECTION Garantie '
'Internationale 12 Mois Historique Dispo',
'transmission': 'automatic',
'trim': 'CX-5 2.2 SKYACTIV-D 175 Sélection 4x4 BVA',
'vin': None,
'year': 2015}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273163608711%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Saving data for 3163608711: {'created_time': 1774883691.686104, 'last_price_update_time': 1774883691.686115}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3163608711') HTTP/1.1" 204 0
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 2977832802
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%272977832802%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 2977832802: 1
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 2977832802
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Jaune',
'currency': 'EUR',
'description': 'Suzuki WAGON-R 1,2i Essence 16V 80 cv GARANTIE 3 MOIS, '
'berline, jaune, 5 cv, 5 portes, première mise en circulation '
'le 04/04/2006.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Suzuki Wagon R+ 1.3 80 cv , citadine, , 5 cv, première mise '
'en circulation le 04/04/2006.\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- radio\n'
'\n'
'Intérieur :\n'
'- vitres électriques \n'
'- fermeture centralisée\n'
'- vitres électriques\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags\n'
'\n'
'Référence annonce : VRZ_B449E9',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 80,
'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/2977832802',
'listing': 'auction',
'make': 'SUZUKI',
'model': 'Wagon R+',
'odometer': 187000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/79/76/ee/7976eeb1b7176b375c7c5721f650a5e78bcdced1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/66/c9/ce66c9fef0dc0be753bed6d1fe67d705fa938461.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/23/0e/65230e75d428e3a57e3832e651575013abfdbb02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/17/18/e9171897331ce9fdb23b4822ab7f6de3280a0b10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/1b/19/941b1942bb5150762e7d26646e022f2988c0019f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/16/6c/8b166cb4f3e6d227235ba195a2ce7e326b311945.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/52/06/255206c2bd4187a41729b5f34b1530aae151d840.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/89/f5/8689f5ca28ec80874daa6a7295901abd9e1dfa92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/bd/c6/33bdc6b38069283be2bd4de891d3cf4ed58cfc7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/9a/23/e09a232f5abbc65b303e4d2c8356f33802ced9c8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2b/91/e7/2b91e74fe3849d6c8a81a30901b4d1ec5606d0a9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/06/bf/5b06bfffa9e7489c1e3eec32361cd2eeba15e422.jpg?rule=ad-large'],
'price': 2990,
'price_includes_vat': False,
'registration_date': '2006-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Suzuki WAGON-R 1,2i Essence 16V 80 cv GARANTIE 3 MOIS',
'transmission': 'manual',
'trim': 'Wagon R+ 1.2 GL+',
'vin': None,
'year': 2006}
2026-03-30 15:14:51 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 94fda787-c5bc-5219-b0f0-44d3133d500d with identifier: 2977832802
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 94fda787-c5bc-5219-b0f0-44d3133d500d
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F79%252F76%252Fee%252F7976eeb1b7176b375c7c5721f650a5e78bcdced1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/79/76/ee/7976eeb1b7176b375c7c5721f650a5e78bcdced1.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fce%252F66%252Fc9%252Fce66c9fef0dc0be753bed6d1fe67d705fa938461.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/66/c9/ce66c9fef0dc0be753bed6d1fe67d705fa938461.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F65%252F23%252F0e%252F65230e75d428e3a57e3832e651575013abfdbb02.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/65/23/0e/65230e75d428e3a57e3832e651575013abfdbb02.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F17%252F18%252Fe9171897331ce9fdb23b4822ab7f6de3280a0b10.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/17/18/e9171897331ce9fdb23b4822ab7f6de3280a0b10.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F94%252F1b%252F19%252F941b1942bb5150762e7d26646e022f2988c0019f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/94/1b/19/941b1942bb5150762e7d26646e022f2988c0019f.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8b%252F16%252F6c%252F8b166cb4f3e6d227235ba195a2ce7e326b311945.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/16/6c/8b166cb4f3e6d227235ba195a2ce7e326b311945.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F25%252F52%252F06%252F255206c2bd4187a41729b5f34b1530aae151d840.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/25/52/06/255206c2bd4187a41729b5f34b1530aae151d840.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F89%252Ff5%252F8689f5ca28ec80874daa6a7295901abd9e1dfa92.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/89/f5/8689f5ca28ec80874daa6a7295901abd9e1dfa92.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F33%252Fbd%252Fc6%252F33bdc6b38069283be2bd4de891d3cf4ed58cfc7b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/bd/c6/33bdc6b38069283be2bd4de891d3cf4ed58cfc7b.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe0%252F9a%252F23%252Fe09a232f5abbc65b303e4d2c8356f33802ced9c8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/9a/23/e09a232f5abbc65b303e4d2c8356f33802ced9c8.jpg?rule=ad-large already downloaded
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 94fda787-c5bc-5219-b0f0-44d3133d500d with identifier 2977832802
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 94fda787-c5bc-5219-b0f0-44d3133d500d
2026-03-30 15:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Jaune',
'currency': 'EUR',
'description': 'Suzuki WAGON-R 1,2i Essence 16V 80 cv GARANTIE 3 MOIS, '
'berline, jaune, 5 cv, 5 portes, première mise en circulation '
'le 04/04/2006.\n'
'\n'
'5 places\n'
'\n'
'GARAGE D.A.S. AUTO GROUPE\n'
'ACHAT / VENTE\n'
'CARROSSERIE\n'
'MECANIQUE\n'
'\n'
' CONTACTEZ NOUS : VISITE UNIQUEMENT SUR RENDEZ-VOUS \n'
'\n'
'Service formalité carte-grise / Service livraison / Service '
'de pris en charge \n'
'\n'
'Reprise de votre ancien véhicule, même sans contrôle '
'technique et fort kilométré\n'
'\n'
'Tous nos véhicules sont contrôlés, révisés, et nettoyés avant '
'livraison \n'
'\n'
"Possibilité de souscrire à une extension de garantie jusqu'à "
'12 mois\n'
'\n'
'Suzuki Wagon R+ 1.3 80 cv , citadine, , 5 cv, première mise '
'en circulation le 04/04/2006.\n'
'\n'
'OPTIONS ET ÉQUIPEMENTS :\n'
'Audio - Télécommunications :\n'
'- radio\n'
'\n'
'Intérieur :\n'
'- vitres électriques \n'
'- fermeture centralisée\n'
'- vitres électriques\n'
'\n'
'Sécurité :\n'
'- ABS\n'
'- Airbags\n'
'\n'
'Référence annonce : VRZ_B449E9',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 80,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '94fda787-c5bc-5219-b0f0-44d3133d500d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/2977832802',
'listing': 'auction',
'make': 'SUZUKI',
'model': 'Wagon R+',
'odometer': 187000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 12,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/79/76/ee/7976eeb1b7176b375c7c5721f650a5e78bcdced1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/66/c9/ce66c9fef0dc0be753bed6d1fe67d705fa938461.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/23/0e/65230e75d428e3a57e3832e651575013abfdbb02.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/17/18/e9171897331ce9fdb23b4822ab7f6de3280a0b10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/1b/19/941b1942bb5150762e7d26646e022f2988c0019f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/16/6c/8b166cb4f3e6d227235ba195a2ce7e326b311945.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/52/06/255206c2bd4187a41729b5f34b1530aae151d840.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/89/f5/8689f5ca28ec80874daa6a7295901abd9e1dfa92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/bd/c6/33bdc6b38069283be2bd4de891d3cf4ed58cfc7b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/9a/23/e09a232f5abbc65b303e4d2c8356f33802ced9c8.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233527,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/79/76/ee/7976eeb1b7176b375c7c5721f650a5e78bcdced1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252029,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ce/66/c9/ce66c9fef0dc0be753bed6d1fe67d705fa938461.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241793,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/65/23/0e/65230e75d428e3a57e3832e651575013abfdbb02.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239257,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/17/18/e9171897331ce9fdb23b4822ab7f6de3280a0b10.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213604,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/94/1b/19/941b1942bb5150762e7d26646e022f2988c0019f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238774,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/16/6c/8b166cb4f3e6d227235ba195a2ce7e326b311945.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156348,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/25/52/06/255206c2bd4187a41729b5f34b1530aae151d840.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145505,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/89/f5/8689f5ca28ec80874daa6a7295901abd9e1dfa92.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154751,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/bd/c6/33bdc6b38069283be2bd4de891d3cf4ed58cfc7b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e3c1ad-1719-5a98-8a2a-55a6037b118f/d5e3c1ad-1719-5a98-8a2a-55a6037b118f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97022,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e0/9a/23/e09a232f5abbc65b303e4d2c8356f33802ced9c8.jpg?rule=ad-large',
'Width': 1067}],
'price': 2990,
'price_includes_vat': False,
'registration_date': '2006-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Suzuki WAGON-R 1,2i Essence 16V 80 cv GARANTIE 3 MOIS',
'transmission': 'manual',
'trim': 'Wagon R+ 1.2 GL+',
'vin': None,
'year': 2006}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%272977832802%27 HTTP/1.1" 200 None
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: Saving data for 2977832802: {'created_time': 1774883691.927558, 'last_price_update_time': 1774883691.927573}
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='2977832802') HTTP/1.1" 204 0
2026-03-30 15:14:51 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:14:51 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:14:51 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:14:51 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:14:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4abdaadc2c1f11f18e133aacc95538c6
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:14:51 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:14:51 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:14:51 [azure.servicebus._pyamqp._transport] DEBUG: Transport endpoint is already disconnected: OSError(107, 'Transport endpoint is not connected')
2026-03-30 15:14:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:14:52 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 10, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:14:52 [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%201773587692 HTTP/1.1" 200 None
2026-03-30 15:14:53 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (32 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4abdaadc2c1f11f18e133aacc95538c6.jl
2026-03-30 15:14:53 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 707,
'downloader/request_count': 2,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 1078489,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 20.225377,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 14, 52, 918803, tzinfo=datetime.timezone.utc),
'item_scraped_count': 32,
'log_count/DEBUG': 987,
'log_count/INFO': 643,
'memusage/max': 149446656,
'memusage/startup': 149446656,
'request_depth_max': 1,
'response_received_count': 2,
'scheduler/dequeued': 2,
'scheduler/dequeued/memory': 2,
'scheduler/enqueued': 2,
'scheduler/enqueued/memory': 2,
'scrape_type/new': 32,
'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.490665185265243,
'scrapy-zyte-api/mean_response_seconds': 1.849165203049779,
'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': 32,
'source/total_available': 32,
'start_time': datetime.datetime(2026, 3, 30, 15, 14, 32, 693426, tzinfo=datetime.timezone.utc)}
2026-03-30 15:14:53 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:14:53 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2231d33510>
2026-03-30 15:14:53 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2231d33d50>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)