• 'pip install logparser' on host 'scrapyd-1:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2025-12-28 10:01:06, /var/lib/scrapydweb/data/stats/scrapyd-1_6800/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42.json

PROJECT (sourcing_v2), SPIDER (auto_selling_leboncoin.fr)

  • Log analysis
  • Log categorization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto_selling_leboncoin.fr
    jobfd7652eee3d311f0b2fbdec23cc99c42
    first_log_time2025-12-28 10:00:32
    latest_log_time2025-12-28 10:01:01
    runtime0:00:29
    crawled_pages 2
    scraped_items 47
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count2
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • error_logs
      2 in total

      2025-12-28 10:01:01 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f0b22324890>
      2025-12-28 10:01:01 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f0b22325110>

      INFO

      DEBUG

    • latest_crawl

      2025-12-28 10:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/1194034/carstrader.htm) ['zyte-api']
    • latest_scrape

      2025-12-28 10:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api.leboncoin.fr/finder/search>
    • latest_stat

      2025-12-28 10:00:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6027
    • telnet_password

      541f423c0b741c99
    • Head

      2025-12-28 10:00:32 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2025-12-28 10:00:32 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
      2025-12-28 10:00:32 [auto_selling_leboncoin.fr] INFO: Starting auto_selling_leboncoin.fr spider
      2025-12-28 10:00:32 [auto_selling_leboncoin.fr] INFO: _job: fd7652eee3d311f0b2fbdec23cc99c42, SCRAPY_JOB: None
      2025-12-28 10:00:32 [scrapy.addons] INFO: Enabled addons:
      []
      2025-12-28 10:00:32 [asyncio] DEBUG: Using selector: EpollSelector
      2025-12-28 10:00:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2025-12-28 10:00:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2025-12-28 10:00:32 [scrapy.extensions.telnet] INFO: Telnet Password: 541f423c0b741c99
      2025-12-28 10:00:33 [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']
      2025-12-28 10:00:33 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 3600,
       'CONCURRENT_REQUESTS': 5,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42.log',
       'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
       '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': ''}
      2025-12-28 10:00:33 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-28 10:00:33 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2025-12-28 10:00:33 [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']
      2025-12-28 10:00:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
      2025-12-28 10:00:33 [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']
      2025-12-28 10:00:33 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
       'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
      2025-12-28 10:00:33 [scrapy.core.engine] INFO: Spider opened
      2025-12-28 10:00:33 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2025-12-28 10:00:33 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-dev-bus.servicebus.windows.net
      2025-12-28 10:00:33 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
      2025-12-28 10:00:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2025-12-28 10:00:33 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6027
      2025-12-28 10:00:33 [scrapy-playwright] INFO: Starting download handler
      
      2025-12-28 10:00:33 [scrapy-playwright] INFO: Starting download handler
      2025-12-28 10:00:38 [auto_selling_leboncoin.fr] INFO: Scraper started with URL: https://www.leboncoin.fr/boutique/1194034/carstrader.htm and multipost_profile_id: 2ecaecf9-8c82-4bb6-a678-7f93e1c0548f and job_id: fd7652eee3d311f0b2fbdec23cc99c42
      2025-12-28 10:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-28 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.leboncoin.fr/boutique/1194034/carstrader.htm> (referer: https://www.leboncoin.fr/boutique/1194034/carstrader.htm) ['zyte-api']
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: Captured Zyte cookies: [{'name': '__Secure-Install', 'value': '2c3e6dc1-707c-457f-a257-7009103d28b6', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 253402300798, 'httpOnly': False, 'secure': True}, {'name': 'cnfdVisitorId', 'value': '645422c2-b383-4f4e-aadd-ebc49f9e7acf', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1924596039, 'httpOnly': False, 'secure': True}, {'name': 'datadome', 'value': '3QCufyyCPJ1Qirv5SlsZzlgQyyaioNelim1dJiZNghPGTY04mmeQHA0iyaJXP1pEnHvzUPuWjJpgXpJrIXw5_1ZomNEBcPPLAf6EhRQ2_2j6vKoZjfpMp6Mt977S8SBb', 'domain': '.leboncoin.fr', 'path': '/', 'expires': 1798452039, 'httpOnly': False, 'secure': True}]
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: Scrapy-formatted cookies: [{'name': '__Secure-Install', 'value': '2c3e6dc1-707c-457f-a257-7009103d28b6', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '645422c2-b383-4f4e-aadd-ebc49f9e7acf', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': '3QCufyyCPJ1Qirv5SlsZzlgQyyaioNelim1dJiZNghPGTY04mmeQHA0iyaJXP1pEnHvzUPuWjJpgXpJrIXw5_1ZomNEBcPPLAf6EhRQ2_2j6vKoZjfpMp6Mt977S8SBb', 'domain': '.leboncoin.fr', 'path': '/'}]
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: Response headers after parse_dealer_home_page: {b'X-Amz-Cf-Pop': [b'LHR3-P2'], b'Date': [b'Sun, 28 Dec 2025 10:00:39 GMT'], b'Vary': [b'accept-encoding'], b'Strict-Transport-Security': [b'max-age=15768000'], 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'Via': [b'1.1 43469d298778fdde8a48fa2f8f02d5d6.cloudfront.net (CloudFront)'], b'Set-Cookie': [b'datadome=3QCufyyCPJ1Qirv5SlsZzlgQyyaioNelim1dJiZNghPGTY04mmeQHA0iyaJXP1pEnHvzUPuWjJpgXpJrIXw5_1ZomNEBcPPLAf6EhRQ2_2j6vKoZjfpMp6Mt977S8SBb; Max-Age=31536000; Domain=.leboncoin.fr; Path=/; Secure; SameSite=Lax'], b'Content-Security-Policy': [b'frame-ancestors *.leboncoin.fr *.leboncoin.io *.leboncoin.ci; report-uri https://api.leboncoin.fr/api/csp-report/v1/report/;'], b'Referrer-Policy': [b'no-referrer-when-downgrade'], b'Etag': [b'W/"ers3lnusy0cx9l"'], 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'X-Cache': [b'Miss from cloudfront'], b'Cache-Control': [b'private, no-cache, no-store, max-age=0, must-revalidate'], b'X-Datadome': [b'protected'], b'X-Amz-Cf-Id': [b'_Ct2BVppt5BJ8HejGz2GBavz_FNw3rF3wEPgoWFo9mnZk_VleOaS7Q==']}
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: defaultSearchOptions: {'limit': 10, 'filters': {'owner': {'user_id': 'bb607875-7eb2-4ce2-841e-1429fdd3d94e'}, 'enums': {'ad_type': ['offer']}, 'keywords': {'text': ''}, 'category': {'id': '1'}}}
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: cookies: [{'name': '__Secure-Install', 'value': '2c3e6dc1-707c-457f-a257-7009103d28b6', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'cnfdVisitorId', 'value': '645422c2-b383-4f4e-aadd-ebc49f9e7acf', 'domain': '.leboncoin.fr', 'path': '/'}, {'name': 'datadome', 'value': '3QCufyyCPJ1Qirv5SlsZzlgQyyaioNelim1dJiZNghPGTY04mmeQHA0iyaJXP1pEnHvzUPuWjJpgXpJrIXw5_1ZomNEBcPPLAf6EhRQ2_2j6vKoZjfpMp6Mt977S8SBb', 'domain': '.leboncoin.fr', 'path': '/'}]
      2025-12-28 10:00:40 [auto_selling_leboncoin.fr] INFO: Payload for get listings: {'limit': 200, 'filters': {'owner': {'user_id': 'bb607875-7eb2-4ce2-841e-1429fdd3d94e'}, 'enums': {'ad_type': ['offer']}, 'keywords': {'text': ''}, 'category': {'id': '1'}}, 'offset': 0}
      2025-12-28 10:00:40 [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"]}, "keywords": {"text": ""}, "owner": {"user_id": "bb607875-7eb2-4ce2-841e-1429fdd3d94e"}}, "limit": 200, "offset": 0}' -H 'Accept: */*' -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' -H 'Content-Type: application/json' -H 'Origin: https://www.leboncoin.fr' --cookie 'name=__Secure-Install; name=cnfdVisitorId; name=datadome'
      2025-12-28 10:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2025-12-28 10:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api.leboncoin.fr/finder/search> (referer: https://www.leboncoin.fr/boutique/1194034/carstrader.htm) ['zyte-api']
      2025-12-28 10:00:42 [auto_selling_leboncoin.fr] INFO: Found 47 listings on page 1
      2025-12-28 10:00:42 [auto_selling_leboncoin.fr] INFO: Found listing with ID: 3100640964
      2025-12-28 10:00:42 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
      2025-12-28 10:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2025-12-28 10:00:42 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 1950
      2025-12-28 10:00:42 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2025-12-28 10:00:42 [auto_selling_leboncoin.fr] INFO: Scrape type for 3100640964: 1
      2025-12-28 10:00:42 [auto_selling_leboncoin.fr] INFO: Scraping new listing 3100640964
      2025-12-28 10:00:42 [auto_selling_leboncoin.fr] INFO: Extracted item: {'auction_title': '',
       'c_o_2_emission_value': None,
       'category': None,
       'color': 'Gris',
       'currency': 'EUR',
       'description': 'OPEL CORSA 1.4 90 cv EXCITE Garantie 12 Mois, berline, gris '
                      'clair, 5 cv, 5 portes, première mise en circulation le '
                      '21/09/2018, garantie : 12 mois.\n'
                      '\n'
                      'Prix TTC : 8 990 €\n'
                      '\n'
                      '5 places\n'
                      '\n'
                      'Emission de CO2 : 128 g CO2/km\n'
    • Tail

                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_1.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 156400,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/82/00/a3/8200a3206868f8fead1894a293637bcb38facd90.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_2.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 162824,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/24/8c/2e/248c2e22e1c8ffa7e71b73607f2e964a746bb962.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_3.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 163870,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3f/5a/f2/3f5af220b77901b040cbd00aa557e7b23a25fda8.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_4.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 126300,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/c6/ac/ea/c6aceaab89ae40e753bdbacb14f1dcfe9a65e8d2.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_5.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 110204,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/0a/ce/e0/0acee0f012de6925673d49d0ce0639ccaf1c0220.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_6.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 179761,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/d7/d2/2ed7d255cfd357caf6714502bb7537604c9c5b91.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_7.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 162674,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/2e/9f/9b/2e9f9b0a53b8a46fcdeb887ad1034a143bf2b2fb.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_8.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 170943,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/81/47/8e/81478e7270041f3cda93284299bf689bd6d62037.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_9.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 152899,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3e/06/13/3e0613ddc44522e91d3d579707c4d6ec11db22b5.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_10.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 156171,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/d1/d4/61/d1d461a120968eed3747d9c475c7139c482021f4.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_11.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 136235,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/b7/4a/3e/b74a3e790ec8ccc25aa789a648aa7a4b4ac17eed.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_12.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 165798,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/9b/c3/55/9bc3558f4ccdfa0b2b107a685da5a02fbe75b8e1.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_13.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 106298,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/5d/aa/c3/5daac3c4ebe61cf6cade343345fb0395b20ecd9f.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_14.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 128536,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/f3/e0/1c/f3e01c51456c757ed113d1dc1e3ab75f32b0b8e2.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_15.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 110454,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/3a/1f/e6/3a1fe61339cf37be51c0a01a9cdf03bb76cfde8c.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_16.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 103149,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/4b/84/7c/4b847c22bb1763d8c160aa5e0208dc9d6c4b98fc.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_17.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 71745,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/e7/ce/04/e7ce041c4fd38f07bd2e29dd93f066c185740604.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_18.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 60362,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/45/19/e9/4519e945ee4cd6b1963e6466af0f7668504706f6.jpg?rule=ad-large',
                   'Width': 1067},
                  {'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf7a1f8d-c660-5c13-a910-f1e52744a7fb/cf7a1f8d-c660-5c13-a910-f1e52744a7fb_image_19.jpg',
                   'Extension': 'jpg',
                   'FileSizeInBytes': 93668,
                   'Height': 800,
                   'OriginUrl': 'https://img.leboncoin.fr/api/v1/lbcpb1/images/09/55/31/0955313ce910a2cd5660c1c9555f9b9d274a0783.jpg?rule=ad-large',
                   'Width': 1067}],
       'price': 10990,
       'price_includes_vat': False,
       'registration_date': '2019-11-01',
       'seats_number': 5,
       'seller_name': None,
       'title': 'PEUGEOT 208 GT Line 1.2 110 CV',
       'transmission': 'manual',
       'trim': '208 1.2 PureTech 100ch S&S GT Line',
       'vin': None,
       'year': 2019}
      2025-12-28 10:01:01 [auto_selling_leboncoin.fr] INFO: Saving data for 3113854812: {'created_time': 1766916061.229591, 'last_price_update_time': 1766916061.2296}
      2025-12-28 10:01:01 [auto_selling_leboncoin.fr] INFO: No more listings found to scrape
      2025-12-28 10:01:01 [scrapy.core.engine] INFO: Closing spider (finished)
      2025-12-28 10:01:01 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
      2025-12-28 10:01:01 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
      2025-12-28 10:01:01 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item fd7652eee3d311f0b2fbdec23cc99c42
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
      2025-12-28 10:01:01 [azure.servicebus._pyamqp._transport] DEBUG: Transport endpoint is already disconnected: OSError(107, 'Transport endpoint is not connected')
      2025-12-28 10:01:01 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
      2025-12-28 10:01:01 [auto_selling_leboncoin.fr] INFO: auto_selling_leboncoin.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 3, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
      2025-12-28 10:01:01 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (47 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42.jl
      2025-12-28 10:01:01 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 739,
       'downloader/request_count': 2,
       'downloader/request_method_count/GET': 1,
       'downloader/request_method_count/POST': 1,
       'downloader/response_bytes': 1388060,
       'downloader/response_count': 2,
       'downloader/response_status_count/200': 2,
       'elapsed_time_seconds': 28.591273,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2025, 12, 28, 10, 1, 1, 740735, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 47,
       'log_count/DEBUG': 212,
       'log_count/INFO': 1331,
       'memusage/max': 126111744,
       'memusage/startup': 126111744,
       'request_depth_max': 1,
       'response_received_count': 2,
       'scheduler/dequeued': 2,
       'scheduler/dequeued/memory': 2,
       'scheduler/enqueued': 2,
       'scheduler/enqueued/memory': 2,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 2,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 1.4431689553894103,
       'scrapy-zyte-api/mean_response_seconds': 1.8378697885200381,
       '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,
       'start_time': datetime.datetime(2025, 12, 28, 10, 0, 33, 149462, tzinfo=datetime.timezone.utc)}
      2025-12-28 10:01:01 [scrapy.core.engine] INFO: Spider closed (finished)
      2025-12-28 10:01:01 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f0b22324890>
      2025-12-28 10:01:01 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f0b22325110>
    • Log

      /1/log/utf8/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42/?job_finished=True

    • Source

      http://scrapyd-1:6800/logs/sourcing_v2/auto_selling_leboncoin.fr/fd7652eee3d311f0b2fbdec23cc99c42.log

  • sourcelog
    last_update_time2025-12-28 10:01:01
    last_update_timestamp1766916061
    downloader/request_bytes739
    downloader/request_count2
    downloader/request_method_count/GET1
    downloader/request_method_count/POST1
    downloader/response_bytes1388060
    downloader/response_count2
    downloader/response_status_count/2002
    elapsed_time_seconds28.591273
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2025, 12, 28, 10, 1, 1, 740735, tzinfo=datetime.timezone.utc)
    item_scraped_count47
    log_count/DEBUG212
    log_count/INFO1331
    memusage/max126111744
    memusage/startup126111744
    request_depth_max1
    response_received_count2
    scheduler/dequeued2
    scheduler/dequeued/memory2
    scheduler/enqueued2
    scheduler/enqueued/memory2
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts2
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds1.4431689553894103
    scrapy-zyte-api/mean_response_seconds1.8378697885200381
    scrapy-zyte-api/processed2
    scrapy-zyte-api/request_args/customHttpRequestHeaders2
    scrapy-zyte-api/request_args/experimental.responseCookies1
    scrapy-zyte-api/request_args/httpRequestBody1
    scrapy-zyte-api/request_args/httpRequestMethod1
    scrapy-zyte-api/request_args/httpResponseBody2
    scrapy-zyte-api/request_args/httpResponseHeaders2
    scrapy-zyte-api/request_args/responseCookies1
    scrapy-zyte-api/request_args/url2
    scrapy-zyte-api/status_codes/2002
    scrapy-zyte-api/success2
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2025, 12, 28, 10, 0, 33, 149462, tzinfo=datetime.timezone.utc)