PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:06:47 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:06:47 [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:06:47 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:06:47 [auto_selling_leboncoin.fr] INFO: _job: 4a5b78d02c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:06:47 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:06:47 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:06:47 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:06:47 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:06:47 [scrapy.extensions.telnet] INFO: Telnet Password: ac9d5852a7ebbdcf
2026-03-30 15:06:47 [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:06:47 [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/4a5b78d02c1f11f18e133aacc95538c6.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:06:47 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:06:47 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:06:47 [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:06:48 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:06:48 [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:06:48 [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:06:48 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:06:48 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:06:48 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:06:48 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:06:48 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:06:48 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:06:48 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-30 15:06:48 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:06:48 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:06:53 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/85239/autoccasion_78.htm and multipost_profile_id: f9739e88-0983-40d4-8b48-443c9beec7e5 and job_id: 4a5b78d02c1f11f18e133aacc95538c6
2026-03-30 15:06:53 [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:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/85239/autoccasion_78.htm> (referer: https://www.leboncoin.fr/boutique/85239/autoccasion_78.htm) ['zyte-api']
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': '__Secure-Install', 'value': '2127ba09-bfa2-4294-b5fe-3c52ee0058c9', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 253402300798, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': '124604e7-b67c-4492-91e7-6fa75429e3b3', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1932563214, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': 'iBwepAUZdSS2sVdNU9QJhSgUtsY1lW1TdfEspqTEDMDeMt6qUlTsf8GcB0SiFD6LdldnYeW53DRg4Q8MUYgE~xzd71jco9F_Bqc4a0EhH6Eq0Jsp_K7nH2numFTOgRPH', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419214, 'httpOnly': False, 'secure': True}]
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': '__Secure-Install', 'value': '2127ba09-bfa2-4294-b5fe-3c52ee0058c9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '124604e7-b67c-4492-91e7-6fa75429e3b3', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'iBwepAUZdSS2sVdNU9QJhSgUtsY1lW1TdfEspqTEDMDeMt6qUlTsf8GcB0SiFD6LdldnYeW53DRg4Q8MUYgE~xzd71jco9F_Bqc4a0EhH6Eq0Jsp_K7nH2numFTOgRPH', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'LHR3-P2'], b'Date': [b'Mon, 30 Mar 2026 15:06:54 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 b7df4875242a13aa00effc19800fe754.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=iBwepAUZdSS2sVdNU9QJhSgUtsY1lW1TdfEspqTEDMDeMt6qUlTsf8GcB0SiFD6LdldnYeW53DRg4Q8MUYgE~xzd71jco9F_Bqc4a0EhH6Eq0Jsp_K7nH2numFTOgRPH; 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/"12coh0embccdfap"'], 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'k8arys7pV4vFJqy9ALm5eFwX3MYYCkFtKABBl-dyZX-Fn8lu6Zi4fA==']}
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': '24fa9c77-8f7e-4a72-9400-14bdf2b6ef4b'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': '__Secure-Install', 'value': '2127ba09-bfa2-4294-b5fe-3c52ee0058c9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '124604e7-b67c-4492-91e7-6fa75429e3b3', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'iBwepAUZdSS2sVdNU9QJhSgUtsY1lW1TdfEspqTEDMDeMt6qUlTsf8GcB0SiFD6LdldnYeW53DRg4Q8MUYgE~xzd71jco9F_Bqc4a0EhH6Eq0Jsp_K7nH2numFTOgRPH', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:06:55 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': '24fa9c77-8f7e-4a72-9400-14bdf2b6ef4b'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:06:55 [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": "24fa9c77-8f7e-4a72-9400-14bdf2b6ef4b"}}, "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:06:55 [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:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/85239/autoccasion_78.htm) ['zyte-api']
2026-03-30 15:06:56 [auto_selling_leboncoin.fr] INFO: Found 11 listings on page 1
2026-03-30 15:06:56 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168489518
2026-03-30 15:06:56 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:06:56 [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:06:56 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168489518%27 HTTP/1.1" 200 None
2026-03-30 15:06:56 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168489518: 1
2026-03-30 15:06:56 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168489518
2026-03-30 15:06:56 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Lexus IS 300h Business \n'
'Km: 97 443\n'
'Année : 29/06/2016\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Antibrouillards avant\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Feux de croisement automatiques\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Rétroviseurs rabattables\n'
'Système audio CD\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'DVD/VCD\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Système audio inclut DVD\n'
'Ordinateur de bord\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 7 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'8 haut-parleurs\n'
'Air conditionné 1 zones\n'
'Siège avant chauffant\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 4.2 pouces\n'
'Boite automatique\n'
'Climatisation automatique\n'
'Régulateur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'8 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Lave-phares\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 16 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 223,
'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/3168489518',
'listing': 'auction',
'make': 'LEXUS',
'model': 'IS',
'odometer': 97443,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/00/59/ae00597b083458e43835128abf88dd8cfd976d06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/ff/79/f4ff79c7673306ed1008faac44305e1d0c127856.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7c/cc/577ccc6d4b6b12127156ec074fb0c0045bb162a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/d0/19/cad0193a72dcf301ce7bc767c6678ee051e0fa1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/bb/ba/75bbba5478821b7d049b3777a22cb20a20b0e6b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/cb/15/d4cb15e83d306ad73747f35839a400777e8db7f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/98/7e/07987e95285e55c83f62cf74fa3df4a0a01f4918.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/5e/87/305e87a25031583edcebeb041b1ef7cee35eda54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/7e/b4/857eb4920d0922cf1ce17c1a89c22c3a8bf2b11f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/0b/c1/5d0bc13b8d48983f2025c07c220bebd35ffe626f.jpg?rule=ad-large'],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus IS 300h Business',
'transmission': 'automatic',
'trim': 'IS 300h Business',
'vin': None,
'year': 2016}
2026-03-30 15:06:56 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1 with identifier: 3168489518
2026-03-30 15:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fae%252F00%252F59%252Fae00597b083458e43835128abf88dd8cfd976d06.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/00/59/ae00597b083458e43835128abf88dd8cfd976d06.jpg?rule=ad-large already downloaded
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff4%252Fff%252F79%252Ff4ff79c7673306ed1008faac44305e1d0c127856.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/ff/79/f4ff79c7673306ed1008faac44305e1d0c127856.jpg?rule=ad-large already downloaded
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252F7c%252Fcc%252F577ccc6d4b6b12127156ec074fb0c0045bb162a4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7c/cc/577ccc6d4b6b12127156ec074fb0c0045bb162a4.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fca%252Fd0%252F19%252Fcad0193a72dcf301ce7bc767c6678ee051e0fa1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/d0/19/cad0193a72dcf301ce7bc767c6678ee051e0fa1d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252Fbb%252Fba%252F75bbba5478821b7d049b3777a22cb20a20b0e6b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/bb/ba/75bbba5478821b7d049b3777a22cb20a20b0e6b9.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd4%252Fcb%252F15%252Fd4cb15e83d306ad73747f35839a400777e8db7f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/cb/15/d4cb15e83d306ad73747f35839a400777e8db7f9.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F07%252F98%252F7e%252F07987e95285e55c83f62cf74fa3df4a0a01f4918.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/98/7e/07987e95285e55c83f62cf74fa3df4a0a01f4918.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252F5e%252F87%252F305e87a25031583edcebeb041b1ef7cee35eda54.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/5e/87/305e87a25031583edcebeb041b1ef7cee35eda54.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F85%252F7e%252Fb4%252F857eb4920d0922cf1ce17c1a89c22c3a8bf2b11f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/7e/b4/857eb4920d0922cf1ce17c1a89c22c3a8bf2b11f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252F0b%252Fc1%252F5d0bc13b8d48983f2025c07c220bebd35ffe626f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/0b/c1/5d0bc13b8d48983f2025c07c220bebd35ffe626f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1 with identifier 3168489518
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:06:57 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2018
2026-03-30 15:06:57 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883217
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883217
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:57 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:57 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1
2026-03-30 15:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Lexus IS 300h Business \n'
'Km: 97 443\n'
'Année : 29/06/2016\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Antibrouillards avant\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Feux de croisement automatiques\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Rétroviseurs rabattables\n'
'Système audio CD\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'DVD/VCD\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Système audio inclut DVD\n'
'Ordinateur de bord\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 7 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'8 haut-parleurs\n'
'Air conditionné 1 zones\n'
'Siège avant chauffant\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 4.2 pouces\n'
'Boite automatique\n'
'Climatisation automatique\n'
'Régulateur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'8 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Lave-phares\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 16 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 223,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168489518',
'listing': 'auction',
'make': 'LEXUS',
'model': 'IS',
'odometer': 97443,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/00/59/ae00597b083458e43835128abf88dd8cfd976d06.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/ff/79/f4ff79c7673306ed1008faac44305e1d0c127856.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7c/cc/577ccc6d4b6b12127156ec074fb0c0045bb162a4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/d0/19/cad0193a72dcf301ce7bc767c6678ee051e0fa1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/bb/ba/75bbba5478821b7d049b3777a22cb20a20b0e6b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/cb/15/d4cb15e83d306ad73747f35839a400777e8db7f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/98/7e/07987e95285e55c83f62cf74fa3df4a0a01f4918.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/5e/87/305e87a25031583edcebeb041b1ef7cee35eda54.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/7e/b4/857eb4920d0922cf1ce17c1a89c22c3a8bf2b11f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/0b/c1/5d0bc13b8d48983f2025c07c220bebd35ffe626f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148962,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/00/59/ae00597b083458e43835128abf88dd8cfd976d06.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159961,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f4/ff/79/f4ff79c7673306ed1008faac44305e1d0c127856.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148626,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/7c/cc/577ccc6d4b6b12127156ec074fb0c0045bb162a4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151566,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/d0/19/cad0193a72dcf301ce7bc767c6678ee051e0fa1d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139839,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/bb/ba/75bbba5478821b7d049b3777a22cb20a20b0e6b9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138588,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/cb/15/d4cb15e83d306ad73747f35839a400777e8db7f9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116200,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/98/7e/07987e95285e55c83f62cf74fa3df4a0a01f4918.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123237,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/5e/87/305e87a25031583edcebeb041b1ef7cee35eda54.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101087,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/7e/b4/857eb4920d0922cf1ce17c1a89c22c3a8bf2b11f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1/2bbcf8a7-17dc-5d4e-b591-6a0aa69c87a1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107547,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/0b/c1/5d0bc13b8d48983f2025c07c220bebd35ffe626f.jpg?rule=ad-large',
'Width': 1067}],
'price': 16990,
'price_includes_vat': False,
'registration_date': '2016-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus IS 300h Business',
'transmission': 'automatic',
'trim': 'IS 300h Business',
'vin': None,
'year': 2016}
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168489518%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [auto_selling_leboncoin.fr] INFO: Saving data for 3168489518: {'created_time': 1774883217.876686, 'last_price_update_time': 1774883217.876698}
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168489518') HTTP/1.1" 204 0
2026-03-30 15:06:57 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3168531484
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168531484%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [auto_selling_leboncoin.fr] INFO: Scrape type for 3168531484: 1
2026-03-30 15:06:57 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3168531484
2026-03-30 15:06:57 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Lexus RX 450hL 313ch Luxe \n'
'Km: 209 437\n'
'Année : 11/07/2019\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Antibrouillards avant\n'
'Rétroviseurs extérieurs indexés marche arrière\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Phares directionnels\n'
'Rétroviseurs extérieurs chauffants\n'
'Feux de croisement automatiques\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Barres de toit\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Projecteurs bi-xénon\n'
'Rétroviseurs électriques et dégivrants\n'
"Système de récupération d'énergie au freinage\n"
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Système audio CD\n'
'Bouton démarrage\n'
'Fermerture électrique du coffre\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'Smart card / Smart key\n'
'Volant cuir\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'3ème rangée de sièges\n'
'Taille écran navigation 8 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'9 haut-parleurs\n'
'Air conditionné 3 zones\n'
'Réglage du volant en hauteur, électrique, en profondeur\n'
'Taille écran multi-fonctions 4.2 pouces\n'
'7 places\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Configuration 7PL\n'
'Démarrage sans clef\n'
'Kit téléphone main libre\n'
'Ouverture du coffre électrique\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres surteintées\n'
'Volant réglable en hauteur et profondeur\n'
'Sièges ventilés\n'
"Système d'entrée sans clef\n"
'10 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Lave-phares\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Antipatinage\n'
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Affichage tête haute\n'
'Airbags\n'
'Feux ar. à LED\n'
'Feux et essuie-glaces automatiques\n'
'Phares av. de jour à LED\n'
'Système de détection de somnolence\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'\n'
'Prix : 26 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 299,
'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/3168531484',
'listing': 'auction',
'make': 'LEXUS',
'model': 'RX',
'odometer': 209437,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/69/76/90/6976901f96d4b2f436dbcd14c298a004db56a13b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/14/6d/de146d14412abd1656a8e5002c6854d559a4053e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/fb/8a/02fb8ae25a6eb0b17e611094f73dddf4460fac24.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/1a/33/131a339fa8317a23ee5d66fd21369bc091b82e77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/60/b9/ae60b970d7fdb922e06aac74816c8b489590d068.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/b4/be/32b4be88244d8d27d51c9885d57a825be2a9eb0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/4c/88/gh4c882db1e1c65b48ab83783c85186f692abac7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/82/c2/8182c29b99960da810ac0c8edbcd7e245bf47489.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/3d/9a/893d9a18f87ddc3dcbaed414a9ef6aa9d231a5ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/29/40/bf294058d9b2fc149fcf9638831741c6b424c7d4.jpg?rule=ad-large'],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Lexus RX 450hL 313ch Luxe',
'transmission': 'automatic',
'trim': 'RX 450hL 4WD Luxe Euro6d-T 15cv',
'vin': None,
'year': 2019}
2026-03-30 15:06:57 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7642f28a-2e89-5b7b-8c0c-fe34369f1502 with identifier: 3168531484
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7642f28a-2e89-5b7b-8c0c-fe34369f1502
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F69%252F76%252F90%252F6976901f96d4b2f436dbcd14c298a004db56a13b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/76/90/6976901f96d4b2f436dbcd14c298a004db56a13b.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fde%252F14%252F6d%252Fde146d14412abd1656a8e5002c6854d559a4053e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/de/14/6d/de146d14412abd1656a8e5002c6854d559a4053e.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F02%252Ffb%252F8a%252F02fb8ae25a6eb0b17e611094f73dddf4460fac24.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/02/fb/8a/02fb8ae25a6eb0b17e611094f73dddf4460fac24.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F13%252F1a%252F33%252F131a339fa8317a23ee5d66fd21369bc091b82e77.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/13/1a/33/131a339fa8317a23ee5d66fd21369bc091b82e77.jpg?rule=ad-large already downloaded
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fae%252F60%252Fb9%252Fae60b970d7fdb922e06aac74816c8b489590d068.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/60/b9/ae60b970d7fdb922e06aac74816c8b489590d068.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F32%252Fb4%252Fbe%252F32b4be88244d8d27d51c9885d57a825be2a9eb0f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/32/b4/be/32b4be88244d8d27d51c9885d57a825be2a9eb0f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fgh%252F4c%252F88%252Fgh4c882db1e1c65b48ab83783c85186f692abac7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/4c/88/gh4c882db1e1c65b48ab83783c85186f692abac7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252F82%252Fc2%252F8182c29b99960da810ac0c8edbcd7e245bf47489.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/82/c2/8182c29b99960da810ac0c8edbcd7e245bf47489.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F89%252F3d%252F9a%252F893d9a18f87ddc3dcbaed414a9ef6aa9d231a5ea.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/89/3d/9a/893d9a18f87ddc3dcbaed414a9ef6aa9d231a5ea.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbf%252F29%252F40%252Fbf294058d9b2fc149fcf9638831741c6b424c7d4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/29/40/bf294058d9b2fc149fcf9638831741c6b424c7d4.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7642f28a-2e89-5b7b-8c0c-fe34369f1502 with identifier 3168531484
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7642f28a-2e89-5b7b-8c0c-fe34369f1502
2026-03-30 15:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Autre',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Lexus RX 450hL 313ch Luxe \n'
'Km: 209 437\n'
'Année : 11/07/2019\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Antibrouillards avant\n'
'Rétroviseurs extérieurs indexés marche arrière\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Phares directionnels\n'
'Rétroviseurs extérieurs chauffants\n'
'Feux de croisement automatiques\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Barres de toit\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Projecteurs bi-xénon\n'
'Rétroviseurs électriques et dégivrants\n'
"Système de récupération d'énergie au freinage\n"
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Système audio CD\n'
'Bouton démarrage\n'
'Fermerture électrique du coffre\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'Smart card / Smart key\n'
'Volant cuir\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'3ème rangée de sièges\n'
'Taille écran navigation 8 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'9 haut-parleurs\n'
'Air conditionné 3 zones\n'
'Réglage du volant en hauteur, électrique, en profondeur\n'
'Taille écran multi-fonctions 4.2 pouces\n'
'7 places\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Configuration 7PL\n'
'Démarrage sans clef\n'
'Kit téléphone main libre\n'
'Ouverture du coffre électrique\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres surteintées\n'
'Volant réglable en hauteur et profondeur\n'
'Sièges ventilés\n'
"Système d'entrée sans clef\n"
'10 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Lave-phares\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Antipatinage\n'
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Affichage tête haute\n'
'Airbags\n'
'Feux ar. à LED\n'
'Feux et essuie-glaces automatiques\n'
'Phares av. de jour à LED\n'
'Système de détection de somnolence\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'\n'
'Prix : 26 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 299,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': '7642f28a-2e89-5b7b-8c0c-fe34369f1502',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3168531484',
'listing': 'auction',
'make': 'LEXUS',
'model': 'RX',
'odometer': 209437,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/69/76/90/6976901f96d4b2f436dbcd14c298a004db56a13b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/14/6d/de146d14412abd1656a8e5002c6854d559a4053e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/fb/8a/02fb8ae25a6eb0b17e611094f73dddf4460fac24.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/1a/33/131a339fa8317a23ee5d66fd21369bc091b82e77.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/60/b9/ae60b970d7fdb922e06aac74816c8b489590d068.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/b4/be/32b4be88244d8d27d51c9885d57a825be2a9eb0f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/4c/88/gh4c882db1e1c65b48ab83783c85186f692abac7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/82/c2/8182c29b99960da810ac0c8edbcd7e245bf47489.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/3d/9a/893d9a18f87ddc3dcbaed414a9ef6aa9d231a5ea.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/29/40/bf294058d9b2fc149fcf9638831741c6b424c7d4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176395,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/76/90/6976901f96d4b2f436dbcd14c298a004db56a13b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167888,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/de/14/6d/de146d14412abd1656a8e5002c6854d559a4053e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178519,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/fb/8a/02fb8ae25a6eb0b17e611094f73dddf4460fac24.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181214,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/13/1a/33/131a339fa8317a23ee5d66fd21369bc091b82e77.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160881,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ae/60/b9/ae60b970d7fdb922e06aac74816c8b489590d068.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172358,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/32/b4/be/32b4be88244d8d27d51c9885d57a825be2a9eb0f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129789,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/4c/88/gh4c882db1e1c65b48ab83783c85186f692abac7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131456,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/82/c2/8182c29b99960da810ac0c8edbcd7e245bf47489.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95518,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/89/3d/9a/893d9a18f87ddc3dcbaed414a9ef6aa9d231a5ea.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7642f28a-2e89-5b7b-8c0c-fe34369f1502/7642f28a-2e89-5b7b-8c0c-fe34369f1502_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145672,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bf/29/40/bf294058d9b2fc149fcf9638831741c6b424c7d4.jpg?rule=ad-large',
'Width': 1067}],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Lexus RX 450hL 313ch Luxe',
'transmission': 'automatic',
'trim': 'RX 450hL 4WD Luxe Euro6d-T 15cv',
'vin': None,
'year': 2019}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273168531484%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3168531484: {'created_time': 1774883218.150812, 'last_price_update_time': 1774883218.150825}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3168531484') HTTP/1.1" 204 0
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3132188629
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273132188629%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3132188629: 1
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3132188629
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe S 350d Executive 4Matic 9G-Tronic\n'
'Km: 146 437\n'
'Année : 29/11/2016\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares led\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Phares directionnels\n'
'Feux de route actifs\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Lunette arrière dégivrante\n'
'Projecteurs bi-xénon\n'
'Rétroviseurs électriques et dégivrants\n'
'Toit ouvrant électrique\n'
'Régulateur adaptatif\n'
'Système audio carte digitale\n'
'Chargeur 6 CD\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Toit vitré\n'
'Information trafic\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'DVD/VCD\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Aide au stationnement arrière, avant\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Lecteur MP3\n'
'Taille écran navigation 12.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Réseau Wifi\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'13 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Siège avant chauffant\n'
'Pré-équipement téléphone\n'
'Réglage du volant en hauteur, électrique, en profondeur\n'
'Taille écran multi-fonctions 12.3 pouces\n'
'Climatisation automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'Fermeture électrique automatique\n'
'Ouverture du coffre électrique\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Sièges massants\n'
'Vitres teintées\n'
"Système d'entrée sans clef\n"
'Virtual cockpit\n'
'Sécurité\n'
'8 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 29 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3132188629',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 146437,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/9e/ca/b29ecab6c541ca19a0efa3a0dbad6a3d64524697.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/fd/93/cafd93ea5e6812bfed31ba87d1e85e679ad3812e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/93/d7/fa93d761aa7d9fe8f1e69dc5381134a2552c751f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/cb/f0/17cbf092eca5da97912083cd047421c2a84208e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/88/16/9788163625c103faec081f258df62e78c3162e7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/2a/5b/d92a5b012d0c963a46b9be151863f57529e5730f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/c6/4c/83c64c26ae0ae5cd6eb507a53c4ba9f97c91d913.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/70/9b/1c709bcf9c674743fe3dd85bbbd4d6e1341e3f59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/40/f4/0e40f451c936cd2a19db3d6ca90db1a7d0a0d0a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/d6/f3/21d6f3a069b70c92dd1060fd5fe65f9d2065e60d.jpg?rule=ad-large'],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe S 350d Executive 4Matic 9G-Tronic - 1 ERE MAINT - '
'ETAT EXCEPTIONNEL',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:06:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d5c27f58-0591-58f0-9c4e-a791c73cc544 with identifier: 3132188629
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5c27f58-0591-58f0-9c4e-a791c73cc544
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252F9e%252Fca%252Fb29ecab6c541ca19a0efa3a0dbad6a3d64524697.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/9e/ca/b29ecab6c541ca19a0efa3a0dbad6a3d64524697.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fca%252Ffd%252F93%252Fcafd93ea5e6812bfed31ba87d1e85e679ad3812e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/fd/93/cafd93ea5e6812bfed31ba87d1e85e679ad3812e.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252F93%252Fd7%252Ffa93d761aa7d9fe8f1e69dc5381134a2552c751f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/93/d7/fa93d761aa7d9fe8f1e69dc5381134a2552c751f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252Fcb%252Ff0%252F17cbf092eca5da97912083cd047421c2a84208e6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/cb/f0/17cbf092eca5da97912083cd047421c2a84208e6.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252F88%252F16%252F9788163625c103faec081f258df62e78c3162e7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/88/16/9788163625c103faec081f258df62e78c3162e7c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd9%252F2a%252F5b%252Fd92a5b012d0c963a46b9be151863f57529e5730f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/2a/5b/d92a5b012d0c963a46b9be151863f57529e5730f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252Fc6%252F4c%252F83c64c26ae0ae5cd6eb507a53c4ba9f97c91d913.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/c6/4c/83c64c26ae0ae5cd6eb507a53c4ba9f97c91d913.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1c%252F70%252F9b%252F1c709bcf9c674743fe3dd85bbbd4d6e1341e3f59.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/70/9b/1c709bcf9c674743fe3dd85bbbd4d6e1341e3f59.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252F40%252Ff4%252F0e40f451c936cd2a19db3d6ca90db1a7d0a0d0a0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/40/f4/0e40f451c936cd2a19db3d6ca90db1a7d0a0d0a0.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F21%252Fd6%252Ff3%252F21d6f3a069b70c92dd1060fd5fe65f9d2065e60d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/21/d6/f3/21d6f3a069b70c92dd1060fd5fe65f9d2065e60d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d5c27f58-0591-58f0-9c4e-a791c73cc544 with identifier 3132188629
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d5c27f58-0591-58f0-9c4e-a791c73cc544
2026-03-30 15:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe S 350d Executive 4Matic 9G-Tronic\n'
'Km: 146 437\n'
'Année : 29/11/2016\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares led\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Phares directionnels\n'
'Feux de route actifs\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Lunette arrière dégivrante\n'
'Projecteurs bi-xénon\n'
'Rétroviseurs électriques et dégivrants\n'
'Toit ouvrant électrique\n'
'Régulateur adaptatif\n'
'Système audio carte digitale\n'
'Chargeur 6 CD\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Toit vitré\n'
'Information trafic\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Système audio lecteur CD et MP3\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse adaptatif\n'
'DVD/VCD\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Aide au stationnement arrière, avant\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Lecteur MP3\n'
'Taille écran navigation 12.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Réseau Wifi\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'13 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Siège avant chauffant\n'
'Pré-équipement téléphone\n'
'Réglage du volant en hauteur, électrique, en profondeur\n'
'Taille écran multi-fonctions 12.3 pouces\n'
'Climatisation automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'Fermeture électrique automatique\n'
'Ouverture du coffre électrique\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Sièges massants\n'
'Vitres teintées\n'
"Système d'entrée sans clef\n"
'Virtual cockpit\n'
'Sécurité\n'
'8 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Antivol\n'
'Alarme\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 29 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 258,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd5c27f58-0591-58f0-9c4e-a791c73cc544',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3132188629',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 146437,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/9e/ca/b29ecab6c541ca19a0efa3a0dbad6a3d64524697.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/fd/93/cafd93ea5e6812bfed31ba87d1e85e679ad3812e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/93/d7/fa93d761aa7d9fe8f1e69dc5381134a2552c751f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/cb/f0/17cbf092eca5da97912083cd047421c2a84208e6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/88/16/9788163625c103faec081f258df62e78c3162e7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/2a/5b/d92a5b012d0c963a46b9be151863f57529e5730f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/c6/4c/83c64c26ae0ae5cd6eb507a53c4ba9f97c91d913.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/70/9b/1c709bcf9c674743fe3dd85bbbd4d6e1341e3f59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/40/f4/0e40f451c936cd2a19db3d6ca90db1a7d0a0d0a0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/d6/f3/21d6f3a069b70c92dd1060fd5fe65f9d2065e60d.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175227,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/9e/ca/b29ecab6c541ca19a0efa3a0dbad6a3d64524697.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163491,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ca/fd/93/cafd93ea5e6812bfed31ba87d1e85e679ad3812e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171825,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/93/d7/fa93d761aa7d9fe8f1e69dc5381134a2552c751f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166274,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/cb/f0/17cbf092eca5da97912083cd047421c2a84208e6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140104,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/88/16/9788163625c103faec081f258df62e78c3162e7c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147422,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/2a/5b/d92a5b012d0c963a46b9be151863f57529e5730f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126350,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/c6/4c/83c64c26ae0ae5cd6eb507a53c4ba9f97c91d913.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129112,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/70/9b/1c709bcf9c674743fe3dd85bbbd4d6e1341e3f59.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70129,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/40/f4/0e40f451c936cd2a19db3d6ca90db1a7d0a0d0a0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5c27f58-0591-58f0-9c4e-a791c73cc544/d5c27f58-0591-58f0-9c4e-a791c73cc544_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113613,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/d6/f3/21d6f3a069b70c92dd1060fd5fe65f9d2065e60d.jpg?rule=ad-large',
'Width': 1067}],
'price': 29990,
'price_includes_vat': False,
'registration_date': '2016-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe S 350d Executive 4Matic 9G-Tronic - 1 ERE MAINT - '
'ETAT EXCEPTIONNEL',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2016}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273132188629%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3132188629: {'created_time': 1774883218.432144, 'last_price_update_time': 1774883218.43216}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3132188629') HTTP/1.1" 204 0
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3010755816
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273010755816%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3010755816: 1
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3010755816
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe CL 600 V12 Coupe \n'
'Km: 166 284 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Toit ouvrant panoramique\n'
'Boite automatique\n'
'Climatisation\n'
'Direction assistée\n'
'Régulateur de vitesse\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres ar. surteintées\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Sièges ventilés\n'
'\n'
'Prix : 19 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 367,
'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/3010755816',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 166284,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ee/56/47ee56cd4f0dcf94fd524613dfcf6f04e3ef6a48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/8b/fa188b101c344bef41f306abf475d3c760c2ddd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/61/dc/8661dcc46fc4b25bb2b11efe6264079cc86a4740.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2e/cf/6d2ecf411bd215829bf186abb2eb83b1b046c145.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/cd/6e/e7cd6eab649fdd62386380beb3ac55673ea7751f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/c5/29/e5c5293d7fd26dee3e7bb793ea10bd96898f894b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/17/1a/43171a5d5a4551314eddd09b71727d57369ec441.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/0c/d6/e20cd62afd1c172ecf0820efac09dee61c0043a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/93/1b/98931b5bca4ebdbdf4c334c409acb5106ffb1bc7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/44/97/1f449796898031a5d4edfea74f70246ac3d7758f.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2001-03-01',
'seats_number': 1,
'seller_name': None,
'title': 'Mercedes Classe CL 600 V12 Coupe CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': 'Classe S Coupe/CL 600 BA',
'vin': None,
'year': 2001}
2026-03-30 15:06:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bd45a55-0e1a-5f15-8e79-cbc14d5b42de with identifier: 3010755816
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3bd45a55-0e1a-5f15-8e79-cbc14d5b42de
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F47%252Fee%252F56%252F47ee56cd4f0dcf94fd524613dfcf6f04e3ef6a48.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ee/56/47ee56cd4f0dcf94fd524613dfcf6f04e3ef6a48.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252F18%252F8b%252Ffa188b101c344bef41f306abf475d3c760c2ddd4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/8b/fa188b101c344bef41f306abf475d3c760c2ddd4.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F61%252Fdc%252F8661dcc46fc4b25bb2b11efe6264079cc86a4740.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/61/dc/8661dcc46fc4b25bb2b11efe6264079cc86a4740.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6d%252F2e%252Fcf%252F6d2ecf411bd215829bf186abb2eb83b1b046c145.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2e/cf/6d2ecf411bd215829bf186abb2eb83b1b046c145.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe7%252Fcd%252F6e%252Fe7cd6eab649fdd62386380beb3ac55673ea7751f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/cd/6e/e7cd6eab649fdd62386380beb3ac55673ea7751f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe5%252Fc5%252F29%252Fe5c5293d7fd26dee3e7bb793ea10bd96898f894b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/c5/29/e5c5293d7fd26dee3e7bb793ea10bd96898f894b.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F43%252F17%252F1a%252F43171a5d5a4551314eddd09b71727d57369ec441.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/17/1a/43171a5d5a4551314eddd09b71727d57369ec441.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe2%252F0c%252Fd6%252Fe20cd62afd1c172ecf0820efac09dee61c0043a5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/0c/d6/e20cd62afd1c172ecf0820efac09dee61c0043a5.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F98%252F93%252F1b%252F98931b5bca4ebdbdf4c334c409acb5106ffb1bc7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/93/1b/98931b5bca4ebdbdf4c334c409acb5106ffb1bc7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F1f%252F44%252F97%252F1f449796898031a5d4edfea74f70246ac3d7758f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/44/97/1f449796898031a5d4edfea74f70246ac3d7758f.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3bd45a55-0e1a-5f15-8e79-cbc14d5b42de with identifier 3010755816
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3bd45a55-0e1a-5f15-8e79-cbc14d5b42de
2026-03-30 15:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe CL 600 V12 Coupe \n'
'Km: 166 284 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Toit ouvrant panoramique\n'
'Boite automatique\n'
'Climatisation\n'
'Direction assistée\n'
'Régulateur de vitesse\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres ar. surteintées\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Sièges ventilés\n'
'\n'
'Prix : 19 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 367,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '3bd45a55-0e1a-5f15-8e79-cbc14d5b42de',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3010755816',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe S',
'odometer': 166284,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ee/56/47ee56cd4f0dcf94fd524613dfcf6f04e3ef6a48.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/8b/fa188b101c344bef41f306abf475d3c760c2ddd4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/61/dc/8661dcc46fc4b25bb2b11efe6264079cc86a4740.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2e/cf/6d2ecf411bd215829bf186abb2eb83b1b046c145.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/cd/6e/e7cd6eab649fdd62386380beb3ac55673ea7751f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/c5/29/e5c5293d7fd26dee3e7bb793ea10bd96898f894b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/17/1a/43171a5d5a4551314eddd09b71727d57369ec441.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/0c/d6/e20cd62afd1c172ecf0820efac09dee61c0043a5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/93/1b/98931b5bca4ebdbdf4c334c409acb5106ffb1bc7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/44/97/1f449796898031a5d4edfea74f70246ac3d7758f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199062,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/ee/56/47ee56cd4f0dcf94fd524613dfcf6f04e3ef6a48.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189714,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/18/8b/fa188b101c344bef41f306abf475d3c760c2ddd4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178277,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/61/dc/8661dcc46fc4b25bb2b11efe6264079cc86a4740.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192335,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/2e/cf/6d2ecf411bd215829bf186abb2eb83b1b046c145.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187116,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/cd/6e/e7cd6eab649fdd62386380beb3ac55673ea7751f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184966,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e5/c5/29/e5c5293d7fd26dee3e7bb793ea10bd96898f894b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178431,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/17/1a/43171a5d5a4551314eddd09b71727d57369ec441.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132706,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e2/0c/d6/e20cd62afd1c172ecf0820efac09dee61c0043a5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103429,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/93/1b/98931b5bca4ebdbdf4c334c409acb5106ffb1bc7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_199a77a5-306b-561f-8cc2-6e1a8de4fd32/199a77a5-306b-561f-8cc2-6e1a8de4fd32_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149714,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1f/44/97/1f449796898031a5d4edfea74f70246ac3d7758f.jpg?rule=ad-large',
'Width': 1067}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2001-03-01',
'seats_number': 1,
'seller_name': None,
'title': 'Mercedes Classe CL 600 V12 Coupe CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': 'Classe S Coupe/CL 600 BA',
'vin': None,
'year': 2001}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273010755816%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3010755816: {'created_time': 1774883218.725351, 'last_price_update_time': 1774883218.725362}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3010755816') HTTP/1.1" 204 0
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3069982714
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273069982714%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scrape type for 3069982714: 1
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3069982714
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'PAS DE MALUS VEHICULE FRANCAIS \n'
'\n'
'Marque: Mercedes Classe GLA 35 Amg 306cv 4Matic\n'
'Km: 42 940 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options :\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Feux clignotants à LED\n'
'Phares à allumage automatique\n'
'Feux de croisement à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Ampoules de phares LED\n'
'Feux arrières à LED\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Barres de toit\n'
'Jantes alu\n'
'Jantes noires\n'
'Lunette arrière dégivrante\n'
'Radar de recul\n'
'Rétroviseurs électriques et dégivrants\n'
'Régulateur adaptatif\n'
'Volant cuir\n'
'Système audio écran tactile, carte digitale\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Aide au stationnement arrière\n'
'Fermerture électrique du coffre\n'
'Ordinateur de bord\n'
'Air conditionné auto\n'
'Ouverture du coffre à distance\n'
'Système de navigation\n'
'Taille écran navigation 10.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth inclut musique en streaming\n'
'Réseau Wifi\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'Régulateur de vitesse\n'
'Air conditionné 2 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 10.3 pouces\n'
'4 vitres électriques\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'GPS\n'
'Kit téléphone main libre\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Siège conducteur réglable hauteur\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Sièges réglables en hauteur\n'
'Vitres électriques\n'
'Vitres teintées\n'
'Volant 3 branches\n'
'Volant réglable en hauteur et profondeur\n'
'APPLE CAR PLAY\n'
"Système d'entrée sans clef\n"
'Sécurité\n'
'7 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Antipatinage\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Aide au démarrage en côte\n'
'Capot à soulèvement pour choc piéton\n'
'Airbags\n'
'Feux ar. à LED\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 37 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 306,
'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/3069982714',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLA',
'odometer': 42940,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/08/99/e0/0899e006573c9a6b1b85911aff618f500e4c3d74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/54/09/7054094f612ef6b3fe481b4dbcf4ac4f9bc7d318.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/18/ce/9118cea39fbbe7b6e27b337e39626edb4c6b132a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/b8/08/7cb8082829dc10440ad05986b795444ead0353f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/03/d9/a503d9fc943e38f22953b8ec5541c064d1fa7748.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/36/84/ea3684c0aa68e6eb61392185617cfd77b24f2b16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/8f/71/8f8f71d52262f7eced3e7e28c26673e24f26fdd7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/bf/c8/e1bfc83ad93dc6df29a280b5eb2472cd6136612d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/86/b3/5d86b33026b71f1e57ecd9775cc3fa8bac9d68ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/c5/62/fec56260b6b41230854698bd6bbb750680dfd2b1.jpg?rule=ad-large'],
'price': 37990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe GLA 35 Amg 306cv 4Matic ORIGINE FRANCE 0 MALUS',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:06:58 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ac4529d-824a-5246-b49b-38e96c9250d7 with identifier: 3069982714
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0ac4529d-824a-5246-b49b-38e96c9250d7
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F08%252F99%252Fe0%252F0899e006573c9a6b1b85911aff618f500e4c3d74.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/08/99/e0/0899e006573c9a6b1b85911aff618f500e4c3d74.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F70%252F54%252F09%252F7054094f612ef6b3fe481b4dbcf4ac4f9bc7d318.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/54/09/7054094f612ef6b3fe481b4dbcf4ac4f9bc7d318.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F91%252F18%252Fce%252F9118cea39fbbe7b6e27b337e39626edb4c6b132a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/91/18/ce/9118cea39fbbe7b6e27b337e39626edb4c6b132a.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252Fb8%252F08%252F7cb8082829dc10440ad05986b795444ead0353f7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/b8/08/7cb8082829dc10440ad05986b795444ead0353f7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa5%252F03%252Fd9%252Fa503d9fc943e38f22953b8ec5541c064d1fa7748.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/03/d9/a503d9fc943e38f22953b8ec5541c064d1fa7748.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fea%252F36%252F84%252Fea3684c0aa68e6eb61392185617cfd77b24f2b16.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/36/84/ea3684c0aa68e6eb61392185617cfd77b24f2b16.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8f%252F8f%252F71%252F8f8f71d52262f7eced3e7e28c26673e24f26fdd7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/8f/71/8f8f71d52262f7eced3e7e28c26673e24f26fdd7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe1%252Fbf%252Fc8%252Fe1bfc83ad93dc6df29a280b5eb2472cd6136612d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/bf/c8/e1bfc83ad93dc6df29a280b5eb2472cd6136612d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252F86%252Fb3%252F5d86b33026b71f1e57ecd9775cc3fa8bac9d68ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/86/b3/5d86b33026b71f1e57ecd9775cc3fa8bac9d68ac.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffe%252Fc5%252F62%252Ffec56260b6b41230854698bd6bbb750680dfd2b1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/c5/62/fec56260b6b41230854698bd6bbb750680dfd2b1.jpg?rule=ad-large already downloaded
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0ac4529d-824a-5246-b49b-38e96c9250d7 with identifier 3069982714
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:58 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0ac4529d-824a-5246-b49b-38e96c9250d7
2026-03-30 15:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'PAS DE MALUS VEHICULE FRANCAIS \n'
'\n'
'Marque: Mercedes Classe GLA 35 Amg 306cv 4Matic\n'
'Km: 42 940 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options :\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Feux clignotants à LED\n'
'Phares à allumage automatique\n'
'Feux de croisement à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Ampoules de phares LED\n'
'Feux arrières à LED\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Barres de toit\n'
'Jantes alu\n'
'Jantes noires\n'
'Lunette arrière dégivrante\n'
'Radar de recul\n'
'Rétroviseurs électriques et dégivrants\n'
'Régulateur adaptatif\n'
'Volant cuir\n'
'Système audio écran tactile, carte digitale\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Aide au stationnement arrière\n'
'Fermerture électrique du coffre\n'
'Ordinateur de bord\n'
'Air conditionné auto\n'
'Ouverture du coffre à distance\n'
'Système de navigation\n'
'Taille écran navigation 10.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth inclut musique en streaming\n'
'Réseau Wifi\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'Régulateur de vitesse\n'
'Air conditionné 2 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 10.3 pouces\n'
'4 vitres électriques\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'GPS\n'
'Kit téléphone main libre\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Siège conducteur réglable hauteur\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Sièges réglables en hauteur\n'
'Vitres électriques\n'
'Vitres teintées\n'
'Volant 3 branches\n'
'Volant réglable en hauteur et profondeur\n'
'APPLE CAR PLAY\n'
"Système d'entrée sans clef\n"
'Sécurité\n'
'7 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Antipatinage\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Aide au démarrage en côte\n'
'Capot à soulèvement pour choc piéton\n'
'Airbags\n'
'Feux ar. à LED\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Non fumeur\n'
'Système Start & Stop\n'
'\n'
'Prix : 37 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 306,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '0ac4529d-824a-5246-b49b-38e96c9250d7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3069982714',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe GLA',
'odometer': 42940,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/08/99/e0/0899e006573c9a6b1b85911aff618f500e4c3d74.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/54/09/7054094f612ef6b3fe481b4dbcf4ac4f9bc7d318.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/18/ce/9118cea39fbbe7b6e27b337e39626edb4c6b132a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/b8/08/7cb8082829dc10440ad05986b795444ead0353f7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/03/d9/a503d9fc943e38f22953b8ec5541c064d1fa7748.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/36/84/ea3684c0aa68e6eb61392185617cfd77b24f2b16.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/8f/71/8f8f71d52262f7eced3e7e28c26673e24f26fdd7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/bf/c8/e1bfc83ad93dc6df29a280b5eb2472cd6136612d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/86/b3/5d86b33026b71f1e57ecd9775cc3fa8bac9d68ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/c5/62/fec56260b6b41230854698bd6bbb750680dfd2b1.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189085,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/08/99/e0/0899e006573c9a6b1b85911aff618f500e4c3d74.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196838,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/54/09/7054094f612ef6b3fe481b4dbcf4ac4f9bc7d318.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 191986,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/91/18/ce/9118cea39fbbe7b6e27b337e39626edb4c6b132a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187141,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/b8/08/7cb8082829dc10440ad05986b795444ead0353f7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171340,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a5/03/d9/a503d9fc943e38f22953b8ec5541c064d1fa7748.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186507,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/36/84/ea3684c0aa68e6eb61392185617cfd77b24f2b16.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135257,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8f/8f/71/8f8f71d52262f7eced3e7e28c26673e24f26fdd7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157663,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e1/bf/c8/e1bfc83ad93dc6df29a280b5eb2472cd6136612d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157714,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/86/b3/5d86b33026b71f1e57ecd9775cc3fa8bac9d68ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c905cf09-39b4-5757-b325-b5c7f5c00b6e/c905cf09-39b4-5757-b325-b5c7f5c00b6e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125450,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/c5/62/fec56260b6b41230854698bd6bbb750680dfd2b1.jpg?rule=ad-large',
'Width': 1067}],
'price': 37990,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe GLA 35 Amg 306cv 4Matic ORIGINE FRANCE 0 MALUS',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2021}
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273069982714%27 HTTP/1.1" 200 None
2026-03-30 15:06:58 [auto_selling_leboncoin.fr] INFO: Saving data for 3069982714: {'created_time': 1774883218.992038, 'last_price_update_time': 1774883218.992049}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3069982714') HTTP/1.1" 204 0
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164774016
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164774016%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164774016: 1
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164774016
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Marque: Mercedes Classe E 220d 194ch Amg Line 9G-Tronic\n'
'Km: 403 723\n'
'Année : 29/11/2016\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Rétroviseurs rabattables\n'
'Toit ouvrant panoramique\n'
'Système audio carte digitale\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Aide au stationnement arrière, avant\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 12.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'7 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Siège avant chauffant\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 12.3 pouces\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'Fermeture électrique automatique\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres ar. surteintées\n'
'Volant réglable en hauteur et profondeur\n'
'APPLE CAR PLAY\n'
"Système d'entrée sans clef\n"
'Virtual cockpit\n'
'Sécurité\n'
'7 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Système détection de collision\n'
'Pneus roulage à plat\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Phares av. de jour à LED\n'
'Affichage tête haute\n'
'Non fumeur\n'
'\n'
'Prix : 17 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 194,
'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/3164774016',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 403723,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/d9/ac/10d9aca4798854b1ae173e7ca6de55022e6ec06c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/85/a6/6885a6c540ac80fce850f576067c4ab6c3e0c809.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/ed/49/57ed4946f54127bbc065d93cc5f550837a887705.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/2e/1a/752e1a0ef1192d6a38b9a7f2517fa3ec2e58afec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/46/5f/9c465fe1142ce1dd7f5beb8fc04de6eedd12cf3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/0d/28/920d2841f9a69d4b7fd8a0d5a90197ead1372576.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/18/ab/6f18ab9e00140ffc870bb5973968a8eca56aecb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/6f/24/116f24cb9b7999b7c25607b59925f78e55c4180d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/aa/732aaa45f45b04f884d819c1f55cc45bb5b58e7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/78/f9/0078f9b09f23e51f072117f5a0b88ec1ee4d2cc7.jpg?rule=ad-large'],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe E 220d 194ch Amg Line 9G-Tronic',
'transmission': 'automatic',
'trim': 'Classe E 220 d 194ch AMG Line 9G-Tronic',
'vin': None,
'year': 2019}
2026-03-30 15:06:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 34bbfbd9-716a-566c-8375-3fbe8081889c with identifier: 3164774016
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 34bbfbd9-716a-566c-8375-3fbe8081889c
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F10%252Fd9%252Fac%252F10d9aca4798854b1ae173e7ca6de55022e6ec06c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/10/d9/ac/10d9aca4798854b1ae173e7ca6de55022e6ec06c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F68%252F85%252Fa6%252F6885a6c540ac80fce850f576067c4ab6c3e0c809.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/68/85/a6/6885a6c540ac80fce850f576067c4ab6c3e0c809.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F57%252Fed%252F49%252F57ed4946f54127bbc065d93cc5f550837a887705.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/ed/49/57ed4946f54127bbc065d93cc5f550837a887705.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252F2e%252F1a%252F752e1a0ef1192d6a38b9a7f2517fa3ec2e58afec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/2e/1a/752e1a0ef1192d6a38b9a7f2517fa3ec2e58afec.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9c%252F46%252F5f%252F9c465fe1142ce1dd7f5beb8fc04de6eedd12cf3e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/46/5f/9c465fe1142ce1dd7f5beb8fc04de6eedd12cf3e.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252F0d%252F28%252F920d2841f9a69d4b7fd8a0d5a90197ead1372576.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/0d/28/920d2841f9a69d4b7fd8a0d5a90197ead1372576.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6f%252F18%252Fab%252F6f18ab9e00140ffc870bb5973968a8eca56aecb5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/18/ab/6f18ab9e00140ffc870bb5973968a8eca56aecb5.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F11%252F6f%252F24%252F116f24cb9b7999b7c25607b59925f78e55c4180d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/11/6f/24/116f24cb9b7999b7c25607b59925f78e55c4180d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252F2a%252Faa%252F732aaa45f45b04f884d819c1f55cc45bb5b58e7c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/aa/732aaa45f45b04f884d819c1f55cc45bb5b58e7c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F00%252F78%252Ff9%252F0078f9b09f23e51f072117f5a0b88ec1ee4d2cc7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/78/f9/0078f9b09f23e51f072117f5a0b88ec1ee4d2cc7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 34bbfbd9-716a-566c-8375-3fbe8081889c with identifier 3164774016
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 34bbfbd9-716a-566c-8375-3fbe8081889c
2026-03-30 15:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Marque: Mercedes Classe E 220d 194ch Amg Line 9G-Tronic\n'
'Km: 403 723\n'
'Année : 29/11/2016\n'
'\n'
'Options:\n'
'Phares à allumage automatique\n'
'Ampoules de phares LED\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Feux de route à LED\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Rétroviseurs rabattables\n'
'Toit ouvrant panoramique\n'
'Système audio carte digitale\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Connexion Internet\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse\n'
'Smart card / Smart key\n'
'Volant alu & cuir\n'
'Aide au stationnement arrière, avant\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 12.3 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'7 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Siège avant chauffant\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 12.3 pouces\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Démarrage sans clef\n'
'Fermeture électrique automatique\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Sièges chauffants\n'
'Sièges électrique à mémoire\n'
'Vitres ar. surteintées\n'
'Volant réglable en hauteur et profondeur\n'
'APPLE CAR PLAY\n'
"Système d'entrée sans clef\n"
'Virtual cockpit\n'
'Sécurité\n'
'7 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Système détection de collision\n'
'Pneus roulage à plat\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Phares av. de jour à LED\n'
'Affichage tête haute\n'
'Non fumeur\n'
'\n'
'Prix : 17 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 194,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '34bbfbd9-716a-566c-8375-3fbe8081889c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3164774016',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe E',
'odometer': 403723,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/10/d9/ac/10d9aca4798854b1ae173e7ca6de55022e6ec06c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/85/a6/6885a6c540ac80fce850f576067c4ab6c3e0c809.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/ed/49/57ed4946f54127bbc065d93cc5f550837a887705.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/2e/1a/752e1a0ef1192d6a38b9a7f2517fa3ec2e58afec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/46/5f/9c465fe1142ce1dd7f5beb8fc04de6eedd12cf3e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/0d/28/920d2841f9a69d4b7fd8a0d5a90197ead1372576.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/18/ab/6f18ab9e00140ffc870bb5973968a8eca56aecb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/6f/24/116f24cb9b7999b7c25607b59925f78e55c4180d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/aa/732aaa45f45b04f884d819c1f55cc45bb5b58e7c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/78/f9/0078f9b09f23e51f072117f5a0b88ec1ee4d2cc7.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187506,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/10/d9/ac/10d9aca4798854b1ae173e7ca6de55022e6ec06c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161285,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/68/85/a6/6885a6c540ac80fce850f576067c4ab6c3e0c809.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196132,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/ed/49/57ed4946f54127bbc065d93cc5f550837a887705.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189092,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/2e/1a/752e1a0ef1192d6a38b9a7f2517fa3ec2e58afec.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141309,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9c/46/5f/9c465fe1142ce1dd7f5beb8fc04de6eedd12cf3e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172932,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/0d/28/920d2841f9a69d4b7fd8a0d5a90197ead1372576.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106426,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/18/ab/6f18ab9e00140ffc870bb5973968a8eca56aecb5.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93491,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/11/6f/24/116f24cb9b7999b7c25607b59925f78e55c4180d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184067,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/2a/aa/732aaa45f45b04f884d819c1f55cc45bb5b58e7c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34bbfbd9-716a-566c-8375-3fbe8081889c/34bbfbd9-716a-566c-8375-3fbe8081889c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114938,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/78/f9/0078f9b09f23e51f072117f5a0b88ec1ee4d2cc7.jpg?rule=ad-large',
'Width': 1067}],
'price': 17990,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe E 220d 194ch Amg Line 9G-Tronic',
'transmission': 'automatic',
'trim': 'Classe E 220 d 194ch AMG Line 9G-Tronic',
'vin': None,
'year': 2019}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164774016%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3164774016: {'created_time': 1774883219.24417, 'last_price_update_time': 1774883219.244182}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164774016') HTTP/1.1" 204 0
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3160514123
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273160514123%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3160514123: 1
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3160514123
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'VEHICULE VENDU DANS L ETAT SANS GARANTIE AVEC UN MANQUE DE '
'PUISSANCE \n'
'\n'
"MOTEUR CHANGE CHEZ PEUGEOT A 166 972KM AVEC FACTURE A L' "
'APPUIE \n'
'\n'
' DONC LE MOTEUR A ACTUELLEMENT 79 968 KM \n'
'\n'
'Marque: Peugeot 508 SW 1.5 Hdi 130 Allure EAT8 \n'
'Km: 246 940\n'
'Année : 06/09/2019\n'
'\n'
'Options :\n'
'Phares à allumage automatique\n'
'Ampoules de phares halogènes\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Système audio écran tactile\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse\n'
'Smart card / Smart key\n'
'Volant cuir\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 10 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'8 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 10 pouces\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Siège conducteur réglable hauteur\n'
'Sièges chauffants\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Mirror Screen\n'
'APPLE CAR PLAY\n'
'6 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Non fumeur\n'
'\n'
'Prix : 8 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'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/3160514123',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 246940,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/95/b8/15/95b81503c2c484467f8016a786917d564e1cb03e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/e1/03/54e1031ff70b40201de67730dc654d0643a82c6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/34/a5/6334a5d542051dd31950c771214ebb0dc60e258d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/69/42/886942f5d4d9055573004d9fa0b47f9fde766600.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/cd/52/0dcd52d10c5932c4b23041aeacfc1cab08eadc3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/1a/32/971a324548c1ba9be7c7a81d43bd72941a248748.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/ab/08/0eab0811f429a53f1b3744cbc1a8b2ed9efbc57b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/7e/6e/927e6e67a1f1adc67b4c45ab052853127ed23fba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/96/36/c79636e33c25a904277b6a0ae25aa13cf053389d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/85/ac/3885ac45d5651b1051cbb867dd5969d5aa740515.jpg?rule=ad-large'],
'price': 8990,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 Hdi 130 Allure EAT8',
'transmission': 'automatic',
'trim': '508 SW BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2019}
2026-03-30 15:06:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e0ca89f-7133-58ec-a632-1b9a7012fcbe with identifier: 3160514123
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5e0ca89f-7133-58ec-a632-1b9a7012fcbe
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F95%252Fb8%252F15%252F95b81503c2c484467f8016a786917d564e1cb03e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/95/b8/15/95b81503c2c484467f8016a786917d564e1cb03e.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F54%252Fe1%252F03%252F54e1031ff70b40201de67730dc654d0643a82c6d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/54/e1/03/54e1031ff70b40201de67730dc654d0643a82c6d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F63%252F34%252Fa5%252F6334a5d542051dd31950c771214ebb0dc60e258d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/34/a5/6334a5d542051dd31950c771214ebb0dc60e258d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F88%252F69%252F42%252F886942f5d4d9055573004d9fa0b47f9fde766600.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/69/42/886942f5d4d9055573004d9fa0b47f9fde766600.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0d%252Fcd%252F52%252F0dcd52d10c5932c4b23041aeacfc1cab08eadc3c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/cd/52/0dcd52d10c5932c4b23041aeacfc1cab08eadc3c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F97%252F1a%252F32%252F971a324548c1ba9be7c7a81d43bd72941a248748.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/97/1a/32/971a324548c1ba9be7c7a81d43bd72941a248748.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0e%252Fab%252F08%252F0eab0811f429a53f1b3744cbc1a8b2ed9efbc57b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/ab/08/0eab0811f429a53f1b3744cbc1a8b2ed9efbc57b.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F92%252F7e%252F6e%252F927e6e67a1f1adc67b4c45ab052853127ed23fba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/92/7e/6e/927e6e67a1f1adc67b4c45ab052853127ed23fba.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc7%252F96%252F36%252Fc79636e33c25a904277b6a0ae25aa13cf053389d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/96/36/c79636e33c25a904277b6a0ae25aa13cf053389d.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F38%252F85%252Fac%252F3885ac45d5651b1051cbb867dd5969d5aa740515.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/38/85/ac/3885ac45d5651b1051cbb867dd5969d5aa740515.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5e0ca89f-7133-58ec-a632-1b9a7012fcbe with identifier 3160514123
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5e0ca89f-7133-58ec-a632-1b9a7012fcbe
2026-03-30 15:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'VEHICULE VENDU DANS L ETAT SANS GARANTIE AVEC UN MANQUE DE '
'PUISSANCE \n'
'\n'
"MOTEUR CHANGE CHEZ PEUGEOT A 166 972KM AVEC FACTURE A L' "
'APPUIE \n'
'\n'
' DONC LE MOTEUR A ACTUELLEMENT 79 968 KM \n'
'\n'
'Marque: Peugeot 508 SW 1.5 Hdi 130 Allure EAT8 \n'
'Km: 246 940\n'
'Année : 06/09/2019\n'
'\n'
'Options :\n'
'Phares à allumage automatique\n'
'Ampoules de phares halogènes\n'
'Freins régénérateurs\n'
'Feux arrières à LED\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Rétroviseurs extérieurs chauffants\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking avec caméra de recul\n'
'Frein de parking automatique\n'
'Jantes alu\n'
'Rétroviseurs électriques et dégivrants\n'
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Système audio écran tactile\n'
'Bouton démarrage\n'
'Palettes au volant\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Régulateur de vitesse\n'
'Smart card / Smart key\n'
'Volant cuir\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Siège avant électrique\n'
'Tapis de sol\n'
'Ouverture du coffre à distance\n'
'Taille écran navigation 10 pouces\n'
'Accoudoir central arrière, avant\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Rétroviseur jour/nuit\n'
'Volant multi-fonction\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'8 haut-parleurs\n'
'Air conditionné 2 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Taille écran multi-fonctions 10 pouces\n'
'Boite automatique\n'
'Climatisation automatique multi zone\n'
'Ouverture du coffre électrique\n'
'Régulateur limiteur de vitesse\n'
'Rétroviseur int. jour/nuit auto\n'
'Siège conducteur réglable hauteur\n'
'Sièges chauffants\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Mirror Screen\n'
'APPLE CAR PLAY\n'
'6 airbags\n'
'ESP\n'
'Airbags rideaux\n'
'Contrôle de freinage en courbe\n'
'Détection panneaux signalisation\n'
'Système détection de collision\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Capot à soulèvement pour choc piéton\n'
'Antipatinage\n'
"Capteur d'angle mort\n"
'ABS\n'
'Avertisseur de franchissement de ligne\n'
'Airbags latéraux\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Feux et essuie-glaces automatiques\n'
'Kit téléphone main libre bluetooth\n'
'Phares av. de jour à LED\n'
'Non fumeur\n'
'\n'
'Prix : 8 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5e0ca89f-7133-58ec-a632-1b9a7012fcbe',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3160514123',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '508',
'odometer': 246940,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/95/b8/15/95b81503c2c484467f8016a786917d564e1cb03e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/e1/03/54e1031ff70b40201de67730dc654d0643a82c6d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/34/a5/6334a5d542051dd31950c771214ebb0dc60e258d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/69/42/886942f5d4d9055573004d9fa0b47f9fde766600.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/cd/52/0dcd52d10c5932c4b23041aeacfc1cab08eadc3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/1a/32/971a324548c1ba9be7c7a81d43bd72941a248748.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/ab/08/0eab0811f429a53f1b3744cbc1a8b2ed9efbc57b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/7e/6e/927e6e67a1f1adc67b4c45ab052853127ed23fba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/96/36/c79636e33c25a904277b6a0ae25aa13cf053389d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/85/ac/3885ac45d5651b1051cbb867dd5969d5aa740515.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188205,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/95/b8/15/95b81503c2c484467f8016a786917d564e1cb03e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164132,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/54/e1/03/54e1031ff70b40201de67730dc654d0643a82c6d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189978,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/34/a5/6334a5d542051dd31950c771214ebb0dc60e258d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171810,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/69/42/886942f5d4d9055573004d9fa0b47f9fde766600.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163804,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/cd/52/0dcd52d10c5932c4b23041aeacfc1cab08eadc3c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181403,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/97/1a/32/971a324548c1ba9be7c7a81d43bd72941a248748.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127219,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/ab/08/0eab0811f429a53f1b3744cbc1a8b2ed9efbc57b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76057,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/92/7e/6e/927e6e67a1f1adc67b4c45ab052853127ed23fba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105469,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c7/96/36/c79636e33c25a904277b6a0ae25aa13cf053389d.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5e0ca89f-7133-58ec-a632-1b9a7012fcbe/5e0ca89f-7133-58ec-a632-1b9a7012fcbe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113658,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/38/85/ac/3885ac45d5651b1051cbb867dd5969d5aa740515.jpg?rule=ad-large',
'Width': 1067}],
'price': 8990,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 Hdi 130 Allure EAT8',
'transmission': 'automatic',
'trim': '508 SW BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2019}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273160514123%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3160514123: {'created_time': 1774883219.58771, 'last_price_update_time': 1774883219.587722}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3160514123') HTTP/1.1" 204 0
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3138346628
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138346628%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3138346628: 1
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3138346628
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe C 200 K Elegance \n'
'Km: 124 586 \n'
'Année : 23/09/2004\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Rétroviseurs électriques\n'
'Boite automatique\n'
'Climatisation\n'
'Direction assistée\n'
'Prise 12V\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Volant 3 branches\n'
'Airbags\n'
'Non fumeur\n'
'\n'
'Prix : 5 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 163,
'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/3138346628',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 124586,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/7d/9b/177d9bfbffb13d5e207bc781a6de1059f41796f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f8/96/30f896d636457528703e928ca31bd7b9a5718469.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/06/74/5d067484fa335605713b37711923669dec4ec7ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/fa/77/3bfa77e2afa5afb3338be211f0a4b12e770e2cc1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/56/cf/5a56cfc8bf076c19ab2f6aa5d3c4ca4b1651d1fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/0b/e7/360be7ac4427da369a8745701d348b232cfa0e1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/2a/50/d82a5057fac5212c48e6c53deb493d579f4bec3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/23/d8/3523d8232996075f74def4340d28b8db9318d539.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/97/9d/cc979d452d5e1992ae5093f429c3c923cab174ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/73/cf/7573cfb9d060f203457758e164a04ca5f88e63b2.jpg?rule=ad-large'],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2004-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe C 200K Elegance BVA',
'transmission': 'automatic',
'trim': 'Classe C 200K 1.8 Elegance BA',
'vin': None,
'year': 2004}
2026-03-30 15:06:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc5a83e-bdb9-5409-acf3-8466896e6e8d with identifier: 3138346628
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5dc5a83e-bdb9-5409-acf3-8466896e6e8d
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F17%252F7d%252F9b%252F177d9bfbffb13d5e207bc781a6de1059f41796f9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/17/7d/9b/177d9bfbffb13d5e207bc781a6de1059f41796f9.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252Ff8%252F96%252F30f896d636457528703e928ca31bd7b9a5718469.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f8/96/30f896d636457528703e928ca31bd7b9a5718469.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252F06%252F74%252F5d067484fa335605713b37711923669dec4ec7ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/06/74/5d067484fa335605713b37711923669dec4ec7ac.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3b%252Ffa%252F77%252F3bfa77e2afa5afb3338be211f0a4b12e770e2cc1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/fa/77/3bfa77e2afa5afb3338be211f0a4b12e770e2cc1.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5a%252F56%252Fcf%252F5a56cfc8bf076c19ab2f6aa5d3c4ca4b1651d1fc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/56/cf/5a56cfc8bf076c19ab2f6aa5d3c4ca4b1651d1fc.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F36%252F0b%252Fe7%252F360be7ac4427da369a8745701d348b232cfa0e1e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/0b/e7/360be7ac4427da369a8745701d348b232cfa0e1e.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd8%252F2a%252F50%252Fd82a5057fac5212c48e6c53deb493d579f4bec3c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/2a/50/d82a5057fac5212c48e6c53deb493d579f4bec3c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F35%252F23%252Fd8%252F3523d8232996075f74def4340d28b8db9318d539.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/35/23/d8/3523d8232996075f74def4340d28b8db9318d539.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcc%252F97%252F9d%252Fcc979d452d5e1992ae5093f429c3c923cab174ed.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/97/9d/cc979d452d5e1992ae5093f429c3c923cab174ed.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F75%252F73%252Fcf%252F7573cfb9d060f203457758e164a04ca5f88e63b2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/75/73/cf/7573cfb9d060f203457758e164a04ca5f88e63b2.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5dc5a83e-bdb9-5409-acf3-8466896e6e8d with identifier 3138346628
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:06:59 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5dc5a83e-bdb9-5409-acf3-8466896e6e8d
2026-03-30 15:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes Classe C 200 K Elegance \n'
'Km: 124 586 \n'
'Année : 23/09/2004\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Rétroviseurs électriques\n'
'Boite automatique\n'
'Climatisation\n'
'Direction assistée\n'
'Prise 12V\n'
'Régulateur de vitesse\n'
'Régulateur limiteur de vitesse\n'
'Volant 3 branches\n'
'Airbags\n'
'Non fumeur\n'
'\n'
'Prix : 5 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '5dc5a83e-bdb9-5409-acf3-8466896e6e8d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3138346628',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe C',
'odometer': 124586,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/17/7d/9b/177d9bfbffb13d5e207bc781a6de1059f41796f9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f8/96/30f896d636457528703e928ca31bd7b9a5718469.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/06/74/5d067484fa335605713b37711923669dec4ec7ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/fa/77/3bfa77e2afa5afb3338be211f0a4b12e770e2cc1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/56/cf/5a56cfc8bf076c19ab2f6aa5d3c4ca4b1651d1fc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/0b/e7/360be7ac4427da369a8745701d348b232cfa0e1e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/2a/50/d82a5057fac5212c48e6c53deb493d579f4bec3c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/23/d8/3523d8232996075f74def4340d28b8db9318d539.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/97/9d/cc979d452d5e1992ae5093f429c3c923cab174ed.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/73/cf/7573cfb9d060f203457758e164a04ca5f88e63b2.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178060,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/17/7d/9b/177d9bfbffb13d5e207bc781a6de1059f41796f9.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161885,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f8/96/30f896d636457528703e928ca31bd7b9a5718469.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181323,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/06/74/5d067484fa335605713b37711923669dec4ec7ac.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179255,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3b/fa/77/3bfa77e2afa5afb3338be211f0a4b12e770e2cc1.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165559,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/56/cf/5a56cfc8bf076c19ab2f6aa5d3c4ca4b1651d1fc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183436,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/0b/e7/360be7ac4427da369a8745701d348b232cfa0e1e.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139284,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d8/2a/50/d82a5057fac5212c48e6c53deb493d579f4bec3c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138893,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/35/23/d8/3523d8232996075f74def4340d28b8db9318d539.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172599,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cc/97/9d/cc979d452d5e1992ae5093f429c3c923cab174ed.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dc5a83e-bdb9-5409-acf3-8466896e6e8d/5dc5a83e-bdb9-5409-acf3-8466896e6e8d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123930,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/75/73/cf/7573cfb9d060f203457758e164a04ca5f88e63b2.jpg?rule=ad-large',
'Width': 1067}],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2004-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes Classe C 200K Elegance BVA',
'transmission': 'automatic',
'trim': 'Classe C 200K 1.8 Elegance BA',
'vin': None,
'year': 2004}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273138346628%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Saving data for 3138346628: {'created_time': 1774883219.831923, 'last_price_update_time': 1774883219.831935}
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3138346628') HTTP/1.1" 204 0
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3145011032
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273145011032%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scrape type for 3145011032: 1
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3145011032
2026-03-30 15:06:59 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Batterie racheté auprès de Mobilize, donc pas de contrat de '
'location\n'
'\n'
'Marque: Renault Zoe Intens 22kwh\n'
'Km: 115 249 \n'
'Année : 14/09/2015\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Phares à allumage automatique\n'
'Rétroviseurs extérieurs chauffants\n'
'Ampoules de phares halogènes\n'
'Freins régénérateurs\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking av/ar\n'
"Freinage à récupération d'énergie\n"
'Volant cuir\n'
'Système audio écran tactile, carte digitale\n'
'Bouton démarrage\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Taille écran navigation 7 pouces\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Volant multi-fonction\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'6 haut-parleurs\n'
'Régulateur de vitesse\n'
'Air conditionné 1 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Smart card / Smart key\n'
'Taille écran multi-fonctions 7 pouces\n'
'Climatisation\n'
'6 airbags\n'
'ESP\n'
'Contrôle de freinage en courbe\n'
'Antipatinage\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'ABS\n'
'Airbags latéraux\n'
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Projecteurs antibrouillard\n'
'Feux automatiques\n'
'\n'
'Prix : 4 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Électrique',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3145011032',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Zoe',
'odometer': 115249,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/8d/f7/a38df78c513014c99d8871418a82b89d9a274aec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/3e/27/613e274821d48aa75864f74a46b37266927bbbd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/e4/f8/a3e4f89000330a1499d6e680e99ff3233f4746b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/06/1f/da061fb9668de10073dc5f06835bb3c7463431e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/06/11/a006115603d4d5c15abc594e6e44654c3233b7eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/55/d2/5e55d20a6fd8dfdabcb17aa7464ece35f048c13c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/3a/67/9d3a679a0447bc416f269f2e2f29c80b6603b2a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/47/3b/af473bf0a29fbc6aca5fb4eef6cc390e9bd88ea4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b9/d8/b2b9d806a04df14ade52024124fb19f7ef023e10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/74/5a/39745a42a1bca08a39477283d95235c58708a7e4.jpg?rule=ad-large'],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2015-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Zoe Intens 22kwh propriété de batterie',
'transmission': 'automatic',
'trim': 'Zoe Intens charge normale',
'vin': None,
'year': 2015}
2026-03-30 15:06:59 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb with identifier: 3145011032
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252F8d%252Ff7%252Fa38df78c513014c99d8871418a82b89d9a274aec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/8d/f7/a38df78c513014c99d8871418a82b89d9a274aec.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F61%252F3e%252F27%252F613e274821d48aa75864f74a46b37266927bbbd0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/61/3e/27/613e274821d48aa75864f74a46b37266927bbbd0.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa3%252Fe4%252Ff8%252Fa3e4f89000330a1499d6e680e99ff3233f4746b6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/e4/f8/a3e4f89000330a1499d6e680e99ff3233f4746b6.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fda%252F06%252F1f%252Fda061fb9668de10073dc5f06835bb3c7463431e7.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/06/1f/da061fb9668de10073dc5f06835bb3c7463431e7.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa0%252F06%252F11%252Fa006115603d4d5c15abc594e6e44654c3233b7eb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/06/11/a006115603d4d5c15abc594e6e44654c3233b7eb.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5e%252F55%252Fd2%252F5e55d20a6fd8dfdabcb17aa7464ece35f048c13c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/55/d2/5e55d20a6fd8dfdabcb17aa7464ece35f048c13c.jpg?rule=ad-large already downloaded
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9d%252F3a%252F67%252F9d3a679a0447bc416f269f2e2f29c80b6603b2a3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/3a/67/9d3a679a0447bc416f269f2e2f29c80b6603b2a3.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Faf%252F47%252F3b%252Faf473bf0a29fbc6aca5fb4eef6cc390e9bd88ea4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/af/47/3b/af473bf0a29fbc6aca5fb4eef6cc390e9bd88ea4.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb2%252Fb9%252Fd8%252Fb2b9d806a04df14ade52024124fb19f7ef023e10.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b9/d8/b2b9d806a04df14ade52024124fb19f7ef023e10.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F39%252F74%252F5a%252F39745a42a1bca08a39477283d95235c58708a7e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/39/74/5a/39745a42a1bca08a39477283d95235c58708a7e4.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb with identifier 3145011032
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb
2026-03-30 15:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Batterie racheté auprès de Mobilize, donc pas de contrat de '
'location\n'
'\n'
'Marque: Renault Zoe Intens 22kwh\n'
'Km: 115 249 \n'
'Année : 14/09/2015\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options:\n'
'Rétroviseurs extérieurs réglage électrique\n'
'Phares à allumage automatique\n'
'Rétroviseurs extérieurs chauffants\n'
'Ampoules de phares halogènes\n'
'Freins régénérateurs\n'
'Rétroviseurs rabattables électriquement\n'
'Aide parking av/ar\n'
"Freinage à récupération d'énergie\n"
'Volant cuir\n'
'Système audio écran tactile, carte digitale\n'
'Bouton démarrage\n'
'Aide au stationnement arrière\n'
'Ordinateur de bord\n'
'Air conditionné auto\n'
'Système de navigation\n'
'Taille écran navigation 7 pouces\n'
'Système de navigation info trafic\n'
'Limiteur de vitesse\n'
'Volant multi-fonction\n'
'Bluetooth inclut musique en streaming, connexion téléphone\n'
'Bluetooth\n'
'Reconnaissance vocale\n'
'6 haut-parleurs\n'
'Régulateur de vitesse\n'
'Air conditionné 1 zones\n'
'Réglage du volant en hauteur, en profondeur\n'
'Smart card / Smart key\n'
'Taille écran multi-fonctions 7 pouces\n'
'Climatisation\n'
'6 airbags\n'
'ESP\n'
'Contrôle de freinage en courbe\n'
'Antipatinage\n'
'Indicateur de sous-gonflage des pneus\n'
"Assistance au freinage d'urgence\n"
'ABS\n'
'Airbags latéraux\n'
'Kit anticrevaison\n'
'Essuie glace capteur de pluie\n'
'Aide au démarrage en côte\n'
'Airbags\n'
'Projecteurs antibrouillard\n'
'Feux automatiques\n'
'\n'
'Prix : 4 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': 'ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3145011032',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Zoe',
'odometer': 115249,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/8d/f7/a38df78c513014c99d8871418a82b89d9a274aec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/3e/27/613e274821d48aa75864f74a46b37266927bbbd0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/e4/f8/a3e4f89000330a1499d6e680e99ff3233f4746b6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/06/1f/da061fb9668de10073dc5f06835bb3c7463431e7.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/06/11/a006115603d4d5c15abc594e6e44654c3233b7eb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/55/d2/5e55d20a6fd8dfdabcb17aa7464ece35f048c13c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/3a/67/9d3a679a0447bc416f269f2e2f29c80b6603b2a3.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/47/3b/af473bf0a29fbc6aca5fb4eef6cc390e9bd88ea4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b9/d8/b2b9d806a04df14ade52024124fb19f7ef023e10.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/74/5a/39745a42a1bca08a39477283d95235c58708a7e4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159827,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/8d/f7/a38df78c513014c99d8871418a82b89d9a274aec.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162364,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/61/3e/27/613e274821d48aa75864f74a46b37266927bbbd0.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162817,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/e4/f8/a3e4f89000330a1499d6e680e99ff3233f4746b6.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158380,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/06/1f/da061fb9668de10073dc5f06835bb3c7463431e7.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159886,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a0/06/11/a006115603d4d5c15abc594e6e44654c3233b7eb.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172362,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5e/55/d2/5e55d20a6fd8dfdabcb17aa7464ece35f048c13c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116875,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/3a/67/9d3a679a0447bc416f269f2e2f29c80b6603b2a3.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97186,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/af/47/3b/af473bf0a29fbc6aca5fb4eef6cc390e9bd88ea4.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86227,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b2/b9/d8/b2b9d806a04df14ade52024124fb19f7ef023e10.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb/ecace9a0-2b10-5bba-8c9a-cd30fd8dbabb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115626,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/39/74/5a/39745a42a1bca08a39477283d95235c58708a7e4.jpg?rule=ad-large',
'Width': 1067}],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2015-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Zoe Intens 22kwh propriété de batterie',
'transmission': 'automatic',
'trim': 'Zoe Intens charge normale',
'vin': None,
'year': 2015}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273145011032%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3145011032: {'created_time': 1774883220.112768, 'last_price_update_time': 1774883220.112782}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3145011032') HTTP/1.1" 204 0
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3062353147
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273062353147%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Scrape type for 3062353147: 1
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3062353147
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Citroen C2 1.4i VTR SensoDrive 3p \n'
'Km: 121 203 \n'
'Année : 07/11/2003\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options :\n'
'fermeture centralisée\n'
'Direction assiste\n'
'Phares antibrouillard \n'
'jantes alu \n'
'Rétroviseur électriques\n'
'boite automatique \n'
'vitres électriques\n'
'palettes au volants \n'
'ABS \n'
'Airbags \n'
'Non fumeur \n'
'Lunette arrière dégivrante \n'
'\n'
'Prix : 4 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'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/3062353147',
'listing': 'auction',
'make': 'CITROEN',
'model': 'C2',
'odometer': 121203,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/33/30/85/333085f16de84bb5a36dca25d31441fcc581abba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/71/a2/d371a240cce196defb87d113d5873bed6e6db0b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6c/55/816c55667e946c2dce9ebcfb1d178cb74181f37c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/44/4f/d4444f833972f31ddfc2aba8e1b2faa59f0c8453.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/6a/67/cf6a6746fe7b25c4716ece9161adac57cd1a84fe.jpg?rule=ad-large'],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2003-11-01',
'seats_number': 4,
'seller_name': None,
'title': 'Citroen C2 1.4i VTR SensoDrive 3p CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': 'C2 1.4 VTR SensoDrive 3p',
'vin': None,
'year': 2003}
2026-03-30 15:07:00 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a6034594-a423-5734-ac29-6838f6803726 with identifier: 3062353147
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item a6034594-a423-5734-ac29-6838f6803726
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F33%252F30%252F85%252F333085f16de84bb5a36dca25d31441fcc581abba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/33/30/85/333085f16de84bb5a36dca25d31441fcc581abba.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd3%252F71%252Fa2%252Fd371a240cce196defb87d113d5873bed6e6db0b8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/71/a2/d371a240cce196defb87d113d5873bed6e6db0b8.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F81%252F6c%252F55%252F816c55667e946c2dce9ebcfb1d178cb74181f37c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6c/55/816c55667e946c2dce9ebcfb1d178cb74181f37c.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd4%252F44%252F4f%252Fd4444f833972f31ddfc2aba8e1b2faa59f0c8453.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/44/4f/d4444f833972f31ddfc2aba8e1b2faa59f0c8453.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fcf%252F6a%252F67%252Fcf6a6746fe7b25c4716ece9161adac57cd1a84fe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/6a/67/cf6a6746fe7b25c4716ece9161adac57cd1a84fe.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a6034594-a423-5734-ac29-6838f6803726 with identifier 3062353147
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a6034594-a423-5734-ac29-6838f6803726
2026-03-30 15:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Citroen C2 1.4i VTR SensoDrive 3p \n'
'Km: 121 203 \n'
'Année : 07/11/2003\n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options :\n'
'fermeture centralisée\n'
'Direction assiste\n'
'Phares antibrouillard \n'
'jantes alu \n'
'Rétroviseur électriques\n'
'boite automatique \n'
'vitres électriques\n'
'palettes au volants \n'
'ABS \n'
'Airbags \n'
'Non fumeur \n'
'Lunette arrière dégivrante \n'
'\n'
'Prix : 4 990 €\n'
'\n'
'AUTOCCASION 78\n'
'3-5 Rue du Parc\n'
'LOT A3\n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'a6034594-a423-5734-ac29-6838f6803726',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3062353147',
'listing': 'auction',
'make': 'CITROEN',
'model': 'C2',
'odometer': 121203,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/33/30/85/333085f16de84bb5a36dca25d31441fcc581abba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/71/a2/d371a240cce196defb87d113d5873bed6e6db0b8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6c/55/816c55667e946c2dce9ebcfb1d178cb74181f37c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/44/4f/d4444f833972f31ddfc2aba8e1b2faa59f0c8453.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/6a/67/cf6a6746fe7b25c4716ece9161adac57cd1a84fe.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795b2a59-bec1-5c05-bce5-43a4611cefe0/795b2a59-bec1-5c05-bce5-43a4611cefe0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176787,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/33/30/85/333085f16de84bb5a36dca25d31441fcc581abba.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795b2a59-bec1-5c05-bce5-43a4611cefe0/795b2a59-bec1-5c05-bce5-43a4611cefe0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183548,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d3/71/a2/d371a240cce196defb87d113d5873bed6e6db0b8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795b2a59-bec1-5c05-bce5-43a4611cefe0/795b2a59-bec1-5c05-bce5-43a4611cefe0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183187,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/6c/55/816c55667e946c2dce9ebcfb1d178cb74181f37c.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795b2a59-bec1-5c05-bce5-43a4611cefe0/795b2a59-bec1-5c05-bce5-43a4611cefe0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181867,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d4/44/4f/d4444f833972f31ddfc2aba8e1b2faa59f0c8453.jpg?rule=ad-large',
'Width': 1079},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_795b2a59-bec1-5c05-bce5-43a4611cefe0/795b2a59-bec1-5c05-bce5-43a4611cefe0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136817,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/cf/6a/67/cf6a6746fe7b25c4716ece9161adac57cd1a84fe.jpg?rule=ad-large',
'Width': 1067}],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2003-11-01',
'seats_number': 4,
'seller_name': None,
'title': 'Citroen C2 1.4i VTR SensoDrive 3p CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': 'C2 1.4 VTR SensoDrive 3p',
'vin': None,
'year': 2003}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273062353147%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3062353147: {'created_time': 1774883220.279016, 'last_price_update_time': 1774883220.279028}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3062353147') HTTP/1.1" 204 0
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3006863981
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273006863981%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Scrape type for 3006863981: 1
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3006863981
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes CL 55 Amg Coupe Ph2 BVA V8 Kompressor '
'500cv \n'
'Km: 118 963 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Rétroviseurs électriques\n'
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Boite automatique\n'
'Ciel de pavillon alcantara\n'
'Climatisation automatique\n'
'Démarrage sans clef\n'
'Palettes au volant\n'
'Régulateur de vitesse\n'
'Sièges chauffants\n'
'Sièges ventilés\n'
'Sièges électrique à mémoire\n'
'Support lombaires électrique\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Airbags\n'
'Phares av. de jour\n'
'Non fumeur\n'
'\n'
'Prix: 32 990 €\n'
'\n'
'AUTOCCASION 78 \n'
'5 rue du Parc \n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 500,
'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/3006863981',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'CL',
'odometer': 118963,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/db/e7/cb/dbe7cb904b39b9f7fb341d1493e33220dbfea4dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/fd/47/90fd478badaee9f5b5b45db803d6268edb42cc7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/f5/43/6df5434fe822b4e6391cff90d712d83406d94ea8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c8/53/16c853aaa147113e6ab755a60f6b01c2e97cd91b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f3/1c/30f31c378d78941368b97535b853a95dc973bc92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/b8/7d/71b87d146b148cc6e8aa89da6935b9f570f624cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/b9/fb/09b9fbfa52c244f50e9032a9edb906da34a80587.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/47/26/7c4726f8d0943ed10d4319840de57884ea5adf51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/8e/c4/838ec449cbb8922e6a09f12c8fcdb16ffdf493bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b0/a4/8ab0a4a99bd8a7a03ce25e439d05b70ec4e7106d.jpg?rule=ad-large'],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2003-07-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes CL 55 Amg Ph2 BVA V8 Kompressor 500cv CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2003}
2026-03-30 15:07:00 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dce7dad-2e94-5789-9781-a4f2c14f16f3 with identifier: 3006863981
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8dce7dad-2e94-5789-9781-a4f2c14f16f3
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdb%252Fe7%252Fcb%252Fdbe7cb904b39b9f7fb341d1493e33220dbfea4dc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/e7/cb/dbe7cb904b39b9f7fb341d1493e33220dbfea4dc.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F90%252Ffd%252F47%252F90fd478badaee9f5b5b45db803d6268edb42cc7a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/90/fd/47/90fd478badaee9f5b5b45db803d6268edb42cc7a.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F6d%252Ff5%252F43%252F6df5434fe822b4e6391cff90d712d83406d94ea8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/f5/43/6df5434fe822b4e6391cff90d712d83406d94ea8.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F16%252Fc8%252F53%252F16c853aaa147113e6ab755a60f6b01c2e97cd91b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c8/53/16c853aaa147113e6ab755a60f6b01c2e97cd91b.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F30%252Ff3%252F1c%252F30f31c378d78941368b97535b853a95dc973bc92.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f3/1c/30f31c378d78941368b97535b853a95dc973bc92.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F71%252Fb8%252F7d%252F71b87d146b148cc6e8aa89da6935b9f570f624cd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/71/b8/7d/71b87d146b148cc6e8aa89da6935b9f570f624cd.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F09%252Fb9%252Ffb%252F09b9fbfa52c244f50e9032a9edb906da34a80587.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/09/b9/fb/09b9fbfa52c244f50e9032a9edb906da34a80587.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7c%252F47%252F26%252F7c4726f8d0943ed10d4319840de57884ea5adf51.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/47/26/7c4726f8d0943ed10d4319840de57884ea5adf51.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F83%252F8e%252Fc4%252F838ec449cbb8922e6a09f12c8fcdb16ffdf493bc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/83/8e/c4/838ec449cbb8922e6a09f12c8fcdb16ffdf493bc.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8a%252Fb0%252Fa4%252F8ab0a4a99bd8a7a03ce25e439d05b70ec4e7106d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b0/a4/8ab0a4a99bd8a7a03ce25e439d05b70ec4e7106d.jpg?rule=ad-large already downloaded
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8dce7dad-2e94-5789-9781-a4f2c14f16f3 with identifier 3006863981
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8dce7dad-2e94-5789-9781-a4f2c14f16f3
2026-03-30 15:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'POSSIBILITE DE LIVRAISON A DOMICILE SOUS 48H DANS TOUTE LA '
'FRANCE\n'
'CREDIT POSSIBLE\n'
'REPRISE POSSIBLE\n'
'VEHICULE ORIGINE France\n'
'ENTRETIEN A JOUR\n'
'DOUBLE DE CLE\n'
'PLUS DE PHOTO SUR DEMANDE\n'
'\n'
'Marque: Mercedes CL 55 Amg Coupe Ph2 BVA V8 Kompressor '
'500cv \n'
'Km: 118 963 \n'
'Garantie 12 mois (possibilité d’extension jusqu’à 48 mois)\n'
'\n'
'Options : \n'
'Aide parking av/ar\n'
'Jantes alu\n'
'Rétroviseurs électriques\n'
'Toit ouvrant panoramique\n'
'Régulateur adaptatif\n'
'Boite automatique\n'
'Ciel de pavillon alcantara\n'
'Climatisation automatique\n'
'Démarrage sans clef\n'
'Palettes au volant\n'
'Régulateur de vitesse\n'
'Sièges chauffants\n'
'Sièges ventilés\n'
'Sièges électrique à mémoire\n'
'Support lombaires électrique\n'
'Volant multifonctions\n'
'Volant réglable en hauteur et profondeur\n'
'Airbags\n'
'Phares av. de jour\n'
'Non fumeur\n'
'\n'
'Prix: 32 990 €\n'
'\n'
'AUTOCCASION 78 \n'
'5 rue du Parc \n'
'95300 HEROUVILLE EN VEXIN',
'doors_number': 2,
'emission_standard': None,
'engine': None,
'engine_horse_power': 500,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '8dce7dad-2e94-5789-9781-a4f2c14f16f3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3006863981',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'CL',
'odometer': 118963,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/db/e7/cb/dbe7cb904b39b9f7fb341d1493e33220dbfea4dc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/fd/47/90fd478badaee9f5b5b45db803d6268edb42cc7a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/f5/43/6df5434fe822b4e6391cff90d712d83406d94ea8.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c8/53/16c853aaa147113e6ab755a60f6b01c2e97cd91b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f3/1c/30f31c378d78941368b97535b853a95dc973bc92.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/b8/7d/71b87d146b148cc6e8aa89da6935b9f570f624cd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/b9/fb/09b9fbfa52c244f50e9032a9edb906da34a80587.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/47/26/7c4726f8d0943ed10d4319840de57884ea5adf51.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/8e/c4/838ec449cbb8922e6a09f12c8fcdb16ffdf493bc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b0/a4/8ab0a4a99bd8a7a03ce25e439d05b70ec4e7106d.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 185217,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/e7/cb/dbe7cb904b39b9f7fb341d1493e33220dbfea4dc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178257,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/90/fd/47/90fd478badaee9f5b5b45db803d6268edb42cc7a.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171934,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6d/f5/43/6df5434fe822b4e6391cff90d712d83406d94ea8.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199098,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/16/c8/53/16c853aaa147113e6ab755a60f6b01c2e97cd91b.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178874,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f3/1c/30f31c378d78941368b97535b853a95dc973bc92.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170730,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/71/b8/7d/71b87d146b148cc6e8aa89da6935b9f570f624cd.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177444,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/b9/fb/09b9fbfa52c244f50e9032a9edb906da34a80587.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157604,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/47/26/7c4726f8d0943ed10d4319840de57884ea5adf51.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194989,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/83/8e/c4/838ec449cbb8922e6a09f12c8fcdb16ffdf493bc.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6858af2c-5d60-52da-bb94-dcfa513f0266/6858af2c-5d60-52da-bb94-dcfa513f0266_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147478,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8a/b0/a4/8ab0a4a99bd8a7a03ce25e439d05b70ec4e7106d.jpg?rule=ad-large',
'Width': 1067}],
'price': 32990,
'price_includes_vat': False,
'registration_date': '2003-07-01',
'seats_number': 4,
'seller_name': None,
'title': 'Mercedes CL 55 Amg Ph2 BVA V8 Kompressor 500cv CREDIT POSSIBLE',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2003}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273006863981%27 HTTP/1.1" 200 None
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: Saving data for 3006863981: {'created_time': 1774883220.530756, 'last_price_update_time': 1774883220.530766}
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3006863981') HTTP/1.1" 204 0
2026-03-30 15:07:00 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:07:00 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:07:00 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:07:00 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:07:00 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4a5b78d02c1f11f18e133aacc95538c6
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:07:00 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:07:00 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:07:00 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:07:00 [azure.servicebus._pyamqp._transport] DEBUG: Transport endpoint is already disconnected: OSError(107, 'Transport endpoint is not connected')
2026-03-30 15:07:01 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:07:01 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:07:01 [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%201773587221 HTTP/1.1" 200 None
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155560198') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155560213') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3156364655') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158742413') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158742415') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158742418') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158742420') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158742422') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158777502') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158777503') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3158777506') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3160433946') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3160433958') HTTP/1.1" 204 0
2026-03-30 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3161110668') HTTP/1.1" 204 0
2026-03-30 15:07:01 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (11 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4a5b78d02c1f11f18e133aacc95538c6.jl
2026-03-30 15:07:01 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 719,
'downloader/request_count': 2,
'downloader/request_method_count/GET': 1,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 817397,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 13.630889,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 7, 1, 750400, tzinfo=datetime.timezone.utc),
'item_scraped_count': 11,
'log_count/DEBUG': 361,
'log_count/INFO': 260,
'memusage/max': 147353600,
'memusage/startup': 147353600,
'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': 11,
'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.3260215753689408,
'scrapy-zyte-api/mean_response_seconds': 1.6122281840071082,
'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': 11,
'source/total_available': 11,
'start_time': datetime.datetime(2026, 3, 30, 15, 6, 48, 119511, tzinfo=datetime.timezone.utc)}
2026-03-30 15:07:01 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:07:01 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5788edf910>
2026-03-30 15:07:01 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5788eec190>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)