• 'pip install logparser' on host 'scrapyd-0:6800' and run command 'logparser'. Or wait until LogParser parses the log.
  • Fail to request logfile from http://scrapyd-0:6800/logs/sourcing_v2/astonbarclay.gb/task_9_2026-03-23T19_00_00 with extensions ['.log', '.log.gz', '.txt']
  • Using backup stats: LogParser v0.8.2, last updated at 2026-03-23 19:15:12, /var/lib/scrapydweb/data/stats/scrapyd-0_6800/sourcing_v2/astonbarclay.gb/task_9_2026-03-23T19_00_00.json

PROJECT (sourcing_v2), SPIDER (astonbarclay.gb)

  • Log analysis
  • Log categorization
  • Progress visualization
  • View log
  • Crawler.stats
  • projectsourcing_v2
    spiderastonbarclay.gb
    jobtask_9_2026-03-23T19_00_00
    first_log_time2026-03-23 19:00:04
    latest_log_time2026-03-23 19:15:07
    runtime0:15:03
    crawled_pages 242
    scraped_items 208
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count0
    log_warning_count0
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

      INFO

      DEBUG

    • latest_crawl

      2026-03-23 19:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
    • latest_scrape

      2026-03-23 19:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue>
    • latest_stat

      2026-03-23 19:15:05 [scrapy.extensions.logstats] INFO: Crawled 241 pages (at 3 pages/min), scraped 207 items (at 3 items/min)
    • scrapy_version

      2.11.2
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      330d4ff800bf23df
    • Head

      2026-03-23 19:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
      2026-03-23 19:00:04 [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-23 19:00:04 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
      2026-03-23 19:00:04 [scrapy.addons] INFO: Enabled addons:
      []
      2026-03-23 19:00:04 [asyncio] DEBUG: Using selector: EpollSelector
      2026-03-23 19:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-03-23 19:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-03-23 19:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 330d4ff800bf23df
      2026-03-23 19:00:04 [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-23 19:00:04 [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/astonbarclay.gb/task_9_2026-03-23T19_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-23 19:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-23 19:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
      2026-03-23 19:00:04 [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-23 19:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
      2026-03-23 19:00:04 [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-23 19:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
      2026-03-23 19:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
      2026-03-23 19:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2117
      2026-03-23 19:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
      2026-03-23 19:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
      2026-03-23 19:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-23 19:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
      2026-03-23 19:00:05 [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-23 19:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
      2026-03-23 19:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
      2026-03-23 19:00:05 [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-23 19:00:05 [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-23 19:00:05 [scrapy.core.engine] INFO: Spider opened
      2026-03-23 19:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-03-23 19:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-03-23 19:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
      2026-03-23 19:00:05 [scrapy-playwright] INFO: Starting download handler
      
      2026-03-23 19:00:05 [scrapy-playwright] INFO: Starting download handler
      2026-03-23 19:00:10 [scrapy-playwright] INFO: Launching browser firefox
      2026-03-23 19:00:10 [scrapy-playwright] INFO: Browser firefox launched
      2026-03-23 19:00:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
    • Tail

      {'auction_title': '',
       'c_o_2_emission_value': 112,
       'color': 'WHITE',
       'currency': 'GBP',
       'doors_number': None,
       'emission_standard': 'EURO 6',
       'engine': '1.6L',
       'expiration_date': '2026-03-24T10:00:00Z',
       'fuel_type': 'Diesel',
       'id': 'a28d495b-4a3e-509c-b694-c6acdb86531e',
       'is_damaged': False,
       'is_operable': True,
       'is_vat_deductible': False,
       'is_vat_included': False,
       'license_plate': 'FJ67FNW',
       'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120445441',
       'listing': 'auction',
       'location': 'Aston Barclay Donington Park',
       'make': 'CITROEN',
       'model': 'BERLINGO L2 DIESEL',
       'odometer': 117131,
       'odometer_reading_unit': 'mi',
       'origin_country_code': 'GB',
       'original_photo_count': 0,
       'price': 0,
       'price_includes_vat': False,
       'registration_date': '2017-09-25',
       'seller_name': 'Ministry Of Justice',
       'title': 'CITROEN BERLINGO L2 DIESEL 1.6 BlueHDi 750Kg LX 100ps',
       'transmission': 'manual',
       'trim': '1.6 BlueHDi 750Kg LX 100ps',
       'vin': None,
       'year': 2017}
      2026-03-23 19:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-23 19:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120445441%27 HTTP/1.1" 200 None
      2026-03-23 19:14:52 [astonbarclay.gb] INFO: Saving data for 120445441: {'auction_closing_time': 1774346400.0, 'created_time': 1773860500.590691, 'last_price_update_time': 1774293292.639034}
      2026-03-23 19:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      
      2026-03-23 19:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120445441') HTTP/1.1" 204 0
      2026-03-23 19:15:05 [scrapy.extensions.logstats] INFO: Crawled 241 pages (at 3 pages/min), scraped 207 items (at 3 items/min)
      2026-03-23 19:15:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
      2026-03-23 19:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
      2026-03-23 19:15:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120542922, 'registration': 'GY24YJX', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]', 'mileage': 14437, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 131}, 'saleStart': '2026-03-24T10:30Z', 'lot': 150, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-04-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY24YJX/2026-03-18/image/5955b461-50be-407b-b8d2-d88cbc726822_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bc8816ee-04c2-4389-8b62-aa5165794173_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/77b0ceaf-1523-4e47-a937-a9054c8dbf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/a2a6f452-2290-4d38-a6ab-cc25c85144a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/d8c16045-1341-44a5-a55b-b5efef5428fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/2419295a-70c0-489e-aacf-dd2d62fe00ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/308a3e40-5a40-49fd-be97-42dabbaf17b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/1542a3be-29fe-4b40-ab0a-561b3b23cc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/770f9e22-1ed2-4a15-9e5a-ea8ff2ce91d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/f8a71347-31f8-4395-83fc-ba927ec0538f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/6834c708-0728-436b-b196-edb11ba2fac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/4f148fa5-59b9-4872-bb29-c7cf6c042aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bb230bef-4e73-44a7-914c-fa591a7d9e83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase - 7 seats', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c034c3c2-9613-400a-a4ac-f42dddd7bb06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
      2026-03-23 19:15:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120542922, 'registration': 'GY24YJX', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KODIAQ ESTATE', 'derivative': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]', 'mileage': 14437, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 131}, 'saleStart': '2026-03-24T10:30Z', 'lot': 150, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-04-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1984, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GY24YJX/2026-03-18/image/5955b461-50be-407b-b8d2-d88cbc726822_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bc8816ee-04c2-4389-8b62-aa5165794173_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/77b0ceaf-1523-4e47-a937-a9054c8dbf4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/a2a6f452-2290-4d38-a6ab-cc25c85144a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/d8c16045-1341-44a5-a55b-b5efef5428fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/2419295a-70c0-489e-aacf-dd2d62fe00ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/308a3e40-5a40-49fd-be97-42dabbaf17b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/1542a3be-29fe-4b40-ab0a-561b3b23cc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/770f9e22-1ed2-4a15-9e5a-ea8ff2ce91d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/f8a71347-31f8-4395-83fc-ba927ec0538f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/6834c708-0728-436b-b196-edb11ba2fac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/4f148fa5-59b9-4872-bb29-c7cf6c042aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY24YJX/2026-03-18/image/bb230bef-4e73-44a7-914c-fa591a7d9e83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office, V5 Document Reference Number Available Upon Purchase - 7 seats', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c034c3c2-9613-400a-a4ac-f42dddd7bb06.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
      2026-03-23 19:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
      2026-03-23 19:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7f9acd-8f97-5280-a061-f7d458572402 with scrape type 2
      2026-03-23 19:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7f9acd-8f97-5280-a061-f7d458572402 with scrape type 2
      2026-03-23 19:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0c7f9acd-8f97-5280-a061-f7d458572402, identifier: 120542922
      2026-03-23 19:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
      2026-03-23 19:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922
      2026-03-23 19:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0c7f9acd-8f97-5280-a061-f7d458572402 with identifier: 120542922 to the API
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
      2026-03-23 19:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120542922?view=catalogue>
      {'auction_title': '',
       'c_o_2_emission_value': 184,
       'color': 'GREY',
       'currency': 'GBP',
       'doors_number': 5,
       'emission_standard': 'EURO 6',
       'engine': '2.0L',
       'expiration_date': '2026-03-24T10:30:00Z',
       'fuel_type': 'Petrol',
       'id': '0c7f9acd-8f97-5280-a061-f7d458572402',
       'is_damaged': False,
       'is_operable': True,
       'is_vat_deductible': False,
       'is_vat_included': True,
       'license_plate': 'GY24YJX',
       'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120542922',
       'listing': 'auction',
       'location': 'Aston Barclay Prees Heath',
       'make': 'SKODA',
       'model': 'KODIAQ ESTATE',
       'odometer': 14437,
       'odometer_reading_unit': 'mi',
       'origin_country_code': 'GB',
       'original_photo_count': 0,
       'price': 0,
       'price_includes_vat': False,
       'registration_date': '2024-04-17',
       'seller_name': 'Motability Operations',
       'title': 'SKODA KODIAQ ESTATE 2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]',
       'transmission': 'automatic',
       'trim': '2.0 TSI 190 SE L Executive 4x4 5dr DSG [7 Seat]',
       'vin': None,
       'year': 2024}
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542922%27 HTTP/1.1" 200 None
      2026-03-23 19:15:06 [astonbarclay.gb] INFO: Saving data for 120542922: {'auction_closing_time': 1774348200.0, 'created_time': 1773774131.773248, 'last_price_update_time': 1774293306.421477}
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120542922') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-03-23 19:15:06 [astonbarclay.gb] INFO: astonbarclay.gb Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20last_price_update_time%20lt%201773861306 HTTP/1.1" 200 None
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118017464') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119077402') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119251601') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119375465') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119428518') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119474235') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119808598') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119949515') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119979253') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119997117') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055318') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120058501') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120127108') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120129240') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120146933') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120146955') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120337459') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120412463') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120435885') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439906') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120445014') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120501490') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506546') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120520565') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521957') HTTP/1.1" 204 0
      2026-03-23 19:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585334') HTTP/1.1" 204 0
      2026-03-23 19:15:07 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (208 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-23T19_00_00.jl
      2026-03-23 19:15:07 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 276979,
       'downloader/request_count': 499,
       'downloader/request_method_count/GET': 499,
       'downloader/response_bytes': 13630713,
       'downloader/response_count': 499,
       'downloader/response_status_count/200': 499,
       'elapsed_time_seconds': 901.625936,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 3, 23, 19, 15, 6, 987075, tzinfo=datetime.timezone.utc),
       'item_dropped_count': 32,
       'item_dropped_reasons_count/DropItem': 32,
       'item_scraped_count': 208,
       'log_count/DEBUG': 7588,
       'log_count/INFO': 7757,
       'memusage/max': 187138048,
       'memusage/startup': 149970944,
       'photo_download_count': 257,
       'pipeline/dropped_expired': 32,
       'playwright/context_count': 1,
       'playwright/context_count/max_concurrent': 1,
       'playwright/context_count/persistent/False': 1,
       'playwright/context_count/remote/False': 1,
       'playwright/page_count': 1,
       'playwright/page_count/max_concurrent': 1,
       'playwright/request_count': 77,
       'playwright/request_count/aborted': 41,
       'playwright/request_count/method/GET': 54,
       'playwright/request_count/method/HEAD': 12,
       'playwright/request_count/method/POST': 11,
       'playwright/request_count/navigation': 2,
       'playwright/request_count/resource_type/document': 2,
       'playwright/request_count/resource_type/fetch': 22,
       'playwright/request_count/resource_type/font': 2,
       'playwright/request_count/resource_type/image': 29,
       'playwright/request_count/resource_type/script': 7,
       'playwright/request_count/resource_type/stylesheet': 2,
       'playwright/request_count/resource_type/xhr': 13,
       'playwright/response_count': 36,
       'playwright/response_count/method/GET': 25,
       'playwright/response_count/method/POST': 11,
       'playwright/response_count/resource_type/document': 2,
       'playwright/response_count/resource_type/fetch': 10,
       'playwright/response_count/resource_type/font': 2,
       'playwright/response_count/resource_type/script': 7,
       'playwright/response_count/resource_type/stylesheet': 2,
       'playwright/response_count/resource_type/xhr': 13,
       'request_depth_max': 3,
       'response_received_count': 242,
       'scheduler/dequeued': 499,
       'scheduler/dequeued/memory': 499,
       'scheduler/enqueued': 499,
       'scheduler/enqueued/memory': 499,
       'scrape_type/new': 91,
       'scrape_type/price_update': 149,
       'scrape_type/skipped': 1425,
       'scrapy-zyte-api/429': 0,
       'scrapy-zyte-api/attempts': 270,
       'scrapy-zyte-api/error_ratio': 0.10740740740740741,
       'scrapy-zyte-api/errors': 29,
       "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 29,
       'scrapy-zyte-api/fatal_errors': 0,
       'scrapy-zyte-api/mean_connection_seconds': 11.091300257446855,
       'scrapy-zyte-api/mean_response_seconds': 11.093602300826381,
       'scrapy-zyte-api/processed': 241,
       'scrapy-zyte-api/request_args/customHttpRequestHeaders': 241,
       'scrapy-zyte-api/request_args/experimental.responseCookies': 241,
       'scrapy-zyte-api/request_args/httpResponseBody': 241,
       'scrapy-zyte-api/request_args/httpResponseHeaders': 241,
       'scrapy-zyte-api/request_args/url': 241,
       'scrapy-zyte-api/status_codes/0': 29,
       'scrapy-zyte-api/status_codes/200': 241,
       'scrapy-zyte-api/success': 241,
       'scrapy-zyte-api/success_ratio': 1.0,
       'scrapy-zyte-api/throttle_ratio': 0.0,
       'start_time': datetime.datetime(2026, 3, 23, 19, 0, 5, 361139, tzinfo=datetime.timezone.utc)}
      2026-03-23 19:15:07 [scrapy.core.engine] INFO: Spider closed (finished)
      
    • Log

      /1/log/utf8/sourcing_v2/astonbarclay.gb/task_9_2026-03-23T19_00_00/?job_finished=True

    • Source

      http://scrapyd-0:6800/logs/sourcing_v2/astonbarclay.gb/task_9_2026-03-23T19_00_00.log

  • sourcelog
    last_update_time2026-03-23 19:15:07
    last_update_timestamp1774293307
    downloader/request_bytes276979
    downloader/request_count499
    downloader/request_method_count/GET499
    downloader/response_bytes13630713
    downloader/response_count499
    downloader/response_status_count/200499
    elapsed_time_seconds901.625936
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 3, 23, 19, 15, 6, 987075, tzinfo=datetime.timezone.utc)
    item_dropped_count32
    item_dropped_reasons_count/DropItem32
    item_scraped_count208
    log_count/DEBUG7588
    log_count/INFO7757
    memusage/max187138048
    memusage/startup149970944
    photo_download_count257
    pipeline/dropped_expired32
    playwright/context_count1
    playwright/context_count/max_concurrent1
    playwright/context_count/persistent/False1
    playwright/context_count/remote/False1
    playwright/page_count1
    playwright/page_count/max_concurrent1
    playwright/request_count77
    playwright/request_count/aborted41
    playwright/request_count/method/GET54
    playwright/request_count/method/HEAD12
    playwright/request_count/method/POST11
    playwright/request_count/navigation2
    playwright/request_count/resource_type/document2
    playwright/request_count/resource_type/fetch22
    playwright/request_count/resource_type/font2
    playwright/request_count/resource_type/image29
    playwright/request_count/resource_type/script7
    playwright/request_count/resource_type/stylesheet2
    playwright/request_count/resource_type/xhr13
    playwright/response_count36
    playwright/response_count/method/GET25
    playwright/response_count/method/POST11
    playwright/response_count/resource_type/document2
    playwright/response_count/resource_type/fetch10
    playwright/response_count/resource_type/font2
    playwright/response_count/resource_type/script7
    playwright/response_count/resource_type/stylesheet2
    playwright/response_count/resource_type/xhr13
    request_depth_max3
    response_received_count242
    scheduler/dequeued499
    scheduler/dequeued/memory499
    scheduler/enqueued499
    scheduler/enqueued/memory499
    scrape_type/new91
    scrape_type/price_update149
    scrape_type/skipped1425
    scrapy-zyte-api/4290
    scrapy-zyte-api/attempts270
    scrapy-zyte-api/error_ratio0.10740740740740741
    scrapy-zyte-api/errors29
    scrapy-zyte-api/exception_types/<class _aiohttp.client_exceptions.ClientConnectorError_>29
    scrapy-zyte-api/fatal_errors0
    scrapy-zyte-api/mean_connection_seconds11.091300257446855
    scrapy-zyte-api/mean_response_seconds11.093602300826381
    scrapy-zyte-api/processed241
    scrapy-zyte-api/request_args/customHttpRequestHeaders241
    scrapy-zyte-api/request_args/experimental.responseCookies241
    scrapy-zyte-api/request_args/httpResponseBody241
    scrapy-zyte-api/request_args/httpResponseHeaders241
    scrapy-zyte-api/request_args/url241
    scrapy-zyte-api/status_codes/029
    scrapy-zyte-api/status_codes/200241
    scrapy-zyte-api/success241
    scrapy-zyte-api/success_ratio1.0
    scrapy-zyte-api/throttle_ratio0.0
    start_timedatetime.datetime(2026, 3, 23, 19, 0, 5, 361139, tzinfo=datetime.timezone.utc)