2026-03-30 06:10:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 06:10: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-30 06:10:04 [motorway.uk] INFO: Batch mode enabled: batch 3/4
2026-03-30 06:10:04 [motorway.uk] INFO: Starting spider motorway.uk
2026-03-30 06:10:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 06:10:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 06:10:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 06:10:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 06:10:04 [scrapy.extensions.telnet] INFO: Telnet Password: fdc2febec7885430
2026-03-30 06:10: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-30 06:10: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/motorway.uk/task_4_2026-03-30T06_10_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-30 06:10:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 06:10:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 06:10: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-30 06:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 06:10:05 [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-30 06:10:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-30 06:10:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 06:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-30 06:10: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-30 06:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 06:10:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 06:10: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-30 06:10: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-30 06:10:05 [scrapy.core.engine] INFO: Spider opened
2026-03-30 06:10:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 06:10:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 06:10:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-30 06:10:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 06:10:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 06:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://pro.motorway.co.uk/api/login> (referer: None) ['zyte-api']
2026-03-30 06:10:13 [motorway.uk] INFO: Scrapy-formatted cookies: [{'name': 'access-token', 'value': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ2ZXJzaW9uIjoyLCJpZCI6ODQyOSwibmFtZSI6IlNhbmogS3Jpc2huYXNhbXkiLCJlbWFpbCI6ImluZm9Ac2tkaXJlY3QuY28udWsiLCJmZWF0dXJlcyI6eyJzZWxsZXJCYW5rU3RhdGVtZW50Ijp0cnVlLCJTRUxMRVJfUkVFTlRSWSI6dHJ1ZSwiRE9DVU1FTlRTX1BST0dSRVNTSVZFX1VQTE9BRCI6dHJ1ZSwiZG9jdW1lbnRDYXB0dXJlVjIiOmZhbHNlLCJwYXltZW50c01WUCI6ZmFsc2UsInBheW1lbnRzSGlkZVNlbGxlckJhbmtEZXRhaWxzIjpmYWxzZSwicGF5bWVudHNLWUMiOmZhbHNlLCJwYXltZW50c012cFRyYW5zYWN0aW9uU3RhdGVtZW50Ijp0cnVlLCJwYXltZW50c0ZlZUNvbGxlY3Rpb24iOmZhbHNlfSwiaGFzSW52b2ljZUFjY2VzcyI6dHJ1ZSwicGhvbmUiOiIwNzc4NzU3ODIxMSIsIm90cFBob25lIjpudWxsLCJwaG9uZUNvbmZpcm1lZEF0IjpudWxsLCJkZWFsZXJOYW1lIjoiUyBLIERpcmVjdCIsImRlYWxlcklzVHJhZGUiOmZhbHNlLCJwcmltYXJ5Q29udGFjdCI6dHJ1ZSwiZGVhbGVySWQiOjgyMjMsImRlYWxlclN0YXR1cyI6eyJzbHVnIjoiaW5hY3RpdmUiLCJiaWRkaW5nRW5hYmxlZCI6dHJ1ZX0sImxhdGl0dWRlIjo1MS42MDE4MTkxLCJsb25naXR1ZGUiOi0wLjY3NzYxNTgsInBvc3Rjb2RlIjoiSFAxMDBOTiIsInBhcnRuZXJzIjpbXSwiaWRlbnRpdHkiOiJleUpoYkdjaU9pSklVekkxTmlJc0luUjVjQ0k2SWtwWFZDSjkuZXlKcFpHVnVkR2wwYVdWeklqcGJleUpwWkNJNk9EUXlPU3dpWlcxaGFXd2lPaUpwYm1adlFITnJaR2x5WldOMExtTnZMblZySWl3aWRIbHdaU0k2SW1SbFlXeGxjaUlzSW1WNGNHbHlaWE1pT2lJeU1ESTJMVEEwTFRJNVZEQTJPakV3T2pFeExqWXdObG9pTENKd1lYSjBibVZ5Y3lJNlcxMTlYU3dpYVdGMElqb3hOemMwT0RVeE1ERXhmUS5rbEpQM2VQSS1mWEszX1FVSkJyY2ZTMkpKbHJUa19VOUV3ZVJXaFI1ekdVIiwiZGVhbGVyUGVybWlzc2lvbnMiOlsiaW52b2ljaW5nIiwia3ljIl0sInJlZnJlc2hUb2tlbiI6ImZmMzdjZjQxZGQ4Y2QzMTIyYWY4NjgwMDA1NWI4YmQwNmY1Yzk3YmJkYTBjNDBiNjIyNDY5YzFlOWM5YTg1YmUiLCJkZWFsZXJUaWVyIjoic2VsZi1zZXJ2ZSIsImlzc3VlZEF0IjoxNzc0ODUxMDEzMzQ0LCJpYXQiOjE3NzQ4NTEwMTMsImV4cCI6MTc3NDg1MTMxM30.zLPednT5gqHhOwkvQvfqLYYHZnPrHLcajgD4RED7hD0', 'domain': '.motorway.co.uk', 'path': '/'}]
2026-03-30 06:10:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk> (referer: https://pro.motorway.co.uk/api/login) ['zyte-api']
2026-03-30 06:10:17 [motorway.uk] INFO: Extracted Build ID: gL_OFaxoLv6tVLfo6F2-N
2026-03-30 06:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=buyItNow&loadedCount=0&page=0&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=0&page=0&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20210884
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 18349632
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718349632%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 18349632: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20491343
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 19335779
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719335779%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 19335779: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20478384
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20420964
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 19293050
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719293050%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 19293050: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 11469561
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 16791811
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 16345921
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20501784
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20434421
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20406874
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20486638
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720486638%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 20486638: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 15631500
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715631500%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 15631500: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 19204416
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719204416%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 19204416: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20462868
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20403112
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20380533
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720380533%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 20380533: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20438346
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 18341236
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 19960036
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719960036%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 19960036: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 19356442
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20217457
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720217457%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 20217457: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20183041
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720183041%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 20183041: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 17833819
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 6235966
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 8799286
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 12116877
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712116877%27 HTTP/1.1" 200 None
2026-03-30 06:10:18 [motorway.uk] INFO: Scrape type for 12116877: 0
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20485059
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 14687227
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20371220
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20221411
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20482651
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 20414596
2026-03-30 06:10:18 [motorway.uk] INFO: Found listing with ID: 13957348
2026-03-30 06:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=36&page=1&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 12213512
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712213512%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 12213512: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20488190
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488190%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 20488190: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20491954
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720491954%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 20491954: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 18395283
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20007284
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 10801992
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 19925917
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 19874916
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20226377
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20343618
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 19943436
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20452938
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 17257209
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20481812
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 19560308
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20485589
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20425191
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 9396121
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279396121%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 9396121: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 19478931
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20428242
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20451701
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20458099
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 15842916
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20460677
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720460677%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 20460677: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 18909824
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20468920
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 9709918
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20449963
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 16442218
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20468049
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720468049%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 20468049: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 18710113
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718710113%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 18710113: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 9721294
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279721294%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 9721294: 0
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20454912
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 10856544
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 20471927
2026-03-30 06:10:19 [motorway.uk] INFO: Found listing with ID: 18459962
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718459962%27 HTTP/1.1" 200 None
2026-03-30 06:10:19 [motorway.uk] INFO: Scrape type for 18459962: 0
2026-03-30 06:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=72&page=2&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 6579411
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%276579411%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [motorway.uk] INFO: Scrape type for 6579411: 0
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 18288929
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 10230435
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20413878
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20489985
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20266437
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 18704338
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718704338%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [motorway.uk] INFO: Scrape type for 18704338: 0
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20479276
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 13909960
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20487021
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 19601663
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20444990
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20184498
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20155249
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720155249%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [motorway.uk] INFO: Scrape type for 20155249: 0
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 14811957
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 4700757
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20492157
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20415455
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20465121
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 19763259
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719763259%27 HTTP/1.1" 200 None
2026-03-30 06:10:20 [motorway.uk] INFO: Scrape type for 19763259: 0
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20407866
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 19657268
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 4217945
2026-03-30 06:10:20 [motorway.uk] INFO: Found listing with ID: 20421154
2026-03-30 06:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720421154%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 20421154: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20426599
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20483409
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20382764
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720382764%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 20382764: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 17702324
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 19979923
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719979923%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 19979923: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 7899191
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 9335437
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279335437%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 9335437: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20443228
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720443228%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 20443228: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 14132265
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714132265%27 HTTP/1.1" 200 None
2026-03-30 06:10:21 [motorway.uk] INFO: Scrape type for 14132265: 0
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 19384929
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20385350
2026-03-30 06:10:21 [motorway.uk] INFO: Found listing with ID: 20231987
2026-03-30 06:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=108&page=3&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20449304
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 17481408
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717481408%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 17481408: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20476083
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20450250
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20443071
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20263862
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20476478
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720476478%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 20476478: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20477592
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 19952830
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 19845582
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20485961
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 19583490
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20485937
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720485937%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 20485937: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20431432
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20420321
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720420321%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 20420321: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 19097531
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20491041
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 15524366
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20382551
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20477418
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720477418%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 20477418: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20305532
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 18763419
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 17680882
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 8876821
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20413933
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 11696787
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20136196
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20500894
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20411106
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 18971390
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20311155
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20401199
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 16449198
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716449198%27 HTTP/1.1" 200 None
2026-03-30 06:10:25 [motorway.uk] INFO: Scrape type for 16449198: 0
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20386812
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 20464629
2026-03-30 06:10:25 [motorway.uk] INFO: Found listing with ID: 13048174
2026-03-30 06:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=144&page=4&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20490005
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 6813303
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%276813303%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 6813303: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20443922
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20487361
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20363550
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720363550%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20363550: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 9266502
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19877308
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 17678385
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20457330
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720457330%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20457330: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 10427170
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20496977
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20251350
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20431049
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720431049%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20431049: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20500887
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720500887%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20500887: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20491991
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19662517
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20437069
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20439564
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 3925743
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273925743%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 3925743: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20473314
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19289424
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719289424%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 19289424: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 13901334
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19716040
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19665928
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719665928%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 19665928: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20477540
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20488894
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488894%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20488894: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20392952
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20448956
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720448956%27 HTTP/1.1" 200 None
2026-03-30 06:10:27 [motorway.uk] INFO: Scrape type for 20448956: 0
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 4497838
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20408834
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20494023
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19574622
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20483061
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 20487257
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 19110205
2026-03-30 06:10:27 [motorway.uk] INFO: Found listing with ID: 7326413
2026-03-30 06:10:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=180&page=5&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 12933192
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19413644
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20447824
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20458673
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720458673%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 20458673: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20493712
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720493712%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 20493712: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19203575
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719203575%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 19203575: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20421091
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 13065298
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 18832352
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19439933
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719439933%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 19439933: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20275909
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20423182
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20445222
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720445222%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 20445222: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20488693
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19816072
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20478238
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 13689897
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20446195
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720446195%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 20446195: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 17461058
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20421275
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 3909564
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273909564%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 3909564: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19490864
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 18327972
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20286049
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 4371469
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20404359
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720404359%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 20404359: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 9314864
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279314864%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 9314864: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20489620
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 18663443
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 18821611
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 5937182
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%275937182%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 5937182: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19115404
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719115404%27 HTTP/1.1" 200 None
2026-03-30 06:10:28 [motorway.uk] INFO: Scrape type for 19115404: 0
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20341600
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19718816
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 19360225
2026-03-30 06:10:28 [motorway.uk] INFO: Found listing with ID: 20098323
2026-03-30 06:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=216&page=6&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20487615
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20488394
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20464062
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20134898
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 19440586
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719440586%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [motorway.uk] INFO: Scrape type for 19440586: 0
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 19452010
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 10749345
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 19842266
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719842266%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [motorway.uk] INFO: Scrape type for 19842266: 0
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20386031
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20499683
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20118034
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20172802
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20497223
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 19286556
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20489789
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489789%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [motorway.uk] INFO: Scrape type for 20489789: 0
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 12967935
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20254078
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720254078%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [motorway.uk] INFO: Scrape type for 20254078: 0
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 7263451
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%277263451%27 HTTP/1.1" 200 None
2026-03-30 06:10:29 [motorway.uk] INFO: Scrape type for 7263451: 0
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 18322763
2026-03-30 06:10:29 [motorway.uk] INFO: Found listing with ID: 20406653
2026-03-30 06:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720406653%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [motorway.uk] INFO: Scrape type for 20406653: 0
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20490670
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20502991
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20372589
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20158404
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 18562849
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20417323
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20485001
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20303214
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20459750
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20491811
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20475595
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720475595%27 HTTP/1.1" 200 None
2026-03-30 06:10:30 [motorway.uk] INFO: Scrape type for 20475595: 0
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20127568
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 19344017
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20260509
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 20189241
2026-03-30 06:10:30 [motorway.uk] INFO: Found listing with ID: 12732265
2026-03-30 06:10:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=252&page=7&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20471425
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20460179
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20486036
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20484858
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720484858%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20484858: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20485204
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720485204%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20485204: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20487941
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20364057
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720364057%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20364057: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20486965
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20137059
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20074064
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20211024
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 15623720
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715623720%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 15623720: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 3788757
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20490856
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 3629062
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 17539370
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 19374986
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 8230018
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20417498
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720417498%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20417498: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20493011
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720493011%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20493011: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 19185609
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20459030
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720459030%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 20459030: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 19077638
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 11018452
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711018452%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 11018452: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20107109
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 19998396
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20254074
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20487479
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20436997
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 12193651
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 12187861
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 13059915
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713059915%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 13059915: 0
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 16021572
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20368083
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 20499187
2026-03-30 06:10:31 [motorway.uk] INFO: Found listing with ID: 11654403
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711654403%27 HTTP/1.1" 200 None
2026-03-30 06:10:31 [motorway.uk] INFO: Scrape type for 11654403: 0
2026-03-30 06:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=288&page=8&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20470032
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19734640
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20455021
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720455021%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [motorway.uk] INFO: Scrape type for 20455021: 0
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20237507
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20489983
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20393410
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19840923
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20462094
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 16271814
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 16318590
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716318590%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [motorway.uk] INFO: Scrape type for 16318590: 0
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20487406
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19679688
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 16422959
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20496326
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 14326949
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20457094
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20453358
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19940066
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 13623460
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713623460%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [motorway.uk] INFO: Scrape type for 13623460: 0
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19930182
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19899454
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19785042
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 18874288
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20490925
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 8725249
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20487634
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20485866
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20387201
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 18839860
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 17987243
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717987243%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [motorway.uk] INFO: Scrape type for 17987243: 2
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 14223294
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20439498
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20130616
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19164973
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 19699947
2026-03-30 06:10:32 [motorway.uk] INFO: Found listing with ID: 20316056
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720316056%27 HTTP/1.1" 200 None
2026-03-30 06:10:32 [motorway.uk] INFO: Scrape type for 20316056: 0
2026-03-30 06:10:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=324&page=9&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20418717
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20488067
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20395274
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720395274%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 20395274: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20486896
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20440824
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720440824%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 20440824: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20375069
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720375069%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 20375069: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20346137
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 18144090
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20494274
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 17611268
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20483899
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20483826
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720483826%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 20483826: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20469913
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20459015
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20471501
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 16772824
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20121550
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 17470157
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 19824525
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20370017
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20382041
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20428604
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20185351
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 14545909
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714545909%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 14545909: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20188633
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720188633%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 20188633: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 17103119
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 19976195
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20476001
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20489379
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 14248545
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714248545%27 HTTP/1.1" 200 None
2026-03-30 06:10:33 [motorway.uk] INFO: Scrape type for 14248545: 0
2026-03-30 06:10:33 [motorway.uk] INFO: Found listing with ID: 20489087
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489087%27 HTTP/1.1" 200 None
2026-03-30 06:10:34 [motorway.uk] INFO: Scrape type for 20489087: 0
2026-03-30 06:10:34 [motorway.uk] INFO: Found listing with ID: 9706336
2026-03-30 06:10:34 [motorway.uk] INFO: Found listing with ID: 20235497
2026-03-30 06:10:34 [motorway.uk] INFO: Found listing with ID: 19465246
2026-03-30 06:10:34 [motorway.uk] INFO: Found listing with ID: 20474206
2026-03-30 06:10:34 [motorway.uk] INFO: Found listing with ID: 17699246
2026-03-30 06:10:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/17987243.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46aae575-f02d-5a1b-af0d-58791ced0a46 with identifier: 17987243
2026-03-30 06:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46aae575-f02d-5a1b-af0d-58791ced0a46 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46aae575-f02d-5a1b-af0d-58791ced0a46 with scrape type 2
2026-03-30 06:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: 46aae575-f02d-5a1b-af0d-58791ced0a46, identifier: 17987243
2026-03-30 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: 46aae575-f02d-5a1b-af0d-58791ced0a46 with identifier: 17987243
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Silver HTTP/1.1" 200 None
2026-03-30 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-30 06:10:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: 46aae575-f02d-5a1b-af0d-58791ced0a46 with identifier: 17987243
2026-03-30 06:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: 46aae575-f02d-5a1b-af0d-58791ced0a46 with identifier: 17987243 to the API
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:10:36 [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-30 06:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/17987243.json>
{'auction_title': '',
'category': None,
'color': 'Silver',
'currency': 'GBP',
'doors_number': None,
'engine': '1.5L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Diesel',
'id': '46aae575-f02d-5a1b-af0d-58791ced0a46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BX22 TYD',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/17987243',
'listing': 'auction',
'location': 'West Midlands Brierley Hill',
'make': 'Ford',
'model': 'Transit',
'odometer': 44725,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9719,
'price_includes_vat': False,
'registration_date': '2022-08-11',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Connect 220LEADER Eblu',
'transmission': 'manual',
'trim': 'Connect 220LEADER Eblu',
'vin': 'WF0RXXWPGRNU64503',
'year': 2022}
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717987243%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Saving data for 17987243: {'auction_closing_time': 1774884600.0, 'created_time': 1774642251.636179, 'last_price_update_time': 1774851036.271413}
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='17987243') HTTP/1.1" 204 0
2026-03-30 06:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=360&page=10&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18969142
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19163712
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719163712%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 19163712: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 10452717
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18171472
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20302141
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20404971
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720404971%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 20404971: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19535149
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719535149%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 19535149: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20368231
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19585852
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20303922
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19960180
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719960180%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 19960180: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 17662839
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20459994
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720459994%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 20459994: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19144130
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719144130%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 19144130: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20459047
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18354443
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20148114
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 12711502
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712711502%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 12711502: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 19337875
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719337875%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 19337875: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 10813763
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18907003
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 15916141
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20257823
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20475074
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 15870409
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20251970
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 17727943
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20462595
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20192465
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20063535
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720063535%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 20063535: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20333711
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720333711%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 20333711: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18068486
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718068486%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 18068486: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20437958
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 20459514
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720459514%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 20459514: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 18787282
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718787282%27 HTTP/1.1" 200 None
2026-03-30 06:10:36 [motorway.uk] INFO: Scrape type for 18787282: 0
2026-03-30 06:10:36 [motorway.uk] INFO: Found listing with ID: 10538324
2026-03-30 06:10:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=396&page=11&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 18237479
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20424370
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 10385844
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20023878
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20463571
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19486980
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 7743070
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%277743070%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 7743070: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 11675984
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711675984%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 11675984: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 11431082
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20466900
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20422527
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20080388
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 12887188
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20469058
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19693972
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19713173
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19370782
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19687443
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19280379
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719280379%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 19280379: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20156431
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 19905808
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719905808%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 19905808: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20454140
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720454140%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 20454140: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20386729
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20000898
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20501153
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720501153%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 20501153: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20416082
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 18349950
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20300016
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720300016%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 20300016: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 11716723
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20488257
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 8670436
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%278670436%27 HTTP/1.1" 200 None
2026-03-30 06:10:37 [motorway.uk] INFO: Scrape type for 8670436: 0
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20266056
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20449935
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20429190
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 20031424
2026-03-30 06:10:37 [motorway.uk] INFO: Found listing with ID: 14826836
2026-03-30 06:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=432&page=12&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20168160
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19750033
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19427127
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 18209819
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718209819%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 18209819: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 18301360
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20315758
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20303235
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720303235%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 20303235: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20491229
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 13358851
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20494032
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 18839642
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20490324
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19350653
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719350653%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 19350653: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 13711845
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 14441433
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20499741
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 10678898
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19016165
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20458519
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20500024
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720500024%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 20500024: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20461118
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 11411855
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20459543
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720459543%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 20459543: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 18543563
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20269831
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20341046
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20265542
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 10211430
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20484735
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20488534
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 1773065
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 14164507
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714164507%27 HTTP/1.1" 200 None
2026-03-30 06:10:39 [motorway.uk] INFO: Scrape type for 14164507: 0
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19886114
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20414483
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 19235402
2026-03-30 06:10:39 [motorway.uk] INFO: Found listing with ID: 20488258
2026-03-30 06:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=468&page=13&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20462264
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20078752
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20484739
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20424839
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720424839%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 20424839: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 16384485
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716384485%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 16384485: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 19642157
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719642157%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 19642157: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18664090
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 19912374
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719912374%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 19912374: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20481823
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720481823%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 20481823: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 10709908
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20486849
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20467542
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720467542%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 20467542: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 17665821
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717665821%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 17665821: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 2147652
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%272147652%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 2147652: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20382820
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20413228
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720413228%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 20413228: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20369309
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20039478
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720039478%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 20039478: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18265628
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20220021
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20487110
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18634459
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 11969339
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20487185
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18469041
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20456356
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18709305
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20490237
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 19442969
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719442969%27 HTTP/1.1" 200 None
2026-03-30 06:10:41 [motorway.uk] INFO: Scrape type for 19442969: 0
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20171226
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18254903
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 9247330
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20221098
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20269740
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 20454557
2026-03-30 06:10:41 [motorway.uk] INFO: Found listing with ID: 18587365
2026-03-30 06:10:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=504&page=14&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20480434
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720480434%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20480434: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20396926
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720396926%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20396926: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 10578729
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20367865
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20457058
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19559218
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19677086
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20487346
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20477373
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 17851318
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20277040
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20456360
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 18732558
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 5611886
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20341222
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 14816704
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714816704%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 14816704: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 17084288
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717084288%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 17084288: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20485139
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720485139%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20485139: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20087813
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 16608213
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20487775
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19936274
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719936274%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 19936274: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19950167
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 15737342
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715737342%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 15737342: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20202633
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720202633%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20202633: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19867021
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20331785
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20471533
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 19734644
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 16989772
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20488442
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488442%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20488442: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20387458
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720387458%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20387458: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20469643
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720469643%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20469643: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20272813
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720272813%27 HTTP/1.1" 200 None
2026-03-30 06:10:43 [motorway.uk] INFO: Scrape type for 20272813: 0
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 7883635
2026-03-30 06:10:43 [motorway.uk] INFO: Found listing with ID: 20386196
2026-03-30 06:10:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=540&page=15&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20301561
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20480470
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20025955
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 19072079
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719072079%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [motorway.uk] INFO: Scrape type for 19072079: 0
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20478414
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20390094
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20355039
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 19897967
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20416855
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20036264
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20463207
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 18730909
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20382318
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20398514
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20484917
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 18872105
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 19791860
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 18667851
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 9844685
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 16823030
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20408961
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20296127
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20222166
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20474874
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 12127571
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20483047
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 17857405
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 17585425
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717585425%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [motorway.uk] INFO: Scrape type for 17585425: 0
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20401950
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 15315241
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20394022
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720394022%27 HTTP/1.1" 200 None
2026-03-30 06:10:44 [motorway.uk] INFO: Scrape type for 20394022: 0
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20239538
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20066529
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 2726366
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 20047376
2026-03-30 06:10:44 [motorway.uk] INFO: Found listing with ID: 19669988
2026-03-30 06:10:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=576&page=16&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 19821442
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719821442%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 19821442: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 14648195
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20442579
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720442579%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 20442579: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 19708166
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719708166%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 19708166: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20460964
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720460964%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 20460964: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20264228
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 15594477
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20307515
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20481960
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 15910710
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715910710%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 15910710: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 19313899
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20338223
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 18332731
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20355749
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 10308764
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20467839
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 17807552
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20191585
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20484266
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 18989112
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20444774
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 13523395
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713523395%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 13523395: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 18011097
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718011097%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 18011097: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 5866923
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20468575
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720468575%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 20468575: 0
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 11768479
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711768479%27 HTTP/1.1" 200 None
2026-03-30 06:10:56 [motorway.uk] INFO: Scrape type for 11768479: 2
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 14717398
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20455953
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20240624
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 18507220
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 17656743
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20131585
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20444590
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20396560
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 20484632
2026-03-30 06:10:56 [motorway.uk] INFO: Found listing with ID: 2939803
2026-03-30 06:10:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=612&page=17&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20176261
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 17331668
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20454066
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 18631801
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 3620067
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20010331
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 6110693
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20212993
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 18599819
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20478024
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20476322
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 19989124
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20485342
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 19346587
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 18465053
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 17446512
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 19535676
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 20106291
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720106291%27 HTTP/1.1" 200 None
2026-03-30 06:10:57 [motorway.uk] INFO: Scrape type for 20106291: 0
2026-03-30 06:10:57 [motorway.uk] INFO: Found listing with ID: 18846555
2026-03-30 06:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718846555%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [motorway.uk] INFO: Scrape type for 18846555: 0
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 19650847
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 16887046
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 18297776
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 19443439
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20249715
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 18285367
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 18824482
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 19548326
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 19976408
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 17967491
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 8192755
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%278192755%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [motorway.uk] INFO: Scrape type for 8192755: 0
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20357594
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720357594%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [motorway.uk] INFO: Scrape type for 20357594: 0
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20469292
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720469292%27 HTTP/1.1" 200 None
2026-03-30 06:10:58 [motorway.uk] INFO: Scrape type for 20469292: 0
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20467785
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20488132
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 20001461
2026-03-30 06:10:58 [motorway.uk] INFO: Found listing with ID: 19942570
2026-03-30 06:10:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/11768479.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with identifier: 11768479
2026-03-30 06:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with scrape type 2
2026-03-30 06:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with scrape type 2
2026-03-30 06:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: 313554ba-5eb6-5655-9ea6-14c73b3e3f86, identifier: 11768479
2026-03-30 06:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with identifier: 11768479
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:10:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Grey HTTP/1.1" 200 None
2026-03-30 06:10:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:10:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with identifier: 11768479
2026-03-30 06:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: 313554ba-5eb6-5655-9ea6-14c73b3e3f86 with identifier: 11768479 to the API
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:10:59 [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-30 06:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/11768479.json>
{'auction_title': '',
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': None,
'engine': '2.1L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Diesel',
'id': '313554ba-5eb6-5655-9ea6-14c73b3e3f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'W1 JBD',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/11768479',
'listing': 'auction',
'location': 'South Yorkshire Rotherham',
'make': 'Mercedes',
'model': 'V Class',
'odometer': 108640,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 22533,
'price_includes_vat': False,
'registration_date': '2017-01-04',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes V250 Sport Bluetec Auto',
'transmission': 'automatic',
'trim': 'V250 Sport Bluetec Auto',
'vin': 'WDF44781123248645',
'year': 2017}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711768479%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Saving data for 11768479: {'auction_closing_time': 1774884600.0, 'created_time': 1774643555.53286, 'last_price_update_time': 1774851059.37798}
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='11768479') HTTP/1.1" 204 0
2026-03-30 06:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=648&page=18&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 18832294
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20381843
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20258462
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 18895198
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718895198%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 18895198: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20482892
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20403490
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 16057618
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716057618%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 16057618: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 17828032
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 19514884
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20140691
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20484845
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20376881
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720376881%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 20376881: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20297983
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20488223
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20471931
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720471931%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 20471931: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20493721
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20422784
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 3287660
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273287660%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 3287660: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 16290111
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 14508639
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 18349158
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 5286387
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 17747789
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20215364
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20407647
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720407647%27 HTTP/1.1" 200 None
2026-03-30 06:10:59 [motorway.uk] INFO: Scrape type for 20407647: 0
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20115042
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 11558331
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 18342530
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 12851017
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20248084
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 15064019
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 16160235
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 3081875
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20429308
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 20485771
2026-03-30 06:10:59 [motorway.uk] INFO: Found listing with ID: 18505969
2026-03-30 06:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=684&page=19&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19564729
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 6226570
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 16486995
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20460973
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20487463
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720487463%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 20487463: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20111851
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20098217
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19569480
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20468681
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 14866645
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 13203122
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 15371876
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715371876%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 15371876: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 17858829
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 8664899
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%278664899%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 8664899: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 14729168
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 13365584
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19518797
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719518797%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 19518797: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19781742
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719781742%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 19781742: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 18114762
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20484591
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 4393703
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19625865
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20021655
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 4895685
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%274895685%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 4895685: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20426345
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 15364589
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20450018
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 17809359
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20487947
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720487947%27 HTTP/1.1" 200 None
2026-03-30 06:11:01 [motorway.uk] INFO: Scrape type for 20487947: 0
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20346112
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 15189137
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20366507
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 13105341
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19925177
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 19729177
2026-03-30 06:11:01 [motorway.uk] INFO: Found listing with ID: 20387159
2026-03-30 06:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720387159%27 HTTP/1.1" 200 None
2026-03-30 06:11:02 [motorway.uk] INFO: Scrape type for 20387159: 0
2026-03-30 06:11:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=720&page=20&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19584822
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19981352
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 14405517
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20490426
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20420305
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20257737
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 18590519
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718590519%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 18590519: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 18378231
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718378231%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 18378231: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20357052
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20469592
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19514188
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19747758
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719747758%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 19747758: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 15938519
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20215486
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20230861
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 15219874
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20429518
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 14732982
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714732982%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 14732982: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 7660198
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 13648117
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 17991269
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20487024
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720487024%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 20487024: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 3181281
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273181281%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 3181281: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 18078915
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718078915%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 18078915: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20470010
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19430237
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20422292
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20373984
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20471256
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20283277
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20363739
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19842807
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719842807%27 HTTP/1.1" 200 None
2026-03-30 06:11:03 [motorway.uk] INFO: Scrape type for 19842807: 0
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 3792457
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 20423510
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19452760
2026-03-30 06:11:03 [motorway.uk] INFO: Found listing with ID: 19601308
2026-03-30 06:11:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=756&page=21&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 19444118
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20486974
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20486509
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 14040355
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 17809843
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20270906
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720270906%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 20270906: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 9667311
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 19797838
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20486919
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20406062
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 18135215
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20348082
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 19815321
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 18899297
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20382953
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 15048808
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715048808%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 15048808: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20376604
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720376604%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 20376604: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 19669683
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 16614089
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20281844
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720281844%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 20281844: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20472398
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20463285
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 10521418
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20325744
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720325744%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 20325744: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 7322331
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%277322331%27 HTTP/1.1" 200 None
2026-03-30 06:11:04 [motorway.uk] INFO: Scrape type for 7322331: 0
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 6590662
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 12561164
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20346563
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 18746892
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 18935928
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 11445648
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20471200
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20259315
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 18569454
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 19681726
2026-03-30 06:11:04 [motorway.uk] INFO: Found listing with ID: 20483853
2026-03-30 06:11:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:05 [scrapy.extensions.logstats] INFO: Crawled 27 pages (at 27 pages/min), scraped 2 items (at 2 items/min)
2026-03-30 06:11:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 160MiB
2026-03-30 06:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=792&page=22&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20385482
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 14497960
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20393358
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20217991
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20383556
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720383556%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20383556: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20485756
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 19413267
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 19288331
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719288331%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 19288331: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20462610
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20490179
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720490179%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20490179: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20486724
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20489344
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489344%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20489344: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20348979
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 14956280
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 18941047
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 13723227
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713723227%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 13723227: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20423398
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20464480
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20471522
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 8915220
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20476962
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 17749520
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 15294916
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20018421
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20405344
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20465616
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 12468788
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20416075
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720416075%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20416075: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20337017
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 5750587
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20426574
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20428130
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720428130%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20428130: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20480796
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20477490
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 20165932
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720165932%27 HTTP/1.1" 200 None
2026-03-30 06:11:06 [motorway.uk] INFO: Scrape type for 20165932: 0
2026-03-30 06:11:06 [motorway.uk] INFO: Found listing with ID: 19570678
2026-03-30 06:11:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=828&page=23&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20345939
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720345939%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 20345939: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 12444904
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20479213
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 5678750
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 1379253
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20147268
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20465867
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 18276171
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718276171%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 18276171: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20490982
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20494330
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720494330%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 20494330: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20486417
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720486417%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 20486417: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 19705843
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 6409208
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20049212
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720049212%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 20049212: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 12893788
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712893788%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 12893788: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20129049
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 19812836
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 7025214
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20458640
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720458640%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 20458640: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 12548446
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20453033
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20028099
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20414917
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 18114859
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20498769
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20401260
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20421513
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 19128404
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719128404%27 HTTP/1.1" 200 None
2026-03-30 06:11:07 [motorway.uk] INFO: Scrape type for 19128404: 0
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20306533
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20304701
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20378364
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 18272017
2026-03-30 06:11:07 [motorway.uk] INFO: Found listing with ID: 20445540
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720445540%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [motorway.uk] INFO: Scrape type for 20445540: 0
2026-03-30 06:11:08 [motorway.uk] INFO: Found listing with ID: 20500409
2026-03-30 06:11:08 [motorway.uk] INFO: Found listing with ID: 18253303
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718253303%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [motorway.uk] INFO: Scrape type for 18253303: 0
2026-03-30 06:11:08 [motorway.uk] INFO: Found listing with ID: 18656000
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718656000%27 HTTP/1.1" 200 None
2026-03-30 06:11:08 [motorway.uk] INFO: Scrape type for 18656000: 0
2026-03-30 06:11:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=864&page=24&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 1329664
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20409002
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 18827226
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20436077
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 16052794
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20401398
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20375710
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 17939747
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20202196
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720202196%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20202196: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 18800703
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 12120509
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712120509%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 12120509: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 14548428
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714548428%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 14548428: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20386514
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 17979492
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20435734
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 19226483
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20265624
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 7585646
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 19995676
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 16512497
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20498788
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720498788%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20498788: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 6438177
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20309766
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20454787
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720454787%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20454787: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20456993
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20486739
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20130808
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20423862
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720423862%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20423862: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20283454
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720283454%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20283454: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 10973365
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2710973365%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 10973365: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20392215
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20496032
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720496032%27 HTTP/1.1" 200 None
2026-03-30 06:11:09 [motorway.uk] INFO: Scrape type for 20496032: 0
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 19667593
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 13151440
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 19970268
2026-03-30 06:11:09 [motorway.uk] INFO: Found listing with ID: 20240702
2026-03-30 06:11:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=900&page=25&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19778480
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20022290
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720022290%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 20022290: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 13467302
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19297070
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20020700
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 11255946
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19632065
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 17285204
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717285204%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 17285204: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 16536787
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716536787%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 16536787: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 1653589
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%271653589%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 1653589: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20323347
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20483472
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 17018395
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 4109910
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19834070
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719834070%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 19834070: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20450033
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20441111
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 15806242
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20168276
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 13753529
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713753529%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 13753529: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 15549773
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715549773%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 15549773: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 15733189
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 14461251
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714461251%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 14461251: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20474635
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19400973
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719400973%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 19400973: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20423010
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720423010%27 HTTP/1.1" 200 None
2026-03-30 06:11:11 [motorway.uk] INFO: Scrape type for 20423010: 0
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20470703
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 10736639
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20469304
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19886474
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 18670827
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 19915940
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 14572470
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20268898
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20241032
2026-03-30 06:11:11 [motorway.uk] INFO: Found listing with ID: 20251701
2026-03-30 06:11:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=936&page=26&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 8035510
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20487217
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 9709671
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 18815814
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718815814%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 18815814: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20223018
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20483589
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 12179919
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20468816
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720468816%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 20468816: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20377393
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 17155088
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20267868
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720267868%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 20267868: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 3064694
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 19938092
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20502804
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 19713153
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 19838319
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20050031
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 16344729
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716344729%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 16344729: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20490281
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 16868488
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716868488%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 16868488: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 19871523
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20412314
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20415492
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 17316820
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20175981
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20453641
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20478408
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20469298
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20319525
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 16548854
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20052855
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20374311
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720374311%27 HTTP/1.1" 200 None
2026-03-30 06:11:12 [motorway.uk] INFO: Scrape type for 20374311: 0
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 17186648
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 17160787
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20384196
2026-03-30 06:11:12 [motorway.uk] INFO: Found listing with ID: 20037779
2026-03-30 06:11:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=972&page=27&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20411853
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 18697582
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718697582%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 18697582: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 3263792
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20388810
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20267620
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720267620%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 20267620: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20355104
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 16997942
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20235987
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20327167
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 18355209
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20500674
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20417268
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20488448
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 4592998
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%274592998%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 4592998: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20289196
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720289196%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 20289196: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 17884848
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20406554
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20396431
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20479789
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720479789%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 20479789: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20496248
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 16533872
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20491744
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 19390207
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20065341
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20491588
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 19412192
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 8144237
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%278144237%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 8144237: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20178701
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 9608672
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20487398
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20473693
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 19953302
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20149199
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720149199%27 HTTP/1.1" 200 None
2026-03-30 06:11:14 [motorway.uk] INFO: Scrape type for 20149199: 0
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20426141
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 10536049
2026-03-30 06:11:14 [motorway.uk] INFO: Found listing with ID: 20307524
2026-03-30 06:11:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1008&page=28&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20304692
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 15783679
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 17667845
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 17291886
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 17331311
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20377284
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 18264016
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20486192
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720486192%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 20486192: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20489798
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 18016902
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20194798
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 19772114
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20365288
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 19121650
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 13570427
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 13327562
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 17966792
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717966792%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 17966792: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20229861
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720229861%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 20229861: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20471278
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20454392
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720454392%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 20454392: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20165611
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 19472539
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719472539%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 19472539: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20422592
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20385998
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 16437364
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716437364%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 16437364: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20369773
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720369773%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 20369773: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 18202599
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718202599%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 18202599: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20493993
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 9310356
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279310356%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 9310356: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20226525
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720226525%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 20226525: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 3894223
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273894223%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 3894223: 2
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 9990352
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 19838996
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 13722608
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713722608%27 HTTP/1.1" 200 None
2026-03-30 06:11:16 [motorway.uk] INFO: Scrape type for 13722608: 0
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20486496
2026-03-30 06:11:16 [motorway.uk] INFO: Found listing with ID: 20043212
2026-03-30 06:11:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/3894223.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c54b19-9751-5135-a97c-4a8021df8b92 with identifier: 3894223
2026-03-30 06:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c54b19-9751-5135-a97c-4a8021df8b92 with scrape type 2
2026-03-30 06:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c54b19-9751-5135-a97c-4a8021df8b92 with scrape type 2
2026-03-30 06:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: 69c54b19-9751-5135-a97c-4a8021df8b92, identifier: 3894223
2026-03-30 06:11:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: 69c54b19-9751-5135-a97c-4a8021df8b92 with identifier: 3894223
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-30 06:11:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:11:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: 69c54b19-9751-5135-a97c-4a8021df8b92 with identifier: 3894223
2026-03-30 06:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: 69c54b19-9751-5135-a97c-4a8021df8b92 with identifier: 3894223 to the API
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:11:20 [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-30 06:11:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/3894223.json>
{'auction_title': '',
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': None,
'engine': '3.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Diesel',
'id': '69c54b19-9751-5135-a97c-4a8021df8b92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LL17 CYY',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/3894223',
'listing': 'auction',
'location': 'Greater London London',
'make': 'Audi',
'model': 'A8',
'odometer': 73000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12654,
'price_includes_vat': False,
'registration_date': '2017-07-13',
'seats_number': None,
'seller_name': None,
'title': 'Audi A8 SE Exec TDI Quattro Auto',
'transmission': 'automatic',
'trim': 'SE Exec TDI Quattro Auto',
'vin': 'WAUZZZ4H0HN013926',
'year': 2017}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273894223%27 HTTP/1.1" 200 None
2026-03-30 06:11:20 [motorway.uk] INFO: Saving data for 3894223: {'auction_closing_time': 1774884600.0, 'created_time': 1774642879.658405, 'last_price_update_time': 1774851080.814206}
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='3894223') HTTP/1.1" 204 0
2026-03-30 06:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1044&page=29&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20481167
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 11262426
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19102337
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20421191
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20228423
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720228423%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20228423: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20365167
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 16886677
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20489690
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489690%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20489690: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 5776267
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%275776267%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 5776267: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20487109
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720487109%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20487109: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20254081
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720254081%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20254081: 2
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 18038036
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20473354
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20172363
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20323228
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720323228%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20323228: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20486197
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 16378604
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20456017
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 17631330
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 12503630
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712503630%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 12503630: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19805155
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20484488
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720484488%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20484488: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19543159
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 11178434
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20434695
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20490377
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20488936
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20484850
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19905225
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719905225%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 19905225: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 18671000
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718671000%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 18671000: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 15950437
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 12936291
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19919784
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20285746
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720285746%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20285746: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 20473072
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720473072%27 HTTP/1.1" 200 None
2026-03-30 06:11:28 [motorway.uk] INFO: Scrape type for 20473072: 0
2026-03-30 06:11:28 [motorway.uk] INFO: Found listing with ID: 19988748
2026-03-30 06:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1080&page=30&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20500109
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720500109%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20500109: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20492540
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 4255654
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%274255654%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 4255654: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20381378
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720381378%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20381378: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 19391206
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 12889821
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712889821%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 12889821: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 2216003
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%272216003%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 2216003: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20466618
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20454779
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20175346
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720175346%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20175346: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20488633
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20418638
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720418638%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20418638: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20394387
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20484190
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20488957
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20381560
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20490401
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 19925842
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20301602
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20482735
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20445456
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720445456%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20445456: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 17007661
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717007661%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 17007661: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 16212102
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 3155170
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20438840
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20141953
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720141953%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 20141953: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 18015367
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718015367%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 18015367: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 3408584
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273408584%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 3408584: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20257689
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20465447
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20172367
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 19146005
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719146005%27 HTTP/1.1" 200 None
2026-03-30 06:11:30 [motorway.uk] INFO: Scrape type for 19146005: 0
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 10030504
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20428748
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20494737
2026-03-30 06:11:30 [motorway.uk] INFO: Found listing with ID: 20445682
2026-03-30 06:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20254081.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46c3126e-b6f4-5a95-8886-f6163b466a16 with identifier: 20254081
2026-03-30 06:11:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46c3126e-b6f4-5a95-8886-f6163b466a16 with scrape type 2
2026-03-30 06:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46c3126e-b6f4-5a95-8886-f6163b466a16 with scrape type 2
2026-03-30 06:11:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: 46c3126e-b6f4-5a95-8886-f6163b466a16, identifier: 20254081
2026-03-30 06:11:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: 46c3126e-b6f4-5a95-8886-f6163b466a16 with identifier: 20254081
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-30 06:11:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:11:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: 46c3126e-b6f4-5a95-8886-f6163b466a16 with identifier: 20254081
2026-03-30 06:11:31 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: 46c3126e-b6f4-5a95-8886-f6163b466a16 with identifier: 20254081 to the API
2026-03-30 06:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:11:32 [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-30 06:11:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20254081.json>
{'auction_title': '',
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Diesel',
'id': '46c3126e-b6f4-5a95-8886-f6163b466a16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV17 JUA',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/20254081',
'listing': 'auction',
'location': 'Suffolk Stowmarket',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 145000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 9789,
'price_includes_vat': False,
'registration_date': '2017-05-26',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Transporter T32 ST-LN TDI BMT',
'transmission': 'manual',
'trim': 'T32 ST-LN TDI BMT',
'vin': 'WV1ZZZ7HZHH146535',
'year': 2017}
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720254081%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Saving data for 20254081: {'auction_closing_time': 1774884600.0, 'created_time': 1774643255.603116, 'last_price_update_time': 1774851092.194921}
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='20254081') HTTP/1.1" 204 0
2026-03-30 06:11:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1116&page=31&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20255071
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720255071%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20255071: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20418634
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20499940
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20473047
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720473047%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20473047: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20441126
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20467526
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720467526%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20467526: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20285675
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20295392
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 10200221
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 13316160
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713316160%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 13316160: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20479742
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20477549
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 16662751
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 12330372
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 19684886
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 17190543
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 14032750
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714032750%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 14032750: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20240321
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720240321%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20240321: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20020846
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720020846%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20020846: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 14443515
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20470846
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 17982437
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20156998
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720156998%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20156998: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 18987203
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 5963462
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%275963462%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 5963462: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 17363006
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 18720332
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20374415
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20438823
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720438823%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20438823: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20489356
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489356%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20489356: 0
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 17446143
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 18406701
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20403434
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 19912396
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 5587668
2026-03-30 06:11:32 [motorway.uk] INFO: Found listing with ID: 20325290
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720325290%27 HTTP/1.1" 200 None
2026-03-30 06:11:32 [motorway.uk] INFO: Scrape type for 20325290: 0
2026-03-30 06:11:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1152&page=32&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 18037733
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20357003
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720357003%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20357003: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20419987
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720419987%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20419987: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20487473
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20355479
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 12517194
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 17744204
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717744204%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 17744204: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20209184
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 9654966
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 17811380
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20487082
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20405903
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20335691
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20492519
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720492519%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20492519: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 19185025
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719185025%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 19185025: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20473857
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720473857%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20473857: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 18463422
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20432038
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20466969
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 16001492
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20488676
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 19668749
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719668749%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 19668749: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20386402
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20456408
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20144250
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720144250%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20144250: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 19436717
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20482913
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720482913%27 HTTP/1.1" 200 None
2026-03-30 06:11:34 [motorway.uk] INFO: Scrape type for 20482913: 0
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20165260
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20420247
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20458630
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 18085024
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20484226
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 15574359
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20469502
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20453801
2026-03-30 06:11:34 [motorway.uk] INFO: Found listing with ID: 20497569
2026-03-30 06:11:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1188&page=33&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20484945
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 14357475
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20175875
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720175875%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 20175875: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20016415
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 18975319
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718975319%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 18975319: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20492267
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20435647
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20487216
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 18947501
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718947501%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 18947501: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20381015
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20482805
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 9373677
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20339850
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20478886
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 19640893
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 16034385
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716034385%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 16034385: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20490883
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 18780849
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718780849%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 18780849: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 18169442
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718169442%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 18169442: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20467557
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720467557%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 20467557: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20172298
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20481158
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20009659
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 19320604
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20473409
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20388349
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 14416221
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 15999217
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20500662
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720500662%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 20500662: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 19873015
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20398790
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 13687661
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713687661%27 HTTP/1.1" 200 None
2026-03-30 06:11:35 [motorway.uk] INFO: Scrape type for 13687661: 0
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 13044273
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 11047706
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 20388848
2026-03-30 06:11:35 [motorway.uk] INFO: Found listing with ID: 18340983
2026-03-30 06:11:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1224&page=34&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19861645
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20152688
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 18699505
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20455511
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720455511%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 20455511: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19242613
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719242613%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 19242613: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 17909162
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 8203355
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20378089
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20299221
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 18086482
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19449183
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719449183%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 19449183: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20485669
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20451319
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720451319%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 20451319: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20410678
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 13676396
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 2387574
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 13149221
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20498874
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19958948
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20435928
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720435928%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 20435928: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20487335
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20279875
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720279875%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 20279875: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 11436867
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711436867%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 11436867: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20385406
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19712537
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 17056470
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19080843
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20261314
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19037322
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 10154809
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 17587362
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717587362%27 HTTP/1.1" 200 None
2026-03-30 06:11:37 [motorway.uk] INFO: Scrape type for 17587362: 0
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20488866
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20475825
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20485471
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 19631185
2026-03-30 06:11:37 [motorway.uk] INFO: Found listing with ID: 20482587
2026-03-30 06:11:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1260&page=35&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20375931
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20325750
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 16691958
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716691958%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 16691958: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20470450
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20395403
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20474722
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720474722%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20474722: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20492344
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720492344%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20492344: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20114932
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720114932%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20114932: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20501015
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20491170
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20436771
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19695598
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 16059595
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 13977118
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20488360
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19261388
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20480811
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720480811%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20480811: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20315252
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20021276
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19370870
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20363809
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19748283
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20492678
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20327541
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 17627913
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20405306
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720405306%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20405306: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20485412
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720485412%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20485412: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 14166490
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20405002
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 17362621
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19486204
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 18339762
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20441350
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720441350%27 HTTP/1.1" 200 None
2026-03-30 06:11:38 [motorway.uk] INFO: Scrape type for 20441350: 0
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 11446328
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 19699748
2026-03-30 06:11:38 [motorway.uk] INFO: Found listing with ID: 20357195
2026-03-30 06:11:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1296&page=36&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20488003
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 17841081
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19220462
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 17874420
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 12473126
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20404112
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20463012
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20141197
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20384563
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20411686
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20130547
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720130547%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 20130547: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20484943
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19189698
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719189698%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 19189698: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20485884
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 7586308
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19750029
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719750029%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 19750029: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20454873
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19243367
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 13628545
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713628545%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 13628545: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 17857909
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19991969
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20483258
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 7888251
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%277888251%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 7888251: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20436941
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20471387
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 16024734
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716024734%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 16024734: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20492752
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20492217
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720492217%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 20492217: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20435214
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20461651
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 3723283
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19401615
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 15388383
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19433460
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719433460%27 HTTP/1.1" 200 None
2026-03-30 06:11:40 [motorway.uk] INFO: Scrape type for 19433460: 0
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 19935539
2026-03-30 06:11:40 [motorway.uk] INFO: Found listing with ID: 20490910
2026-03-30 06:11:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1332&page=37&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 1393364
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18170236
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718170236%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 18170236: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19713905
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719713905%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 19713905: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20474485
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20298443
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720298443%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 20298443: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20477842
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720477842%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 20477842: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 17624223
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18291869
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19097600
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 9530683
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20452858
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720452858%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 20452858: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20455993
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 11012278
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18039395
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18741336
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20303325
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19210640
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18047844
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 3222560
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%273222560%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 3222560: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19609067
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19886187
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719886187%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 19886187: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19659666
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719659666%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 19659666: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20424304
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 17898601
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 14573343
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714573343%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 14573343: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19859082
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20450166
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720450166%27 HTTP/1.1" 200 None
2026-03-30 06:11:42 [motorway.uk] INFO: Scrape type for 20450166: 0
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 18005774
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 17064602
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20473269
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 19371488
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 10398218
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20445276
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 16325362
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 17674234
2026-03-30 06:11:42 [motorway.uk] INFO: Found listing with ID: 20319628
2026-03-30 06:11:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1368&page=38&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20171913
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20353654
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19798610
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20208609
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20403793
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720403793%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 20403793: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 18826766
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718826766%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 18826766: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 15306667
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 18106884
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718106884%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 18106884: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20481936
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720481936%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 20481936: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 17411348
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20387296
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20352821
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20440778
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20434747
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20475784
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 13472860
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19800646
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20486113
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 9188015
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279188015%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 9188015: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19873205
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19831066
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719831066%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 19831066: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 18930020
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19619181
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20103257
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720103257%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 20103257: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20453524
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720453524%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 20453524: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 4610978
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%274610978%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 4610978: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20397419
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 17989138
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20389959
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20460435
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20487343
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19895213
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 20432299
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19974522
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719974522%27 HTTP/1.1" 200 None
2026-03-30 06:11:43 [motorway.uk] INFO: Scrape type for 19974522: 0
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 18180278
2026-03-30 06:11:43 [motorway.uk] INFO: Found listing with ID: 19957959
2026-03-30 06:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1404&page=39&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20113566
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 16171790
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20376331
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20386083
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720386083%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20386083: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 15325780
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20473412
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20404965
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20498910
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20439436
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720439436%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20439436: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20476073
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20496195
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20337643
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20098206
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20475098
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720475098%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20475098: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 16172967
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 16857916
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20462733
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20490112
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20402109
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20374667
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 19899009
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20432177
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720432177%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20432177: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 11842898
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20046055
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20386977
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20277874
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 14979819
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714979819%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 14979819: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20474482
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720474482%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20474482: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20415120
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720415120%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20415120: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20214345
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720214345%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20214345: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 19182202
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20334323
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720334323%27 HTTP/1.1" 200 None
2026-03-30 06:11:45 [motorway.uk] INFO: Scrape type for 20334323: 0
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20417464
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 18237118
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 20502332
2026-03-30 06:11:45 [motorway.uk] INFO: Found listing with ID: 16476900
2026-03-30 06:11:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1440&page=40&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 13194088
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20307939
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 14034746
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20338819
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 12525227
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 15408464
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715408464%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 15408464: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19652736
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19998992
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719998992%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 19998992: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 16324421
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20402579
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 15712620
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19937895
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20343893
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19863425
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719863425%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 19863425: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20374139
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20447541
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20096245
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720096245%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 20096245: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 8969713
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20187846
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 15023759
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715023759%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 15023759: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20483861
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20488363
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 18488723
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19333728
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20373131
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720373131%27 HTTP/1.1" 200 None
2026-03-30 06:11:46 [motorway.uk] INFO: Scrape type for 20373131: 0
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 15015635
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 19288107
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20487830
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 20064722
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 17810245
2026-03-30 06:11:46 [motorway.uk] INFO: Found listing with ID: 17844342
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717844342%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [motorway.uk] INFO: Scrape type for 17844342: 0
2026-03-30 06:11:47 [motorway.uk] INFO: Found listing with ID: 20159342
2026-03-30 06:11:47 [motorway.uk] INFO: Found listing with ID: 20367432
2026-03-30 06:11:47 [motorway.uk] INFO: Found listing with ID: 19709380
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719709380%27 HTTP/1.1" 200 None
2026-03-30 06:11:47 [motorway.uk] INFO: Scrape type for 19709380: 0
2026-03-30 06:11:47 [motorway.uk] INFO: Found listing with ID: 18256517
2026-03-30 06:11:47 [motorway.uk] INFO: Found listing with ID: 20246067
2026-03-30 06:11:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1476&page=41&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20486464
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20440188
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19993213
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20487855
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20286408
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720286408%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 20286408: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20343631
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 18279854
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20486910
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720486910%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 20486910: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20396662
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720396662%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 20396662: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20497111
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 18991251
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19358574
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19916190
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20386914
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20473571
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20372718
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19803994
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 6427001
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 18641808
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20288623
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20475034
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 18052166
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20487961
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19939510
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20461256
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19966592
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719966592%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 19966592: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 18928323
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20009911
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20350681
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20480204
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720480204%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 20480204: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 17069635
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717069635%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 17069635: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19856222
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 19751356
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719751356%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 19751356: 0
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 6251802
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 16994244
2026-03-30 06:11:49 [motorway.uk] INFO: Found listing with ID: 20200314
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720200314%27 HTTP/1.1" 200 None
2026-03-30 06:11:49 [motorway.uk] INFO: Scrape type for 20200314: 0
2026-03-30 06:11:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1512&page=42&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:51 [motorway.uk] INFO: Found listing with ID: 19943403
2026-03-30 06:11:51 [motorway.uk] INFO: Found listing with ID: 20465481
2026-03-30 06:11:51 [motorway.uk] INFO: Found listing with ID: 19602701
2026-03-30 06:11:51 [motorway.uk] INFO: Found listing with ID: 19736042
2026-03-30 06:11:51 [motorway.uk] INFO: Found listing with ID: 20475976
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 8134023
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 18661288
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718661288%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 18661288: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 4637064
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%274637064%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 4637064: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 9361295
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20320814
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20076402
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720076402%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 20076402: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20391441
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20455567
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 12337686
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712337686%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 12337686: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 16283042
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716283042%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 16283042: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20488544
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488544%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 20488544: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 7801463
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 19420355
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 19358892
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719358892%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 19358892: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20427982
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 19234910
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719234910%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 19234910: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20380457
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 5025216
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 3991169
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 9765536
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 13033676
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20499852
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 18764881
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20490232
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20084784
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 14381280
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714381280%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 14381280: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20489994
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20471821
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 19513424
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719513424%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 19513424: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20467422
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720467422%27 HTTP/1.1" 200 None
2026-03-30 06:11:52 [motorway.uk] INFO: Scrape type for 20467422: 0
2026-03-30 06:11:52 [motorway.uk] INFO: Found listing with ID: 20191328
2026-03-30 06:11:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1548&page=43&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20440595
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720440595%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 20440595: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20484011
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20329533
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19798498
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20066226
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 18421687
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20199197
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720199197%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 20199197: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19475567
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19580249
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 9018744
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20414685
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 14657011
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19911856
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719911856%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 19911856: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 10143250
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20267897
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19688766
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20489770
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489770%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 20489770: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 16571680
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20430888
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20485034
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 3044789
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20138195
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20392438
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 16417496
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 18624558
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718624558%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 18624558: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19258894
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 13525953
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 17208307
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 17537906
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717537906%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 17537906: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 15848839
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20122744
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720122744%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 20122744: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20442189
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 19052068
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719052068%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 19052068: 0
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20414776
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 10974269
2026-03-30 06:11:54 [motorway.uk] INFO: Found listing with ID: 20354803
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720354803%27 HTTP/1.1" 200 None
2026-03-30 06:11:54 [motorway.uk] INFO: Scrape type for 20354803: 0
2026-03-30 06:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1584&page=44&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20451003
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 14684218
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714684218%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 14684218: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20422948
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720422948%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 20422948: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20499385
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 16912620
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716912620%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 16912620: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20290355
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20346452
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720346452%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 20346452: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20492694
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20488759
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19778290
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20235127
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720235127%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 20235127: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20357385
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 5496276
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20398366
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20488805
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19217492
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20311195
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20418338
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 16896697
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20269930
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20489216
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19118754
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 16543574
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19621328
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20409554
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19689914
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719689914%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 19689914: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20145284
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20286923
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720286923%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 20286923: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 15579981
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 16616720
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 7172629
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 7903453
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19401646
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719401646%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 19401646: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 20291009
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19871725
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719871725%27 HTTP/1.1" 200 None
2026-03-30 06:11:55 [motorway.uk] INFO: Scrape type for 19871725: 0
2026-03-30 06:11:55 [motorway.uk] INFO: Found listing with ID: 19394258
2026-03-30 06:11:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1620&page=45&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20392033
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720392033%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20392033: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 6855795
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 6221793
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 16311303
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20477312
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720477312%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20477312: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20286694
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20439535
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720439535%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20439535: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19648962
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719648962%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 19648962: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20475889
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19395541
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20377618
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 13609049
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20111098
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20158063
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20461954
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20411240
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720411240%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20411240: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20485932
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20080126
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 10041890
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19794671
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20498723
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19811025
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 7025386
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%277025386%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 7025386: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20277132
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 17822067
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 2720964
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%272720964%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 2720964: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20457137
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19525497
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20490195
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20487725
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20076469
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720076469%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20076469: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 18151907
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20441173
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20363657
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 20411608
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720411608%27 HTTP/1.1" 200 None
2026-03-30 06:11:57 [motorway.uk] INFO: Scrape type for 20411608: 0
2026-03-30 06:11:57 [motorway.uk] INFO: Found listing with ID: 19896790
2026-03-30 06:11:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1656&page=46&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20100929
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20485662
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20194967
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20381297
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20386223
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20286698
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20489245
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489245%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 20489245: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20392027
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 3873152
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 11096285
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20482960
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 19678576
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719678576%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 19678576: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 18548941
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20491894
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 19241262
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719241262%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 19241262: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 19752609
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 8334948
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20386964
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20411705
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 19182939
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20488347
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20484773
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 17552063
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20486399
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 19793554
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719793554%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 19793554: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20162768
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20100434
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 8441343
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20452585
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20478128
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720478128%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 20478128: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 10468400
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20020455
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 14838177
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20494569
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720494569%27 HTTP/1.1" 200 None
2026-03-30 06:11:59 [motorway.uk] INFO: Scrape type for 20494569: 0
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 20436489
2026-03-30 06:11:59 [motorway.uk] INFO: Found listing with ID: 8662679
2026-03-30 06:11:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1692&page=47&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:00 [motorway.uk] INFO: Found listing with ID: 20296573
2026-03-30 06:12:00 [motorway.uk] INFO: Found listing with ID: 20262707
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720262707%27 HTTP/1.1" 200 None
2026-03-30 06:12:00 [motorway.uk] INFO: Scrape type for 20262707: 0
2026-03-30 06:12:00 [motorway.uk] INFO: Found listing with ID: 20491857
2026-03-30 06:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720491857%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 20491857: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20392037
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 19849179
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 19605190
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719605190%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 19605190: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20436357
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 10396132
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2710396132%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 10396132: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 4873494
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 10731175
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20465263
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20445236
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 16814678
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20440911
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 17351129
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20474259
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20448667
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 13582416
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 1049339
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%271049339%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 1049339: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20493132
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 19757080
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20330269
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720330269%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 20330269: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 13582420
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20379578
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 19988943
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 18468305
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20011671
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20303061
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20471692
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 16982313
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716982313%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 16982313: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20403202
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 10707418
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2710707418%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 10707418: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20499574
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 19862807
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719862807%27 HTTP/1.1" 200 None
2026-03-30 06:12:01 [motorway.uk] INFO: Scrape type for 19862807: 0
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20008184
2026-03-30 06:12:01 [motorway.uk] INFO: Found listing with ID: 20136887
2026-03-30 06:12:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:05 [scrapy.extensions.logstats] INFO: Crawled 55 pages (at 28 pages/min), scraped 4 items (at 2 items/min)
2026-03-30 06:12:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 160MiB
2026-03-30 06:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1728&page=48&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20457474
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720457474%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20457474: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 7788719
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20496394
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20492076
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720492076%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20492076: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19211859
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19957337
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719957337%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 19957337: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20446457
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 18634070
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20245213
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 10528347
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2710528347%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 10528347: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20486592
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20469845
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 13914989
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19622244
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20450720
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720450720%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20450720: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19849878
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20408794
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720408794%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20408794: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20238739
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19824492
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20486445
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19470954
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20407532
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720407532%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20407532: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20469143
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20452615
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 15157797
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 10964475
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20476933
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20393132
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20348231
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720348231%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20348231: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20380472
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720380472%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20380472: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 17242412
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 10152059
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20348457
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 20393265
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720393265%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 20393265: 0
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19488823
2026-03-30 06:12:10 [motorway.uk] INFO: Found listing with ID: 19580167
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719580167%27 HTTP/1.1" 200 None
2026-03-30 06:12:10 [motorway.uk] INFO: Scrape type for 19580167: 0
2026-03-30 06:12:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1764&page=49&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 8578317
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19824079
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19829498
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20487631
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20419362
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20488089
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19636358
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20488455
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20418259
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20381652
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 2896184
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%272896184%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 2896184: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20043341
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19364610
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 17969883
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 18144645
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 18778922
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718778922%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 18778922: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19235717
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19262827
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19938992
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20450000
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720450000%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20450000: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20501873
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20412901
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20388002
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720388002%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20388002: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20143003
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720143003%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20143003: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20488215
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488215%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20488215: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 17070613
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717070613%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 17070613: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19820283
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20452595
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720452595%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20452595: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 19130680
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20491315
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720491315%27 HTTP/1.1" 200 None
2026-03-30 06:12:11 [motorway.uk] INFO: Scrape type for 20491315: 0
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 18265722
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 18293404
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 5296288
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20200708
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20488052
2026-03-30 06:12:11 [motorway.uk] INFO: Found listing with ID: 20489099
2026-03-30 06:12:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1800&page=50&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 19659206
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20486301
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 13628188
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20499822
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20445729
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 14604546
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20390558
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 15355035
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715355035%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [motorway.uk] INFO: Scrape type for 15355035: 0
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20327715
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20153651
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 19271642
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20411548
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 11207891
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20495052
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720495052%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [motorway.uk] INFO: Scrape type for 20495052: 0
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 9228073
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279228073%27 HTTP/1.1" 200 None
2026-03-30 06:12:12 [motorway.uk] INFO: Scrape type for 9228073: 0
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20303426
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20423847
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 8941905
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 13648789
2026-03-30 06:12:12 [motorway.uk] INFO: Found listing with ID: 20482465
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720482465%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [motorway.uk] INFO: Scrape type for 20482465: 0
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20467456
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720467456%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [motorway.uk] INFO: Scrape type for 20467456: 0
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20495694
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 12555928
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 19119674
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20427329
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 18206476
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718206476%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [motorway.uk] INFO: Scrape type for 18206476: 0
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20489914
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20445502
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20454302
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 18721041
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 13280903
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713280903%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [motorway.uk] INFO: Scrape type for 13280903: 0
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 20417440
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 12910832
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712910832%27 HTTP/1.1" 200 None
2026-03-30 06:12:13 [motorway.uk] INFO: Scrape type for 12910832: 0
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 19849552
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 19683133
2026-03-30 06:12:13 [motorway.uk] INFO: Found listing with ID: 17791322
2026-03-30 06:12:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1836&page=51&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 9487324
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19865604
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 18686856
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 10791383
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20478477
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 17256840
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20362883
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720362883%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 20362883: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20396872
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20446617
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19960160
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19102029
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 13264381
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 6935357
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19563438
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719563438%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 19563438: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 16699614
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 18659064
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718659064%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 18659064: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 10323885
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20310150
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720310150%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 20310150: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20477603
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20430561
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 16452108
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716452108%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 16452108: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19553862
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 14075759
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20486420
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 19882415
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20445453
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720445453%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 20445453: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20492600
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720492600%27 HTTP/1.1" 200 None
2026-03-30 06:12:14 [motorway.uk] INFO: Scrape type for 20492600: 0
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 6381818
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 17812597
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20385846
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20486514
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20489259
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20466957
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 11609337
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20241656
2026-03-30 06:12:14 [motorway.uk] INFO: Found listing with ID: 20356416
2026-03-30 06:12:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1872&page=52&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20343787
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20467775
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 14487162
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20178495
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 1809812
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%271809812%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [motorway.uk] INFO: Scrape type for 1809812: 2
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20438968
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20491701
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20426969
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720426969%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [motorway.uk] INFO: Scrape type for 20426969: 0
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 12048529
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712048529%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [motorway.uk] INFO: Scrape type for 12048529: 0
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20237139
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720237139%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [motorway.uk] INFO: Scrape type for 20237139: 0
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 13997498
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20470699
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720470699%27 HTTP/1.1" 200 None
2026-03-30 06:12:15 [motorway.uk] INFO: Scrape type for 20470699: 0
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20376526
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 19311094
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 18596024
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20391231
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20500889
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 10739202
2026-03-30 06:12:15 [motorway.uk] INFO: Found listing with ID: 20450918
2026-03-30 06:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720450918%27 HTTP/1.1" 200 None
2026-03-30 06:12:16 [motorway.uk] INFO: Scrape type for 20450918: 0
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 17131472
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717131472%27 HTTP/1.1" 200 None
2026-03-30 06:12:16 [motorway.uk] INFO: Scrape type for 17131472: 0
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 16030569
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20485243
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20464032
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 6326009
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20468243
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 19307478
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20374512
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20389122
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20445992
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720445992%27 HTTP/1.1" 200 None
2026-03-30 06:12:16 [motorway.uk] INFO: Scrape type for 20445992: 0
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20459100
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20476210
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720476210%27 HTTP/1.1" 200 None
2026-03-30 06:12:16 [motorway.uk] INFO: Scrape type for 20476210: 0
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 19731701
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 9209977
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 13542137
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 6911158
2026-03-30 06:12:16 [motorway.uk] INFO: Found listing with ID: 20050309
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720050309%27 HTTP/1.1" 200 None
2026-03-30 06:12:16 [motorway.uk] INFO: Scrape type for 20050309: 0
2026-03-30 06:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1908&page=53&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 9062152
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 19954609
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 12359384
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 14847848
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 12755614
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 18679301
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 19373219
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 20373120
2026-03-30 06:12:17 [motorway.uk] INFO: Found listing with ID: 20482025
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720482025%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 20482025: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20426695
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20459280
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720459280%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 20459280: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20471330
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 5242305
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%275242305%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 5242305: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20489878
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20459194
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20361581
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 7629441
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 16803128
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 19648978
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 19596595
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20469217
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720469217%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 20469217: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20419457
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 6138860
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%276138860%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 6138860: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 19989117
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 19392405
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20474362
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 1060711
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20490214
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 18643660
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20430885
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720430885%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 20430885: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 3094669
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 4051163
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20486494
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 10305678
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 172417
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%27172417%27 HTTP/1.1" 200 None
2026-03-30 06:12:18 [motorway.uk] INFO: Scrape type for 172417: 0
2026-03-30 06:12:18 [motorway.uk] INFO: Found listing with ID: 20393095
2026-03-30 06:12:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/1809812.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with identifier: 1809812
2026-03-30 06:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with scrape type 2
2026-03-30 06:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with scrape type 2
2026-03-30 06:12:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: b4b088d3-ea8c-5896-ad0d-77778d9f2ec5, identifier: 1809812
2026-03-30 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with identifier: 1809812
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-30 06:12:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with identifier: 1809812
2026-03-30 06:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: b4b088d3-ea8c-5896-ad0d-77778d9f2ec5 with identifier: 1809812 to the API
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:12:19 [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-30 06:12:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/1809812.json>
{'auction_title': '',
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': None,
'engine': '1.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'b4b088d3-ea8c-5896-ad0d-77778d9f2ec5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'B333 GSC',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/1809812',
'listing': 'auction',
'location': 'Highland Dingwall',
'make': 'Honda',
'model': 'Civic',
'odometer': 55000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 7334,
'price_includes_vat': False,
'registration_date': '2018-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Honda Civic SE VTEC',
'transmission': 'manual',
'trim': 'SE VTEC',
'vin': 'SHHFK6740HU019278',
'year': 2018}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%271809812%27 HTTP/1.1" 200 None
2026-03-30 06:12:19 [motorway.uk] INFO: Saving data for 1809812: {'auction_closing_time': 1774884600.0, 'created_time': 1774471219.187395, 'last_price_update_time': 1774851139.506582}
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='1809812') HTTP/1.1" 204 0
2026-03-30 06:12:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1944&page=54&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20488616
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20228921
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720228921%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 20228921: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20428457
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20436137
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20486368
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20227372
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20033527
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20413726
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 2132974
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20474416
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20177162
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 6434622
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20283869
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720283869%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 20283869: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20364361
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 5628277
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20461750
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 17445415
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20476642
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720476642%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 20476642: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 19367638
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20487175
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 19985345
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 19349281
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719349281%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 19349281: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20468841
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20177902
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20483670
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 17668016
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20231928
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 12684122
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712684122%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 12684122: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 19613210
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 20386476
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 12649604
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 17101492
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2717101492%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 17101492: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 19847030
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719847030%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 19847030: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 11104022
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2711104022%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 11104022: 0
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 15241150
2026-03-30 06:12:20 [motorway.uk] INFO: Found listing with ID: 18947294
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2718947294%27 HTTP/1.1" 200 None
2026-03-30 06:12:20 [motorway.uk] INFO: Scrape type for 18947294: 0
2026-03-30 06:12:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=1980&page=55&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20396988
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720396988%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20396988: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20456906
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720456906%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20456906: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 4780445
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20480035
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20082528
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 18193336
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 13612616
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20476022
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20457984
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20418500
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20426122
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 15665248
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20493194
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 18379104
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 11704442
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20473093
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 9468463
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279468463%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 9468463: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20436431
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20470604
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 18517231
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 19569032
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20488945
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720488945%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20488945: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 10077584
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 19053107
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719053107%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 19053107: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 13891408
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2713891408%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 13891408: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 11634926
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20495590
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20406046
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20489341
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489341%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20489341: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 18914571
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20126877
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720126877%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20126877: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 19389520
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719389520%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 19389520: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20408167
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720408167%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 20408167: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20485066
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 1447335
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%271447335%27 HTTP/1.1" 200 None
2026-03-30 06:12:21 [motorway.uk] INFO: Scrape type for 1447335: 0
2026-03-30 06:12:21 [motorway.uk] INFO: Found listing with ID: 20375638
2026-03-30 06:12:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=2016&page=56&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 9189829
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%279189829%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 9189829: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20489639
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489639%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20489639: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20136397
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 12593107
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 9741710
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20426705
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20190784
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720190784%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20190784: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20488106
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 18909997
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20482132
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20384128
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 11432914
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20153939
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20401720
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720401720%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20401720: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 19286603
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20357581
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720357581%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20357581: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20392446
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720392446%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20392446: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20321372
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 19733986
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 15811586
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715811586%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 15811586: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 17997966
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20476232
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20090658
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 18065355
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20425308
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20490553
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 19563441
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 2576476
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 15909653
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20152646
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20486986
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720486986%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20486986: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20489572
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720489572%27 HTTP/1.1" 200 None
2026-03-30 06:12:23 [motorway.uk] INFO: Scrape type for 20489572: 0
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20271483
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20495465
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 4548114
2026-03-30 06:12:23 [motorway.uk] INFO: Found listing with ID: 20265275
2026-03-30 06:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=2052&page=57&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20132060
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720132060%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20132060: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20412509
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720412509%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20412509: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 19364530
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20294618
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20490106
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720490106%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20490106: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20306773
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720306773%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20306773: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 13604507
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20388780
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20269517
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720269517%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20269517: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20385675
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20204289
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720204289%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20204289: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20099504
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20489309
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 15060498
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2715060498%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 15060498: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 19936942
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 14161948
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2714161948%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 14161948: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 15634635
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20398051
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 4380696
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20024291
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20286221
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20420737
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720420737%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20420737: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20170111
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20421542
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 5771669
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 4413644
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 18924323
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20500891
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20384830
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 7871588
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20472915
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20435979
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 9462431
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20391868
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 20439574
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720439574%27 HTTP/1.1" 200 None
2026-03-30 06:12:24 [motorway.uk] INFO: Scrape type for 20439574: 0
2026-03-30 06:12:24 [motorway.uk] INFO: Found listing with ID: 19669089
2026-03-30 06:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=2088&page=58&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20492264
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20472641
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 11316444
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19808928
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719808928%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 19808928: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 18590459
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19500525
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20411664
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20484668
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20248535
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19075996
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2719075996%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 19075996: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20406564
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 13865829
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 7529345
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20245577
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 16076521
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2716076521%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 16076521: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20462421
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720462421%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 20462421: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20470233
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19013887
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20094199
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720094199%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 20094199: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20431550
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20487942
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20394436
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20485605
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20145949
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720145949%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 20145949: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20242643
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20414221
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720414221%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 20414221: 2
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20438780
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19394326
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20300985
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 18747227
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20049655
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720049655%27 HTTP/1.1" 200 None
2026-03-30 06:12:26 [motorway.uk] INFO: Scrape type for 20049655: 0
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19710344
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19937764
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20469112
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 19884543
2026-03-30 06:12:26 [motorway.uk] INFO: Found listing with ID: 20493031
2026-03-30 06:12:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:12:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20414221.json> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d1bee57-a191-5a41-a686-34f1d5035971 with identifier: 20414221
2026-03-30 06:12:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d1bee57-a191-5a41-a686-34f1d5035971 with scrape type 2
2026-03-30 06:12:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d1bee57-a191-5a41-a686-34f1d5035971 with scrape type 2
2026-03-30 06:12:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: motorway.uk, Processed item id: 7d1bee57-a191-5a41-a686-34f1d5035971, identifier: 20414221
2026-03-30 06:12:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: motorway.uk, Translating item: 7d1bee57-a191-5a41-a686-34f1d5035971 with identifier: 20414221
2026-03-30 06:12:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: motorway.uk, Applying rules to item: 7d1bee57-a191-5a41-a686-34f1d5035971 with identifier: 20414221
2026-03-30 06:12:29 [crawlers.pipelines.post_to_api] INFO: Spider: motorway.uk, Posting item: 7d1bee57-a191-5a41-a686-34f1d5035971 with identifier: 20414221 to the API
2026-03-30 06:12:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:12:30 [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-30 06:12:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pro.motorway.co.uk/_next/data/gL_OFaxoLv6tVLfo6F2-N/vehicles/20414221.json>
{'auction_title': '',
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': None,
'engine': '2.1L',
'engine_horse_power': None,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'Diesel',
'id': '7d1bee57-a191-5a41-a686-34f1d5035971',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HG62 ORF',
'link_to_web_offer': 'https://pro.motorway.co.uk/vehicles/20414221',
'listing': 'auction',
'location': 'Plymouth Plymouth',
'make': 'Mercedes',
'model': 'C Class',
'odometer': 119695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2588,
'price_includes_vat': False,
'registration_date': '2012-11-30',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes C250 AMG Sport CDI BlueEFFICIENCY A',
'transmission': 'automatic',
'trim': 'C250 AMG Sport CDI BlueEFFICIENCY A',
'vin': 'WDD2042032G054987',
'year': 2012}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720414221%27 HTTP/1.1" 200 None
2026-03-30 06:12:30 [motorway.uk] INFO: Saving data for 20414221: {'auction_closing_time': 1774884600.0, 'created_time': 1774643518.443623, 'last_price_update_time': 1774851150.171215}
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='motorway.uk',RowKey='20414221') HTTP/1.1" 204 0
2026-03-30 06:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://pro.motorway.co.uk/api/vehicle/list?listType=auction&loadedCount=2124&page=59&sort=recommended&order=DESC&recommendedSortOrderVersion=v1> (referer: https://pro.motorway.co.uk) ['zyte-api']
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20074217
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 8483227
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 11448294
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 19906307
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20491272
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20475722
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20341547
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720341547%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [motorway.uk] INFO: Scrape type for 20341547: 0
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 18141972
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 16844901
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20423442
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20472326
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720472326%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [motorway.uk] INFO: Scrape type for 20472326: 0
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20351011
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720351011%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [motorway.uk] INFO: Scrape type for 20351011: 0
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20444626
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20435859
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 19999834
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 19329506
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 7714820
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 12678196
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2712678196%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [motorway.uk] INFO: Scrape type for 12678196: 0
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 18934020
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 19991025
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 19959613
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20308836
2026-03-30 06:12:38 [motorway.uk] INFO: Found listing with ID: 20395869
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27motorway.uk%27%20and%20RowKey%20eq%20%2720395869%27 HTTP/1.1" 200 None
2026-03-30 06:12:38 [motorway.uk] INFO: Scrape type for 20395869: 0
2026-03-30 06:12:38 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 06:12:38 [motorway.uk] INFO: motorway.uk Batch config: batch 3/4
2026-03-30 06:12:38 [motorway.uk] INFO: motorway.uk 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>: 5, <ScrapeType.BATCH_SKIPPED: 5>: 18}
2026-03-30 06:12:38 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (6 items) in: file:///var/lib/scrapyd/items/sourcing_v2/motorway.uk/task_4_2026-03-30T06_10_00.jl
2026-03-30 06:12:38 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 157324,
'downloader/request_count': 69,
'downloader/request_method_count/GET': 68,
'downloader/request_method_count/POST': 1,
'downloader/response_bytes': 5605615,
'downloader/response_count': 69,
'downloader/response_status_count/200': 69,
'elapsed_time_seconds': 152.813664,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 6, 12, 38, 283990, tzinfo=datetime.timezone.utc),
'item_scraped_count': 6,
'log_count/DEBUG': 1258,
'log_count/INFO': 2775,
'memusage/max': 168624128,
'memusage/startup': 147697664,
'request_depth_max': 61,
'response_received_count': 69,
'scheduler/dequeued': 69,
'scheduler/dequeued/memory': 69,
'scheduler/enqueued': 69,
'scheduler/enqueued/memory': 69,
'scrape_type/batch_skipped': 1621,
'scrape_type/price_update': 6,
'scrape_type/skipped': 520,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 69,
'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.0438267925241287,
'scrapy-zyte-api/mean_response_seconds': 2.0879777315734094,
'scrapy-zyte-api/processed': 69,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 69,
'scrapy-zyte-api/request_args/experimental.requestCookies': 68,
'scrapy-zyte-api/request_args/experimental.responseCookies': 69,
'scrapy-zyte-api/request_args/httpRequestBody': 1,
'scrapy-zyte-api/request_args/httpRequestMethod': 1,
'scrapy-zyte-api/request_args/httpResponseBody': 69,
'scrapy-zyte-api/request_args/httpResponseHeaders': 69,
'scrapy-zyte-api/request_args/sessionContext': 67,
'scrapy-zyte-api/request_args/url': 69,
'scrapy-zyte-api/status_codes/200': 69,
'scrapy-zyte-api/success': 69,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 2147,
'start_time': datetime.datetime(2026, 3, 30, 6, 10, 5, 470326, tzinfo=datetime.timezone.utc)}
2026-03-30 06:12:38 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 06:12:38 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fdb3e200e90>
2026-03-30 06:12:38 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fdb3da4add0>