PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)
2026-03-30 15:18:27 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:18:27 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 15:18:27 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
2026-03-30 15:18:27 [auto_selling_leboncoin.fr] INFO: _job: 4afd5c402c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:18:27 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:18:27 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:18:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:18:27 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:18:27 [scrapy.extensions.telnet] INFO: Telnet Password: 2df0a50aa73de827
2026-03-30 15:18:27 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 15:18:27 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 5,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_leboncoin.fr/4afd5c402c1f11f18e133aacc95538c6.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:18:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:18:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:18:27 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 15:18:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:18:27 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 15:18:27 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 15:18:27 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:18:27 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:18:27 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:18:27 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:18:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:18:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
2026-03-30 15:18:27 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:18:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:18:27 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:18:32 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/96067/zs-automobiles.htm and multipost_profile_id: a15fd0ac-1eeb-4be2-ad89-0cd38cfe2e4c and job_id: 4afd5c402c1f11f18e133aacc95538c6
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:19:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:19:27 [scrapy.extensions.memusage] INFO: Peak memory usage is 146MiB
2026-03-30 15:19:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/96067/zs-automobiles.htm> (referer: https://www.leboncoin.fr/boutique/96067/zs-automobiles.htm) ['zyte-api']
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1774885785, 'httpOnly': False, 'secure': False}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/', 'expires': 1809011976, 'httpOnly': False, 'secure': True}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y1NDMtMmU5ZC02OGRmLThkZDYtZDY5OWVlZWRiODMzIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MTk6MzUuOTEzWiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjE5OjM1LjkxM1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1790695175, 'httpOnly': False, 'secure': False}, {'name': '__Secure-Install', 'value': '1d3ee317-7781-40de-85a6-0a8d12291a86', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809443974, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': 'e0f2ad71-d085-41a7-8c94-555539fa4ae2', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809443974, 'httpOnly': False, 'secure': True}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndc3c2v71ul1jig%22%2C%22_t%22%3A%22n31r0vg0%7Cmndc3e40%22%7D', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809011977, 'httpOnly': False, 'secure': True}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYYABgBuAc1YAfALZJWAYwFQALOwC%2BQA', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1809011977, 'httpOnly': False, 'secure': True}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5OTc4NTU4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419978, 'httpOnly': False, 'secure': False}, {'name': 'datadome', 'value': 'IBpo0VnIashmyXN57XbxgHk6x8~KkDNPvh_Kf~XPdn~Ri3issZeE2Js2B9zZ~iJDLqDUC1W6jRQg8K8XnzwZrtW7nds45MLeUNgBb5yX1CkDNYsPwIoIczMn8p6ixl~L', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1806419985, 'httpOnly': False, 'secure': True}]
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/'}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y1NDMtMmU5ZC02OGRmLThkZDYtZDY5OWVlZWRiODMzIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MTk6MzUuOTEzWiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjE5OjM1LjkxM1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '__Secure-Install', 'value': '1d3ee317-7781-40de-85a6-0a8d12291a86', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'e0f2ad71-d085-41a7-8c94-555539fa4ae2', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndc3c2v71ul1jig%22%2C%22_t%22%3A%22n31r0vg0%7Cmndc3e40%22%7D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYYABgBuAc1YAfALZJWAYwFQALOwC%2BQA', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5OTc4NTU4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'IBpo0VnIashmyXN57XbxgHk6x8~KkDNPvh_Kf~XPdn~Ri3issZeE2Js2B9zZ~iJDLqDUC1W6jRQg8K8XnzwZrtW7nds45MLeUNgBb5yX1CkDNYsPwIoIczMn8p6ixl~L', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {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'Cache-Control': [b'private, no-cache, no-store, max-age=0, must-revalidate'], 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'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'Content-Type': [b'text/html; charset=utf-8'], b'Date': [b'Mon, 30 Mar 2026 15:19:43 GMT'], b'Etag': [b'W/"15vmmkguvr9d78t"'], b'Referrer-Policy': [b'no-referrer-when-downgrade'], b'Set-Cookie': [b'datadome=uRmjvBq6HeIHQSgvHJ7i_D0PU1cgnwe9Rzep4TdfIgS4_yQ9F2gItvk~F2_9qBG~~pTuAK~ar_nib6TtRvbS5aAsTDfc1bZP7R8mOTh68gz1ScKd_mcVfonGyiIxz1ic; Max-Age=31536000; Domain=.leboncoin.fr; Path=/; Secure; SameSite=Lax'], b'Strict-Transport-Security': [b'max-age=15768000'], b'Vary': [b'Accept-Encoding'], b'Via': [b'1.1 23ce0cf88557469ee496b72a281aec5c.cloudfront.net (CloudFront)'], b'X-Amz-Cf-Id': [b'sAPHiEsZ7EgvRHmk8sq8emBvTLIluGLoo8-GSc2IPJv-lk4qemajTg=='], b'X-Amz-Cf-Pop': [b'CDG50-P2'], b'X-Cache': [b'Miss from cloudfront'], b'X-Datadome': [b'protected']}
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': '3656dd2d-4a86-494c-a308-0b08f955ec1f'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}}
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': 'ry_ry-l3b0nco_so_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwib3JpZ2luIjp0cnVlLCJyZWYiOm51bGwsImNvbnQiOm51bGwsIm5zIjp0cnVlLCJzYyI6bnVsbCwic3AiOm51bGx9', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'pa_privacy', 'value': '%22exempt%22', 'domain': 'www.leboncoin.fr', 'path': '/'}, {'name': 'didomi_token', 'value': 'eyJ1c2VyX2lkIjoiMTlkM2Y1NDMtMmU5ZC02OGRmLThkZDYtZDY5OWVlZWRiODMzIiwiY3JlYXRlZCI6IjIwMjYtMDMtMzBUMTU6MTk6MzUuOTEzWiIsInVwZGF0ZWQiOiIyMDI2LTAzLTMwVDE1OjE5OjM1LjkxM1oiLCJ2ZXJzaW9uIjpudWxsfQ==', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '__Secure-Install', 'value': '1d3ee317-7781-40de-85a6-0a8d12291a86', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': 'e0f2ad71-d085-41a7-8c94-555539fa4ae2', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pcid', 'value': '%7B%22browserId%22%3A%22mndc3c2v71ul1jig%22%2C%22_t%22%3A%22n31r0vg0%7Cmndc3e40%22%7D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': '_pctx', 'value': '%7Bu%7DN4IgrgzgpgThIC4B2YA2qA05owMoBcBDfSREQpAeyRCwgEt8oBJAE0RXSwH18ykAzAEYYABgBuAc1YAfALZJWAYwFQALOwC%2BQA', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'ry_ry-l3b0nco_realytics', 'value': 'eyJpZCI6InJ5X0NGNTE5MjQ2LTRDQjUtNERCOS04RkEzLUNCMTcyNTYxNzRGQiIsImNpZCI6bnVsbCwiZXhwIjoxODA2NDE5OTc4NTU4LCJjcyI6bnVsbH0%3D', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': 'IBpo0VnIashmyXN57XbxgHk6x8~KkDNPvh_Kf~XPdn~Ri3issZeE2Js2B9zZ~iJDLqDUC1W6jRQg8K8XnzwZrtW7nds45MLeUNgBb5yX1CkDNYsPwIoIczMn8p6ixl~L', 'domain': '.leboncoin.fr', 'path': '/'}]
2026-03-30 15:19:48 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': '3656dd2d-4a86-494c-a308-0b08f955ec1f'}, 'enums': {'ad_type': ['offer']}, 'category': {'id': '1'}}, 'offset': 0}
2026-03-30 15:19:48 [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": "3656dd2d-4a86-494c-a308-0b08f955ec1f"}}, "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=ry_ry-l3b0nco_so_realytics; name=pa_privacy; name=didomi_token; name=__Secure-Install; name=cnfdVisitorId; name=_pcid; name=_pctx; name=ry_ry-l3b0nco_realytics; name=datadome'
2026-03-30 15:19:48 [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:19:50 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/96067/zs-automobiles.htm) ['zyte-api']
2026-03-30 15:19:50 [auto_selling_leboncoin.fr] INFO: Found 18 listings on page 1
2026-03-30 15:19:50 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3155692131
2026-03-30 15:19:50 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-30 15:19:50 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155692131%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [auto_selling_leboncoin.fr] INFO: Scrape type for 3155692131: 1
2026-03-30 15:19:50 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3155692131
2026-03-30 15:19:50 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'KIA Sportage 1.6 TGDI Hybrid BVA6 GT-Line Prenium\n'
'\n'
'Année: 25-03-2022\n'
'\n'
'Kms: 77 000\n'
'\n'
'Garantie: Constructeur KIA 03-2029 (extension possible)\n'
'\n'
'Puissance: 230 cv Din / 10 cv Fiscx \n'
'\n'
'PRIX: 26 990 EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS \n'
'- virtual I cockpit \n'
'- clé main libre (ouverture, fermeture et démarrage sans '
'clé)\n'
'- toit ouvrant électrique panoramique\n'
"- capteur d'angle mort avec caméra \n"
'- Sono Harman Kardon\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- Grand écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- avertisseur de collision \n'
'- aide au maintien dans la voie \n'
'- frein a main électriques \n'
'- volant chauffant\n'
'- sièges semi cuir + alcantara surpiqure \n'
'- sièges avant ventilés \n'
'- sièges avant et arrière chauffant \n'
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- frein a main électriques avec auto hold\n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- projecteur LED \n'
'- feux diurne LED \n'
'- accoudoir central avant \n'
'- clim automatique \n'
'- aide au stationnement av et ar\n'
'- caméra de recul \n'
'- jantes alliages\n'
'- vitres électriques \n'
'- vitres ar sur teinté \n'
'- barre de toit \n'
'- fixation ISOFIX \n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 09h00 à 12h00 / 14h00 à '
'18h30 et le samedi de 09h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VÉHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 230,
'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/3155692131',
'listing': 'auction',
'make': 'KIA',
'model': 'Sportage',
'odometer': 77000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/26/dd/d5/26ddd59383769203eaa57f349ac128ef091ee617.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/a7/7f/bca77fb9a7172f51ca1b3f3f2365eb757d378c3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/7c/e4/217ce4a4403cd6ca26b703bee973930e826a1690.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/be/b1/73beb157d83aeebdefc7670e445dc4358375d6ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/bb/b8/2abbb865c054071b6f5682e861c73ed43bdc739f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/9f/0c/279f0c0e4afb308a0a3ff2402769ca9ea8a506dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ac/29/a8ac29fef35e75d68703358568df07e204adba00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/f9/50/8bf95041cb70057eabdefd7c8fc738948c8bc75a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/72/a8/a972a8bd9292c3bf5f1d1d66f9bc8a7e308dcfac.jpg?rule=ad-large'],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage GT-Line Prenium 1.6 TGDI Hybrid BVA6 230ch',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 230ch HEV GT-Line Premium BVA6 4x2',
'vin': None,
'year': 2022}
2026-03-30 15:19:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d65cc882-7318-583d-84d1-410aa341c992 with identifier: 3155692131
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item d65cc882-7318-583d-84d1-410aa341c992
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F26%252Fdd%252Fd5%252F26ddd59383769203eaa57f349ac128ef091ee617.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/26/dd/d5/26ddd59383769203eaa57f349ac128ef091ee617.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252Fa7%252F7f%252Fbca77fb9a7172f51ca1b3f3f2365eb757d378c3a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/a7/7f/bca77fb9a7172f51ca1b3f3f2365eb757d378c3a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F21%252F7c%252Fe4%252F217ce4a4403cd6ca26b703bee973930e826a1690.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/21/7c/e4/217ce4a4403cd6ca26b703bee973930e826a1690.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F73%252Fbe%252Fb1%252F73beb157d83aeebdefc7670e445dc4358375d6ff.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/73/be/b1/73beb157d83aeebdefc7670e445dc4358375d6ff.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2a%252Fbb%252Fb8%252F2abbb865c054071b6f5682e861c73ed43bdc739f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/bb/b8/2abbb865c054071b6f5682e861c73ed43bdc739f.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F27%252F9f%252F0c%252F279f0c0e4afb308a0a3ff2402769ca9ea8a506dd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/27/9f/0c/279f0c0e4afb308a0a3ff2402769ca9ea8a506dd.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252Fac%252F29%252Fa8ac29fef35e75d68703358568df07e204adba00.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ac/29/a8ac29fef35e75d68703358568df07e204adba00.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8b%252Ff9%252F50%252F8bf95041cb70057eabdefd7c8fc738948c8bc75a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/f9/50/8bf95041cb70057eabdefd7c8fc738948c8bc75a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa9%252F72%252Fa8%252Fa972a8bd9292c3bf5f1d1d66f9bc8a7e308dcfac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/72/a8/a972a8bd9292c3bf5f1d1d66f9bc8a7e308dcfac.jpg?rule=ad-large already downloaded
2026-03-30 15:19:50 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d65cc882-7318-583d-84d1-410aa341c992 with identifier 3155692131
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:19:50 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:19:50 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:19:51 [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:19:51 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883991
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883991
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d65cc882-7318-583d-84d1-410aa341c992
2026-03-30 15:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'KIA Sportage 1.6 TGDI Hybrid BVA6 GT-Line Prenium\n'
'\n'
'Année: 25-03-2022\n'
'\n'
'Kms: 77 000\n'
'\n'
'Garantie: Constructeur KIA 03-2029 (extension possible)\n'
'\n'
'Puissance: 230 cv Din / 10 cv Fiscx \n'
'\n'
'PRIX: 26 990 EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS \n'
'- virtual I cockpit \n'
'- clé main libre (ouverture, fermeture et démarrage sans '
'clé)\n'
'- toit ouvrant électrique panoramique\n'
"- capteur d'angle mort avec caméra \n"
'- Sono Harman Kardon\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- Grand écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- avertisseur de collision \n'
'- aide au maintien dans la voie \n'
'- frein a main électriques \n'
'- volant chauffant\n'
'- sièges semi cuir + alcantara surpiqure \n'
'- sièges avant ventilés \n'
'- sièges avant et arrière chauffant \n'
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- frein a main électriques avec auto hold\n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- projecteur LED \n'
'- feux diurne LED \n'
'- accoudoir central avant \n'
'- clim automatique \n'
'- aide au stationnement av et ar\n'
'- caméra de recul \n'
'- jantes alliages\n'
'- vitres électriques \n'
'- vitres ar sur teinté \n'
'- barre de toit \n'
'- fixation ISOFIX \n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 09h00 à 12h00 / 14h00 à '
'18h30 et le samedi de 09h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VÉHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 230,
'expiration_date': None,
'fuel_type': 'Hybride',
'id': 'd65cc882-7318-583d-84d1-410aa341c992',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3155692131',
'listing': 'auction',
'make': 'KIA',
'model': 'Sportage',
'odometer': 77000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 9,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/26/dd/d5/26ddd59383769203eaa57f349ac128ef091ee617.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/a7/7f/bca77fb9a7172f51ca1b3f3f2365eb757d378c3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/7c/e4/217ce4a4403cd6ca26b703bee973930e826a1690.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/be/b1/73beb157d83aeebdefc7670e445dc4358375d6ff.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/bb/b8/2abbb865c054071b6f5682e861c73ed43bdc739f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/9f/0c/279f0c0e4afb308a0a3ff2402769ca9ea8a506dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ac/29/a8ac29fef35e75d68703358568df07e204adba00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/f9/50/8bf95041cb70057eabdefd7c8fc738948c8bc75a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/72/a8/a972a8bd9292c3bf5f1d1d66f9bc8a7e308dcfac.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219693,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/26/dd/d5/26ddd59383769203eaa57f349ac128ef091ee617.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227435,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/a7/7f/bca77fb9a7172f51ca1b3f3f2365eb757d378c3a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217856,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/7c/e4/217ce4a4403cd6ca26b703bee973930e826a1690.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173038,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/73/be/b1/73beb157d83aeebdefc7670e445dc4358375d6ff.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137691,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/bb/b8/2abbb865c054071b6f5682e861c73ed43bdc739f.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148561,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/27/9f/0c/279f0c0e4afb308a0a3ff2402769ca9ea8a506dd.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172115,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/ac/29/a8ac29fef35e75d68703358568df07e204adba00.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127148,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8b/f9/50/8bf95041cb70057eabdefd7c8fc738948c8bc75a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d65cc882-7318-583d-84d1-410aa341c992/d65cc882-7318-583d-84d1-410aa341c992_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187041,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a9/72/a8/a972a8bd9292c3bf5f1d1d66f9bc8a7e308dcfac.jpg?rule=ad-large',
'Width': 1200}],
'price': 26990,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage GT-Line Prenium 1.6 TGDI Hybrid BVA6 230ch',
'transmission': 'automatic',
'trim': 'Sportage 1.6 T-GDi 230ch HEV GT-Line Premium BVA6 4x2',
'vin': None,
'year': 2022}
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273155692131%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Saving data for 3155692131: {'created_time': 1774883991.574592, 'last_price_update_time': 1774883991.574603}
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3155692131') HTTP/1.1" 204 0
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164060824
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164060824%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164060824: 1
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164060824
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Mercedes-Benz Classe A 200 Inspiration 7G-DCT\n'
'\n'
'Année: 24-06-2014\n'
'\n'
'Kms: 166 240\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 136 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 11 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*palette de vitesse au volant\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*allumage auto des feux \n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3164060824',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 166249,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/e3/30/a1e33034263fc8ecde5c62c51b64d17ec6dab0f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/6a/e8/ea6ae8ef34178b9f5ad20bbf51473b0640e02cc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/12/02/e812023bf274a842bc73b6647db97bc7d4f9fc90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/08/64/5a0864d1ae569f1e1583466a52265fb1b2a9533e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/75/59/b67559bddca8e0e715c01b8a2ed1077fa06bbd59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/0b/bb/690bbbce591d09c5b9242374db5a4b645619729c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/cb/c6/87cbc6899ac74493a320ffb496d9cd6e06d33803.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/30/92/5530928a2694dcf94f09ede89245b45ee3165be0.jpg?rule=ad-large'],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2014-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz Classe A200 Inspiration 7G-DCT 136ch',
'transmission': 'automatic',
'trim': 'Classe A 200 CDI Inspiration 7G-DCT',
'vin': None,
'year': 2014}
2026-03-30 15:19:51 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6 with identifier: 3164060824
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252Fe3%252F30%252Fa1e33034263fc8ecde5c62c51b64d17ec6dab0f6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/e3/30/a1e33034263fc8ecde5c62c51b64d17ec6dab0f6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fea%252F6a%252Fe8%252Fea6ae8ef34178b9f5ad20bbf51473b0640e02cc0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/6a/e8/ea6ae8ef34178b9f5ad20bbf51473b0640e02cc0.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe8%252F12%252F02%252Fe812023bf274a842bc73b6647db97bc7d4f9fc90.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/12/02/e812023bf274a842bc73b6647db97bc7d4f9fc90.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5a%252F08%252F64%252F5a0864d1ae569f1e1583466a52265fb1b2a9533e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/08/64/5a0864d1ae569f1e1583466a52265fb1b2a9533e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb6%252F75%252F59%252Fb67559bddca8e0e715c01b8a2ed1077fa06bbd59.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/75/59/b67559bddca8e0e715c01b8a2ed1077fa06bbd59.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F69%252F0b%252Fbb%252F690bbbce591d09c5b9242374db5a4b645619729c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/0b/bb/690bbbce591d09c5b9242374db5a4b645619729c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F87%252Fcb%252Fc6%252F87cbc6899ac74493a320ffb496d9cd6e06d33803.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/87/cb/c6/87cbc6899ac74493a320ffb496d9cd6e06d33803.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F55%252F30%252F92%252F5530928a2694dcf94f09ede89245b45ee3165be0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/55/30/92/5530928a2694dcf94f09ede89245b45ee3165be0.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6 with identifier 3164060824
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:51 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6
2026-03-30 15:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Mercedes-Benz Classe A 200 Inspiration 7G-DCT\n'
'\n'
'Année: 24-06-2014\n'
'\n'
'Kms: 166 240\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 136 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 11 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*palette de vitesse au volant\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*allumage auto des feux \n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3164060824',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 166249,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 8,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/e3/30/a1e33034263fc8ecde5c62c51b64d17ec6dab0f6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/6a/e8/ea6ae8ef34178b9f5ad20bbf51473b0640e02cc0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/12/02/e812023bf274a842bc73b6647db97bc7d4f9fc90.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/08/64/5a0864d1ae569f1e1583466a52265fb1b2a9533e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/75/59/b67559bddca8e0e715c01b8a2ed1077fa06bbd59.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/0b/bb/690bbbce591d09c5b9242374db5a4b645619729c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/cb/c6/87cbc6899ac74493a320ffb496d9cd6e06d33803.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/30/92/5530928a2694dcf94f09ede89245b45ee3165be0.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224773,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/e3/30/a1e33034263fc8ecde5c62c51b64d17ec6dab0f6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233600,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ea/6a/e8/ea6ae8ef34178b9f5ad20bbf51473b0640e02cc0.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236430,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e8/12/02/e812023bf274a842bc73b6647db97bc7d4f9fc90.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234217,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/08/64/5a0864d1ae569f1e1583466a52265fb1b2a9533e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150362,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b6/75/59/b67559bddca8e0e715c01b8a2ed1077fa06bbd59.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156239,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/0b/bb/690bbbce591d09c5b9242374db5a4b645619729c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165351,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/87/cb/c6/87cbc6899ac74493a320ffb496d9cd6e06d33803.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6/c9ca7ad6-8d1a-5933-87d6-f61b077fd7b6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156884,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/30/92/5530928a2694dcf94f09ede89245b45ee3165be0.jpg?rule=ad-large',
'Width': 1200}],
'price': 11990,
'price_includes_vat': False,
'registration_date': '2014-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz Classe A200 Inspiration 7G-DCT 136ch',
'transmission': 'automatic',
'trim': 'Classe A 200 CDI Inspiration 7G-DCT',
'vin': None,
'year': 2014}
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164060824%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Saving data for 3164060824: {'created_time': 1774883991.799906, 'last_price_update_time': 1774883991.799922}
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164060824') HTTP/1.1" 204 0
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3166741337
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273166741337%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 3166741337: 1
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3166741337
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: DefaultOnExceptionError in _extract_make: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/src/app/common/utils/decorators.py", line 16, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/spiders/auto_selling_leboncoin.py", line 359, in _extract_make
else brand_attribute_details.get("value_label")
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: Payload: {"list_id": 3166741337, "first_publication_date": "2026-03-23 10:43:12", "expiration_date": "2026-05-22 11:43:12", "index_date": "2026-03-23 10:43:12", "status": "active", "category_id": "6", "category_name": "\u00c9quipement auto", "subject": "Turbo nissan juke 2021", "body": "TURBO Nissan Juke 1.0 DIG- T 2021 117cv\n70 000kms\n\nRef: 16319700053", "brand": "leboncoin", "ad_type": "offer", "url": "https://www.leboncoin.fr/ad/equipement_auto/3166741337", "price": [550], "price_cents": 55000, "images": {"thumb_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "small_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-small", "nb_images": 4, "urls": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-image"], "urls_thumb": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-thumb"], "urls_large": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-large"]}, "attributes": [{"key": "activity_sector", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "estimated_parcel_weight", "value": "10000", "values": ["10000"], "value_label": "10000", "generic": false}, {"key": "stock_quantity", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "is_bundleable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "purchase_cta_visible", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "country_isocode3166", "value": "FR", "values": ["FR"], "value_label": "FR", "generic": false}, {"key": "vehicle_equipment_type", "value": "", "values": ["vehicle_replacement_repair"], "key_label": "Type", "value_label": "Remplacement et r\u00e9paration de v\u00e9hicules", "values_label": ["Remplacement et r\u00e9paration de v\u00e9hicules"], "generic": true, "display_ad_card": true}, {"key": "new_item_price", "value": "179000", "values": ["179000"], "value_label": "179000", "generic": false}, {"key": "shipping_type", "value": "mondial_relay", "values": ["mondial_relay", "shop2shop", "click_and_collect"], "value_label": "mondial_relay", "generic": false}, {"key": "shippable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "custom_ref", "value": "16319700053", "values": ["16319700053"], "key_label": "R\u00e9f\u00e9rence", "value_label": "16319700053", "generic": true}, {"key": "is_import", "value": "false", "values": ["false"], "value_label": "false", "generic": false}], "location": {"country_id": "FR", "region_id": "21", "region_name": "Provence-Alpes-C\u00f4te d'Azur", "department_id": "13", "department_name": "Bouches-du-Rh\u00f4ne", "city_label": "Velaux 13880", "city": "Velaux", "zipcode": "13880", "lat": 43.52308, "lng": 5.25765, "source": "city", "provider": "here", "is_shape": true, "feature": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.25765, 43.52308]}, "properties": null}}, "owner": {"store_id": "19995527", "user_id": "3656dd2d-4a86-494c-a308-0b08f955ec1f", "type": "pro", "name": "ZS AUTOMOBILES", "siren": "827577388", "no_salesmen": true, "activity_sector": "1"}, "options": {"has_option": false, "booster": false, "photosup": false, "urgent": false, "gallery": false, "sub_toplist": false, "continuous_top_ads": false, "highlight": false}, "has_phone": true, "similar": null, "counters": {}}
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: DefaultOnExceptionError in _extract_model: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/src/app/common/utils/decorators.py", line 16, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/spiders/auto_selling_leboncoin.py", line 372, in _extract_model
else model_attribute_details.get("value_label")
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: Payload: {"list_id": 3166741337, "first_publication_date": "2026-03-23 10:43:12", "expiration_date": "2026-05-22 11:43:12", "index_date": "2026-03-23 10:43:12", "status": "active", "category_id": "6", "category_name": "\u00c9quipement auto", "subject": "Turbo nissan juke 2021", "body": "TURBO Nissan Juke 1.0 DIG- T 2021 117cv\n70 000kms\n\nRef: 16319700053", "brand": "leboncoin", "ad_type": "offer", "url": "https://www.leboncoin.fr/ad/equipement_auto/3166741337", "price": [550], "price_cents": 55000, "images": {"thumb_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "small_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-small", "nb_images": 4, "urls": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-image"], "urls_thumb": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-thumb"], "urls_large": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-large"]}, "attributes": [{"key": "activity_sector", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "estimated_parcel_weight", "value": "10000", "values": ["10000"], "value_label": "10000", "generic": false}, {"key": "stock_quantity", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "is_bundleable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "purchase_cta_visible", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "country_isocode3166", "value": "FR", "values": ["FR"], "value_label": "FR", "generic": false}, {"key": "vehicle_equipment_type", "value": "", "values": ["vehicle_replacement_repair"], "key_label": "Type", "value_label": "Remplacement et r\u00e9paration de v\u00e9hicules", "values_label": ["Remplacement et r\u00e9paration de v\u00e9hicules"], "generic": true, "display_ad_card": true}, {"key": "new_item_price", "value": "179000", "values": ["179000"], "value_label": "179000", "generic": false}, {"key": "shipping_type", "value": "mondial_relay", "values": ["mondial_relay", "shop2shop", "click_and_collect"], "value_label": "mondial_relay", "generic": false}, {"key": "shippable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "custom_ref", "value": "16319700053", "values": ["16319700053"], "key_label": "R\u00e9f\u00e9rence", "value_label": "16319700053", "generic": true}, {"key": "is_import", "value": "false", "values": ["false"], "value_label": "false", "generic": false}], "location": {"country_id": "FR", "region_id": "21", "region_name": "Provence-Alpes-C\u00f4te d'Azur", "department_id": "13", "department_name": "Bouches-du-Rh\u00f4ne", "city_label": "Velaux 13880", "city": "Velaux", "zipcode": "13880", "lat": 43.52308, "lng": 5.25765, "source": "city", "provider": "here", "is_shape": true, "feature": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.25765, 43.52308]}, "properties": null}}, "owner": {"store_id": "19995527", "user_id": "3656dd2d-4a86-494c-a308-0b08f955ec1f", "type": "pro", "name": "ZS AUTOMOBILES", "siren": "827577388", "no_salesmen": true, "activity_sector": "1"}, "options": {"has_option": false, "booster": false, "photosup": false, "urgent": false, "gallery": false, "sub_toplist": false, "continuous_top_ads": false, "highlight": false}, "has_phone": true, "similar": null, "counters": {}}
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: DefaultOnExceptionError in _extract_transmission: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/src/app/common/utils/decorators.py", line 16, in wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/spiders/auto_selling_leboncoin.py", line 387, in _extract_transmission
if attribute_details.get("value_label") == "Automatique"
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: Payload: {"list_id": 3166741337, "first_publication_date": "2026-03-23 10:43:12", "expiration_date": "2026-05-22 11:43:12", "index_date": "2026-03-23 10:43:12", "status": "active", "category_id": "6", "category_name": "\u00c9quipement auto", "subject": "Turbo nissan juke 2021", "body": "TURBO Nissan Juke 1.0 DIG- T 2021 117cv\n70 000kms\n\nRef: 16319700053", "brand": "leboncoin", "ad_type": "offer", "url": "https://www.leboncoin.fr/ad/equipement_auto/3166741337", "price": [550], "price_cents": 55000, "images": {"thumb_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "small_url": "https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-small", "nb_images": 4, "urls": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-image", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-image"], "urls_thumb": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-thumb", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-thumb"], "urls_large": ["https://img.leboncoin.fr/api/v1/lbcpb1/images/64/40/57/644057eee8fd2013c89b0a4a5daa1dfb0106bb79.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/78/cb/a878cb86d2373abd428b168444cd8024e088840e.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/28/67/4d/28674dc4bac38c5b82bedd6ecd1fa6d7cac96ab1.jpg?rule=ad-large", "https://img.leboncoin.fr/api/v1/lbcpb1/images/36/e4/72/36e472e369b13e9d96b51546b2e84caee19a1b52.jpg?rule=ad-large"]}, "attributes": [{"key": "activity_sector", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "estimated_parcel_weight", "value": "10000", "values": ["10000"], "value_label": "10000", "generic": false}, {"key": "stock_quantity", "value": "1", "values": ["1"], "value_label": "1", "generic": false}, {"key": "is_bundleable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "purchase_cta_visible", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "country_isocode3166", "value": "FR", "values": ["FR"], "value_label": "FR", "generic": false}, {"key": "vehicle_equipment_type", "value": "", "values": ["vehicle_replacement_repair"], "key_label": "Type", "value_label": "Remplacement et r\u00e9paration de v\u00e9hicules", "values_label": ["Remplacement et r\u00e9paration de v\u00e9hicules"], "generic": true, "display_ad_card": true}, {"key": "new_item_price", "value": "179000", "values": ["179000"], "value_label": "179000", "generic": false}, {"key": "shipping_type", "value": "mondial_relay", "values": ["mondial_relay", "shop2shop", "click_and_collect"], "value_label": "mondial_relay", "generic": false}, {"key": "shippable", "value": "true", "values": ["true"], "value_label": "true", "generic": false}, {"key": "custom_ref", "value": "16319700053", "values": ["16319700053"], "key_label": "R\u00e9f\u00e9rence", "value_label": "16319700053", "generic": true}, {"key": "is_import", "value": "false", "values": ["false"], "value_label": "false", "generic": false}], "location": {"country_id": "FR", "region_id": "21", "region_name": "Provence-Alpes-C\u00f4te d'Azur", "department_id": "13", "department_name": "Bouches-du-Rh\u00f4ne", "city_label": "Velaux 13880", "city": "Velaux", "zipcode": "13880", "lat": 43.52308, "lng": 5.25765, "source": "city", "provider": "here", "is_shape": true, "feature": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.25765, 43.52308]}, "properties": null}}, "owner": {"store_id": "19995527", "user_id": "3656dd2d-4a86-494c-a308-0b08f955ec1f", "type": "pro", "name": "ZS AUTOMOBILES", "siren": "827577388", "no_salesmen": true, "activity_sector": "1"}, "options": {"has_option": false, "booster": false, "photosup": false, "urgent": false, "gallery": false, "sub_toplist": false, "continuous_top_ads": false, "highlight": false}, "has_phone": true, "similar": null, "counters": {}}
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] ERROR: Error extracting item: Field transmission is not nullable
Traceback (most recent call last):
File "/usr/src/app/crawlers/spiders/auto_selling_leboncoin.py", line 290, in _extract_listing_item
item["transmission"] = self._extract_transmission(details_data)
~~~~^^^^^^^^^^^^^^^^
File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
raise ValueError(f"Field {key} is not nullable")
ValueError: Field transmission is not nullable
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Extracted item: None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3164938505
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%273164938505%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scrape type for 3164938505: 1
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3164938505
2026-03-30 15:19:51 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'DACIA DUSTER II 1.3 TCE 15 ans \n'
'\n'
'Année: 26-10-2020\n'
'\n'
'Kms: 68 000\n'
'\n'
'Garantie: 6 Mois (extension possible)\n'
'\n'
'Puissance: 130 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 14 990 EUR \n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS\n'
'- clim automatique\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- feux diurne LED \n'
'- accoudoir central avant \n'
'- aide au stationnement arriere \n'
'- caméra de recul \n'
'- jantes alus\n'
'- vitres électriques \n'
'- vitres arrière teinté \n'
'- start & stop \n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 9h00 à 12h00 / 14h à 18h30 '
'et le samedi de 9h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VÉHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'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/3164938505',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 68000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/db/33/d6db336d020c5d125e2f32e863e5ca750595f40c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/d4/10/fad410b4543da38795b3af3cc4e898932634af94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/89/da/3489da90e86a43d05f1459d0beb6acb51d3dafb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/63/da/3763dae3e41df0f7bdf12b66328c5694935165e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/49/ae/5d49ae1ed5a0d761a124ff736e2f8c4410ff9a3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/f7/68/07f76895e0b58b8e0b6baa602f462b25e9a6296a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/4e/6e/864e6ed6296a8ac7e728435169c23254d50124fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3e/67/4e3e67b131da6e5189cc458ef80b81c84a9c3cfe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/fe/b1/7cfeb107403172ef9e2eea087aa75c1e236a67b8.jpg?rule=ad-large'],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Duster 1.3 TCE 130ch edition 15Ans',
'transmission': 'manual',
'trim': 'Duster 1.3 TCe 130ch FAP 15 ans 4x2 - 20',
'vin': None,
'year': 2020}
2026-03-30 15:19:51 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b964088-2a4c-5118-ac04-57e8ccf99b06 with identifier: 3164938505
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1b964088-2a4c-5118-ac04-57e8ccf99b06
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fd6%252Fdb%252F33%252Fd6db336d020c5d125e2f32e863e5ca750595f40c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/db/33/d6db336d020c5d125e2f32e863e5ca750595f40c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffa%252Fd4%252F10%252Ffad410b4543da38795b3af3cc4e898932634af94.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/d4/10/fad410b4543da38795b3af3cc4e898932634af94.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F34%252F89%252Fda%252F3489da90e86a43d05f1459d0beb6acb51d3dafb1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/34/89/da/3489da90e86a43d05f1459d0beb6acb51d3dafb1.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F37%252F63%252Fda%252F3763dae3e41df0f7bdf12b66328c5694935165e4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/37/63/da/3763dae3e41df0f7bdf12b66328c5694935165e4.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5d%252F49%252Fae%252F5d49ae1ed5a0d761a124ff736e2f8c4410ff9a3b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/49/ae/5d49ae1ed5a0d761a124ff736e2f8c4410ff9a3b.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F07%252Ff7%252F68%252F07f76895e0b58b8e0b6baa602f462b25e9a6296a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/f7/68/07f76895e0b58b8e0b6baa602f462b25e9a6296a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F86%252F4e%252F6e%252F864e6ed6296a8ac7e728435169c23254d50124fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/4e/6e/864e6ed6296a8ac7e728435169c23254d50124fa.jpg?rule=ad-large already downloaded
2026-03-30 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F4e%252F3e%252F67%252F4e3e67b131da6e5189cc458ef80b81c84a9c3cfe.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3e/67/4e3e67b131da6e5189cc458ef80b81c84a9c3cfe.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffe%252Fb1%252F7cfeb107403172ef9e2eea087aa75c1e236a67b8.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/fe/b1/7cfeb107403172ef9e2eea087aa75c1e236a67b8.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1b964088-2a4c-5118-ac04-57e8ccf99b06 with identifier 3164938505
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1b964088-2a4c-5118-ac04-57e8ccf99b06
2026-03-30 15:19:52 [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': 'DACIA DUSTER II 1.3 TCE 15 ans \n'
'\n'
'Année: 26-10-2020\n'
'\n'
'Kms: 68 000\n'
'\n'
'Garantie: 6 Mois (extension possible)\n'
'\n'
'Puissance: 130 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 14 990 EUR \n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS\n'
'- clim automatique\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- feux diurne LED \n'
'- accoudoir central avant \n'
'- aide au stationnement arriere \n'
'- caméra de recul \n'
'- jantes alus\n'
'- vitres électriques \n'
'- vitres arrière teinté \n'
'- start & stop \n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 9h00 à 12h00 / 14h à 18h30 '
'et le samedi de 9h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VÉHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '1b964088-2a4c-5118-ac04-57e8ccf99b06',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3164938505',
'listing': 'auction',
'make': 'DACIA',
'model': 'Duster',
'odometer': 68000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 9,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/db/33/d6db336d020c5d125e2f32e863e5ca750595f40c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/d4/10/fad410b4543da38795b3af3cc4e898932634af94.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/89/da/3489da90e86a43d05f1459d0beb6acb51d3dafb1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/63/da/3763dae3e41df0f7bdf12b66328c5694935165e4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/49/ae/5d49ae1ed5a0d761a124ff736e2f8c4410ff9a3b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/f7/68/07f76895e0b58b8e0b6baa602f462b25e9a6296a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/4e/6e/864e6ed6296a8ac7e728435169c23254d50124fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3e/67/4e3e67b131da6e5189cc458ef80b81c84a9c3cfe.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/fe/b1/7cfeb107403172ef9e2eea087aa75c1e236a67b8.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219969,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d6/db/33/d6db336d020c5d125e2f32e863e5ca750595f40c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222311,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/d4/10/fad410b4543da38795b3af3cc4e898932634af94.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221511,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/34/89/da/3489da90e86a43d05f1459d0beb6acb51d3dafb1.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240003,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/37/63/da/3763dae3e41df0f7bdf12b66328c5694935165e4.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153371,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/49/ae/5d49ae1ed5a0d761a124ff736e2f8c4410ff9a3b.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159235,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/f7/68/07f76895e0b58b8e0b6baa602f462b25e9a6296a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160063,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/4e/6e/864e6ed6296a8ac7e728435169c23254d50124fa.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136927,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4e/3e/67/4e3e67b131da6e5189cc458ef80b81c84a9c3cfe.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b964088-2a4c-5118-ac04-57e8ccf99b06/1b964088-2a4c-5118-ac04-57e8ccf99b06_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150337,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7c/fe/b1/7cfeb107403172ef9e2eea087aa75c1e236a67b8.jpg?rule=ad-large',
'Width': 1200}],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Duster 1.3 TCE 130ch edition 15Ans',
'transmission': 'manual',
'trim': 'Duster 1.3 TCe 130ch FAP 15 ans 4x2 - 20',
'vin': None,
'year': 2020}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273164938505%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Saving data for 3164938505: {'created_time': 1774883992.067478, 'last_price_update_time': 1774883992.067489}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3164938505') HTTP/1.1" 204 0
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3113436777
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273113436777%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3113436777: 1
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3113436777
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Rouge',
'currency': 'EUR',
'description': 'NISSAN JUKE 1.0 DIG-T N-DESIGN DCT\n'
'\n'
'Année: 30-07-2021\n'
'\n'
'Kms: 85 000\n'
'\n'
'Garantie: 6Mois exttension possible\n'
'\n'
'Puissance: 117 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 14 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Grand Écran\n'
"*lumiere d'ambiance\n"
'*Clim Auto bi-zone \n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*sièges Cuir Bose\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse adaptatif\n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*1Clé*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 117,
'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/3113436777',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Juke',
'odometer': 85000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/1d/56/fd1d569b873119545afd59b1459e61ce9f8f0479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/34/bd/0034bd7311e12a370593c9e3bc260b541f0b96ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/6a/65/7b6a65ae208feab5e9b7646f8195eba286bec681.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2a/08/362a089922d8aefd2b03a341aafdb40469a9c845.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/27/5e/78275e9f9188ce331f3e51508a40d265b881ff40.jpg?rule=ad-large'],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T N-DESIGN DCT 117ch',
'transmission': 'automatic',
'trim': 'Juke 1.0 DIG-T 117ch N-Design DCT',
'vin': None,
'year': 2021}
2026-03-30 15:19:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b84d2c0c-49e6-57f9-a35d-3c402a4cedbd with identifier: 3113436777
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item b84d2c0c-49e6-57f9-a35d-3c402a4cedbd
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ffd%252F1d%252F56%252Ffd1d569b873119545afd59b1459e61ce9f8f0479.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/1d/56/fd1d569b873119545afd59b1459e61ce9f8f0479.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F34%252Fbd%252F0034bd7311e12a370593c9e3bc260b541f0b96ca.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/00/34/bd/0034bd7311e12a370593c9e3bc260b541f0b96ca.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7b%252F6a%252F65%252F7b6a65ae208feab5e9b7646f8195eba286bec681.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/6a/65/7b6a65ae208feab5e9b7646f8195eba286bec681.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2a%252F08%252F362a089922d8aefd2b03a341aafdb40469a9c845.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2a/08/362a089922d8aefd2b03a341aafdb40469a9c845.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F78%252F27%252F5e%252F78275e9f9188ce331f3e51508a40d265b881ff40.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/27/5e/78275e9f9188ce331f3e51508a40d265b881ff40.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b84d2c0c-49e6-57f9-a35d-3c402a4cedbd with identifier 3113436777
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b84d2c0c-49e6-57f9-a35d-3c402a4cedbd
2026-03-30 15:19:52 [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': 'NISSAN JUKE 1.0 DIG-T N-DESIGN DCT\n'
'\n'
'Année: 30-07-2021\n'
'\n'
'Kms: 85 000\n'
'\n'
'Garantie: 6Mois exttension possible\n'
'\n'
'Puissance: 117 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 14 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Grand Écran\n'
"*lumiere d'ambiance\n"
'*Clim Auto bi-zone \n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*sièges Cuir Bose\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse adaptatif\n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*1Clé*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 117,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'b84d2c0c-49e6-57f9-a35d-3c402a4cedbd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3113436777',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Juke',
'odometer': 85000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/1d/56/fd1d569b873119545afd59b1459e61ce9f8f0479.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/34/bd/0034bd7311e12a370593c9e3bc260b541f0b96ca.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/6a/65/7b6a65ae208feab5e9b7646f8195eba286bec681.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2a/08/362a089922d8aefd2b03a341aafdb40469a9c845.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/27/5e/78275e9f9188ce331f3e51508a40d265b881ff40.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b84d2c0c-49e6-57f9-a35d-3c402a4cedbd/b84d2c0c-49e6-57f9-a35d-3c402a4cedbd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235276,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fd/1d/56/fd1d569b873119545afd59b1459e61ce9f8f0479.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b84d2c0c-49e6-57f9-a35d-3c402a4cedbd/b84d2c0c-49e6-57f9-a35d-3c402a4cedbd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228833,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/00/34/bd/0034bd7311e12a370593c9e3bc260b541f0b96ca.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b84d2c0c-49e6-57f9-a35d-3c402a4cedbd/b84d2c0c-49e6-57f9-a35d-3c402a4cedbd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239904,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7b/6a/65/7b6a65ae208feab5e9b7646f8195eba286bec681.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b84d2c0c-49e6-57f9-a35d-3c402a4cedbd/b84d2c0c-49e6-57f9-a35d-3c402a4cedbd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146071,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/2a/08/362a089922d8aefd2b03a341aafdb40469a9c845.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b84d2c0c-49e6-57f9-a35d-3c402a4cedbd/b84d2c0c-49e6-57f9-a35d-3c402a4cedbd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147107,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/27/5e/78275e9f9188ce331f3e51508a40d265b881ff40.jpg?rule=ad-large',
'Width': 1200}],
'price': 14990,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T N-DESIGN DCT 117ch',
'transmission': 'automatic',
'trim': 'Juke 1.0 DIG-T 117ch N-Design DCT',
'vin': None,
'year': 2021}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273113436777%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Saving data for 3113436777: {'created_time': 1774883992.256734, 'last_price_update_time': 1774883992.256745}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3113436777') HTTP/1.1" 204 0
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3156370992
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273156370992%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3156370992: 1
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3156370992
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Ford Transit Custom Sport L1H1 2,0 TDCI Ecoblue BVA * Cabine '
'Approfondie \n'
'\n'
'Année: 15-07-2020\n'
'\n'
'Kms: 95 000\n'
'\n'
'Garantie: 6 Mois (extension possible)\n'
'\n'
'Puissance: 185 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 28 990 EUR \n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- sièges avant chauffant \n'
'- avertisseur de collision \n'
"- capteur d'ange mort \n"
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- feux diurne LED \n'
'- assistant de feux de route\n'
'- accoudoir central avant \n'
'- climatisation \n'
'- aide au stationnement av et ar\n'
'- caméra de recul \n'
'- jantes alliages 17"\n'
'- vitres électriques \n'
'- vitres arrière teinté \n'
'- double portes latéral \n'
'- start & stop \n'
'- attelage\n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 9h00 à 12h00 / 14h à 18h30 '
'et le samedi de 9h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VEHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 185,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156370992',
'listing': 'auction',
'make': 'FORD',
'model': 'Custom',
'odometer': 95000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/14/9e/c9149e726c67e9368b745b512d1b20606c5cc849.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/8a/54/788a543dd62681ee3671eb8f8fe5b1fd31a0ab61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/55/a1/1555a1cc5bf4aca08f9202c5e16e57e6caf212d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/c8/7a/ddc87a25dc5ef44826342a1cb901900ec213d9c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/27/cf/da27cfb6e02031e7eddee0bc57ce20447b5b22d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/2c/aa/702caa187cb2aa78745e354865ee8aaa1b6427ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/33/57/5d335744762f26124f2ee9faf66e02d2a1afa049.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/90/c8/7a90c898cdc2839c326892c7d1ad9f743ba91a14.jpg?rule=ad-large'],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Transit Custom Sport LIH1 2.0 TDCI Ecoblue 185ch BVA',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 61688aab-0825-5676-98cd-92c1628da8f1 with identifier: 3156370992
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 61688aab-0825-5676-98cd-92c1628da8f1
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc9%252F14%252F9e%252Fc9149e726c67e9368b745b512d1b20606c5cc849.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/14/9e/c9149e726c67e9368b745b512d1b20606c5cc849.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F78%252F8a%252F54%252F788a543dd62681ee3671eb8f8fe5b1fd31a0ab61.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/78/8a/54/788a543dd62681ee3671eb8f8fe5b1fd31a0ab61.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F15%252F55%252Fa1%252F1555a1cc5bf4aca08f9202c5e16e57e6caf212d0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/15/55/a1/1555a1cc5bf4aca08f9202c5e16e57e6caf212d0.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdd%252Fc8%252F7a%252Fddc87a25dc5ef44826342a1cb901900ec213d9c9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/c8/7a/ddc87a25dc5ef44826342a1cb901900ec213d9c9.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F27%252Fcf%252Fda27cfb6e02031e7eddee0bc57ce20447b5b22d0.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/27/cf/da27cfb6e02031e7eddee0bc57ce20447b5b22d0.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2c%252Faa%252F702caa187cb2aa78745e354865ee8aaa1b6427ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/2c/aa/702caa187cb2aa78745e354865ee8aaa1b6427ac.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F33%252F57%252F5d335744762f26124f2ee9faf66e02d2a1afa049.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/33/57/5d335744762f26124f2ee9faf66e02d2a1afa049.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7a%252F90%252Fc8%252F7a90c898cdc2839c326892c7d1ad9f743ba91a14.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/90/c8/7a90c898cdc2839c326892c7d1ad9f743ba91a14.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 61688aab-0825-5676-98cd-92c1628da8f1 with identifier 3156370992
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 61688aab-0825-5676-98cd-92c1628da8f1
2026-03-30 15:19:52 [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': 'Ford Transit Custom Sport L1H1 2,0 TDCI Ecoblue BVA * Cabine '
'Approfondie \n'
'\n'
'Année: 15-07-2020\n'
'\n'
'Kms: 95 000\n'
'\n'
'Garantie: 6 Mois (extension possible)\n'
'\n'
'Puissance: 185 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 28 990 EUR \n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Equipements: \n'
'\n'
'- GPS\n'
'- commande vocale \n'
'- CarPlay Apple / Android \n'
'- écran Multimédia tactile \n'
'- kit main libre Bluetooth \n'
'- interface MP3 \n'
'- volant cuir multifonctions \n'
'- sièges avant chauffant \n'
'- avertisseur de collision \n'
"- capteur d'ange mort \n"
'- rétro rabattables électriques \n'
'- régulateur de vitesse \n'
'- limiteur de vitesse \n'
'- capteur de pluie \n'
'- allumage auto des feux \n'
'- feux diurne LED \n'
'- assistant de feux de route\n'
'- accoudoir central avant \n'
'- climatisation \n'
'- aide au stationnement av et ar\n'
'- caméra de recul \n'
'- jantes alliages 17"\n'
'- vitres électriques \n'
'- vitres arrière teinté \n'
'- double portes latéral \n'
'- start & stop \n'
'- attelage\n'
'- airbag \n'
'- ESP \n'
'- ABS .... \n'
'\n'
'******************************** \n'
'\n'
'- ZS AUTOMOBILES - \n'
'\n'
'ouverture du Lundi au Vendredi de 9h00 à 12h00 / 14h à 18h30 '
'et le samedi de 9h00 à 12h \n'
'\n'
'Adresse: \n'
'\n'
'19, Rue Gustave Eiffel (ZA La verdiére 1) \n'
'\n'
'13 880 Velaux \n'
'\n'
'******************************* \n'
'\n'
'**VOUS POUVEZ VOIR TOUT NOS VEHICULES DANS NOTRE BOUTIQUE '
'LBC**',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 185,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '61688aab-0825-5676-98cd-92c1628da8f1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3156370992',
'listing': 'auction',
'make': 'FORD',
'model': 'Custom',
'odometer': 95000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 8,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/14/9e/c9149e726c67e9368b745b512d1b20606c5cc849.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/8a/54/788a543dd62681ee3671eb8f8fe5b1fd31a0ab61.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/55/a1/1555a1cc5bf4aca08f9202c5e16e57e6caf212d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/c8/7a/ddc87a25dc5ef44826342a1cb901900ec213d9c9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/27/cf/da27cfb6e02031e7eddee0bc57ce20447b5b22d0.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/2c/aa/702caa187cb2aa78745e354865ee8aaa1b6427ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/33/57/5d335744762f26124f2ee9faf66e02d2a1afa049.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/90/c8/7a90c898cdc2839c326892c7d1ad9f743ba91a14.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233095,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c9/14/9e/c9149e726c67e9368b745b512d1b20606c5cc849.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234934,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/78/8a/54/788a543dd62681ee3671eb8f8fe5b1fd31a0ab61.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212335,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/15/55/a1/1555a1cc5bf4aca08f9202c5e16e57e6caf212d0.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170422,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/dd/c8/7a/ddc87a25dc5ef44826342a1cb901900ec213d9c9.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166959,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/27/cf/da27cfb6e02031e7eddee0bc57ce20447b5b22d0.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168907,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/2c/aa/702caa187cb2aa78745e354865ee8aaa1b6427ac.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159138,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/33/57/5d335744762f26124f2ee9faf66e02d2a1afa049.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61688aab-0825-5676-98cd-92c1628da8f1/61688aab-0825-5676-98cd-92c1628da8f1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169092,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/90/c8/7a90c898cdc2839c326892c7d1ad9f743ba91a14.jpg?rule=ad-large',
'Width': 1200}],
'price': 28990,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Transit Custom Sport LIH1 2.0 TDCI Ecoblue 185ch BVA',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273156370992%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Saving data for 3156370992: {'created_time': 1774883992.503741, 'last_price_update_time': 1774883992.503754}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3156370992') HTTP/1.1" 204 0
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3128770943
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273128770943%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3128770943: 1
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3128770943
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Clio 5 1.0 Tce Limited \n'
'\n'
'Année: 17-05-2021\n'
'\n'
'Kms: 64 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 90 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 10 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Essence',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3128770943',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 64000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/07/68/45/076845d7f8be5f1eb8041b319aff9fd629321bb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6e/cd/436ecd8678fba50b0944e8f5d2e21077796e923e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c2/9f/63c29fbe5fa5d240a176e291a9f3363c7886945b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/de/c2/8edec25b7a0cbfbfe9aee3fa4ca9d4cf3d95efdb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/48/47d7487754a95de28bd9f82845e5b0273e30a7bb.jpg?rule=ad-large'],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio V 1.0 TCE Limited 90ch',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 90ch Limited -21',
'vin': None,
'year': 2021}
2026-03-30 15:19:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ec43e9f9-2117-5405-b7ef-7357f5ba8fbb with identifier: 3128770943
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item ec43e9f9-2117-5405-b7ef-7357f5ba8fbb
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F68%252F45%252F076845d7f8be5f1eb8041b319aff9fd629321bb5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/68/45/076845d7f8be5f1eb8041b319aff9fd629321bb5.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F6e%252Fcd%252F436ecd8678fba50b0944e8f5d2e21077796e923e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6e/cd/436ecd8678fba50b0944e8f5d2e21077796e923e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc2%252F9f%252F63c29fbe5fa5d240a176e291a9f3363c7886945b.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c2/9f/63c29fbe5fa5d240a176e291a9f3363c7886945b.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8e%252Fde%252Fc2%252F8edec25b7a0cbfbfe9aee3fa4ca9d4cf3d95efdb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/de/c2/8edec25b7a0cbfbfe9aee3fa4ca9d4cf3d95efdb.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd7%252F48%252F47d7487754a95de28bd9f82845e5b0273e30a7bb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/48/47d7487754a95de28bd9f82845e5b0273e30a7bb.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ec43e9f9-2117-5405-b7ef-7357f5ba8fbb with identifier 3128770943
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ec43e9f9-2117-5405-b7ef-7357f5ba8fbb
2026-03-30 15:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Renault Clio 5 1.0 Tce Limited \n'
'\n'
'Année: 17-05-2021\n'
'\n'
'Kms: 64 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 90 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 10 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Essence',
'id': 'ec43e9f9-2117-5405-b7ef-7357f5ba8fbb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3128770943',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 64000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/07/68/45/076845d7f8be5f1eb8041b319aff9fd629321bb5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6e/cd/436ecd8678fba50b0944e8f5d2e21077796e923e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c2/9f/63c29fbe5fa5d240a176e291a9f3363c7886945b.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/de/c2/8edec25b7a0cbfbfe9aee3fa4ca9d4cf3d95efdb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/48/47d7487754a95de28bd9f82845e5b0273e30a7bb.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec43e9f9-2117-5405-b7ef-7357f5ba8fbb/ec43e9f9-2117-5405-b7ef-7357f5ba8fbb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211664,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/68/45/076845d7f8be5f1eb8041b319aff9fd629321bb5.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec43e9f9-2117-5405-b7ef-7357f5ba8fbb/ec43e9f9-2117-5405-b7ef-7357f5ba8fbb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214999,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/6e/cd/436ecd8678fba50b0944e8f5d2e21077796e923e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec43e9f9-2117-5405-b7ef-7357f5ba8fbb/ec43e9f9-2117-5405-b7ef-7357f5ba8fbb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226535,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/63/c2/9f/63c29fbe5fa5d240a176e291a9f3363c7886945b.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec43e9f9-2117-5405-b7ef-7357f5ba8fbb/ec43e9f9-2117-5405-b7ef-7357f5ba8fbb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149444,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/de/c2/8edec25b7a0cbfbfe9aee3fa4ca9d4cf3d95efdb.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec43e9f9-2117-5405-b7ef-7357f5ba8fbb/ec43e9f9-2117-5405-b7ef-7357f5ba8fbb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146482,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/48/47d7487754a95de28bd9f82845e5b0273e30a7bb.jpg?rule=ad-large',
'Width': 1200}],
'price': 10990,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio V 1.0 TCE Limited 90ch',
'transmission': 'manual',
'trim': 'Clio 1.0 TCe 90ch Limited -21',
'vin': None,
'year': 2021}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273128770943%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Saving data for 3128770943: {'created_time': 1774883992.700708, 'last_price_update_time': 1774883992.700721}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3128770943') HTTP/1.1" 204 0
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3161475237
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273161475237%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3161475237: 1
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3161475237
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'FORD Ranger WildTrak 2.0 TDCI e-4WD BVA10 Double Cabine\n'
'\n'
'Année: 21-11-2024 // 1ere Main\n'
'\n'
'Kms: 42 000\n'
'\n'
"Garantie: Constructeur jusqu'au 11/2026\n"
'\n'
'Puissance: 205 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 44 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*rideau de benne électrique\n'
'*Démarrage à distance\n'
'*camera de recul 360°\n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 205,
'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/3161475237',
'listing': 'auction',
'make': 'FORD',
'model': 'Ranger',
'odometer': 42000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/85/d9/96/85d996853c7ae1e19de8afc09c1b566e66d93328.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/95/9e/da959e1985df78e1b6ee740d5a96ff306c85768d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/01/10/430110f6374cb984fde2e9b25fc132f91ed3d243.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a0/38/c3a03892f96f99123f6fe86342644c34ee55af25.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8b/87/e68b875edc6f6f3e953624419833070a0d9e434e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/af/56/21af5663a59be41ecae3983ab9019787c87836ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/2e/e9/5d2ee90463da151e3917ba58524f2bdbf2f928dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/21/35/b02135bc77008e714677e5da3e74163209b676b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/8c/ec/018cec816b3a190713ab3c272a7e8d3fdf543cdc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d2/ee/2ad2eea23ff5f145058d15d96a315d24a6c27dc5.jpg?rule=ad-large'],
'price': 44990,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Ranger Wildtrak 2.0 TDCI e-4WD BVA10 205ch *1ere main',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2024}
2026-03-30 15:19:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fde50df0-dc68-5958-b7e9-43f21a04afd5 with identifier: 3161475237
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fde50df0-dc68-5958-b7e9-43f21a04afd5
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd9%252F96%252F85d996853c7ae1e19de8afc09c1b566e66d93328.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/85/d9/96/85d996853c7ae1e19de8afc09c1b566e66d93328.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F95%252F9e%252Fda959e1985df78e1b6ee740d5a96ff306c85768d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/da/95/9e/da959e1985df78e1b6ee740d5a96ff306c85768d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F01%252F10%252F430110f6374cb984fde2e9b25fc132f91ed3d243.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/01/10/430110f6374cb984fde2e9b25fc132f91ed3d243.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc3%252Fa0%252F38%252Fc3a03892f96f99123f6fe86342644c34ee55af25.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a0/38/c3a03892f96f99123f6fe86342644c34ee55af25.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe6%252F8b%252F87%252Fe68b875edc6f6f3e953624419833070a0d9e434e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8b/87/e68b875edc6f6f3e953624419833070a0d9e434e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Faf%252F56%252F21af5663a59be41ecae3983ab9019787c87836ba.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/21/af/56/21af5663a59be41ecae3983ab9019787c87836ba.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2e%252Fe9%252F5d2ee90463da151e3917ba58524f2bdbf2f928dd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/2e/e9/5d2ee90463da151e3917ba58524f2bdbf2f928dd.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb0%252F21%252F35%252Fb02135bc77008e714677e5da3e74163209b676b4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/21/35/b02135bc77008e714677e5da3e74163209b676b4.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252F8c%252Fec%252F018cec816b3a190713ab3c272a7e8d3fdf543cdc.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/8c/ec/018cec816b3a190713ab3c272a7e8d3fdf543cdc.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2a%252Fd2%252Fee%252F2ad2eea23ff5f145058d15d96a315d24a6c27dc5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d2/ee/2ad2eea23ff5f145058d15d96a315d24a6c27dc5.jpg?rule=ad-large already downloaded
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fde50df0-dc68-5958-b7e9-43f21a04afd5 with identifier 3161475237
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:52 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fde50df0-dc68-5958-b7e9-43f21a04afd5
2026-03-30 15:19:52 [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': 'FORD Ranger WildTrak 2.0 TDCI e-4WD BVA10 Double Cabine\n'
'\n'
'Année: 21-11-2024 // 1ere Main\n'
'\n'
'Kms: 42 000\n'
'\n'
"Garantie: Constructeur jusqu'au 11/2026\n"
'\n'
'Puissance: 205 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 44 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*rideau de benne électrique\n'
'*Démarrage à distance\n'
'*camera de recul 360°\n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 205,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fde50df0-dc68-5958-b7e9-43f21a04afd5',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3161475237',
'listing': 'auction',
'make': 'FORD',
'model': 'Ranger',
'odometer': 42000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/85/d9/96/85d996853c7ae1e19de8afc09c1b566e66d93328.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/95/9e/da959e1985df78e1b6ee740d5a96ff306c85768d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/01/10/430110f6374cb984fde2e9b25fc132f91ed3d243.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a0/38/c3a03892f96f99123f6fe86342644c34ee55af25.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8b/87/e68b875edc6f6f3e953624419833070a0d9e434e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/af/56/21af5663a59be41ecae3983ab9019787c87836ba.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/2e/e9/5d2ee90463da151e3917ba58524f2bdbf2f928dd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/21/35/b02135bc77008e714677e5da3e74163209b676b4.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/8c/ec/018cec816b3a190713ab3c272a7e8d3fdf543cdc.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d2/ee/2ad2eea23ff5f145058d15d96a315d24a6c27dc5.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217629,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/85/d9/96/85d996853c7ae1e19de8afc09c1b566e66d93328.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201607,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/da/95/9e/da959e1985df78e1b6ee740d5a96ff306c85768d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210956,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/01/10/430110f6374cb984fde2e9b25fc132f91ed3d243.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 220961,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c3/a0/38/c3a03892f96f99123f6fe86342644c34ee55af25.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223557,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e6/8b/87/e68b875edc6f6f3e953624419833070a0d9e434e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149990,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/21/af/56/21af5663a59be41ecae3983ab9019787c87836ba.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149189,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/2e/e9/5d2ee90463da151e3917ba58524f2bdbf2f928dd.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164441,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b0/21/35/b02135bc77008e714677e5da3e74163209b676b4.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121859,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/8c/ec/018cec816b3a190713ab3c272a7e8d3fdf543cdc.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fde50df0-dc68-5958-b7e9-43f21a04afd5/fde50df0-dc68-5958-b7e9-43f21a04afd5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238647,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/d2/ee/2ad2eea23ff5f145058d15d96a315d24a6c27dc5.jpg?rule=ad-large',
'Width': 1200}],
'price': 44990,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Ranger Wildtrak 2.0 TDCI e-4WD BVA10 205ch *1ere main',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2024}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273161475237%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Saving data for 3161475237: {'created_time': 1774883992.948701, 'last_price_update_time': 1774883992.948712}
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3161475237') HTTP/1.1" 204 0
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3111106462
2026-03-30 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:52 [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%273111106462%27 HTTP/1.1" 200 None
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scrape type for 3111106462: 1
2026-03-30 15:19:52 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3111106462
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'FORD RAPTOR 2.0 TDCI BVA10 Performance\n'
'\n'
'Année: 14-06-2019 // 1ere Main\n'
'\n'
'Kms: 73 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 213 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 38 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir Alcantara electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************\n'
'\n'
'Véhicule similaire: FORD F150 - Toyota Hilux .',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 213,
'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/3111106462',
'listing': 'auction',
'make': 'FORD',
'model': 'Raptor',
'odometer': 72000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f5/cc/dff5ccf5148104e340d207d48156b214fee24311.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/68/5e/0f685ef102512f1f3e8401dbb4a399930ed0ccbb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/36/c7/7a36c72d5dfb0a8eddabcc38fa24b645af40ed89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/2d/e5/622de5d41f6781608ee9e751705863de8001649f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/3a/60/413a6058a8b4fc99591274a1202d191f04497b07.jpg?rule=ad-large'],
'price': 38990,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RAPTOR TDCI BVA10 Performance 213ch *1ere Main',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:19:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b1697699-3ecf-5056-ac10-8995813f9588 with identifier: 3111106462
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item b1697699-3ecf-5056-ac10-8995813f9588
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252Ff5%252Fcc%252Fdff5ccf5148104e340d207d48156b214fee24311.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f5/cc/dff5ccf5148104e340d207d48156b214fee24311.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0f%252F68%252F5e%252F0f685ef102512f1f3e8401dbb4a399930ed0ccbb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/68/5e/0f685ef102512f1f3e8401dbb4a399930ed0ccbb.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7a%252F36%252Fc7%252F7a36c72d5dfb0a8eddabcc38fa24b645af40ed89.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/36/c7/7a36c72d5dfb0a8eddabcc38fa24b645af40ed89.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F62%252F2d%252Fe5%252F622de5d41f6781608ee9e751705863de8001649f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/62/2d/e5/622de5d41f6781608ee9e751705863de8001649f.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F41%252F3a%252F60%252F413a6058a8b4fc99591274a1202d191f04497b07.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/41/3a/60/413a6058a8b4fc99591274a1202d191f04497b07.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b1697699-3ecf-5056-ac10-8995813f9588 with identifier 3111106462
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b1697699-3ecf-5056-ac10-8995813f9588
2026-03-30 15:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'FORD RAPTOR 2.0 TDCI BVA10 Performance\n'
'\n'
'Année: 14-06-2019 // 1ere Main\n'
'\n'
'Kms: 73 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 213 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 38 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir Alcantara electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************\n'
'\n'
'Véhicule similaire: FORD F150 - Toyota Hilux .',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 213,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b1697699-3ecf-5056-ac10-8995813f9588',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3111106462',
'listing': 'auction',
'make': 'FORD',
'model': 'Raptor',
'odometer': 72000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f5/cc/dff5ccf5148104e340d207d48156b214fee24311.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/68/5e/0f685ef102512f1f3e8401dbb4a399930ed0ccbb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/36/c7/7a36c72d5dfb0a8eddabcc38fa24b645af40ed89.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/2d/e5/622de5d41f6781608ee9e751705863de8001649f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/3a/60/413a6058a8b4fc99591274a1202d191f04497b07.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_566cfdaa-0b33-5fd4-b9bd-c208f23169f5/566cfdaa-0b33-5fd4-b9bd-c208f23169f5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227385,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/f5/cc/dff5ccf5148104e340d207d48156b214fee24311.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_566cfdaa-0b33-5fd4-b9bd-c208f23169f5/566cfdaa-0b33-5fd4-b9bd-c208f23169f5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224506,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0f/68/5e/0f685ef102512f1f3e8401dbb4a399930ed0ccbb.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_566cfdaa-0b33-5fd4-b9bd-c208f23169f5/566cfdaa-0b33-5fd4-b9bd-c208f23169f5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 226079,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7a/36/c7/7a36c72d5dfb0a8eddabcc38fa24b645af40ed89.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1697699-3ecf-5056-ac10-8995813f9588/b1697699-3ecf-5056-ac10-8995813f9588_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141790,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/62/2d/e5/622de5d41f6781608ee9e751705863de8001649f.jpg?rule=ad-large',
'Width': 1067},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1697699-3ecf-5056-ac10-8995813f9588/b1697699-3ecf-5056-ac10-8995813f9588_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112416,
'Height': 800,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/41/3a/60/413a6058a8b4fc99591274a1202d191f04497b07.jpg?rule=ad-large',
'Width': 890}],
'price': 38990,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RAPTOR TDCI BVA10 Performance 213ch *1ere Main',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [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%273111106462%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3111106462: {'created_time': 1774883993.201299, 'last_price_update_time': 1774883993.201312}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3111106462') HTTP/1.1" 204 0
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3140573269
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [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%273140573269%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Scrape type for 3140573269: 1
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3140573269
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'FORD Ranger WildTrak 2.0 TDCI e-4WD BVA10 \n'
'\n'
'Année: 04-10-2023 // 1ere Main\n'
'\n'
'Kms: 27 900\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 205 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 41 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*Démarrage à distance\n'
'*camera de recul 360°\n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 205,
'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/3140573269',
'listing': 'auction',
'make': 'FORD',
'model': 'Ranger',
'odometer': 27900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/df/5e/9fdf5e0a76cdf319eee791fb074c416966a25024.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/1d/b4/e91db4a77e48344c5f73a1bd4de0100fbb97a03f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/a9/07/b8a907f2e65c7fe82eefee786e01d6f43318f99e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/a8/e6/04a8e6b1e57330cbb6e5bed260aeb49f30f262b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/05/5c/b4055c94ae174a7eaaa3b36c7fd67f43677bd59a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/c4/3e/36c43e20821539d11b65fa887f7c7d0ff19a0dcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/3d/eb/933deb192a5c9b41e56e2afa18b9d5bc639d9b46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/0d/53/570d531adf252f28a0a2575316b75e76f4c2057d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3b/d3/843bd3b27c913a1db5ee216760180a90dc2fa65f.jpg?rule=ad-large'],
'price': 41990,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'FORD RANGER WildTrak 2.0 TDCI e-4WD BVA10 205ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:19:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 39ee7f90-cf64-5ad3-b465-a52357c844b9 with identifier: 3140573269
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 39ee7f90-cf64-5ad3-b465-a52357c844b9
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F9f%252Fdf%252F5e%252F9fdf5e0a76cdf319eee791fb074c416966a25024.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/df/5e/9fdf5e0a76cdf319eee791fb074c416966a25024.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F1d%252Fb4%252Fe91db4a77e48344c5f73a1bd4de0100fbb97a03f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/1d/b4/e91db4a77e48344c5f73a1bd4de0100fbb97a03f.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb8%252Fa9%252F07%252Fb8a907f2e65c7fe82eefee786e01d6f43318f99e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/a9/07/b8a907f2e65c7fe82eefee786e01d6f43318f99e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F04%252Fa8%252Fe6%252F04a8e6b1e57330cbb6e5bed260aeb49f30f262b9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/04/a8/e6/04a8e6b1e57330cbb6e5bed260aeb49f30f262b9.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fb4%252F05%252F5c%252Fb4055c94ae174a7eaaa3b36c7fd67f43677bd59a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/05/5c/b4055c94ae174a7eaaa3b36c7fd67f43677bd59a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc4%252F3e%252F36c43e20821539d11b65fa887f7c7d0ff19a0dcd.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/36/c4/3e/36c43e20821539d11b65fa887f7c7d0ff19a0dcd.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F93%252F3d%252Feb%252F933deb192a5c9b41e56e2afa18b9d5bc639d9b46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/93/3d/eb/933deb192a5c9b41e56e2afa18b9d5bc639d9b46.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0d%252F53%252F570d531adf252f28a0a2575316b75e76f4c2057d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/57/0d/53/570d531adf252f28a0a2575316b75e76f4c2057d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F84%252F3b%252Fd3%252F843bd3b27c913a1db5ee216760180a90dc2fa65f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3b/d3/843bd3b27c913a1db5ee216760180a90dc2fa65f.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 39ee7f90-cf64-5ad3-b465-a52357c844b9 with identifier 3140573269
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 39ee7f90-cf64-5ad3-b465-a52357c844b9
2026-03-30 15:19:53 [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': 'FORD Ranger WildTrak 2.0 TDCI e-4WD BVA10 \n'
'\n'
'Année: 04-10-2023 // 1ere Main\n'
'\n'
'Kms: 27 900\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 205 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 41 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*Démarrage à distance\n'
'*camera de recul 360°\n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 205,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '39ee7f90-cf64-5ad3-b465-a52357c844b9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3140573269',
'listing': 'auction',
'make': 'FORD',
'model': 'Ranger',
'odometer': 27900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 9,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/df/5e/9fdf5e0a76cdf319eee791fb074c416966a25024.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/1d/b4/e91db4a77e48344c5f73a1bd4de0100fbb97a03f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/a9/07/b8a907f2e65c7fe82eefee786e01d6f43318f99e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/a8/e6/04a8e6b1e57330cbb6e5bed260aeb49f30f262b9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/05/5c/b4055c94ae174a7eaaa3b36c7fd67f43677bd59a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/c4/3e/36c43e20821539d11b65fa887f7c7d0ff19a0dcd.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/3d/eb/933deb192a5c9b41e56e2afa18b9d5bc639d9b46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/0d/53/570d531adf252f28a0a2575316b75e76f4c2057d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3b/d3/843bd3b27c913a1db5ee216760180a90dc2fa65f.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bb8f00f-eedd-5180-a3d8-837d5b7fe649/3bb8f00f-eedd-5180-a3d8-837d5b7fe649_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233653,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9f/df/5e/9fdf5e0a76cdf319eee791fb074c416966a25024.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39ee7f90-cf64-5ad3-b465-a52357c844b9/39ee7f90-cf64-5ad3-b465-a52357c844b9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207902,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/1d/b4/e91db4a77e48344c5f73a1bd4de0100fbb97a03f.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bb8f00f-eedd-5180-a3d8-837d5b7fe649/3bb8f00f-eedd-5180-a3d8-837d5b7fe649_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245502,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b8/a9/07/b8a907f2e65c7fe82eefee786e01d6f43318f99e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39ee7f90-cf64-5ad3-b465-a52357c844b9/39ee7f90-cf64-5ad3-b465-a52357c844b9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245606,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/04/a8/e6/04a8e6b1e57330cbb6e5bed260aeb49f30f262b9.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bb8f00f-eedd-5180-a3d8-837d5b7fe649/3bb8f00f-eedd-5180-a3d8-837d5b7fe649_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146206,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b4/05/5c/b4055c94ae174a7eaaa3b36c7fd67f43677bd59a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3bb8f00f-eedd-5180-a3d8-837d5b7fe649/3bb8f00f-eedd-5180-a3d8-837d5b7fe649_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146655,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/36/c4/3e/36c43e20821539d11b65fa887f7c7d0ff19a0dcd.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39ee7f90-cf64-5ad3-b465-a52357c844b9/39ee7f90-cf64-5ad3-b465-a52357c844b9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228349,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/93/3d/eb/933deb192a5c9b41e56e2afa18b9d5bc639d9b46.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39ee7f90-cf64-5ad3-b465-a52357c844b9/39ee7f90-cf64-5ad3-b465-a52357c844b9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 251397,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/57/0d/53/570d531adf252f28a0a2575316b75e76f4c2057d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39ee7f90-cf64-5ad3-b465-a52357c844b9/39ee7f90-cf64-5ad3-b465-a52357c844b9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261049,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/84/3b/d3/843bd3b27c913a1db5ee216760180a90dc2fa65f.jpg?rule=ad-large',
'Width': 1200}],
'price': 41990,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'FORD RANGER WildTrak 2.0 TDCI e-4WD BVA10 205ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2023}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [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%273140573269%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3140573269: {'created_time': 1774883993.460901, 'last_price_update_time': 1774883993.460916}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3140573269') HTTP/1.1" 204 0
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3148361586
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [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%273148361586%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Scrape type for 3148361586: 1
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3148361586
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'FORD RAPTOR 2.0 TDCI BVA10 Performance\n'
'\n'
'Année: 17-08-2020\n'
'\n'
'Kms: 54 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 213 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 41 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir Alcantara electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************\n'
'\n'
'Véhicule similaire: FORD F150 - Toyota Hilux .',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 213,
'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/3148361586',
'listing': 'auction',
'make': 'FORD',
'model': 'Raptor',
'odometer': 50000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/54/6d/3c546db24bc01502f4831b91b2a23b5b9f458914.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/48/3d/e9483dc017d33c103b115e11a3468327fcf6a362.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f9/27/3af927903f46a8c6c475c398c4d726a93bcfd104.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/c9/51/6fc95186fa2a5e41cb80aed87ef0da82d0b732ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/62/80/ec62800eebcc74ed2b3e0f6bc1149f2fce03d89e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/68/c0/8068c0fced3c063b8b762289b183944b92227297.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/57/02/c257029d2ca572d5f3540f27f265744d99f77dc6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/ed/a4/55eda408cb856143b606348bc5cbc20623b257d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/d5/99/bed599ed6f2556a67388fc0f4ef94d5607a7575c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/af/3e/1caf3ef6bdb717d4bf85c91f068c09a91781a657.jpg?rule=ad-large'],
'price': 41990,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RAPTOR 2.0 TDCI BVA10 Performance 213ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:53 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 596b0a7a-3d13-5427-9e2d-c3a30fd6b887 with identifier: 3148361586
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 596b0a7a-3d13-5427-9e2d-c3a30fd6b887
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252F54%252F6d%252F3c546db24bc01502f4831b91b2a23b5b9f458914.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/54/6d/3c546db24bc01502f4831b91b2a23b5b9f458914.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe9%252F48%252F3d%252Fe9483dc017d33c103b115e11a3468327fcf6a362.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/48/3d/e9483dc017d33c103b115e11a3468327fcf6a362.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252Ff9%252F27%252F3af927903f46a8c6c475c398c4d726a93bcfd104.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f9/27/3af927903f46a8c6c475c398c4d726a93bcfd104.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fc9%252F51%252F6fc95186fa2a5e41cb80aed87ef0da82d0b732ef.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/c9/51/6fc95186fa2a5e41cb80aed87ef0da82d0b732ef.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fec%252F62%252F80%252Fec62800eebcc74ed2b3e0f6bc1149f2fce03d89e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/62/80/ec62800eebcc74ed2b3e0f6bc1149f2fce03d89e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F80%252F68%252Fc0%252F8068c0fced3c063b8b762289b183944b92227297.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/80/68/c0/8068c0fced3c063b8b762289b183944b92227297.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc2%252F57%252F02%252Fc257029d2ca572d5f3540f27f265744d99f77dc6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/57/02/c257029d2ca572d5f3540f27f265744d99f77dc6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F55%252Fed%252Fa4%252F55eda408cb856143b606348bc5cbc20623b257d6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/55/ed/a4/55eda408cb856143b606348bc5cbc20623b257d6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbe%252Fd5%252F99%252Fbed599ed6f2556a67388fc0f4ef94d5607a7575c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/be/d5/99/bed599ed6f2556a67388fc0f4ef94d5607a7575c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Faf%252F3e%252F1caf3ef6bdb717d4bf85c91f068c09a91781a657.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/af/3e/1caf3ef6bdb717d4bf85c91f068c09a91781a657.jpg?rule=ad-large already downloaded
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 596b0a7a-3d13-5427-9e2d-c3a30fd6b887 with identifier 3148361586
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:53 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 596b0a7a-3d13-5427-9e2d-c3a30fd6b887
2026-03-30 15:19:53 [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': 'FORD RAPTOR 2.0 TDCI BVA10 Performance\n'
'\n'
'Année: 17-08-2020\n'
'\n'
'Kms: 54 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 213 cv Din / 5 cv Fiscx \n'
'\n'
'PRIX: 41 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*sièges Chauffant Cuir Alcantara electrique\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*Vitres Surteinté\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne noir\n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************\n'
'\n'
'Véhicule similaire: FORD F150 - Toyota Hilux .',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 213,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '596b0a7a-3d13-5427-9e2d-c3a30fd6b887',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3148361586',
'listing': 'auction',
'make': 'FORD',
'model': 'Raptor',
'odometer': 50000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/54/6d/3c546db24bc01502f4831b91b2a23b5b9f458914.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/48/3d/e9483dc017d33c103b115e11a3468327fcf6a362.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f9/27/3af927903f46a8c6c475c398c4d726a93bcfd104.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/c9/51/6fc95186fa2a5e41cb80aed87ef0da82d0b732ef.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/62/80/ec62800eebcc74ed2b3e0f6bc1149f2fce03d89e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/68/c0/8068c0fced3c063b8b762289b183944b92227297.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/57/02/c257029d2ca572d5f3540f27f265744d99f77dc6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/ed/a4/55eda408cb856143b606348bc5cbc20623b257d6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/d5/99/bed599ed6f2556a67388fc0f4ef94d5607a7575c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/af/3e/1caf3ef6bdb717d4bf85c91f068c09a91781a657.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212028,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/54/6d/3c546db24bc01502f4831b91b2a23b5b9f458914.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225056,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e9/48/3d/e9483dc017d33c103b115e11a3468327fcf6a362.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218336,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/f9/27/3af927903f46a8c6c475c398c4d726a93bcfd104.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222943,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/6f/c9/51/6fc95186fa2a5e41cb80aed87ef0da82d0b732ef.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237475,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/ec/62/80/ec62800eebcc74ed2b3e0f6bc1149f2fce03d89e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209758,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/80/68/c0/8068c0fced3c063b8b762289b183944b92227297.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160124,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c2/57/02/c257029d2ca572d5f3540f27f265744d99f77dc6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145887,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/55/ed/a4/55eda408cb856143b606348bc5cbc20623b257d6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165244,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/be/d5/99/bed599ed6f2556a67388fc0f4ef94d5607a7575c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_596b0a7a-3d13-5427-9e2d-c3a30fd6b887/596b0a7a-3d13-5427-9e2d-c3a30fd6b887_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120780,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/1c/af/3e/1caf3ef6bdb717d4bf85c91f068c09a91781a657.jpg?rule=ad-large',
'Width': 1200}],
'price': 41990,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD RAPTOR 2.0 TDCI BVA10 Performance 213ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [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%273148361586%27 HTTP/1.1" 200 None
2026-03-30 15:19:53 [auto_selling_leboncoin.fr] INFO: Saving data for 3148361586: {'created_time': 1774883993.756657, 'last_price_update_time': 1774883993.756667}
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3148361586') HTTP/1.1" 204 0
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3154639582
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273154639582%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3154639582: 1
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3154639582
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Trafic 2.0 dci L1H1 Combi 2.8t Life 9 Places\n'
'\n'
'Année: 03-11-2020 // 1ere Main\n'
'\n'
'Kms: 49 500\n'
'\n'
'Puissance: 120 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 22 990EUR **TVA NON RECUPERABLE**\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Rampe électrique PMR\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant multifonctions \n'
'*rétro électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'**2Clés**\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3154639582',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Trafic',
'odometer': 49500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/14/20/fe/1420fe0e590633d96e98ab42c40ae4764c04d7ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/19/a0/db19a06b16dcca785e4515c855a1c4289f82eb3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/88/44/968844148c1037545b42ae3ce3c783f224168147.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/34/98/df34987f4918adf05847cb1488c64460f60205ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/fd/41/0efd4173101b05eab57ded8f7764403817376f18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/13/23/7013238769f5ed584506995f9a3ea9935632169c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/18/b3/4318b3d499dfc86fcccc3cc4f9785ad9b7ede3b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/17/c6/e317c685ad01e62f2ea9f89299c491f7416f3551.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/2a/f7/0c2af7d3f6c810d4cd3e7e01a305c820aaa49ef4.jpg?rule=ad-large'],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Renault Trafic 9 Places 2.0 dci Life 120ch *1ere Main',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1d0665-c15c-50f4-a126-67b18d350ee8 with identifier: 3154639582
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1f1d0665-c15c-50f4-a126-67b18d350ee8
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F14%252F20%252Ffe%252F1420fe0e590633d96e98ab42c40ae4764c04d7ce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/20/fe/1420fe0e590633d96e98ab42c40ae4764c04d7ce.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F19%252Fa0%252Fdb19a06b16dcca785e4515c855a1c4289f82eb3a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/db/19/a0/db19a06b16dcca785e4515c855a1c4289f82eb3a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F96%252F88%252F44%252F968844148c1037545b42ae3ce3c783f224168147.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/96/88/44/968844148c1037545b42ae3ce3c783f224168147.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252F34%252F98%252Fdf34987f4918adf05847cb1488c64460f60205ac.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/34/98/df34987f4918adf05847cb1488c64460f60205ac.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ffd%252F41%252F0efd4173101b05eab57ded8f7764403817376f18.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/fd/41/0efd4173101b05eab57ded8f7764403817376f18.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F13%252F23%252F7013238769f5ed584506995f9a3ea9935632169c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/70/13/23/7013238769f5ed584506995f9a3ea9935632169c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F18%252Fb3%252F4318b3d499dfc86fcccc3cc4f9785ad9b7ede3b5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/43/18/b3/4318b3d499dfc86fcccc3cc4f9785ad9b7ede3b5.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fe3%252F17%252Fc6%252Fe317c685ad01e62f2ea9f89299c491f7416f3551.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/17/c6/e317c685ad01e62f2ea9f89299c491f7416f3551.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0c%252F2a%252Ff7%252F0c2af7d3f6c810d4cd3e7e01a305c820aaa49ef4.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/2a/f7/0c2af7d3f6c810d4cd3e7e01a305c820aaa49ef4.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1f1d0665-c15c-50f4-a126-67b18d350ee8 with identifier 3154639582
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1f1d0665-c15c-50f4-a126-67b18d350ee8
2026-03-30 15:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Trafic 2.0 dci L1H1 Combi 2.8t Life 9 Places\n'
'\n'
'Année: 03-11-2020 // 1ere Main\n'
'\n'
'Kms: 49 500\n'
'\n'
'Puissance: 120 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 22 990EUR **TVA NON RECUPERABLE**\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Rampe électrique PMR\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant multifonctions \n'
'*rétro électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'**2Clés**\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1f1d0665-c15c-50f4-a126-67b18d350ee8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3154639582',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Trafic',
'odometer': 49500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 9,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/14/20/fe/1420fe0e590633d96e98ab42c40ae4764c04d7ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/19/a0/db19a06b16dcca785e4515c855a1c4289f82eb3a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/88/44/968844148c1037545b42ae3ce3c783f224168147.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/34/98/df34987f4918adf05847cb1488c64460f60205ac.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/fd/41/0efd4173101b05eab57ded8f7764403817376f18.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/13/23/7013238769f5ed584506995f9a3ea9935632169c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/18/b3/4318b3d499dfc86fcccc3cc4f9785ad9b7ede3b5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/17/c6/e317c685ad01e62f2ea9f89299c491f7416f3551.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/2a/f7/0c2af7d3f6c810d4cd3e7e01a305c820aaa49ef4.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195558,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/20/fe/1420fe0e590633d96e98ab42c40ae4764c04d7ce.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184264,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/db/19/a0/db19a06b16dcca785e4515c855a1c4289f82eb3a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199718,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/88/44/968844148c1037545b42ae3ce3c783f224168147.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186440,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/34/98/df34987f4918adf05847cb1488c64460f60205ac.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211980,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0e/fd/41/0efd4173101b05eab57ded8f7764403817376f18.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166599,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/70/13/23/7013238769f5ed584506995f9a3ea9935632169c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143691,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/43/18/b3/4318b3d499dfc86fcccc3cc4f9785ad9b7ede3b5.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152141,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e3/17/c6/e317c685ad01e62f2ea9f89299c491f7416f3551.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1d0665-c15c-50f4-a126-67b18d350ee8/1f1d0665-c15c-50f4-a126-67b18d350ee8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 151201,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0c/2a/f7/0c2af7d3f6c810d4cd3e7e01a305c820aaa49ef4.jpg?rule=ad-large',
'Width': 1200}],
'price': 22990,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Renault Trafic 9 Places 2.0 dci Life 120ch *1ere Main',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2020}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273154639582%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3154639582: {'created_time': 1774883994.379951, 'last_price_update_time': 1774883994.379966}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3154639582') HTTP/1.1" 204 0
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3147300822
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273147300822%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3147300822: 1
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3147300822
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'Renault Captur 1.2 TCE EDC Intens Boite Auto\n'
'\n'
'Année: 18-04-2016\n'
'\n'
'Kms: 68 200\n'
'\n'
'Puissance: 120 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 9 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'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/3147300822',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 68200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/7b/1a/fa7b1ad86e7e1547e053618903f765322224615c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/a0/b0/a7a0b0d373c14ed58678d4f32b3cfbff8e630096.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/0b/1a/3a0b1a138bdbe013d530d6c6c46b4088a6bc9c20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/37/6f/df376f7c0b16b6bbf6ab904910e3bcd67df2fee1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/30/c2/5a30c2a478df297676be1491ccc02a95927d5bcb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/0a/f8/070af897f245419e9678d9d912e7115f9faeba5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/f5/c0/0df5c00cb2a7239c0a87f5efa75b55f3150df99a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/bd/b4/76bdb45eba9912249ea86ffe8adececb2dff7ca3.jpg?rule=ad-large'],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.2 TCE EDC Intens 120ch',
'transmission': 'automatic',
'trim': 'Captur 1.2 TCe 120ch Stop&Start energy Intens EDC Euro6',
'vin': None,
'year': 2016}
2026-03-30 15:19:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0df397cc-fde3-5109-aa00-bc7ae494afb9 with identifier: 3147300822
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 0df397cc-fde3-5109-aa00-bc7ae494afb9
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F7b%252F1a%252Ffa7b1ad86e7e1547e053618903f765322224615c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/7b/1a/fa7b1ad86e7e1547e053618903f765322224615c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa7%252Fa0%252Fb0%252Fa7a0b0d373c14ed58678d4f32b3cfbff8e630096.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/a0/b0/a7a0b0d373c14ed58678d4f32b3cfbff8e630096.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3a%252F0b%252F1a%252F3a0b1a138bdbe013d530d6c6c46b4088a6bc9c20.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/0b/1a/3a0b1a138bdbe013d530d6c6c46b4088a6bc9c20.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fdf%252F37%252F6f%252Fdf376f7c0b16b6bbf6ab904910e3bcd67df2fee1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/df/37/6f/df376f7c0b16b6bbf6ab904910e3bcd67df2fee1.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F30%252Fc2%252F5a30c2a478df297676be1491ccc02a95927d5bcb.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/30/c2/5a30c2a478df297676be1491ccc02a95927d5bcb.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0a%252Ff8%252F070af897f245419e9678d9d912e7115f9faeba5d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/07/0a/f8/070af897f245419e9678d9d912e7115f9faeba5d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff5%252Fc0%252F0df5c00cb2a7239c0a87f5efa75b55f3150df99a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/f5/c0/0df5c00cb2a7239c0a87f5efa75b55f3150df99a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F76%252Fbd%252Fb4%252F76bdb45eba9912249ea86ffe8adececb2dff7ca3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/76/bd/b4/76bdb45eba9912249ea86ffe8adececb2dff7ca3.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0df397cc-fde3-5109-aa00-bc7ae494afb9 with identifier 3147300822
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0df397cc-fde3-5109-aa00-bc7ae494afb9
2026-03-30 15:19:54 [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': 'Renault Captur 1.2 TCE EDC Intens Boite Auto\n'
'\n'
'Année: 18-04-2016\n'
'\n'
'Kms: 68 200\n'
'\n'
'Puissance: 120 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 9 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement arrière \n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 120,
'expiration_date': None,
'fuel_type': 'Essence',
'id': '0df397cc-fde3-5109-aa00-bc7ae494afb9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3147300822',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 68200,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 8,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/7b/1a/fa7b1ad86e7e1547e053618903f765322224615c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/a0/b0/a7a0b0d373c14ed58678d4f32b3cfbff8e630096.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/0b/1a/3a0b1a138bdbe013d530d6c6c46b4088a6bc9c20.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/37/6f/df376f7c0b16b6bbf6ab904910e3bcd67df2fee1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/30/c2/5a30c2a478df297676be1491ccc02a95927d5bcb.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/0a/f8/070af897f245419e9678d9d912e7115f9faeba5d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/f5/c0/0df5c00cb2a7239c0a87f5efa75b55f3150df99a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/bd/b4/76bdb45eba9912249ea86ffe8adececb2dff7ca3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215392,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fa/7b/1a/fa7b1ad86e7e1547e053618903f765322224615c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208864,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a7/a0/b0/a7a0b0d373c14ed58678d4f32b3cfbff8e630096.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232034,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/0b/1a/3a0b1a138bdbe013d530d6c6c46b4088a6bc9c20.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249155,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/df/37/6f/df376f7c0b16b6bbf6ab904910e3bcd67df2fee1.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155349,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5a/30/c2/5a30c2a478df297676be1491ccc02a95927d5bcb.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158360,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/07/0a/f8/070af897f245419e9678d9d912e7115f9faeba5d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160178,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0d/f5/c0/0df5c00cb2a7239c0a87f5efa75b55f3150df99a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0df397cc-fde3-5109-aa00-bc7ae494afb9/0df397cc-fde3-5109-aa00-bc7ae494afb9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 148364,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/76/bd/b4/76bdb45eba9912249ea86ffe8adececb2dff7ca3.jpg?rule=ad-large',
'Width': 1200}],
'price': 9990,
'price_includes_vat': False,
'registration_date': '2016-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.2 TCE EDC Intens 120ch',
'transmission': 'automatic',
'trim': 'Captur 1.2 TCe 120ch Stop&Start energy Intens EDC Euro6',
'vin': None,
'year': 2016}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273147300822%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3147300822: {'created_time': 1774883994.598243, 'last_price_update_time': 1774883994.598254}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3147300822') HTTP/1.1" 204 0
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3144426615
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273144426615%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3144426615: 1
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3144426615
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes-Benz Classe A180 2.0 CDI Avantgarde Boite Auto\n'
'\n'
'Année: 18-05-2006\n'
'\n'
'Kms: 96 900\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 109 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 5 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*rétro rabattables électriques \n'
'*limiteur de vitesse \n'
'*jantes Alu\n'
'*4 Vitres électriques\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 109,
'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/3144426615',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 96900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/18/b5/94/18b5947723d6d5c3b4cb663cb8f777eb3bb940fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4b/34/bc4b346b82c431a463da088883f2d19d405253c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/8d/c7/9d8dc7aa77fce76d29ec9eeccc1841b57524e864.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5e/97/bd5e97b9ba5e073d46985452ec187f3ba83db99e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/e7/96/f1e79621ec754d452c6312fc45905baca99863c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/a6/17/gha617df7705c8b31f6181cbda4dc79fad14cdad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/ed/2a/69ed2a1a49fb9b65c07e5b6ea38443bd9dc8841f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/06/29/960629aa88e6b7b08c35c6e5ea420b9acfdaf6d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3c/37/fe3c37486e6530f2aa414b839bce781a9a341415.jpg?rule=ad-large'],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2006-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz Classe A180 2.0 CDI Boite Auto Avantgarde 109ch',
'transmission': 'automatic',
'trim': 'Classe A 180 CDI Avantgarde CVT',
'vin': None,
'year': 2006}
2026-03-30 15:19:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 809d575f-c5ff-56b8-a1b0-998448376cfd with identifier: 3144426615
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 809d575f-c5ff-56b8-a1b0-998448376cfd
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F18%252Fb5%252F94%252F18b5947723d6d5c3b4cb663cb8f777eb3bb940fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/18/b5/94/18b5947723d6d5c3b4cb663cb8f777eb3bb940fa.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbc%252F4b%252F34%252Fbc4b346b82c431a463da088883f2d19d405253c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4b/34/bc4b346b82c431a463da088883f2d19d405253c6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F8d%252Fc7%252F9d8dc7aa77fce76d29ec9eeccc1841b57524e864.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/8d/c7/9d8dc7aa77fce76d29ec9eeccc1841b57524e864.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbd%252F5e%252F97%252Fbd5e97b9ba5e073d46985452ec187f3ba83db99e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5e/97/bd5e97b9ba5e073d46985452ec187f3ba83db99e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff1%252Fe7%252F96%252Ff1e79621ec754d452c6312fc45905baca99863c6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/e7/96/f1e79621ec754d452c6312fc45905baca99863c6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fa6%252F17%252Fgha617df7705c8b31f6181cbda4dc79fad14cdad.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/a6/17/gha617df7705c8b31f6181cbda4dc79fad14cdad.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fed%252F2a%252F69ed2a1a49fb9b65c07e5b6ea38443bd9dc8841f.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/69/ed/2a/69ed2a1a49fb9b65c07e5b6ea38443bd9dc8841f.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F96%252F06%252F29%252F960629aa88e6b7b08c35c6e5ea420b9acfdaf6d2.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/96/06/29/960629aa88e6b7b08c35c6e5ea420b9acfdaf6d2.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3c%252F37%252Ffe3c37486e6530f2aa414b839bce781a9a341415.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3c/37/fe3c37486e6530f2aa414b839bce781a9a341415.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 809d575f-c5ff-56b8-a1b0-998448376cfd with identifier 3144426615
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:54 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 809d575f-c5ff-56b8-a1b0-998448376cfd
2026-03-30 15:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Gris',
'currency': 'EUR',
'description': 'Mercedes-Benz Classe A180 2.0 CDI Avantgarde Boite Auto\n'
'\n'
'Année: 18-05-2006\n'
'\n'
'Kms: 96 900\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 109 cv Din / 6 cv Fiscx \n'
'\n'
'PRIX: 5 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Climatisation\n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*rétro rabattables électriques \n'
'*limiteur de vitesse \n'
'*jantes Alu\n'
'*4 Vitres électriques\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 109,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '809d575f-c5ff-56b8-a1b0-998448376cfd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3144426615',
'listing': 'auction',
'make': 'MERCEDES-BENZ',
'model': 'Classe A',
'odometer': 96900,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 9,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/18/b5/94/18b5947723d6d5c3b4cb663cb8f777eb3bb940fa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4b/34/bc4b346b82c431a463da088883f2d19d405253c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/8d/c7/9d8dc7aa77fce76d29ec9eeccc1841b57524e864.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5e/97/bd5e97b9ba5e073d46985452ec187f3ba83db99e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/e7/96/f1e79621ec754d452c6312fc45905baca99863c6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/a6/17/gha617df7705c8b31f6181cbda4dc79fad14cdad.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/ed/2a/69ed2a1a49fb9b65c07e5b6ea38443bd9dc8841f.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/06/29/960629aa88e6b7b08c35c6e5ea420b9acfdaf6d2.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3c/37/fe3c37486e6530f2aa414b839bce781a9a341415.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208634,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/18/b5/94/18b5947723d6d5c3b4cb663cb8f777eb3bb940fa.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 215478,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bc/4b/34/bc4b346b82c431a463da088883f2d19d405253c6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225478,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9d/8d/c7/9d8dc7aa77fce76d29ec9eeccc1841b57524e864.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147685,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bd/5e/97/bd5e97b9ba5e073d46985452ec187f3ba83db99e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156694,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f1/e7/96/f1e79621ec754d452c6312fc45905baca99863c6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140507,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/gh/a6/17/gha617df7705c8b31f6181cbda4dc79fad14cdad.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161119,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/69/ed/2a/69ed2a1a49fb9b65c07e5b6ea38443bd9dc8841f.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 126762,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/96/06/29/960629aa88e6b7b08c35c6e5ea420b9acfdaf6d2.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809d575f-c5ff-56b8-a1b0-998448376cfd/809d575f-c5ff-56b8-a1b0-998448376cfd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175024,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/fe/3c/37/fe3c37486e6530f2aa414b839bce781a9a341415.jpg?rule=ad-large',
'Width': 1200}],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2006-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz Classe A180 2.0 CDI Boite Auto Avantgarde 109ch',
'transmission': 'automatic',
'trim': 'Classe A 180 CDI Avantgarde CVT',
'vin': None,
'year': 2006}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273144426615%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Saving data for 3144426615: {'created_time': 1774883994.834149, 'last_price_update_time': 1774883994.83416}
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3144426615') HTTP/1.1" 204 0
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3142387235
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [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%273142387235%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scrape type for 3142387235: 1
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3142387235
2026-03-30 15:19:54 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Noir',
'currency': 'EUR',
'description': 'SMART ForTwo Coupé Electrique Boite Auto\n'
'\n'
'Année: 23-12-2015\n'
'\n'
'Kms: 117 500\n'
'\n'
'Garantie: 6Mois Extension Possible \n'
'\n'
'Puissance: 75 cv Din / 1 cv Fiscx \n'
'\n'
'PRIX: 4 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Écran\n'
'*Climatisation\n'
'*aide au stationnement arrière \n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*jantes Alu\n'
'*vitres électriques \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'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/3142387235',
'listing': 'auction',
'make': 'SMART',
'model': 'Fortwo',
'odometer': 117500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/c6/c3/8ec6c3c7ac9fc4428c1f058e42592e527fe61b95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/07/84/5b0784147c6820e8a6054173351161171cad75cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/01/b7/0b01b7f8a67ff452a0bd86cf55181751665af33a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/00/51/a30051daac7eff2f37766091f3af61047be28f2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/37/dc/a137dc5c0f92de291f6abc44f3cf09ad13fd9d7e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/23/fa/1423fa9d15a0ef1662e44ce215c135d3486f98aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/21/3d/86213dc2c5be8af93b676aadc5a32d8728b72624.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/9d/7c/7e9d7c2f9ab7ab49c2d0657905346938ae03bd42.jpg?rule=ad-large'],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'SMART Fortwo Coupé 100% électrique 75ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:19:54 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a396c66-4db1-5f6e-a84a-897768d005eb with identifier: 3142387235
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 4a396c66-4db1-5f6e-a84a-897768d005eb
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F8e%252Fc6%252Fc3%252F8ec6c3c7ac9fc4428c1f058e42592e527fe61b95.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/c6/c3/8ec6c3c7ac9fc4428c1f058e42592e527fe61b95.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F5b%252F07%252F84%252F5b0784147c6820e8a6054173351161171cad75cf.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/07/84/5b0784147c6820e8a6054173351161171cad75cf.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F0b%252F01%252Fb7%252F0b01b7f8a67ff452a0bd86cf55181751665af33a.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/01/b7/0b01b7f8a67ff452a0bd86cf55181751665af33a.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F00%252F51%252Fa30051daac7eff2f37766091f3af61047be28f2d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/00/51/a30051daac7eff2f37766091f3af61047be28f2d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa1%252F37%252Fdc%252Fa137dc5c0f92de291f6abc44f3cf09ad13fd9d7e.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/37/dc/a137dc5c0f92de291f6abc44f3cf09ad13fd9d7e.jpg?rule=ad-large already downloaded
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F14%252F23%252Ffa%252F1423fa9d15a0ef1662e44ce215c135d3486f98aa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/14/23/fa/1423fa9d15a0ef1662e44ce215c135d3486f98aa.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F21%252F3d%252F86213dc2c5be8af93b676aadc5a32d8728b72624.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/86/21/3d/86213dc2c5be8af93b676aadc5a32d8728b72624.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7e%252F9d%252F7c%252F7e9d7c2f9ab7ab49c2d0657905346938ae03bd42.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/9d/7c/7e9d7c2f9ab7ab49c2d0657905346938ae03bd42.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4a396c66-4db1-5f6e-a84a-897768d005eb with identifier 3142387235
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4a396c66-4db1-5f6e-a84a-897768d005eb
2026-03-30 15:19:55 [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': 'SMART ForTwo Coupé Electrique Boite Auto\n'
'\n'
'Année: 23-12-2015\n'
'\n'
'Kms: 117 500\n'
'\n'
'Garantie: 6Mois Extension Possible \n'
'\n'
'Puissance: 75 cv Din / 1 cv Fiscx \n'
'\n'
'PRIX: 4 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Écran\n'
'*Climatisation\n'
'*aide au stationnement arrière \n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*jantes Alu\n'
'*vitres électriques \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 3,
'emission_standard': None,
'engine': None,
'engine_horse_power': 75,
'expiration_date': None,
'fuel_type': 'Électrique',
'id': '4a396c66-4db1-5f6e-a84a-897768d005eb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3142387235',
'listing': 'auction',
'make': 'SMART',
'model': 'Fortwo',
'odometer': 117500,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 8,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/c6/c3/8ec6c3c7ac9fc4428c1f058e42592e527fe61b95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/07/84/5b0784147c6820e8a6054173351161171cad75cf.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/01/b7/0b01b7f8a67ff452a0bd86cf55181751665af33a.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/00/51/a30051daac7eff2f37766091f3af61047be28f2d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/37/dc/a137dc5c0f92de291f6abc44f3cf09ad13fd9d7e.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/23/fa/1423fa9d15a0ef1662e44ce215c135d3486f98aa.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/21/3d/86213dc2c5be8af93b676aadc5a32d8728b72624.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/9d/7c/7e9d7c2f9ab7ab49c2d0657905346938ae03bd42.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232703,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/8e/c6/c3/8ec6c3c7ac9fc4428c1f058e42592e527fe61b95.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229846,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5b/07/84/5b0784147c6820e8a6054173351161171cad75cf.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245133,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0b/01/b7/0b01b7f8a67ff452a0bd86cf55181751665af33a.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154821,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a3/00/51/a30051daac7eff2f37766091f3af61047be28f2d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 166668,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a1/37/dc/a137dc5c0f92de291f6abc44f3cf09ad13fd9d7e.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155630,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/14/23/fa/1423fa9d15a0ef1662e44ce215c135d3486f98aa.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174737,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/86/21/3d/86213dc2c5be8af93b676aadc5a32d8728b72624.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a396c66-4db1-5f6e-a84a-897768d005eb/4a396c66-4db1-5f6e-a84a-897768d005eb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202752,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7e/9d/7c/7e9d7c2f9ab7ab49c2d0657905346938ae03bd42.jpg?rule=ad-large',
'Width': 1200}],
'price': 4990,
'price_includes_vat': False,
'registration_date': '2015-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'SMART Fortwo Coupé 100% électrique 75ch',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2015}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273142387235%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3142387235: {'created_time': 1774883995.067941, 'last_price_update_time': 1774883995.067952}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3142387235') HTTP/1.1" 204 0
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3140580739
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273140580739%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3140580739: 1
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3140580739
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'PEUGEOT 308 1.5 BlueHDI S&S Allure EAT8\n'
'\n'
'Année: 28-02-2023\n'
'\n'
'Kms: 64 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 130 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 19 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Grand Écran\n'
'*Virtual CockPit\n'
"*lumiere d'ambiance\n"
'*Clim Auto bi-zone \n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse adaptatif\n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'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/3140580739',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 64000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/98/2c/37/982c372fd08f74c2657d3c9fbeabf4798d000258.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/1e/a0/201ea015ecee04dde4354dfdc292a89364a4716c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/0d/2f/880d2ffa2eaafbb4b0c77122e0eeaac7e2ebfe00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/a4/6e/a2a46ecfe3957b02a3001cf79ba4ba59f6273a95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/9e/d0/449ed0cff845116c6eb5546b693e301ad2eff0fa.jpg?rule=ad-large'],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDI EAT8 Allure 130ch',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2023}
2026-03-30 15:19:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 82f3e0a7-7a40-501a-bccb-b746882dfe8d with identifier: 3140580739
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 82f3e0a7-7a40-501a-bccb-b746882dfe8d
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F2c%252F37%252F982c372fd08f74c2657d3c9fbeabf4798d000258.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/98/2c/37/982c372fd08f74c2657d3c9fbeabf4798d000258.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F20%252F1e%252Fa0%252F201ea015ecee04dde4354dfdc292a89364a4716c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/20/1e/a0/201ea015ecee04dde4354dfdc292a89364a4716c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F0d%252F2f%252F880d2ffa2eaafbb4b0c77122e0eeaac7e2ebfe00.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/88/0d/2f/880d2ffa2eaafbb4b0c77122e0eeaac7e2ebfe00.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa2%252Fa4%252F6e%252Fa2a46ecfe3957b02a3001cf79ba4ba59f6273a95.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/a4/6e/a2a46ecfe3957b02a3001cf79ba4ba59f6273a95.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F44%252F9e%252Fd0%252F449ed0cff845116c6eb5546b693e301ad2eff0fa.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/44/9e/d0/449ed0cff845116c6eb5546b693e301ad2eff0fa.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 82f3e0a7-7a40-501a-bccb-b746882dfe8d with identifier 3140580739
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 82f3e0a7-7a40-501a-bccb-b746882dfe8d
2026-03-30 15:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'PEUGEOT 308 1.5 BlueHDI S&S Allure EAT8\n'
'\n'
'Année: 28-02-2023\n'
'\n'
'Kms: 64 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 130 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 19 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Grand Écran\n'
'*Virtual CockPit\n'
"*lumiere d'ambiance\n"
'*Clim Auto bi-zone \n'
'*CarPlay Android\n'
'*camera de recul \n'
'*commande vocale\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse adaptatif\n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*phare Led\n'
'*allumage auto des feux \n'
'*feux diurne LED \n'
'*aide au stationnement avant et arrière \n'
'*jantes Alu\n'
'*système start & stop \n'
'*4 vitres électriques \n'
'*fixation ISOFIX \n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en parfait état général* \n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 5,
'emission_standard': None,
'engine': None,
'engine_horse_power': 130,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '82f3e0a7-7a40-501a-bccb-b746882dfe8d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3140580739',
'listing': 'auction',
'make': 'PEUGEOT',
'model': '308',
'odometer': 64000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/98/2c/37/982c372fd08f74c2657d3c9fbeabf4798d000258.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/1e/a0/201ea015ecee04dde4354dfdc292a89364a4716c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/0d/2f/880d2ffa2eaafbb4b0c77122e0eeaac7e2ebfe00.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/a4/6e/a2a46ecfe3957b02a3001cf79ba4ba59f6273a95.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/9e/d0/449ed0cff845116c6eb5546b693e301ad2eff0fa.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f3e0a7-7a40-501a-bccb-b746882dfe8d/82f3e0a7-7a40-501a-bccb-b746882dfe8d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 195778,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/98/2c/37/982c372fd08f74c2657d3c9fbeabf4798d000258.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f3e0a7-7a40-501a-bccb-b746882dfe8d/82f3e0a7-7a40-501a-bccb-b746882dfe8d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214858,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/20/1e/a0/201ea015ecee04dde4354dfdc292a89364a4716c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f3e0a7-7a40-501a-bccb-b746882dfe8d/82f3e0a7-7a40-501a-bccb-b746882dfe8d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228019,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/88/0d/2f/880d2ffa2eaafbb4b0c77122e0eeaac7e2ebfe00.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f3e0a7-7a40-501a-bccb-b746882dfe8d/82f3e0a7-7a40-501a-bccb-b746882dfe8d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176195,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/a4/6e/a2a46ecfe3957b02a3001cf79ba4ba59f6273a95.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_82f3e0a7-7a40-501a-bccb-b746882dfe8d/82f3e0a7-7a40-501a-bccb-b746882dfe8d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162377,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/44/9e/d0/449ed0cff845116c6eb5546b693e301ad2eff0fa.jpg?rule=ad-large',
'Width': 1200}],
'price': 19990,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDI EAT8 Allure 130ch',
'transmission': 'automatic',
'trim': '308 1.5 BlueHDi 130ch S&S Allure EAT8',
'vin': None,
'year': 2023}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273140580739%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3140580739: {'created_time': 1774883995.241456, 'last_price_update_time': 1774883995.241465}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3140580739') HTTP/1.1" 204 0
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3140567230
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273140567230%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3140567230: 1
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3140567230
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'NISSAN Navara NP 300 2.3 dci King Cab 4x4\n'
'\n'
'Année: 30-09-2019\n'
'\n'
'Kms: 104 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 160 cv Din / 8 cv Fiscx \n'
'\n'
'PRIX: 21 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*jantes Alu\n'
'*Vitres Surteinté ar\n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 160,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3140567230',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Navara',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/ff/c7/01ffc7576804e3ee4f3d33abfc94aab8a1546169.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/64/46/c06446ed7e96dcb55e476561595162a59d953ce1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/d7/bb/3cd7bb16c80282ec96f0379731d828cc9f76a93d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/3c/7a/023c7abc5d83b4c006cd658dafc17d8e9d2145ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/57/75/f057753df30c1bb3278dbd848080a53df7fc53ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/16/6f/a8166f1e1741f2dde2d885d390593668faa5ecb6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f9/9e/30f99ef79cefebdd9b8bf1a90346cb4ac1ca9cd9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/ce/2e/2ace2ef0e0faa58bd2acfc215b21e3c63c94eb99.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/f5/99/d9f59957a9c221d52d2e77fd190308daeea26b1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/b3/47d7b3abe4b2b75cc369adac1c6d93a96b9ab9b3.jpg?rule=ad-large'],
'price': 21990,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Nissan Navara NP300 2.3 dci KingCab 4x4 163ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:19:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c2c9a592-5381-55d7-856e-2c79138915fa with identifier: 3140567230
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c2c9a592-5381-55d7-856e-2c79138915fa
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F01%252Fff%252Fc7%252F01ffc7576804e3ee4f3d33abfc94aab8a1546169.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/01/ff/c7/01ffc7576804e3ee4f3d33abfc94aab8a1546169.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fc0%252F64%252F46%252Fc06446ed7e96dcb55e476561595162a59d953ce1.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/64/46/c06446ed7e96dcb55e476561595162a59d953ce1.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252Fd7%252Fbb%252F3cd7bb16c80282ec96f0379731d828cc9f76a93d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/d7/bb/3cd7bb16c80282ec96f0379731d828cc9f76a93d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F3c%252F7a%252F023c7abc5d83b4c006cd658dafc17d8e9d2145ce.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/02/3c/7a/023c7abc5d83b4c006cd658dafc17d8e9d2145ce.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Ff0%252F57%252F75%252Ff057753df30c1bb3278dbd848080a53df7fc53ec.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/57/75/f057753df30c1bb3278dbd848080a53df7fc53ec.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa8%252F16%252F6f%252Fa8166f1e1741f2dde2d885d390593668faa5ecb6.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/16/6f/a8166f1e1741f2dde2d885d390593668faa5ecb6.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff9%252F9e%252F30f99ef79cefebdd9b8bf1a90346cb4ac1ca9cd9.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f9/9e/30f99ef79cefebdd9b8bf1a90346cb4ac1ca9cd9.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F2a%252Fce%252F2e%252F2ace2ef0e0faa58bd2acfc215b21e3c63c94eb99.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/ce/2e/2ace2ef0e0faa58bd2acfc215b21e3c63c94eb99.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Ff5%252F99%252Fd9f59957a9c221d52d2e77fd190308daeea26b1d.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/f5/99/d9f59957a9c221d52d2e77fd190308daeea26b1d.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252Fd7%252Fb3%252F47d7b3abe4b2b75cc369adac1c6d93a96b9ab9b3.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/b3/47d7b3abe4b2b75cc369adac1c6d93a96b9ab9b3.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c2c9a592-5381-55d7-856e-2c79138915fa with identifier 3140567230
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c2c9a592-5381-55d7-856e-2c79138915fa
2026-03-30 15:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Bleu',
'currency': 'EUR',
'description': 'NISSAN Navara NP 300 2.3 dci King Cab 4x4\n'
'\n'
'Année: 30-09-2019\n'
'\n'
'Kms: 104 000\n'
'\n'
'Garantie: 6Mois extension possible\n'
'\n'
'Puissance: 160 cv Din / 8 cv Fiscx \n'
'\n'
'PRIX: 21 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
'\n'
'*Gps Navigation \n'
'*Clim Auto bi-zone\n'
'*camera de recul \n'
'*commande vocale\n'
'*marche pied\n'
'*Différentiel Autobloquant\n'
'*kit main libre Bluetooth \n'
'*interface MP3 \n'
'*volant cuir multifonctions \n'
'*aide au maintien dans la voie\n'
'*rétro rabattables électriques \n'
'*régulateur de vitesse \n'
'*limiteur de vitesse \n'
'*lecture des panneaux \n'
'*capteur de pluie \n'
'*allumage auto des feux \n'
'*jantes Alu\n'
'*Vitres Surteinté ar\n'
'*système start & stop \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*Rideau de benne \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 160,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c2c9a592-5381-55d7-856e-2c79138915fa',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3140567230',
'listing': 'auction',
'make': 'NISSAN',
'model': 'Navara',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 10,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/01/ff/c7/01ffc7576804e3ee4f3d33abfc94aab8a1546169.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/64/46/c06446ed7e96dcb55e476561595162a59d953ce1.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/d7/bb/3cd7bb16c80282ec96f0379731d828cc9f76a93d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/3c/7a/023c7abc5d83b4c006cd658dafc17d8e9d2145ce.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/57/75/f057753df30c1bb3278dbd848080a53df7fc53ec.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/16/6f/a8166f1e1741f2dde2d885d390593668faa5ecb6.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f9/9e/30f99ef79cefebdd9b8bf1a90346cb4ac1ca9cd9.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/ce/2e/2ace2ef0e0faa58bd2acfc215b21e3c63c94eb99.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/f5/99/d9f59957a9c221d52d2e77fd190308daeea26b1d.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/b3/47d7b3abe4b2b75cc369adac1c6d93a96b9ab9b3.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230731,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/01/ff/c7/01ffc7576804e3ee4f3d33abfc94aab8a1546169.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 233935,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c0/64/46/c06446ed7e96dcb55e476561595162a59d953ce1.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245744,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/d7/bb/3cd7bb16c80282ec96f0379731d828cc9f76a93d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231397,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/02/3c/7a/023c7abc5d83b4c006cd658dafc17d8e9d2145ce.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239008,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f0/57/75/f057753df30c1bb3278dbd848080a53df7fc53ec.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258137,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a8/16/6f/a8166f1e1741f2dde2d885d390593668faa5ecb6.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255370,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/30/f9/9e/30f99ef79cefebdd9b8bf1a90346cb4ac1ca9cd9.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150027,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2a/ce/2e/2ace2ef0e0faa58bd2acfc215b21e3c63c94eb99.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149886,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/f5/99/d9f59957a9c221d52d2e77fd190308daeea26b1d.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c2c9a592-5381-55d7-856e-2c79138915fa/c2c9a592-5381-55d7-856e-2c79138915fa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162838,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/47/d7/b3/47d7b3abe4b2b75cc369adac1c6d93a96b9ab9b3.jpg?rule=ad-large',
'Width': 1200}],
'price': 21990,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Nissan Navara NP300 2.3 dci KingCab 4x4 163ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2019}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273140567230%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3140567230: {'created_time': 1774883995.495503, 'last_price_update_time': 1774883995.495515}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3140567230') HTTP/1.1" 204 0
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3104269902
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273104269902%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scrape type for 3104269902: 1
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3104269902
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Trafic II L2H1 2.0 dci 6Places\n'
'\n'
'Année: 14-06-2007\n'
'\n'
'Kms: 349 000\n'
'\n'
'Puissance: 90 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 5 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
' \n'
'*Climatisation\n'
'*plancher arrière bois \n'
'*interface MP3 \n'
'*rétro électriques \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3104269902',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Trafic',
'odometer': 349000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/1a/f0/d91af0533850f59913d10a6102bc9ce5e42fdc46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/b8/87/a2b88772f687904fa639f578724d2ea4ff87858c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/7a/f7/7f7af7d49535c1fc266b5a3103bc8c467bcc1de5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e3/2a/bbe32a93863be7a249a7da0cf539b8c8af134374.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ed/a0/3ceda0d0ca90a72c72399ffdd8b62e6a1ec6428c.jpg?rule=ad-large'],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2007-06-01',
'seats_number': 6,
'seller_name': None,
'title': 'Renault Trafic 2.0 dci L2H1 6Places 90ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2007}
2026-03-30 15:19:55 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b7e10dc-2491-5631-b24e-d29868fd4bc7 with identifier: 3104269902
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 4b7e10dc-2491-5631-b24e-d29868fd4bc7
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /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%252F1a%252Ff0%252Fd91af0533850f59913d10a6102bc9ce5e42fdc46.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/1a/f0/d91af0533850f59913d10a6102bc9ce5e42fdc46.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fa2%252Fb8%252F87%252Fa2b88772f687904fa639f578724d2ea4ff87858c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/b8/87/a2b88772f687904fa639f578724d2ea4ff87858c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F7f%252F7a%252Ff7%252F7f7af7d49535c1fc266b5a3103bc8c467bcc1de5.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/7a/f7/7f7af7d49535c1fc266b5a3103bc8c467bcc1de5.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252Fbb%252Fe3%252F2a%252Fbbe32a93863be7a249a7da0cf539b8c8af134374.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e3/2a/bbe32a93863be7a249a7da0cf539b8c8af134374.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_leboncoin.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg.leboncoin.fr%252Fapi%252Fv1%252Flbcpb1%252Fimages%252F3c%252Fed%252Fa0%252F3ceda0d0ca90a72c72399ffdd8b62e6a1ec6428c.jpg%253Frule%3Dad-large%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ed/a0/3ceda0d0ca90a72c72399ffdd8b62e6a1ec6428c.jpg?rule=ad-large already downloaded
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4b7e10dc-2491-5631-b24e-d29868fd4bc7 with identifier 3104269902
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4b7e10dc-2491-5631-b24e-d29868fd4bc7
2026-03-30 15:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blanc',
'currency': 'EUR',
'description': 'Renault Trafic II L2H1 2.0 dci 6Places\n'
'\n'
'Année: 14-06-2007\n'
'\n'
'Kms: 349 000\n'
'\n'
'Puissance: 90 cv Din / 7 cv Fiscx \n'
'\n'
'PRIX: 5 990EUR\n'
'\n'
'**Reprise possible sous conditions argus pro** \n'
'\n'
'Équipements: \n'
' \n'
'*Climatisation\n'
'*plancher arrière bois \n'
'*interface MP3 \n'
'*rétro électriques \n'
'*vitres électriques \n'
'*fixation ISOFIX \n'
'*attelage\n'
'*airbag \n'
'*ESP \n'
'*ABS .... \n'
'\n'
'*Véhicule en bon état général* \n'
'*2Clés*\n'
'\n'
'******************************** \n'
' ZS AUTOMOBILES VELAUX\n'
' 13880 VELAUX \n'
'********************************',
'doors_number': 4,
'emission_standard': None,
'engine': None,
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4b7e10dc-2491-5631-b24e-d29868fd4bc7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.leboncoin.fr/ad/voitures/3104269902',
'listing': 'auction',
'make': 'RENAULT',
'model': 'Trafic',
'odometer': 349000,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 5,
'photo_urls': ['https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/1a/f0/d91af0533850f59913d10a6102bc9ce5e42fdc46.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/b8/87/a2b88772f687904fa639f578724d2ea4ff87858c.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/7a/f7/7f7af7d49535c1fc266b5a3103bc8c467bcc1de5.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e3/2a/bbe32a93863be7a249a7da0cf539b8c8af134374.jpg?rule=ad-large',
'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ed/a0/3ceda0d0ca90a72c72399ffdd8b62e6a1ec6428c.jpg?rule=ad-large'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9b8e907-b0bb-5674-a686-7fb2aee2aa79/b9b8e907-b0bb-5674-a686-7fb2aee2aa79_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198837,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d9/1a/f0/d91af0533850f59913d10a6102bc9ce5e42fdc46.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9b8e907-b0bb-5674-a686-7fb2aee2aa79/b9b8e907-b0bb-5674-a686-7fb2aee2aa79_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204447,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/a2/b8/87/a2b88772f687904fa639f578724d2ea4ff87858c.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9b8e907-b0bb-5674-a686-7fb2aee2aa79/b9b8e907-b0bb-5674-a686-7fb2aee2aa79_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176003,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/7f/7a/f7/7f7af7d49535c1fc266b5a3103bc8c467bcc1de5.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9b8e907-b0bb-5674-a686-7fb2aee2aa79/b9b8e907-b0bb-5674-a686-7fb2aee2aa79_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158659,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/bb/e3/2a/bbe32a93863be7a249a7da0cf539b8c8af134374.jpg?rule=ad-large',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b9b8e907-b0bb-5674-a686-7fb2aee2aa79/b9b8e907-b0bb-5674-a686-7fb2aee2aa79_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143672,
'Height': 676,
'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3c/ed/a0/3ceda0d0ca90a72c72399ffdd8b62e6a1ec6428c.jpg?rule=ad-large',
'Width': 1200}],
'price': 5990,
'price_includes_vat': False,
'registration_date': '2007-06-01',
'seats_number': 6,
'seller_name': None,
'title': 'Renault Trafic 2.0 dci L2H1 6Places 90ch',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2007}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [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%273104269902%27 HTTP/1.1" 200 None
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: Saving data for 3104269902: {'created_time': 1774883995.653311, 'last_price_update_time': 1774883995.653321}
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3104269902') HTTP/1.1" 204 0
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
2026-03-30 15:19:55 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:19:55 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:19:55 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4afd5c402c1f11f18e133aacc95538c6
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:19:55 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:19:55 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:19:55 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:19:55 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:19:55 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 7, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19: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%273166741337%27 HTTP/1.1" 200 None
2026-03-30 15:19:56 [auto_selling_leboncoin.fr] INFO: Saving data for 3166741337: {'created_time': 1774883996.163}
2026-03-30 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_leboncoin.fr',RowKey='3166741337') HTTP/1.1" 204 0
2026-03-30 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:19:56 [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%201773587996 HTTP/1.1" 200 None
2026-03-30 15:19:56 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (17 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/4afd5c402c1f11f18e133aacc95538c6.jl
2026-03-30 15:19:56 [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': 904998,
'downloader/response_count': 2,
'downloader/response_status_count/200': 2,
'elapsed_time_seconds': 88.731368,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 19, 56, 338358, tzinfo=datetime.timezone.utc),
'item_scraped_count': 17,
'log_count/DEBUG': 466,
'log_count/ERROR': 7,
'log_count/INFO': 342,
'memusage/max': 153227264,
'memusage/startup': 149245952,
'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': 18,
'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': 38.45819050166756,
'scrapy-zyte-api/mean_response_seconds': 38.75196310598403,
'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': 18,
'source/total_available': 18,
'start_time': datetime.datetime(2026, 3, 30, 15, 18, 27, 606990, tzinfo=datetime.timezone.utc)}
2026-03-30 15:19:56 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:19:56 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fc24bf8b490>
2026-03-30 15:19:56 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fc24bf8bd10>
PROJECT (sourcing_v2)
SPIDER (auto_selling_leboncoin.fr)