• LogParser v0.8.2, last updated at 2026-03-28 14:05:09, http://scrapyd-3:6800/logs/sourcing_v2/auto1.es/task_21_2026-03-28T14_00_00.json

PROJECT (sourcing_v2), SPIDER (auto1.es)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto1.es
    jobtask_21_2026-03-28T14_00_00
    first_log_time2026-03-28 14:00:09
    latest_log_time2026-03-28 14:04:59
    runtime0:04:50
    crawled_pages 179
    scraped_items 293
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count1
    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
      1 in total

      2026-03-28 14:04:59 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff16c13e450>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6024
    • telnet_password

      913f02d6738cc17b
    • latest_duplicate

      2026-03-28 14:00:28 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.auto1.com/v1/car-details-view/TZ01977/cdb8adcc-312b-4040-b112-4a289f3f9b07> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
    • latest_crawl

      2026-03-28 14:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
    • latest_scrape

      2026-03-28 14:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
    • latest_stat

      2026-03-28 14:04:10 [scrapy.extensions.logstats] INFO: Crawled 163 pages (at 13 pages/min), scraped 231 items (at 93 items/min)
    • Head

      2026-03-28 14:00:09 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-28 14:00:09 [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-28 14:00:09 [auto1.es] INFO: Batch mode enabled: batch 1/2
      2026-03-28 14:00:09 [auto1.es] INFO: Starting spider auto1.es
      2026-03-28 14:00:09 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-28 14:00:09 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-28 14:00:09 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-28 14:00:09 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-28 14:00:09 [scrapy.extensions.telnet] INFO: Telnet Password: 913f02d6738cc17b
      2026-03-28 14:00:10 [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-28 14:00:10 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 7200,
       'DOWNLOAD_MAXSIZE': 52428800,
       'DOWNLOAD_WARNSIZE': 10485760,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto1.es/task_21_2026-03-28T14_00_00.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-28 14:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-28 14:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-28 14:00:10 [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-28 14:00:10 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-28 14:00:10 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
       'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware',
       'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
       'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
       'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
      2026-03-28 14:00:10 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-28 14:00:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-28 14:00:10 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
      2026-03-28 14:00:10 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-28 14:00:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-28 14:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:00:10 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-28 14:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
      2026-03-28 14:00:10 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-28 14:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-28 14:00:10 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
      2026-03-28 14:00:10 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-03-28 14:00:10 [scrapy.core.engine] INFO: Spider opened
      2026-03-28 14:00:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-28 14:00:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
      2026-03-28 14:00:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
      2026-03-28 14:00:10 [scrapy-playwright] INFO: Starting download handler
      2026-03-28 14:00:10 [scrapy-playwright] INFO: Starting download handler
      2026-03-28 14:00:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-28 14:00:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
    • Tail

       'price': 0,
       'price_includes_vat': False,
       'registration_date': '2007-07-25',
       'seller_name': None,
       'title': 'Peugeot 407 2.0 HDi ST Sport Pack',
       'transmission': 'manual',
       'trim': 'ST Sport Pack',
       'year': 2007}
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CL32416%27 HTTP/1.1" 200 None
      2026-03-28 14:04:57 [auto1.es] INFO: Saving data for CL32416: {'auction_closing_time': 1774715421.0, 'created_time': 1774296362.14874, 'last_price_update_time': 1774706697.403873}
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='CL32416') HTTP/1.1" 204 0
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: YF90515
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: TL16652
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TL16652%27 HTTP/1.1" 200 None
      2026-03-28 14:04:57 [auto1.es] INFO: Scrape type for TL16652: 0
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: ET37328
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: VB46301
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: SU85789
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: JW67554
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JW67554%27 HTTP/1.1" 200 None
      2026-03-28 14:04:57 [auto1.es] INFO: Scrape type for JW67554: 0
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: CY04008
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: NV45891
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: NS96167
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: XV58633
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: UV89988
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: SB36142
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: UU20141
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: DH00541
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DH00541%27 HTTP/1.1" 200 None
      2026-03-28 14:04:57 [auto1.es] INFO: Scrape type for DH00541: 0
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: ND20390
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ND20390%27 HTTP/1.1" 200 None
      2026-03-28 14:04:57 [auto1.es] INFO: Scrape type for ND20390: 0
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: CA13811
      2026-03-28 14:04:57 [auto1.es] INFO: Found listing with ID: VM06943
      2026-03-28 14:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
      2026-03-28 14:04:58 [auto1.es] INFO: Channel: 24h | Page: 68 | totalHits: 2696 | hits on page: 16
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: GF91510
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GF91510%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for GF91510: 0
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: GE94512
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: NM44751
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: HD74513
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: GT92698
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: VN26021
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VN26021%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for VN26021: 0
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: WH54771
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: NL75511
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: LX82632
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX82632%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for LX82632: 0
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: WW97634
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: JM72010
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM72010%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for JM72010: 0
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: SD86160
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: HF43561
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: PP85710
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: PL21143
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL21143%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for PL21143: 0
      2026-03-28 14:04:58 [auto1.es] INFO: Found listing with ID: ZL14108
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZL14108%27 HTTP/1.1" 200 None
      2026-03-28 14:04:58 [auto1.es] INFO: Scrape type for ZL14108: 0
      2026-03-28 14:04:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-03-28 14:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
      2026-03-28 14:04:58 [auto1.es] INFO: Channel: 24h | Page: 69 | totalHits: 2696 | hits on page: 0
      2026-03-28 14:04:58 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-28 14:04:58 [auto1.es] INFO: auto1.es Batch config: batch 1/2
      2026-03-28 14:04:58 [auto1.es] INFO: auto1.es Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 12, <ScrapeType.BATCH_SKIPPED: 5>: 26}
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20last_price_update_time%20lt%201774274699 HTTP/1.1" 200 None
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AC43693') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AL09771') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AR09911') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AT27530') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BJ00859') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BK58007') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BP50598') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BV22359') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BW98345') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BY19278') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DB06999') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DG31180') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DG89968') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DU09016') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DU20099') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EH33306') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EM19163') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EV28932') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EX41082') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='GF11758') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='GZ55862') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HE11547') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HP57253') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JS29355') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KP88823') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KS42658') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KT88109') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KX56487') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KZ55320') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LZ76549') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='MV53235') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NM62344') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NS36470') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NU34245') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NV40040') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='PK26134') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='PS67854') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RB91838') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RE49286') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RK30098') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RZ86538') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TD27524') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TH70586') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TP06770') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TT54114') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TT95397') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UC61578') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UL55614') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UU82636') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VP17889') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VW02721') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VY19292') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WV03551') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WY46745') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XU11405') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZD05403') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZF66065') HTTP/1.1" 204 0
      2026-03-28 14:04:59 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (293 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.es/task_21_2026-03-28T14_00_00.jl
      2026-03-28 14:04:59 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 960574,
       'downloader/request_count': 551,
       'downloader/request_method_count/GET': 480,
       'downloader/request_method_count/POST': 71,
       'downloader/response_bytes': 44423306,
       'downloader/response_count': 551,
       'downloader/response_status_count/200': 551,
       'dupefilter/filtered': 11,
       'elapsed_time_seconds': 289.281264,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 28, 14, 4, 59, 772135, tzinfo=datetime.timezone.utc),
       'item_scraped_count': 293,
       'log_count/DEBUG': 8017,
       'log_count/INFO': 9328,
       'memusage/max': 181563392,
       'memusage/startup': 150007808,
       'photo_download_count': 372,
       'request_depth_max': 72,
       'response_received_count': 179,
       'scheduler/dequeued': 551,
       'scheduler/dequeued/memory': 551,
       'scheduler/enqueued': 551,
       'scheduler/enqueued/memory': 551,
       'scrape_type/batch_skipped': 1396,
       'scrape_type/new': 53,
       'scrape_type/price_update': 240,
       'scrape_type/skipped': 1036,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 179,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 3.161763224690926,
       'scrapy-zyte-api/mean_response_seconds': 3.2108909844228335,
       'scrapy-zyte-api/processed': 179,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 179,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 178,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 179,
       'scrapy-zyte-api/request_args/httpRequestBody': 71,
       'scrapy-zyte-api/request_args/httpRequestMethod': 71,
       'scrapy-zyte-api/request_args/httpResponseBody': 179,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 179,
       'scrapy-zyte-api/request_args/sessionContext': 179,
       'scrapy-zyte-api/request_args/url': 179,
       'scrapy-zyte-api/status_codes/200': 179,
       'scrapy-zyte-api/success': 179,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'source/items_encountered': 2736,
       'source/total_available': 2696,
       'start_time': datetime.datetime(2026, 3, 28, 14, 0, 10, 490871, tzinfo=datetime.timezone.utc)}
      2026-03-28 14:04:59 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-03-28 14:04:59 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7ff16c13e450>
      
    • Log

      /4/log/utf8/sourcing_v2/auto1.es/task_21_2026-03-28T14_00_00/?job_finished=True

    • Source

      http://scrapyd-3:6800/logs/sourcing_v2/auto1.es/task_21_2026-03-28T14_00_00.log

  • sourcelog
    last_update_time2026-03-28 14:04:59
    last_update_timestamp1774706699
    downloader/request_bytes960574
    downloader/request_count551
    downloader/request_method_count/GET480
    downloader/request_method_count/POST71
    downloader/response_bytes44423306
    downloader/response_count551
    downloader/response_status_count/200551
    dupefilter/filtered11
    elapsed_time_seconds289.281264
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 28, 14, 4, 59, 772135, tzinfo=datetime.timezone.utc)
    item_scraped_count293
    log_count/DEBUG8017
    log_count/INFO9328
    memusage/max181563392
    memusage/startup150007808
    photo_download_count372
    request_depth_max72
    response_received_count179
    scheduler/dequeued551
    scheduler/dequeued/memory551
    scheduler/enqueued551
    scheduler/enqueued/memory551
    scrape_type/batch_skipped1396
    scrape_type/new53
    scrape_type/price_update240
    scrape_type/skipped1036
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts179
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds3.161763224690926
    scrapy-zyte-api/mean_response_seconds3.2108909844228335
    scrapy-zyte-api/processed179
    scrapy-zyte-api/request_args/customHttpRequestHeaders179
    scrapy-zyte-api/request_args/experimental.requestCookies178
    scrapy-zyte-api/request_args/experimental.responseCookies179
    scrapy-zyte-api/request_args/httpRequestBody71
    scrapy-zyte-api/request_args/httpRequestMethod71
    scrapy-zyte-api/request_args/httpResponseBody179
    scrapy-zyte-api/request_args/httpResponseHeaders179
    scrapy-zyte-api/request_args/sessionContext179
    scrapy-zyte-api/request_args/url179
    scrapy-zyte-api/status_codes/200179
    scrapy-zyte-api/success179
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    source/items_encountered2736
    source/total_available2696
    start_timedatetime.datetime(2026, 3, 28, 14, 0, 10, 490871, tzinfo=datetime.timezone.utc)