• LogParser v0.8.2, last updated at 2026-01-27 21:03:17, http://scrapyd-3:6800/logs/sourcing_v2/auto1.it/task_74_2026-01-27T21_00_00.json

PROJECT (sourcing_v2), SPIDER (auto1.it)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderauto1.it
    jobtask_74_2026-01-27T21_00_00
    first_log_time2026-01-27 21:00:11
    latest_log_time2026-01-27 21:03:12
    runtime0:03:01
    crawled_pages 545
    scraped_items 199
    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

      2026-01-27 21:03:12 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f5e1b5ac910>
      2026-01-27 21:03:12 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f5e1b5ad090>

      INFO

      DEBUG

    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6024
    • telnet_password

      eefa6627865e7f1a
    • latest_duplicate

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

      2026-01-27 21:03:11 [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-01-27 21:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/en/app/merchant/car/WY47347>
    • latest_stat

      2026-01-27 21:02:13 [scrapy.extensions.logstats] INFO: Crawled 384 pages (at 202 pages/min), scraped 139 items (at 78 items/min)
    • Head

      2026-01-27 21:00:11 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-01-27 21:00:11 [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-01-27 21:00:11 [auto1.it] INFO: Starting spider auto1.it
      2026-01-27 21:00:11 [scrapy.addons] INFO: Enabled addons:
      []
      2026-01-27 21:00:11 [asyncio] DEBUG: Using selector: EpollSelector
      2026-01-27 21:00:11 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-01-27 21:00:11 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-01-27 21:00:11 [scrapy.extensions.telnet] INFO: Telnet Password: eefa6627865e7f1a
      2026-01-27 21:00:11 [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-01-27 21:00:11 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'SourcingV2',
       'CLOSESPIDER_TIMEOUT': 7200,
       'FEED_EXPORT_ENCODING': 'utf-8',
       'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto1.it/task_74_2026-01-27T21_00_00.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': ''}
      2026-01-27 21:00:11 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-27 21:00:11 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-01-27 21:00:11 [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-01-27 21:00:11 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-01-27 21:00:11 [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-01-27 21:00:11 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-01-27 21:00:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-01-27 21:00:11 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2010
      2026-01-27 21:00:11 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-01-27 21:00:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-01-27 21:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:00:12 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-01-27 21:00:12 [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-01-27 21:00:12 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: low_mileage_for_country.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: cars_too_new_for_country.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_price_for_currency.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_country.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: registration_date_old.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_make.json
      2026-01-27 21:00:12 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-01-27 21:00:12 [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-01-27 21:00:12 [scrapy.middleware] INFO: Enabled item pipelines:
      ['crawlers.pipelines.translation_pipeline.TranslationPipeline',
       'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
       'crawlers.pipelines.post_to_api.PostToApiPipeline']
      2026-01-27 21:00:12 [scrapy.core.engine] INFO: Spider opened
      2026-01-27 21:00:12 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-01-27 21:00:12 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
      2026-01-27 21:00:12 [scrapy-playwright] INFO: Starting download handler
      
      2026-01-27 21:00:12 [scrapy-playwright] INFO: Starting download handler
      2026-01-27 21:00:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
    • Tail

      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB54869%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for SB54869: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: YU15778
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU15778%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for YU15778: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: GW19210
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW19210%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for GW19210: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: HT84614
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HT84614%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for HT84614: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: HG59562
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG59562%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for HG59562: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: RZ04126
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ04126%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for RZ04126: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: WV64596
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV64596%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for WV64596: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: PJ38306
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PJ38306%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for PJ38306: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: PM64669
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM64669%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for PM64669: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: AV95910
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV95910%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for AV95910: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: UW96033
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW96033%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for UW96033: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: GL50499
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GL50499%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for GL50499: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: RZ31448
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ31448%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for RZ31448: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: FW48614
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FW48614%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for FW48614: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: LS33015
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LS33015%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for LS33015: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: AV53381
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV53381%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for AV53381: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: LL61662
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LL61662%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for LL61662: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: PT59724
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT59724%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for PT59724: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: ZC30818
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC30818%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for ZC30818: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: RR68985
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RR68985%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for RR68985: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: JM33256
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM33256%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for JM33256: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: GC79469
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC79469%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for GC79469: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: MV48827
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MV48827%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for MV48827: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: AK95829
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK95829%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for AK95829: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: TM67998
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TM67998%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for TM67998: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: SY04833
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY04833%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for SY04833: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: JA19624
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JA19624%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for JA19624: 0
      2026-01-27 21:03:10 [auto1.it] INFO: Found listing with ID: UA07437
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UA07437%27 HTTP/1.1" 200 None
      2026-01-27 21:03:10 [auto1.it] INFO: Scrape type for UA07437: 0
      2026-01-27 21:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
      2026-01-27 21:03:11 [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-01-27 21:03:11 [auto1.it] INFO: Parsing search results for channel: 24h
      2026-01-27 21:03:11 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-01-27 21:03:11 [auto1.it] INFO: auto1.it Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 70}
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20last_price_update_time%20lt%201769115791 HTTP/1.1" 200 None
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EU90084') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JB91899') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KB73478') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LB27431') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LL27458') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MB57472') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MF45517') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NF23151') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PE88051') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PR83232') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PS20346') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RY80591') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SD38225') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SN18242') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SP65620') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TB91791') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TJ26905') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UC49322') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UN78611') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UP05392') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='US28662') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UW30396') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UZ89898') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VE06130') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VX77287') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WM74528') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WP01267') HTTP/1.1" 204 0
      2026-01-27 21:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YP02693') HTTP/1.1" 204 0
      2026-01-27 21:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZY88685') HTTP/1.1" 204 0
      2026-01-27 21:03:12 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (199 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.it/task_74_2026-01-27T21_00_00.jl
      2026-01-27 21:03:12 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 1214069,
       'downloader/request_count': 545,
       'downloader/request_method_count/GET': 526,
       'downloader/request_method_count/POST': 19,
       'downloader/response_bytes': 12801208,
       'downloader/response_count': 545,
       'downloader/response_status_count/200': 545,
       'dupefilter/filtered': 19,
       'elapsed_time_seconds': 179.87839,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 1, 27, 21, 3, 12, 3862, tzinfo=datetime.timezone.utc),
       'item_dropped_count': 63,
       'item_dropped_reasons_count/DropItem': 63,
       'item_scraped_count': 199,
       'log_count/DEBUG': 4163,
       'log_count/INFO': 3645,
       'memusage/max': 147398656,
       'memusage/startup': 126791680,
       'request_depth_max': 20,
       'response_received_count': 545,
       'scheduler/dequeued': 545,
       'scheduler/dequeued/memory': 545,
       'scheduler/enqueued': 545,
       'scheduler/enqueued/memory': 545,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 545,
       'scrapy-zyte-api/error_ratio': 0.0,
       'scrapy-zyte-api/errors': 0,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 2.3090414373460417,
       'scrapy-zyte-api/mean_response_seconds': 2.3235867533935326,
       'scrapy-zyte-api/processed': 545,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 545,
       'scrapy-zyte-api/request_args/experimental.requestCookies': 544,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 545,
       'scrapy-zyte-api/request_args/httpRequestBody': 19,
       'scrapy-zyte-api/request_args/httpRequestMethod': 19,
       'scrapy-zyte-api/request_args/httpResponseBody': 545,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 545,
       'scrapy-zyte-api/request_args/sessionContext': 545,
       'scrapy-zyte-api/request_args/url': 545,
       'scrapy-zyte-api/status_codes/200': 545,
       'scrapy-zyte-api/success': 545,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 1, 27, 21, 0, 12, 125472, tzinfo=datetime.timezone.utc)}
      2026-01-27 21:03:12 [scrapy.core.engine] INFO: Spider closed (finished)
      2026-01-27 21:03:12 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f5e1b5ac910>
      2026-01-27 21:03:12 [asyncio] ERROR: Unclosed client session
      client_session: <aiohttp.client.ClientSession object at 0x7f5e1b5ad090>
    • Log

      /3/log/utf8/sourcing_v2/auto1.it/task_74_2026-01-27T21_00_00/?job_finished=True

    • Source

      http://scrapyd-3:6800/logs/sourcing_v2/auto1.it/task_74_2026-01-27T21_00_00.log

  • sourcelog
    last_update_time2026-01-27 21:03:12
    last_update_timestamp1769547792
    downloader/request_bytes1214069
    downloader/request_count545
    downloader/request_method_count/GET526
    downloader/request_method_count/POST19
    downloader/response_bytes12801208
    downloader/response_count545
    downloader/response_status_count/200545
    dupefilter/filtered19
    elapsed_time_seconds179.87839
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 1, 27, 21, 3, 12, 3862, tzinfo=datetime.timezone.utc)
    item_dropped_count63
    item_dropped_reasons_count/DropItem63
    item_scraped_count199
    log_count/DEBUG4163
    log_count/INFO3645
    memusage/max147398656
    memusage/startup126791680
    request_depth_max20
    response_received_count545
    scheduler/dequeued545
    scheduler/dequeued/memory545
    scheduler/enqueued545
    scheduler/enqueued/memory545
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts545
    scrapy-zyte-api/error_ratio0.0
    scrapy-zyte-api/errors0
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds2.3090414373460417
    scrapy-zyte-api/mean_response_seconds2.3235867533935326
    scrapy-zyte-api/processed545
    scrapy-zyte-api/request_args/customHttpRequestHeaders545
    scrapy-zyte-api/request_args/experimental.requestCookies544
    scrapy-zyte-api/request_args/experimental.responseCookies545
    scrapy-zyte-api/request_args/httpRequestBody19
    scrapy-zyte-api/request_args/httpRequestMethod19
    scrapy-zyte-api/request_args/httpResponseBody545
    scrapy-zyte-api/request_args/httpResponseHeaders545
    scrapy-zyte-api/request_args/sessionContext545
    scrapy-zyte-api/request_args/url545
    scrapy-zyte-api/status_codes/200545
    scrapy-zyte-api/success545
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 1, 27, 21, 0, 12, 125472, tzinfo=datetime.timezone.utc)