2026-03-27 08:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 08:30: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-27 08:30:04 [sytner.gb] INFO: Starting spider sytner.gb
2026-03-27 08:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 08:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 08:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 08:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 08:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: 8451b3e48fe79c08
2026-03-27 08:30: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-27 08:30: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/sytner.gb/task_11_2026-03-27T08_30_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-27 08:30:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 08:30:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 08:30:05 [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-27 08:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 08:30: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-27 08:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-27 08:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 08:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-27 08:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 08:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 08:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-27 08:30: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-27 08:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 08:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 08:30: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-27 08:30: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-27 08:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-27 08:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 08:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 08:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-27 08:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 08:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 08:30:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 08:30:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 08:30:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 08:30:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 08:30:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/Login> (resource type: document)
2026-03-27 08:30:12 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://auction.sytner.co.uk/Account/Login>
2026-03-27 08:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/Login> (resource type: document)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/Login>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/recaptcha/api.js?render=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&hl=en> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/login.min.js?v=g_Gtly05IQ70BwLxJ-vQPronQSo_YYmko9pqEWFfgIM> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=624705285> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk>
2026-03-27 08:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/login.min.js?v=g_Gtly05IQ70BwLxJ-vQPronQSo_YYmko9pqEWFfgIM>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=624705285>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/igkrw11wg3> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Light.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Medium.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Bold.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600214147> (resource type: xhr, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600214148> (resource type: xhr, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/_Incapsula_Resource?SWKMTFSR=1&e=0.42901250263106916> (resource type: image, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/_Incapsula_Resource?SWKMTFSR=1&e=0.42901250263106916>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/recaptcha/api.js?render=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&hl=en>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Light.ttf>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2>
2026-03-27 08:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Medium.ttf>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Bold.ttf>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600214147>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/countup.js> (resource type: script, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600214148>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/igkrw11wg3>
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&co=aHR0cHM6Ly9hdWN0aW9uLnN5dG5lci5jby51azo0NDM.&hl=en&v=qm3PSRIx10pekcnS9DjGnjPW&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mhn9h59azt68> (resource type: document, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/countup.js>
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&co=aHR0cHM6Ly9hdWN0aW9uLnN5dG5lci5jby51azo0NDM.&hl=en&v=qm3PSRIx10pekcnS9DjGnjPW&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mhn9h59azt68>
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/styles__ltr.css> (resource type: stylesheet, referrer: https://www.google.com/)
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js> (resource type: script, referrer: https://www.google.com/)
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/styles__ltr.css>
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/recaptcha__en.js>
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 08:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.gstatic.com/recaptcha/api2/logo_48.png> (resource type: image, referrer: https://www.gstatic.com/recaptcha/releases/qm3PSRIx10pekcnS9DjGnjPW/styles__ltr.css)
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.gstatic.com/recaptcha/api2/logo_48.png>
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://www.google.com/)
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2> (resource type: font, referrer: https://www.google.com/)
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=qm3PSRIx10pekcnS9DjGnjPW> (resource type: script, referrer: https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&co=aHR0cHM6Ly9hdWN0aW9uLnN5dG5lci5jby51azo0NDM.&hl=en&v=qm3PSRIx10pekcnS9DjGnjPW&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mhn9h59azt68)
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=qm3PSRIx10pekcnS9DjGnjPW>
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2>
2026-03-27 08:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-27 08:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/recaptcha/api2/reload?k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg> (resource type: xhr, referrer: https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg&co=aHR0cHM6Ly9hdWN0aW9uLnN5dG5lci5jby51azo0NDM.&hl=en&v=qm3PSRIx10pekcnS9DjGnjPW&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mhn9h59azt68)
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/recaptcha/api2/reload?k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg>
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auction.sytner.co.uk/token> (resource type: xhr, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/recaptcha/api2/clr?k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <400 https://www.google.com/recaptcha/api2/clr?k=6Lfasl0aAAAAADL3zwq8DVkiJszaODme7Qt1pAPg>
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/token>
2026-03-27 08:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/GetAuditTermsAndConditions> (resource type: xhr, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-27 08:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/GetAuditTermsAndConditions>
2026-03-27 08:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/> (resource type: document, referrer: https://auction.sytner.co.uk/Account/Login)
2026-03-27 08:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/>
2026-03-27 08:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: other, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/banners/manheim-banner.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/banners/manheim-banner.jpg>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/sytner-auction.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/sytner-auction.jpg>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/how-it-works.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/how-it-works.jpg>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/sytner-delivery.png?v=-traRImv20sfDjHTtJfz8-nU2wX4pg0smjtWgY89TQQ> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/sytner-delivery.png?v=-traRImv20sfDjHTtJfz8-nU2wX4pg0smjtWgY89TQQ>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/AgnewTradeCentre.png?v=_wpsEx1hYzazpuQk51YtAOgSP8yX-K-_Ud5kVoz3-6E> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/AgnewTradeCentre.png?v=_wpsEx1hYzazpuQk51YtAOgSP8yX-K-_Ud5kVoz3-6E>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/traderlistings/search.min.js?v=OPr6ERZ8q8dncikEZax8ZnRKFsu0b5IFUxtRxTznq0c> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/traderlistings/auction-media.min.js?v=Q5hBQi_W0bAJ-YXxRsxQoDV6mft6CbyAZOgszc1VVBM> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/ending-soonest.min.js?v=qG1nbxVmWY1NCErh2Le1_zaoEwLRNsM2yDIyku1-OaM> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/index.min.js?v=WefKKUj6PJ2FSXYYf1HeujdJKzbDQtPQLZi9Fkl-TKo> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/basic-search-component.min.js?v=VmEpK1jdZoS06WPdht5lccb7BemOmuIbfpri9IaW10g> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk>
2026-03-27 08:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/traderlistings/search.min.js?v=OPr6ERZ8q8dncikEZax8ZnRKFsu0b5IFUxtRxTznq0c>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/traderlistings/auction-media.min.js?v=Q5hBQi_W0bAJ-YXxRsxQoDV6mft6CbyAZOgszc1VVBM>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/ending-soonest.min.js?v=qG1nbxVmWY1NCErh2Le1_zaoEwLRNsM2yDIyku1-OaM>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/index.min.js?v=WefKKUj6PJ2FSXYYf1HeujdJKzbDQtPQLZi9Fkl-TKo>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/basic-search-component.min.js?v=VmEpK1jdZoS06WPdht5lccb7BemOmuIbfpri9IaW10g>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/igkrw11wg3> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/banners/manheim-banner.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/banners/manheim-banner.jpg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/sytner-auction.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/sytner-auction.jpg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/how-it-works.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/how-it-works.jpg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/sytner-delivery.png?v=-traRImv20sfDjHTtJfz8-nU2wX4pg0smjtWgY89TQQ> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/sytner-delivery.png?v=-traRImv20sfDjHTtJfz8-nU2wX4pg0smjtWgY89TQQ>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/AgnewTradeCentre.png?v=_wpsEx1hYzazpuQk51YtAOgSP8yX-K-_Ud5kVoz3-6E> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/AgnewTradeCentre.png?v=_wpsEx1hYzazpuQk51YtAOgSP8yX-K-_Ud5kVoz3-6E>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/assets/hero-sample.jpg> (resource type: image, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/assets/hero-sample.jpg>
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Light.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Medium.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Bold.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600224089> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600224090> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Home/GetManufacturerLinks> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Home/GetEndingSoonest> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Home/GetRecentlyViewed> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Light.ttf>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Medium.ttf>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600224089>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Bold.ttf>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/countup.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600224090>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/refreshLiveUpdates.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/igkrw11wg3>
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Home/GetEndingSoonest>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Home/GetRecentlyViewed>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Home/GetManufacturerLinks>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/countup.js>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/refreshLiveUpdates.js>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774278919/1c354a1d/A0A4M_czbH8Z7bq1OcnwBOIpWdw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774278919/1c354a1d/A0A4M_czbH8Z7bq1OcnwBOIpWdw_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773845454/26a78103/NAroL4cpP_hjGKzydo4klZIab4Y_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774271549/c2cd02fa/G36fsw_MtPpQPRrA4hg33Ej_sPw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773845454/26a78103/NAroL4cpP_hjGKzydo4klZIab4Y_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774271549/c2cd02fa/G36fsw_MtPpQPRrA4hg33Ej_sPw_/STD_960x540>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Audi.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Audi.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Bentley.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Bentley.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/BMW.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/BMW.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Citroen.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Citroen.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Fiat.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Fiat.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Ford.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Ford.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Jaguar.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Jaguar.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/LandRover.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/LandRover.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Maserati.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Maserati.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Mercedes-Benz.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Mercedes-Benz.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Mini.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Mini.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/MitsubishiMotors.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/MitsubishiMotors.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Nissan.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Nissan.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Peugeot.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Peugeot.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Porsche.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Porsche.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Renault.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Renault.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/SEAT.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/SEAT.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Skoda.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Skoda.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Toyota.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Toyota.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Volkswagen.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Volkswagen.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Volvo.png> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/manufacturer%20logos/Volvo.png>
2026-03-27 08:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=CSffusDBCwA%3D&asrs_lang=en-GB> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-27 08:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-27 08:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=CSffusDBCwA%3D&asrs_lang=en-GB>
2026-03-27 08:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999> (resource type: document, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-27 08:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999>
2026-03-27 08:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://h.clarity.ms/collect> (resource type: other, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:29 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn.cookielaw.org/consent/a95aec07-8072-43b5-adf8-d85820ea507f/otSDKStub.js>
2026-03-27 08:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://www.googletagmanager.com/gtag/js?id=UA-149660102-4>
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg> (resource type: stylesheet, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:30 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1759998976/e0c8fc27/bl5Gj47F9ALl4JrzojpUNvCZfuo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1759998976/e0c8fc27/bl5Gj47F9ALl4JrzojpUNvCZfuo_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773852027/fafbc46c/im7QDI7ZVxtAY_KNZXVYr9uevmM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773852027/fafbc46c/im7QDI7ZVxtAY_KNZXVYr9uevmM_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773849102/243bd95e/DrGDbQajBMG_oofiY6Jj2GSs1O8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773849102/243bd95e/DrGDbQajBMG_oofiY6Jj2GSs1O8_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774284145/c9c63be7/fIPgcKffr9Ab4fxEEeZPEs8l6VI_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774284145/c9c63be7/fIPgcKffr9Ab4fxEEeZPEs8l6VI_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://h.clarity.ms/collect>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774432579/a5b685ba/4H3tkrbAWq_T5dACd2N6AePDRyo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774432579/a5b685ba/4H3tkrbAWq_T5dACd2N6AePDRyo_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774284265/3b517a6a/Q0DRn0v34pKKnZifkxQsv8qC_Ow_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774284265/3b517a6a/Q0DRn0v34pKKnZifkxQsv8qC_Ow_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774273704/60c69c3e/S8Gkzk_DudL77g5BT5r4dutUG_s_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774273704/60c69c3e/S8Gkzk_DudL77g5BT5r4dutUG_s_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774280426/4e2b4bc0/zJl3ZuuH_6tveG3SC5koHloYiDk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774280426/4e2b4bc0/zJl3ZuuH_6tveG3SC5koHloYiDk_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774345940/c32d109d/9qFcx7aOrlVo5Lf5VDplVnH_cJA_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774345940/c32d109d/9qFcx7aOrlVo5Lf5VDplVnH_cJA_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774439959/74eb8ee1/5Y1SlZoPniCSvOqBzxyWvAevZdo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774439959/74eb8ee1/5Y1SlZoPniCSvOqBzxyWvAevZdo_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774270529/762f319c/OW3FbOqBuVfxKnqcjvfO7Q1oMr0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774270529/762f319c/OW3FbOqBuVfxKnqcjvfO7Q1oMr0_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774269266/5d5cce64/tVpLOkgVRYv6gxOk5_564PrzjCg_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774266631/940942cb/40BZlg3FIH_k7BpIvANfL_GBpb4_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774269266/5d5cce64/tVpLOkgVRYv6gxOk5_564PrzjCg_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774266631/940942cb/40BZlg3FIH_k7BpIvANfL_GBpb4_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774286325/566354c3/LclyIzxKc_NWow60e_4I_zvtIP0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774260290/578322c4/G_bJMQJAvj8bLRPCI4dEOgXtl0M_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774286325/566354c3/LclyIzxKc_NWow60e_4I_zvtIP0_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774260290/578322c4/G_bJMQJAvj8bLRPCI4dEOgXtl0M_/STD_960x540>
2026-03-27 08:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773756474/95a30eba/TMZzHSGLZkvn_6J1OQGxCfeOAmQ_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773756474/95a30eba/TMZzHSGLZkvn_6J1OQGxCfeOAmQ_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774271549/c2cd02fa/G36fsw_MtPpQPRrA4hg33Ej_sPw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774271549/c2cd02fa/G36fsw_MtPpQPRrA4hg33Ej_sPw_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774360584/32adf734/khKk_seSJBcE4Of2lWb1xETuC04_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774360584/32adf734/khKk_seSJBcE4Of2lWb1xETuC04_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774365325/d9dfac50/MeL498YM5X2daH8j32teJdRAMrU_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774365325/d9dfac50/MeL498YM5X2daH8j32teJdRAMrU_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1765379263/f10dd661/pxNOFKzC4HLkLYEkMiR4iCbS7y0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1765379263/f10dd661/pxNOFKzC4HLkLYEkMiR4iCbS7y0_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774365087/9d77da2b/4jcJdBdCouSmdnRuHcj92JlVc6g_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774365087/9d77da2b/4jcJdBdCouSmdnRuHcj92JlVc6g_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774365800/d7174cf6/9XFL2968esrnkOqDHpbwmBK5ZHM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774365800/d7174cf6/9XFL2968esrnkOqDHpbwmBK5ZHM_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773922275/1a5afe7f/Tbi5q4fA7qaRZcmy3NTXe4nAfsY_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774517452/9a16a459/YAwvqgFEcc__KpRu48cQv1tDBn8_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774368977/e44d49ab/kv61xnBc7WKbJQjlRkf5t9h83Qg_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774368977/e44d49ab/kv61xnBc7WKbJQjlRkf5t9h83Qg_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774442487/84bdf2b8/7YBv7PiPm1WXLjoAFaJPRfmSGFI_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774442487/84bdf2b8/7YBv7PiPm1WXLjoAFaJPRfmSGFI_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774438756/d9d2c300/yCpfBVck5qji9kBA9n3LgPueJUs_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774438756/d9d2c300/yCpfBVck5qji9kBA9n3LgPueJUs_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774278919/1c354a1d/A0A4M_czbH8Z7bq1OcnwBOIpWdw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774278919/1c354a1d/A0A4M_czbH8Z7bq1OcnwBOIpWdw_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773845454/26a78103/NAroL4cpP_hjGKzydo4klZIab4Y_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773845454/26a78103/NAroL4cpP_hjGKzydo4klZIab4Y_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774446142/9e571676/AuOYhyX9etgALPds3X5n7k6Spd8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774446142/9e571676/AuOYhyX9etgALPds3X5n7k6Spd8_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773318382/81926180/2kcIMzRNSTB152edpqsq0wBpSRs_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773318382/81926180/2kcIMzRNSTB152edpqsq0wBpSRs_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774457241/868d1dd9/Bd6xavltt1imxhyjr3aLgF9YoDE_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774457241/868d1dd9/Bd6xavltt1imxhyjr3aLgF9YoDE_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774455983/e6ae2d12/m4eSP0_8DtDefJJxQzph4WND_QE_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774455983/e6ae2d12/m4eSP0_8DtDefJJxQzph4WND_QE_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773848960/13a5054e/8OLTDVsbKBUa392Emg_h73WjQTk_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773849028/51df5420/bHcercux7Z5U_Agn6mgwxr_mOfY_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773849028/51df5420/bHcercux7Z5U_Agn6mgwxr_mOfY_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773847330/972f3ec3/5MtQb0gBl84vPlBSn6V65RPfVR4_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773847330/972f3ec3/5MtQb0gBl84vPlBSn6V65RPfVR4_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/listing-search.min.js?v=7uBHxEjPD9u0Z7Pn6KccW6k5PakTvgchVDxsE4jD7qo> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/pagination.min.js?v=XzveKOcJI2E7LJypYTU8p6GCmo6HOR0zpLVAN4IW5-M> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fontawesome/fontawesome-stars-o.css?v=bPjjf3KEkup0h8JHtvnC2XjCeYG0MXeFSKdleHbvHQk>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.css?v=UFB5DoupMdDfuYQSaSEjxie2yQWofJj83avelSKBxvQ>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/css/select2.min.css?v=FdatTf20PQr_rWg-cAKfl6j4_IY3oohFAJ7gVC3M34E>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2-bootstrap-theme/select2-bootstrap.min.css?v=n6Qw2x5dcxRFC-Kd2ZI-lWoAivDD2MxYv9cAn6nfRog>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/stylesheets/jquery.sidr.bare.min.css?v=0ealDbeisuMDAk_71uDyjBjW0yjwJoKY-36DCC_WsX0>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/slick.css?v=OGWK0AaQg0_pXUe4lKZRqHuRJlCLh0gWxq44Aj7Sg6c>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.css?v=R91pD48xW-oHbpJYGn5xR0Q7tMhH4xOrWn1QqMRINtA>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/css/bootstrap-datepicker3.min.css?v=5jAcPk0_XfUQl9-Nk6W9YKEVBGXm6ZmsrnIHg9TqG_o>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery/dist/jquery.min.js?v=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jqueryui/jquery-ui.min.js?v=KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jqueryui-touch-punch/jquery.ui.touch-punch.min.js?v=FRO3LUC2XYJfXYfexpFoylnRFZkVfXdIzRQIGr64aBQ>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/js/bootstrap.min.js?v=U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/signalr/dist/browser/signalr.min.js?v=aNSbXaEA6wcVsUTxsuF1mI-mKauMNEMkhXShRZaQMnE>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/select2/js/select2.min.js?v=AFAYEOkzB6iIKnTYZOdUf9FFje6lOTYdwRJKwTN5mks>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/respond.js/respond.min.js?v=g6iAfvZp-nDQ2TdTR_VVKJf3bGro4ub5fvWSWVRi2NE>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/numeral.js/numeral.min.js?v=LlHVI5rUauudM5ZcZaD6hHPHKrA7CSefHHnKgq-_AZc>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/slick-carousel/slick.min.js?v=DHF4zGyjT7GOMPBwpeehwoey18z8uiz98G4PRu2lV0A>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-bar-rating/jquery.barrating.min.js?v=4G5fW5q6We2bsDSgLCwkfKMFvGx_SbRsZkiNZbhXCvM>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/sidr/dist/jquery.sidr.min.js?v=_VeucihXSoNSfLiRfsWg_5RKp4eTTuW4Wnl28lm3rjE>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/fancyBox/jquery.fancybox.min.js?v=K1wpP9VGWnveVoWnM_av8MlIRlDVOenFWYyw8KYE_HM>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/jquery-match-height/jquery.matchHeight.min.js?v=OCCltV2L0AcAbvd3_zMaaZhGE6dhUTq6gLjo-ML5pXc>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/toastr.js/toastr.min.js?v=yNbKY1y6h2rbVcQtf0b8lq4a-xpktyFc3pSYoGAY1qQ>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootbox.js/bootbox.min.js?v=4F7e4JsAJyLUdpP7Q8Sah866jCOhv72zU5E8lIRER4w>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/bootstrap-datepicker/js/bootstrap-datepicker.min.js?v=tcGtkjVKiDUMGM8RbGUqfCF7WpfusmKeaQDAjoQUNTQ>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/moment.js/moment.min.js?v=hGzNHplPIdLE3An6bpjyBMvQkwAq2gawrWrTTvvy89E>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation/dist/jquery.validate.min.js?v=UOSXsAgYN43P_oVrmU-JlHtiDGYWN2iHnJuKY9WD-Jg>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js?v=EyQxcbH1l25095ZH9hKh2Hm_pgaBaiBPcqgzwOifJpo>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/auction-bundle.min.js?v=Sxs8eN5OJXp4kJRitOfnI1Yvw5VEBvpRJno30XX_r6s>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/igkrw11wg3> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA> (resource type: image, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/logos/SYTNER-AUCTION-WHITE-01.svg?v=J70079EwZgyWYpItHkBxlJwNsRw3HfJGRhVa93Wn9nA>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774019842/2e1680d9/y2__lkukaEnv5EH7hs4q_G0yKZ0_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774366821/26e375de/LUHZ2HQOQlfZ2M4LRosK2ygVzQ4_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773075858/f9c26f47/YyD_qb28II5CQv6eS1Ri_Qfb25Y_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774433052/3f66960d/PsYCNNxLC3gc9r8NcFixw4ehegk_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774274957/08856b19/b7lF5qk_Gb_psm1XpGv_D_lUecw_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1759998976/e0c8fc27/bl5Gj47F9ALl4JrzojpUNvCZfuo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1759998976/e0c8fc27/bl5Gj47F9ALl4JrzojpUNvCZfuo_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773852027/fafbc46c/im7QDI7ZVxtAY_KNZXVYr9uevmM_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773852027/fafbc46c/im7QDI7ZVxtAY_KNZXVYr9uevmM_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1773849102/243bd95e/DrGDbQajBMG_oofiY6Jj2GSs1O8_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1773849102/243bd95e/DrGDbQajBMG_oofiY6Jj2GSs1O8_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774284145/c9c63be7/fIPgcKffr9Ab4fxEEeZPEs8l6VI_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774284145/c9c63be7/fIPgcKffr9Ab4fxEEeZPEs8l6VI_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774432579/a5b685ba/4H3tkrbAWq_T5dACd2N6AePDRyo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774432579/a5b685ba/4H3tkrbAWq_T5dACd2N6AePDRyo_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774284265/3b517a6a/Q0DRn0v34pKKnZifkxQsv8qC_Ow_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774284265/3b517a6a/Q0DRn0v34pKKnZifkxQsv8qC_Ow_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774273704/60c69c3e/S8Gkzk_DudL77g5BT5r4dutUG_s_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774273704/60c69c3e/S8Gkzk_DudL77g5BT5r4dutUG_s_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774280426/4e2b4bc0/zJl3ZuuH_6tveG3SC5koHloYiDk_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774280426/4e2b4bc0/zJl3ZuuH_6tveG3SC5koHloYiDk_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774345940/c32d109d/9qFcx7aOrlVo5Lf5VDplVnH_cJA_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774345940/c32d109d/9qFcx7aOrlVo5Lf5VDplVnH_cJA_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774439959/74eb8ee1/5Y1SlZoPniCSvOqBzxyWvAevZdo_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774439959/74eb8ee1/5Y1SlZoPniCSvOqBzxyWvAevZdo_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774270529/762f319c/OW3FbOqBuVfxKnqcjvfO7Q1oMr0_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774270529/762f319c/OW3FbOqBuVfxKnqcjvfO7Q1oMr0_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://imagecdn.sytner.co.uk/1774269266/5d5cce64/tVpLOkgVRYv6gxOk5_564PrzjCg_/STD_960x540> (resource type: image, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://imagecdn.sytner.co.uk/1774269266/5d5cce64/tVpLOkgVRYv6gxOk5_564PrzjCg_/STD_960x540>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/icons/icon-plus.png> (resource type: image, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/icons/icon-plus.png>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/images/icons/icon-x.png> (resource type: image, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://auction.sytner.co.uk/images/icons/icon-x.png>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Light.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/External/font-awesome/css/all.min.css?v=DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s-0)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Medium.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2> (resource type: font, referrer: https://auction.sytner.co.uk/lib/Local/bootstrap/dist/css/bootstrap.min.css?v=916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG_aiY1w)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/fonts/Inter-Bold.ttf> (resource type: font, referrer: https://auction.sytner.co.uk/css/auction-bundle.min.css?v=6YCKy4huER3drX8QEM9QFXzYgIBBaTlmr0US5szg5hg)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/igkrw11wg3>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/listing-search.min.js?v=7uBHxEjPD9u0Z7Pn6KccW6k5PakTvgchVDxsE4jD7qo>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/pagination.min.js?v=XzveKOcJI2E7LJypYTU8p6GCmo6HOR0zpLVAN4IW5-M>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/Local/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Medium.ttf>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Bold.ttf>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/lib/External/font-awesome/webfonts/fa-solid-900.woff2>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/fonts/Inter-Light.ttf>
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600230625> (resource type: xhr, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600230626> (resource type: xhr, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/api/Listing/GetTicks?_=1774600230625>
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/Account/GetIsUserAuthorized?_=1774600230626>
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1> (resource type: fetch, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/countup.js> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/js/refreshLiveUpdates.js> (resource type: script, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1>
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=1%2BmglsLBCwA%3D&asrs_lang=en-GB> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/countup.js>
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=1%2BmglsLBCwA%3D&asrs_lang=en-GB>
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/js/refreshLiveUpdates.js>
2026-03-27 08:30:34 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:35 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Account/Login> (referer: None) ['playwright']
2026-03-27 08:30:35 [sytner.gb] INFO: Found listing with ID: 562102
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562102%27 HTTP/1.1" 200 None
2026-03-27 08:30:35 [sytner.gb] INFO: Scrape type for 562102: 0
2026-03-27 08:30:35 [sytner.gb] INFO: Found listing with ID: 562130
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562130%27 HTTP/1.1" 200 None
2026-03-27 08:30:35 [sytner.gb] INFO: Scrape type for 562130: 0
2026-03-27 08:30:35 [sytner.gb] INFO: Found listing with ID: 562104
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562104%27 HTTP/1.1" 200 None
2026-03-27 08:30:35 [sytner.gb] INFO: Scrape type for 562104: 0
2026-03-27 08:30:35 [sytner.gb] INFO: Found listing with ID: 562132
2026-03-27 08:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562132%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562132: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562107
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562107%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562107: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562108
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562108%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562108: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562109
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562109%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562109: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562110
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562110%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562110: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562111
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562111%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562111: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562133
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562133%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562133: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562112
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562112%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562112: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562114
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562114%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562114: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562115
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562115%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562115: 2
2026-03-27 08:30:36 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562134
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562134%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562134: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562135
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562135%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562135: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562136
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562136%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562136: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562137
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562137%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562137: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562138
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562138%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562138: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562118
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562118%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562118: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562139
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562139%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562139: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562140
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562140%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562140: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562141
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562141%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562141: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562120
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562120%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562120: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562124
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562124%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562124: 2
2026-03-27 08:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562126
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562126%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562126: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562144
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562144%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562144: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562127
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562127%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562127: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562128
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562128%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562128: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562106
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562106%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562106: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562129
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562129%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562129: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562149
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562149%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562149: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562131
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562131%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562131: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562153
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562153%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562153: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562154
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562154%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562154: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562142
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562142%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562142: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562143
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562143%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562143: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562145
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562145%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562145: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562146
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562146%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562146: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562147
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562147%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562147: 2
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562148
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562148%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562148: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562150
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562150%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562150: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562151
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562151%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562151: 0
2026-03-27 08:30:36 [sytner.gb] INFO: Found listing with ID: 562152
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562152%27 HTTP/1.1" 200 None
2026-03-27 08:30:36 [sytner.gb] INFO: Scrape type for 562152: 0
2026-03-27 08:30:39 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:39 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:43 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:43 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:48 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:48 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:50 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://auction.sytner.co.uk/api/Listing/GetLiveUpdateResults/562102,562130,562104,562132,562107,562108,562109,562110,562111,562133,562112,562114,562115,562134,562135,562136,562137,562138,562118,562139,562140,562141,562120,562124,562126,562144,562127,562128,562106,562129,562149,562131,562153,562154,562142,562143,562145,562146,562147,562148,562150,562151,562152,562142,562143,562141?1774600250222> (resource type: xhr, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:50 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1> (resource type: fetch, referrer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999)
2026-03-27 08:30:50 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/listingHub/negotiate?negotiateVersion=1>
2026-03-27 08:30:50 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=M%2FJtbEvCCwA%3D&asrs_lang=en-GB> (resource type: fetch, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:51 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://signalr-auction-prod-westeurope.service.signalr.net/client/negotiate?hub=listinghub&asrs.op=%2FlistingHub&negotiateVersion=1&asrs_request_id=M%2FJtbEvCCwA%3D&asrs_lang=en-GB>
2026-03-27 08:30:51 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://auction.sytner.co.uk/api/Listing/GetLiveUpdateResults/562102,562130,562104,562132,562107,562108,562109,562110,562111,562133,562112,562114,562115,562134,562135,562136,562137,562138,562118,562139,562140,562141,562120,562124,562126,562144,562127,562128,562106,562129,562149,562131,562153,562154,562142,562143,562145,562146,562147,562148,562150,562151,562152,562142,562143,562141?1774600250222>
2026-03-27 08:30:57 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:30:58 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562115> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:58 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T12:15:01Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC68XAK',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562115',
'listing': 'auction',
'location': None,
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 93088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774280426/4e2b4bc0/zJl3ZuuH_6tveG3SC5koHloYiDk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280427/ed9cc329/bNRtx_1rZaY7jmm8q3M1h_DlrEs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280428/52a6b938/2WAI6h59daSoJXwH1YCS9xIFrFk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280428/847c8161/yTumHIHD_ZSUu80ZYE6b2mFei0E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280429/92f842c8/jzao9tyZl3EOBaD1dlKU412Kl0w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280430/0d3630d5/omxFAHoSZ1Z5_ODYT9MgXmYthzo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280430/05687ff1/kDXowyML6ifViC_Ea_TN6jZYWs8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280431/edcc1dfa/D1Y5LqRNFuo5qW50iGdxg6ZtWBc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280431/40a531c3/reOC81gA5NqDHK8_oNmA08dnj5g_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280432/81d17866/e0kClhZPkeJK91l1Ad7617gv15w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280433/93e79098/V14p89hpRKTxQBCASdQ5ZQJ8OMo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280434/c21c4f30/KZdd4AJ_MtwVy_CrUoKTEm_XRn4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280434/02286dfe/Kk2AYmtMx4m5zINeFDhysInFVGA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280435/ed6e75e2/76rmJ4Cf7ZEmYDKC3RGGVQ5NtTQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280436/923f4a95/n0ts83n9KqWkGLJtJML1eireENY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280436/ecee5a2f/Q4zlXs0HcP7v5RlixKy25evjnq4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280437/6c9607fe/oN93E1Db__VXCxs14QcOyW2WoPE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280438/2dc70055/jw_mobIAa8rPEMzMHEGwSlZkRyg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280439/02fd7f6a/hZe5KVsyLSvYZheQ_pl9GN9p98o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280440/a9b4caf8/BSEDyNWu1u3V49qE8NZ1e4_nrwo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280442/c5ecf23b/kxtkoa_v5_Z_FFEQuSUsdNXtZd4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280443/483c1597/ScQhzu_62tlVWtG0CH44jUTpgH4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280444/e90b8eb5/ypii5h8qe5tDzLF_IWhxB6HMg3I_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280445/099f2a23/YR5FZVJiBhu9cGGDUXtwpKBk8z0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280446/e453fe6b/t2T99fXxuIufEsCJZqxOEAHkI_s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280448/6548dce4/rcILx5338W1SJN6ussH7RQp9VtA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280449/a67115b1/orzC03tRnpV73bJQuWpcViXwfJc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280453/c1403872/_YA9Rh_87yWElWD_z0_lp_fB3IQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280454/6442f07d/iDRedj3Qh1z2BaE7uDIAJ1CpIXY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280455/fb99cbc0/p19C8xVVv5Mr8mTREPvwiNZut7U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280457/6d97e569/gf97IQ7OTYUVdNmNaZPqgF4Ia0A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280457/0f8b664a/_QTirE4rOizzYOv0XdtldQeUrcs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280459/001bd654/_Ec0i9tnHlJjYMRWPVh0mJ6q64M_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774280459/ed00483d/yFiMugfudEcZQB1gXCLgIBZcFR4_/STD_1440x810'],
'price': 1850.0,
'price_includes_vat': False,
'registration_date': '2018-09-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Nissan QASHQAI HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'SJNFEAJ11U2246709',
'year': 2018}
2026-03-27 08:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4e072a-ae25-543d-b4e9-2f36e1938e4b with identifier: 562115
2026-03-27 08:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4e072a-ae25-543d-b4e9-2f36e1938e4b with scrape type 2
2026-03-27 08:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe4e072a-ae25-543d-b4e9-2f36e1938e4b with scrape type 2
2026-03-27 08:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: fe4e072a-ae25-543d-b4e9-2f36e1938e4b, identifier: 562115
2026-03-27 08:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: fe4e072a-ae25-543d-b4e9-2f36e1938e4b with identifier: 562115
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-27 08:30:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-27 08:30:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: fe4e072a-ae25-543d-b4e9-2f36e1938e4b with identifier: 562115
2026-03-27 08:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: fe4e072a-ae25-543d-b4e9-2f36e1938e4b with identifier: 562115 to the API
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:30: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-27 08:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562115>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T12:15:01Z',
'fuel_type': 'Petrol',
'id': 'fe4e072a-ae25-543d-b4e9-2f36e1938e4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC68XAK',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562115',
'listing': 'auction',
'location': None,
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 93088,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1850.0,
'price_includes_vat': False,
'registration_date': '2018-09-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Nissan QASHQAI HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'SJNFEAJ11U2246709',
'year': 2018}
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562115%27 HTTP/1.1" 200 None
2026-03-27 08:30:59 [sytner.gb] INFO: Saving data for 562115: {'auction_closing_time': 1774613701.0, 'created_time': 1774384433.185644, 'last_price_update_time': 1774600259.522751}
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562115') HTTP/1.1" 204 0
2026-03-27 08:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562118> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:30:59 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T13:41:46Z',
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OU15XMT',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562118',
'listing': 'auction',
'location': None,
'make': 'Ford',
'model': 'Mondeo',
'odometer': 136374,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774286325/566354c3/LclyIzxKc_NWow60e_4I_zvtIP0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286326/1e584afa/QhaP8Xqcz80V0t6cgA4E5H4Q5Rs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286326/0b2c1202/YK_Z4DMRohGfw8AgtnCjXKNl8W8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286329/4f801132/CtaONxB_jX2eVg2oqdNpCQjkWSc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286329/eefc7e54/IUifri1zL5dRSzx2UzZoaDekZuM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286330/c1517e10/oLc6uglpv9kpt0WjEhRL9YLaIbI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286331/b29315d8/nChyGxXz3ILazaQ0Lxq_j_b4IT8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286331/7e498818/FDAGYVIEiXfTptkSdbQ720INBK8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286332/61af095b/ZibvaB2ExejA2BkR_YaR52bmqnk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286334/6ed89ce7/yaGDv__FTiML_qj_uRc5KDNWB9U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286335/e90862d3/kgcJhpXJzrV4zWWTJCaTuiAqrCc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286336/4258d9b9/j3tR2pqBewCIy5jn95pjDZ9SRbw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286337/4ae7f762/zz_6iEithFL_PV7jhSy83aBSCfA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286338/29decaf4/IPWmwUAxvYbr46J3Oh1xCOR3j6c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286339/f3d82583/Ts8Zff8bQT8vp1iqhM5vJqBLWDM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286340/4b16f48a/KeLKhyJbJayn_i762BBVNNR8wXw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286340/45a9a3d5/xZJA51jUQXg0BZfFDQQt_Z9nWwA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286341/b74cbe0c/e475R_2z7AI5D6P95r_covk_0gU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286342/dcf522e7/OnS1wiKrPURXJa267cB4tyHkzE0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286344/e6c2b2c4/cGz3RS6pi_j_ZZcZ88HnES0uccA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286345/8fcaf3e0/JX4tZzapTN1jukOPfPXYpmshn4o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286347/759c904d/Dr1F8AgV2PoQuCvTTyy2QdJ8XYw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286348/ea3c6ff1/Gp9_8tLdQmA2xNj4KIVCQDzU4z8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286349/92680452/THE7dO1ksQEQ77s735kcoUcly34_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286351/441992e8/oCoPh_GPEzlZ8Vt3sMwFFJxtl1s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286354/22f691f0/pIAUuSXaZUqZD9WNVnH9Acd3hBw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286355/d09cdcda/MzgkYfCWZCwHFEeOnvXuQkl0tTk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286356/e8fa765f/h1FmEX_vLxcJnrvRLdi6wo5JPGU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286356/cfd23e1d/7InSgzxKLPaJ8R_SpJEUC5ZzqbA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286358/b7746768/z1XwiDxVjuAWHZOVj0RiW_jZLPs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286359/4ad4b971/B2o78HdkJH78Zle2BnrVQSF31LU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286360/93c3721a/oUtqckhxKGJp9v31wzlOs8Ug9_s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286361/b70d4d90/aUZN0V_aYdXNXkZjvRvNk_GvYpU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286361/aa3feca5/KXXGgZkPTEwhQoM0oFdXx5tXcRU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286362/d9f1c751/ALphG1ezF6oW7bv9MwA3CwS7hiI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774286365/2bf39bd1/1stgOzcUB74EPfXNhyGyEdu1PMk_/STD_1440x810'],
'price': 1600.0,
'price_includes_vat': False,
'registration_date': '2015-04-14',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Ford MONDEO DIESEL ESTATE',
'transmission': 'manual',
'trim': 'Estate',
'vin': 'WF0FXXWPCFFC66193',
'year': 2015}
2026-03-27 08:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d99d772-078b-527f-8c74-8be36b81d3b1 with identifier: 562118
2026-03-27 08:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d99d772-078b-527f-8c74-8be36b81d3b1 with scrape type 2
2026-03-27 08:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d99d772-078b-527f-8c74-8be36b81d3b1 with scrape type 2
2026-03-27 08:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 2d99d772-078b-527f-8c74-8be36b81d3b1, identifier: 562118
2026-03-27 08:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 2d99d772-078b-527f-8c74-8be36b81d3b1 with identifier: 562118
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-27 08:30:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:31:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-27 08:31:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 2d99d772-078b-527f-8c74-8be36b81d3b1 with identifier: 562118
2026-03-27 08:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 2d99d772-078b-527f-8c74-8be36b81d3b1 with identifier: 562118 to the API
2026-03-27 08:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:02 [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-27 08:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562118>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T13:41:46Z',
'fuel_type': 'Diesel',
'id': '2d99d772-078b-527f-8c74-8be36b81d3b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'OU15XMT',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562118',
'listing': 'auction',
'location': None,
'make': 'Ford',
'model': 'Mondeo',
'odometer': 136374,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 1600.0,
'price_includes_vat': False,
'registration_date': '2015-04-14',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Ford MONDEO DIESEL ESTATE',
'transmission': 'manual',
'trim': 'Estate',
'vin': 'WF0FXXWPCFFC66193',
'year': 2015}
2026-03-27 08:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562118%27 HTTP/1.1" 200 None
2026-03-27 08:31:02 [sytner.gb] INFO: Saving data for 562118: {'auction_closing_time': 1774618906.0, 'created_time': 1774384521.709547, 'last_price_update_time': 1774600262.850968}
2026-03-27 08:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562118') HTTP/1.1" 204 0
2026-03-27 08:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562109> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562110> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562114> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562112> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562111> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:02 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.4L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T10:54:54Z',
'fuel_type': 'Unknown',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT18YDF',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562109',
'listing': 'auction',
'location': None,
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 110398,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1773852027/fafbc46c/im7QDI7ZVxtAY_KNZXVYr9uevmM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852030/4390cce3/YX53r0OuHiBI3XrV33bL7RlLkjE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852032/5ac68bc0/8hCKug2vuRyXzah_JLocB0FUWuc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852033/b5b7f75d/ptaAPZnPoJDiA7Pyvr0Y05CZCrE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852033/41880c44/jbAy33QZduQ2LBUnJnlN32GNtws_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852034/8f6d79fc/k90hdH1dG4AKUdGOew5abLysWeI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852034/33cd5805/X5sKMOmYKClglHlV2ApYl1Q0_pA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852035/c8f11854/lyUwnRn2_iKU9SgniejrjTpjIW0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852036/9fea8c63/DVERJN3CJh7s7N5ATTeqqdgV8E4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852036/9e80cdd6/mBrswSCuKAXMGWybkiBk6_7aIBY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852037/2ae7bdb8/uePPViMoR22s_s9v3WmrkByozpA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852039/f9d59052/tvYKXI7KEiQVxdrhS7HaWnNLeMM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852039/95c56f0d/bz_3L9_MeDwzkTThXY0iADQvIqQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852040/561110c5/9OAqf7YYJEOeuJoZJmbvK4Bwvic_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852042/6f72e63b/NHSvaR0JuxMYJhHHkAPMjUDbmxY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852042/6bb5baf0/BoY1IMdOsKvBstTDChsVWGMdx6U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852044/f8026f45/FdDCCNDg_w4Zrl8YvmCmbycOCPc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852045/2c02c794/rGKWtfRtyLVboAmMKtxT2fE9kfI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852047/34b93a42/gwj7q2hqpCqCOCD21nq0v0SXrv0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852048/e3488ba6/x9kZR4JjFPuNRJCEvz4vB1Ytt_0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852049/4ca91021/SJkACPtIoBTYJZUIIQ18iOWKQbI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852051/2db85b3d/BbSPnASFjlIm_jpf9Z8zg6yHQZY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852052/48690f2a/zbIFG9CxCgW9EBL9GSZcuh5973E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852053/05dc5b68/DqTMLhK8ZqoLArYlFaMVo3_2lGI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852054/61bb3ead/jVvT8mesEUYko5uzsM3cCB3u0zM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852054/0c0852a8/4XUjtmVsJ1BOMuPKhsK9wQqQaM0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852056/136a71f9/qfY7YWAKOz9r1yxgPmK6nskNrAo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852057/580080fe/g67d6LB3_7AeKTKo6dQE2b_j_Zs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852058/2c6307cc/lOZAqIDkoZGQ2zKqEJYbyiF5jSU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852059/4bdde7f1/6aitNIvJ5QrQcfMmcx0LHAzZLoM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852060/23657ae1/aXrszTc0HTOwq0zSbcfWtiaZOhU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852060/35586046/Y2ZIhicto5Z8XyIeIXABaMlF2j4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852061/7d464331/IEFWLEBNvrr41C90csTwKib6UVs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852062/993fea5e/B4rvV2CeI3UXV2CW5cTDJX7Z2JE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852063/90d7780e/XnUariW0cVJgSFq_Y9ca73_LfZs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852063/27b7991c/O4OtfsuCX798HnH1xodqzAyKZuY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852064/2bc0256c/lq0bI03OlGzAzbHOSRgb4gVu9gQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773852065/a0957bcb/rAyWsNVlb_H_8pxiMf2tDiCuVnQ_/STD_1440x810'],
'price': 4261.0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Mitsubishi OUTLANDER ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'JMAXDGG3WKZ000277',
'year': 2018}
2026-03-27 08:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with identifier: 562109
2026-03-27 08:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with scrape type 2
2026-03-27 08:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with scrape type 2
2026-03-27 08:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d, identifier: 562109
2026-03-27 08:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with identifier: 562109
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Grey HTTP/1.1" 200 None
2026-03-27 08:31:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Unknown HTTP/1.1" 200 None
2026-03-27 08:31:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with identifier: 562109
2026-03-27 08:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 0bb2c6fd-ef5f-5dd0-bf91-0a390824561d with identifier: 562109 to the API
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:03 [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-27 08:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562109>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.4L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T10:54:54Z',
'fuel_type': 'Unknown',
'id': '0bb2c6fd-ef5f-5dd0-bf91-0a390824561d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WT18YDF',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562109',
'listing': 'auction',
'location': None,
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 110398,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4261.0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Mitsubishi OUTLANDER ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'JMAXDGG3WKZ000277',
'year': 2018}
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562109%27 HTTP/1.1" 200 None
2026-03-27 08:31:03 [sytner.gb] INFO: Saving data for 562109: {'auction_closing_time': 1774608894.0, 'created_time': 1774384397.012577, 'last_price_update_time': 1774600263.748295}
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562109') HTTP/1.1" 204 0
2026-03-27 08:31:03 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:02:39Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU21PNE',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562110',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'Leon',
'odometer': 38569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1773849102/243bd95e/DrGDbQajBMG_oofiY6Jj2GSs1O8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849103/996dc7d7/ej39k9IxnNJj_POOu_2QimMuQI0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849103/f4e1b362/If3uiU9hmbrca81tJ1BdXNKlX2c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849103/53f95b33/TJjD9VA5ZGAecOEi0r0BNDldEMA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849104/d06fa829/NNk358zoo3Wds92EgWEkqtzdrko_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849104/fe32afdd/uFzzsIyQ9ru36XxJaicWncOhOUI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849105/e47b45a3/tGex7J__to2US0kugs8WgBixOLA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849106/cadfc579/rvXNw3DmJe0wMm7F5M0s2DIsOJ0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849106/89c35211/NExX74azwUwg181yCrhBI697urg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849111/14a102a1/mBip2fepynVX0jpyerzl9NTIOvw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849111/1fe86b55/6wG_slc2anq_OI5RMpYBY_UViyM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849112/933bbce6/d_YNqcHLKzReKfjdxWoThd3V804_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849115/6d1473a3/o2_pmNOpdrFiCj2H6CRIMSnlaoI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849115/6ab022f9/iU_R0RBBUDH_c2GwZuKrYaQvQQg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849116/4a087878/8PV00fQiBtBy44mPFfW_xw9PQuU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849117/de804f80/CimPCzsrbqqfXan9G0HCJu_N2M4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849117/a1ec3364/i0htFGTYct8M0wpBScTpmaW3vto_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849118/565a4602/WOu_1ifQt5J7jk7o5YKU_sKlhk0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849120/3bca8d57/r3RKWrz8co_vcfFLi7QOEiJxFYw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849120/d7fcc9a4/AN9Vy1uEvwesJFE8y_4H51ia87U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849122/14821389/pITjxlth42aE9T7aDxFWZxpvU68_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849123/0dd8729b/qMwicZQo8TXrwPNIJ9z5ZeYfmjk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849124/7659b323/aSUhb_w97dwMmYQgSLblaI9Fx1o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849124/4b061e14/z71S_S9_goo5kDL5BiCKYVGrub8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849125/046752e3/1a7UCJwjBlYcbl2iGVnYB3r4pbo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849126/42c061d8/ZMizY9nPUKtAMMJNvDPoTKHk86g_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849126/0e2ceff9/rYEAcOMMROg68bTMQGtQG9XLhDA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849127/7771d8ff/KD9T27vAr0weKbgcbQEIBXYg_L8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773849127/1262b330/pxGXHPO0zgJ3sGdHbAkeLhMntTk_/STD_1440x810'],
'price': 11400.0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'SEAT LEON ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'VSSZZZKLZMR069357',
'year': 2021}
2026-03-27 08:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with identifier: 562110
2026-03-27 08:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with scrape type 2
2026-03-27 08:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with scrape type 2
2026-03-27 08:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: af6aabe4-8154-5bf6-9e8e-b8ea318b1f20, identifier: 562110
2026-03-27 08:31:04 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Silver',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T12:00:04Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE14TNO',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562114',
'listing': 'auction',
'location': None,
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 87947,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774273704/60c69c3e/S8Gkzk_DudL77g5BT5r4dutUG_s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273704/25fd3921/T_3x2yqazd2hzItW6ewbUyR_944_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273705/bec6f1cb/joRBbl8_us1atPr17Ch_W_dBJjU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273706/765a9838/poZ0SBaHRA9sRHz3kQnUdebe_Ww_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273706/55690d09/xh6em_WHCU5TMvnLYnlNM3Z5ijc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273708/1c3f61cd/tJG8dvisNzPZ455xQRqme2cK6x8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273709/c1eddfda/vQYaMcS3uZxBtDnvT14Gj6GMEgs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273709/67c0d150/f5FvEnZpBAeU23_3B7iQFRlvQnY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273710/55757b8c/Hrm99MsVyEbx8DedM6hawbNtmww_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273711/4a8c3050/KtolXD2hJ4ebpZ_5tbobvfZM_nA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273712/702a6b48/KyM2b6Ow7Mf_i_4i2QeGxlp2yXA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273713/8d5db223/nUAFe3xLPsNNNTqgR5bQ07wQVCA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273714/3bbf002b/LTuiombzfxNLIcdQ4d_jewkY9Ro_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273715/3dd8018a/9eKw_BHalCxR_8TCgcSDJMo4wEM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273716/8a5d1806/ZMVayRgFU7HAF8nf1yBmYbsm6vI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273716/c7291038/_l_iIHZdpteMgb86_new2bp35cE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273717/a6f368bf/kKtnVilECr0CYuX_bZpDwpgqCAI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273718/43585909/Zk7eS6O7NuPd7I8XMcAhPZ0ghvg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273719/50cc1444/DbMsQ4_d8ftQOw3eU5wwZjUamRs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273720/423ee2e2/SUUgbV_OQQrYhx_d4i3BlYXnDOk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273721/54fb62ba/_L1a9QIIHx4NekzAWnT0ORi_XFE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273722/f3b6493c/hUCqLamRiIEvlLS5VESTxA08zJM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273722/338cc540/Thqy_Mbfv6rKLV_zPNUNBcsVseU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273723/b4895061/SKds6t5v6CY_m6jzd1ap86d7L5A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273724/1c551532/ld4XCQVxozZj_rmRHcgLzt98cvo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273725/130232da/_L7g5Z49c6yaxGP4rGepEM_DAvA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273726/317ad582/KuP0xgHzvc8esRC5D6pn0oPNHAU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273727/33bd1c75/PPd26hsju1_Ow7jKwTwcRezpJ88_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273728/55b932ab/vKb4aRb7I_JYthTpLYlaSTZ7UQ4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273728/eab231d8/GNttriXhnxKKBiK8IE9742eNJv8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273729/c328d76b/s9VHiN0ImgjlbsxZgTw6MXw6OFM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273730/a7414585/xdkhQPcrOMDC5b6YyeylPP6NQvc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273731/475db2d7/S_hXVOhlcCBuqG9fWHVgyIhcifM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273734/8f857407/O7jOIZPWjgItVoGc42RvmwPC4iw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273735/8e59fc56/a5FPHouOxJl5vU1Go3uREj_ihhc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273735/3ff4a094/_ZlzNpLHIdekWWg3iiBUVNHu7P8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273736/0607c83f/UZSI7Wksjv5RE_tTkDckYI4e8ak_/STD_1440x810'],
'price': 3009.0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Volkswagen POLO HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WVWZZZ6RZEY169190',
'year': 2014}
2026-03-27 08:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ecf59df-d947-58c1-b958-5b4374907d60 with identifier: 562114
2026-03-27 08:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ecf59df-d947-58c1-b958-5b4374907d60 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ecf59df-d947-58c1-b958-5b4374907d60 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 0ecf59df-d947-58c1-b958-5b4374907d60, identifier: 562114
2026-03-27 08:31:04 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:46:33Z',
'fuel_type': 'Unknown',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP64FYL',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562112',
'listing': 'auction',
'location': None,
'make': 'Toyota',
'model': 'Auris',
'odometer': 65062,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774284265/3b517a6a/Q0DRn0v34pKKnZifkxQsv8qC_Ow_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284266/c36189d3/pRUk5r3uYWsQXMa9s8LT45XGgCk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284267/fd8a95b0/qGGLVJrH8iP4HggqhNAon7vR_0Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284267/1c5c9531/QBkLFz_OEqItFWGKmzi1B7_4SU0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284268/1bbe1934/XYyZwzKMBwgdMduzo2meABQljko_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284269/2425d365/wHNMEBuN45FqlQXRIsmgMpzuegY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284270/1043b35d/znuZjEp9YCXJfErx9gjrm537_XI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284271/db97f2f8/_EbcCzbfhf6lu35k3nptnQO0Dh0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284271/40d33683/2ZEKOG5MDNhAzu3CCTPLFHkSUnE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284272/36a2989b/D_O8SUPaXiEQPu58reYNDNjjKac_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284273/6b66e91c/3xDtkwxb2ziMYh0_mJlCXK2Q2_E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284274/e8019be4/PZEnjvZyOvTYNnRK2ny7kWQsDUg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284274/55366e9f/IKP_vOAA0GcTPB__1jlxl3DRwIo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284275/5a25c58e/ggueu3Ybwtpv2I2lvQwtTvyMxmo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284275/5909afcb/X41D2fvFxfi1_JNKpTqdQSuzwWw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284276/e98727b7/DYIV9krEkf663GDZG9HhJ066zno_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284276/25e608fb/lNaWK4tTCVlTa0PUbdK1pgW62gE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284277/ecd46b5e/ECqsIHFiraVkHcRV101Svac_mGs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284278/12d5b741/rKlkae9Fke_RJ_UE0MD1sSffvZk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284279/3de1062a/rUeHefN0rAxTRsqNJfyIlY8PUzc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284280/cb689ded/LJlpdWJqNcTuOBl3snY9Sa9W3c0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284280/a2dc6ebc/Hs6Fx33HK2xxkof3Dv2oYY9Rcdw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284281/199f0000/22uJCWc_BbR7dq6MT8YnfN2VsZo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284282/d1c3e5ea/xnBB6U1LntjGnSCEBRNWhH0w_O8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284283/905c0079/gKG54sJRT85cXYap_R5V7G4lQDM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284284/b42f9ff4/DsfAvCb_x_0ST6xUR3lhylSsniw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284286/1f0bd395/IwB09a4cEQQRSaBxF_nZWF3X_so_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284286/64cd772b/_hc2f5_j0_n7xZGIW4DGDCxwolM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284287/9b121770/AL0hpf_olYMPEju64gLBYUQr92M_/STD_1440x810'],
'price': 6650.0,
'price_includes_vat': False,
'registration_date': '2014-10-21',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Toyota AURIS HATCHBACK',
'transmission': 'automatic',
'trim': 'Hatchback',
'vin': 'SB1MS3JE60E127365',
'year': 2014}
2026-03-27 08:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e79724a-423e-5204-aa6d-56cafc4bf253 with identifier: 562112
2026-03-27 08:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e79724a-423e-5204-aa6d-56cafc4bf253 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e79724a-423e-5204-aa6d-56cafc4bf253 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 6e79724a-423e-5204-aa6d-56cafc4bf253, identifier: 562112
2026-03-27 08:31:04 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:20:19Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF65PPZ',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562111',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 71840,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774284145/c9c63be7/fIPgcKffr9Ab4fxEEeZPEs8l6VI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284146/a03efa71/XvXb5aYteYpg4RrkabBGfDlK9EQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284146/5fdda253/8Q4331GP4tzDrrSHSNpeUSmSKNc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284147/dc59209c/6TlPfVYyWp3tVc0_sL6Eo07m2jQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284148/4fc2477d/tqqvHzSfVOWS7nCjxs9P4Q5HxXs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284149/0cce478d/XnFDpJVuuPehuD1R_XUNA5TcjDU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284150/8cfc87ef/eBXCxH7QnbNPLVAn10f4MG6ca7w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284151/c736e880/E5ikN52i9Uj5ULVEMc5GiL9foqg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284151/402197b2/1iasAR0df0qiDTOQs_okehll_h0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284152/4d6edcd1/60icVthTLvHq5d_sRPywHw6mQ1g_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284153/3c1dbe86/s0DkjQ9d_HA0LNqSns8zuLydlrg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284154/4760e850/kr73iLD77wM5yrG0hWCbP5PDTHw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284154/e1118f93/_qigbqVFZNg6c_cw607Nw_KP9LM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284155/c9222aef/Xg7up25vrkmcuTFa2u1P8cSA_4M_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284155/ae331819/Djv_DoxQ646lWTa0vqBBFiCiobw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284156/0398fa21/ZeUh5ZJQQFwKwEkp5CumuhS_zmM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284158/f591c37c/VeEeC9ExQdhaGXo4vINWrJaTpko_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284158/c336b598/_XRV_il7sUyuWNHA_Lu__kstjG0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284159/2f97c4d1/99cGWagoEi4miRkgMIc_5qBKPcQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284160/0be92eba/nLVCOOqz3HP3Qt3XlDBUQxIK44c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284160/4fd8f395/R4PSVxmuaSkGoa8bgt9_6bNTiPs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284161/db8c64cc/Pe_hymhzoWIiQo_5jkUGClSLKC8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284162/6b5b2475/vpLgeBKaubmUUKPpH0I7ErUKyuE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284162/edf7cdea/N5U6jbcvLMVU39B8ZVyKwr_zHGM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284163/8d2bc3a2/FFjzQx_MwyIP_no3XpZEFHtswOY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284166/4506967f/CoJmIRPwCSokyRgFxzpMB4n1EXU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284166/156c4f34/1dF78d7W3K9wEFXM8fTh0jeYW0k_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284167/853859e3/7KOX5YlKXZw4Kmjdji0D_ZOaeZg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284168/77e4d6eb/HBZs1KBmzI_sddv7a9589O3RSIg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284168/b6012c75/M9mOWiIxr8SV4uvxSprbAicnReQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284169/fbc1cb5a/jC9ZMkaJEiIoL4wqr2eHMq629T0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284170/0c4eadce/v2f_a8qz8SkJqOfTayuJ0dikzLI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284170/c5c8e7a5/E3aIogZCWWKfPFLTTwldSMlrB5k_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284171/a23b7a68/a3gDpsjF0JvD_i7dYcUiOfP0J1o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774284171/2e3cee22/M3eJtcBj9slxePORvTR7sxxNS64_/STD_1440x810'],
'price': 2365.0,
'price_includes_vat': False,
'registration_date': '2015-11-12',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'MINI HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WMWXN720302D03817',
'year': 2015}
2026-03-27 08:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with identifier: 562111
2026-03-27 08:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with scrape type 2
2026-03-27 08:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 9e4b1d89-33d4-54ea-a4f6-074b52bb0466, identifier: 562111
2026-03-27 08:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with identifier: 562110
2026-03-27 08:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with identifier: 562110
2026-03-27 08:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: af6aabe4-8154-5bf6-9e8e-b8ea318b1f20 with identifier: 562110 to the API
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:04 [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-27 08:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562110>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:02:39Z',
'fuel_type': 'Petrol',
'id': 'af6aabe4-8154-5bf6-9e8e-b8ea318b1f20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WU21PNE',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562110',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'Leon',
'odometer': 38569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 11400.0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'SEAT LEON ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'VSSZZZKLZMR069357',
'year': 2021}
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562110%27 HTTP/1.1" 200 None
2026-03-27 08:31:04 [sytner.gb] INFO: Saving data for 562110: {'auction_closing_time': 1774609359.0, 'created_time': 1774384459.557662, 'last_price_update_time': 1774600264.685123}
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562110') HTTP/1.1" 204 0
2026-03-27 08:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 0ecf59df-d947-58c1-b958-5b4374907d60 with identifier: 562114
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Silver HTTP/1.1" 200 None
2026-03-27 08:31:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 0ecf59df-d947-58c1-b958-5b4374907d60 with identifier: 562114
2026-03-27 08:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 0ecf59df-d947-58c1-b958-5b4374907d60 with identifier: 562114 to the API
2026-03-27 08:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:05 [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-27 08:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562114>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Silver',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T12:00:04Z',
'fuel_type': 'Petrol',
'id': '0ecf59df-d947-58c1-b958-5b4374907d60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DE14TNO',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562114',
'listing': 'auction',
'location': None,
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 87947,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3009.0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Volkswagen POLO HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WVWZZZ6RZEY169190',
'year': 2014}
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562114%27 HTTP/1.1" 200 None
2026-03-27 08:31:05 [sytner.gb] INFO: Saving data for 562114: {'auction_closing_time': 1774612804.0, 'created_time': 1774384430.647738, 'last_price_update_time': 1774600265.141224}
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562114') HTTP/1.1" 204 0
2026-03-27 08:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 6e79724a-423e-5204-aa6d-56cafc4bf253 with identifier: 562112
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-27 08:31:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 08:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 6e79724a-423e-5204-aa6d-56cafc4bf253 with identifier: 562112
2026-03-27 08:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 6e79724a-423e-5204-aa6d-56cafc4bf253 with identifier: 562112 to the API
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:05 [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-27 08:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562112>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:46:33Z',
'fuel_type': 'Unknown',
'id': '6e79724a-423e-5204-aa6d-56cafc4bf253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YP64FYL',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562112',
'listing': 'auction',
'location': None,
'make': 'Toyota',
'model': 'Auris',
'odometer': 65062,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 6650.0,
'price_includes_vat': False,
'registration_date': '2014-10-21',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Toyota AURIS HATCHBACK',
'transmission': 'automatic',
'trim': 'Hatchback',
'vin': 'SB1MS3JE60E127365',
'year': 2014}
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562112%27 HTTP/1.1" 200 None
2026-03-27 08:31:05 [sytner.gb] INFO: Saving data for 562112: {'auction_closing_time': 1774611993.0, 'created_time': 1774384399.339584, 'last_price_update_time': 1774600265.677152}
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562112') HTTP/1.1" 204 0
2026-03-27 08:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with identifier: 562111
2026-03-27 08:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with identifier: 562111
2026-03-27 08:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 9e4b1d89-33d4-54ea-a4f6-074b52bb0466 with identifier: 562111 to the API
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:05 [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-27 08:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562111>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T11:20:19Z',
'fuel_type': 'Petrol',
'id': '9e4b1d89-33d4-54ea-a4f6-074b52bb0466',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RF65PPZ',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562111',
'listing': 'auction',
'location': None,
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 71840,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 2365.0,
'price_includes_vat': False,
'registration_date': '2015-11-12',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'MINI HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WMWXN720302D03817',
'year': 2015}
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562111%27 HTTP/1.1" 200 None
2026-03-27 08:31:05 [sytner.gb] INFO: Saving data for 562111: {'auction_closing_time': 1774610419.0, 'created_time': 1774384356.251879, 'last_price_update_time': 1774600265.990925}
2026-03-27 08:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562111') HTTP/1.1" 204 0
2026-03-27 08:31:06 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 8 pages/min), scraped 7 items (at 7 items/min)
2026-03-27 08:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 189MiB
2026-03-27 08:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562124> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:24 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:07:44Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX19YKK',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562124',
'listing': 'auction',
'location': None,
'make': 'Porsche',
'model': 'MACAN',
'odometer': 69412,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774365325/d9dfac50/MeL498YM5X2daH8j32teJdRAMrU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365325/3f0197e9/XX9ltKBGDIxh0DkOeJsxc34R8kw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365326/78f88754/qD_vEDS_9WAoPnN_4W_o__mna3c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365330/9c4b275f/gNXD22wgkDScttZ7x2JWkyW5QmM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365331/8fb573f8/cug7zkqduE5Lmx8C_AnvqS4nl6Y_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365332/68245455/BnUqFnYGisUNpRLHnsBD8dkmeHo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365332/5553b356/hD7lNS_ahEwGCyu_1PRMvpPGOgg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365333/b351a4c2/ECKVwIcxZVctiT1Lk2fliJp3iS4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365334/4227a776/gMj7ZfHPRW7NsITqa_jEAKdrFGQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365335/7a79fd11/oy5ChG9D452jdorlzP5juLyHFLM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365337/f806796d/c8N49wZ6jVXKKTNfut_DHxUW7PE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365338/797f4104/BrLfefnib9gZrGumVv_GGxFDijU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365339/aeb5e5e4/lUs2u_1f_lVqMBOHhXHkruUkCaE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365339/a3d061f1/dSEOARoPkExMqTpcn2JmQeMX1S0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365340/ac55aafa/bTHkyv5RVmZd2Z9jd8jhzz0PgWE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365341/50e5739d/Ey9S4Jpr6vGem33t22kR9rzZ41s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365344/0aa10a6b/NU0WXRNioJhj79j61lJZpDnvlaY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365345/0a301c8c/8RSmBJY0iW3vxf0LeILwiDlflUk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365346/8395a78a/4_oFsPAiIl838potvJc264nvR1Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365346/fd735138/gBuQg_eSCjBXWMfh9DYgLxt5DwE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365349/a5c067f4/tkYp8CGeEWqFzB_vHAccQS_Gf5w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365350/0bfa7ac6/3T5gAfEW_ema2_oRLD_my9Q13HU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365351/d4c6f7c0/3rz8vCgwXTLXxvH4OKDDPeA7UHg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365352/83a399c5/czgYbuvtQw2ROHI8m1V4wwjAf8c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365352/a6728694/TOVvf9kWWnIoiE3kwWOeZiiwSYU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365353/754da5a0/_Ts9rRm9oInAY17xD4cpi97ic24_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365354/b58d4fc6/9ieoBK_6TpkaHYnCftb0syPNXdw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365354/9a8755b5/0WVsqV79kscS9d2IxKK13MQdrSo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365355/c39e764d/r91Pbx_AOFoMnJ69IvQiQdpRaLw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365356/0f4c703d/nPK0SEKtzMoomio1MlfDcRluhmo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365357/ad3c35cb/VWaD_VoGmtlqDShFO_PdRfxs4jU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365358/f617e559/1HhExBHUi5r_UQcEGAyXeW7UMy0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365358/9bf8546e/Fk5Y9g1We28gy_bFToAk5RExObU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365359/2a7112cc/s3WHTz5qBqD7wQpiTAajideyV_w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365360/b6f3a7ab/Z4K1RiRbZXa1wrgbdnPXWt5aYZg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365361/13e9a537/BA_FZRp5I77m8O0B567yYrrYT9o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365362/7be86532/CB9_GEtL6t_syA4W13wdlgkQWxA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365363/24991363/hMRDNZM4bhiJRf_jSlLbFX_to5Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365364/0ce12662/jTbgr_u_6AbwITejALi1aZxGAlo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365365/b632a044/j5oAcPi5KGvv2q_K_UGaggkGv2Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365366/205610d9/uub3nqaEgOXct46FsYHmVfrm6Ts_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365367/684eb823/bZKVMPKp1rXML2j5akUoHk1H_gM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365367/19a24332/hm8KPqjano9onMLgO0iifDeI1Bk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365368/a00be2f1/d9iwYBt4Hg2XW5KAWrB15zoKX28_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365369/79153ea6/C15DpCOXjZz7V2sBSa4RxDcuUbM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365370/7b7456ba/JwNbo0FMFjFZNAGlFI_j_PMicNg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365371/ea40a6c1/PNKw08zaDkXK1c1kqLuCujnhAXo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365372/590358a7/UiyCaWzz_Kix_aShnRI1FJQnajA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365373/67c71d36/WftQ4FxCMyDtPPN8s4HdHAtGRgo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365373/3de6a941/JglbN5aTzGLN_hy70XVUUYfnWVw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365375/04b5846c/Vn4nDGSi_D5UzR2RF7eYpn5dL8M_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365376/b36c1c97/6QI5KXckQpO2SE_Np3hPaWfEizo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365378/6755559b/b1VYfgBPQ0dHLAhKRLskaD2LhIs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365379/058f247b/nPIUB0T__k5iHtyIJzjZESYDgNs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365381/c1d86ee8/Cz3J60qkj8LmIqhahuKiP8ZlNAs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365382/f126c63d/PizJJOIWZGmcgH_sMRxaMBrsmJ0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365383/918f75e7/wqygAxl6Elq98OPBq4CaG344eAY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365384/d23ff581/laZW0kZUZU8noM2T_ZKXGvS_XU4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365385/fb714bef/4cvYjW4So5zVXFWL0B_falDN8os_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365385/bf8dac0c/KkeIdip7f3V1WPS8Rv2J619ymtA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365387/99971cad/v_EQ68FRmwhyuX5Oj2_is9Fx96o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365388/4fe8fd45/jwx377HvcGXR8Qp9fCjHgo7LIZU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365391/1edb0a7e/7TOO3Lcfz7_EUCR_Nx15pRmDCwk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365392/9a7a5d9d/KfZTV_z3_wCNwh52nUVt_t99r3E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365393/6086dc95/SSRUqCdjHczEIwJEPIz_0Jvzuk4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365395/b50ea5f7/7I9ql1x9nybCLMHzNjzk6dePjwY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365395/94792cde/gQV5E2jxMa9Uf0I4k0NvG_z4Aw0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365396/650c3ffb/Mt0VFg2v8zl7Ngd1V9MkNldZ6p0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365397/c98c84a6/ooTwwYmQwX2KJzmIDI4yo2ONeqU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365397/6cf31374/AnexAqSWrEVXH0QM98N5FUi0GNU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365399/3edde130/U6PC05h_KFFGQoFXT_bh_0WyI_w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365399/f6afba7b/G_b49g1BMe_DnCYHLxfUG7xl7gM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365400/faa6e6b3/6iewnYqMglGSFAlncqA9I669Jng_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365401/a07be8f4/dM1Y1fPKxKfEnqea0KwWIwSglQw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365402/50e30800/Nga4TbkDtUemDfW4KF54fmx5kpc_/STD_1440x810'],
'price': 24200.0,
'price_includes_vat': False,
'registration_date': '2019-08-24',
'seats_number': None,
'seller_name': 'Sytner Select Wolverhampton',
'title': 'Porsche MACAN ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'WP1ZZZ95ZLLB30332',
'year': 2019}
2026-03-27 08:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc56271a-d0f6-507a-a98b-0307b99c2dbc with identifier: 562124
2026-03-27 08:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc56271a-d0f6-507a-a98b-0307b99c2dbc with scrape type 2
2026-03-27 08:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc56271a-d0f6-507a-a98b-0307b99c2dbc with scrape type 2
2026-03-27 08:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: cc56271a-d0f6-507a-a98b-0307b99c2dbc, identifier: 562124
2026-03-27 08:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: cc56271a-d0f6-507a-a98b-0307b99c2dbc with identifier: 562124
2026-03-27 08:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: cc56271a-d0f6-507a-a98b-0307b99c2dbc with identifier: 562124
2026-03-27 08:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: cc56271a-d0f6-507a-a98b-0307b99c2dbc with identifier: 562124 to the API
2026-03-27 08:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:25 [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-27 08:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562124>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:07:44Z',
'fuel_type': 'Petrol',
'id': 'cc56271a-d0f6-507a-a98b-0307b99c2dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EX19YKK',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562124',
'listing': 'auction',
'location': None,
'make': 'Porsche',
'model': 'MACAN',
'odometer': 69412,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 24200.0,
'price_includes_vat': False,
'registration_date': '2019-08-24',
'seats_number': None,
'seller_name': 'Sytner Select Wolverhampton',
'title': 'Porsche MACAN ESTATE',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'WP1ZZZ95ZLLB30332',
'year': 2019}
2026-03-27 08:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562124%27 HTTP/1.1" 200 None
2026-03-27 08:31:25 [sytner.gb] INFO: Saving data for 562124: {'auction_closing_time': 1774627664.0, 'created_time': 1774384497.914685, 'last_price_update_time': 1774600285.996536}
2026-03-27 08:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562124') HTTP/1.1" 204 0
2026-03-27 08:31:27 [scrapy_zyte_api._params] WARNING: Request <GET https://auction.sytner.co.uk/Listing/Detail/562147> would get 101 cookies, but request cookie automatic mapping is limited to 100 cookies (see the ZYTE_API_MAX_COOKIES setting), so only 100 cookies have been added to this request. To silence this warning, set the request cookies manually through the experimental.requestCookies Zyte API parameter instead. Alternatively, if Zyte API starts supporting more than 100 request cookies, update the ZYTE_API_MAX_COOKIES setting accordingly.
2026-03-27 08:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562126> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 08:31:27 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:27:31Z',
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ72XXN',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562126',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 Series',
'odometer': 24474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1765379263/f10dd661/pxNOFKzC4HLkLYEkMiR4iCbS7y0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379264/edd51897/ERskswDpt9EmPQqROGSXXBL28zA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379264/d61724c7/50GVwLRk4Wy_B5s6gJoV_psZplU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379264/ffe05e8b/lrlwVoN0gUC6iQpg0cTQMRr4xVY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379265/26d1f6cc/rAREgZ8FvjvCGMRmCkXU_eXHkGk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379266/74e3a135/dT2GsRkynyjfS_FlSKMk6myiHdg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379266/84a45232/A6qtGYxV22925ZzMOnGg4Bu67cE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379266/0d9674bc/GSL6ly908wtAZ1pNgh6jA1ZQkYw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379267/7add53ab/t_oFXglTzINmz45_DKMOREtOPFE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379267/ab702b99/sw_aqJYc_3vK_4uO2SVkrwVmlic_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379267/7f17190d/h8JcyIt6GDMc7T9V0Yw6zXbp8r0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379268/75c3cd82/Scj6nXi7e1p5H8CxENh4jXJiuxk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379268/43092609/oD9u3pPLFF1TyB8Bd_LUIkU4xf4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379269/76f2f997/ziByzTuWQUogsRUZWbGt8L_52wE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379269/428c7034/948zOvh_tZAUu80J63EjWIZGvxs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379269/a4b3c6c1/x__fugrUWbq05Uc5_7XQc9ysTgs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379270/5d53ce92/2kZjDVzvI4bIluYMSKeNQwJ6TLs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379270/56b41e3f/tmT7kT_JjZj07SyTnSz_1KOJniU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379271/3e03b919/JvUHzC_byQxiJUY7_9BwPJ_1b54_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379271/7d49e98d/DGC8HQHeVvV0IcQwWWe_B0i_Rjc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379271/599c359d/fmREuHP3Dur_w0PrwxL_5jyI5UA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379272/ac95451e/NvUVfl2EE_YBLoZllBM5f90qxe4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379273/53f5aaac/r_ZfifqamugnsmPCMGOPPNQUtN8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379273/902b45dd/E9GZBJptgvvW4STvuboUWzdZHPs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379274/3f001a1d/OzxG9T_JvCF93DZrMqvsmh16EcA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379274/9fb2ee6c/1p7vRmJXjWByjcj1tFMahMKBsGs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379275/d2c9fecc/qEZKCDUY11VTc_Yg4nH6OGydViE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379276/4f2fd633/w8UnaZlefJdR3HaD5ND85vv3Ag0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379276/94a59706/Mbtmvmz7OYp3gFDh0u2pFZtN_68_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1765379276/05f35c6f/0yexB0qaoMGKCbHboMfn_4Ta4Iw_/STD_1440x810'],
'price': 12200.0,
'price_includes_vat': False,
'registration_date': '2022-11-26',
'seats_number': None,
'seller_name': 'BMW Warwick',
'title': 'BMW 2 SERIES DIESEL ACTIVE TOURER',
'transmission': 'automatic',
'trim': 'Hatchback',
'vin': 'WBA22BY0807L82205',
'year': 2022}
2026-03-27 08:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af8c68c-4ff6-5926-977c-2ac27130bf20 with identifier: 562126
2026-03-27 08:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af8c68c-4ff6-5926-977c-2ac27130bf20 with scrape type 2
2026-03-27 08:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af8c68c-4ff6-5926-977c-2ac27130bf20 with scrape type 2
2026-03-27 08:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 8af8c68c-4ff6-5926-977c-2ac27130bf20, identifier: 562126
2026-03-27 08:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 8af8c68c-4ff6-5926-977c-2ac27130bf20 with identifier: 562126
2026-03-27 08:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 8af8c68c-4ff6-5926-977c-2ac27130bf20 with identifier: 562126
2026-03-27 08:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 8af8c68c-4ff6-5926-977c-2ac27130bf20 with identifier: 562126 to the API
2026-03-27 08:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:27 [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-27 08:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562126>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:27:31Z',
'fuel_type': 'Diesel',
'id': '8af8c68c-4ff6-5926-977c-2ac27130bf20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ72XXN',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562126',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '2 Series',
'odometer': 24474,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 12200.0,
'price_includes_vat': False,
'registration_date': '2022-11-26',
'seats_number': None,
'seller_name': 'BMW Warwick',
'title': 'BMW 2 SERIES DIESEL ACTIVE TOURER',
'transmission': 'automatic',
'trim': 'Hatchback',
'vin': 'WBA22BY0807L82205',
'year': 2022}
2026-03-27 08:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562126%27 HTTP/1.1" 200 None
2026-03-27 08:31:27 [sytner.gb] INFO: Saving data for 562126: {'auction_closing_time': 1774628851.0, 'created_time': 1774384491.32711, 'last_price_update_time': 1774600287.843283}
2026-03-27 08:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562126') HTTP/1.1" 204 0
2026-03-27 08:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562145> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:28 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T16:35:03Z',
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM15AAY',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562145',
'listing': 'auction',
'location': None,
'make': 'Jaguar',
'model': 'XF',
'odometer': 108279,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774446142/9e571676/AuOYhyX9etgALPds3X5n7k6Spd8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446143/5cf1aaf3/c1IAwuBTbJfQpL5eXIAXYwNCfvA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446143/b4608aa3/RxYd_0YDOXu6QJdBa9EqI6hooiI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446143/9baa92b8/nVxMClL4Jq5Y83qWIqo7Ulsnqk8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446144/c976b4e0/t8UEs2ELINLxvNxyl3amhf8zlSQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446144/66fb971d/1jvyOHxq7u7_U_SXbtH7dmj1Ykk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446145/13f7cbee/fvn21SL_4fDK4RKeHo8HgnDfGSw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446145/a10501f2/ceWM5nfrHZ06uOtdYz2DsYy_FLU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446145/da8a249c/287IGUo6QGwaekTwtFJx_mMkLGs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446146/9102ac25/Ev9eQy4db84HCUVDCe51SAlj1Co_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446146/a3a2f9fd/_y59QcCRtKH6_P27cZvEU69MxwQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446146/170dcce5/RoTHAyOsnyvZPcosw7gHI74s0eE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446147/e54c7f15/Xof7o8Mx6OHSmXsndO4CyCH9rHg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446147/95445928/FguADhqpiaDEaHLIrFwJ_0EFkrM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446147/69456132/pcotZxbzDGGuxRr6buYoN3N8coY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446148/4ca8eed6/lQXbybl_m_udlm2cisxtj9evo18_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446148/8681de6f/fnWzC7wf4LTY9KtHNhcGgkE0XLA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446148/f336b9ac/Pqkd7mUpGQW2ZcGDRBcajnFI6xk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446149/dd54b484/9BdckuvJhWK63CILFQsjSspmbKM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446149/62e056eb/FZWYnW8gNiS3FhZ7uuOQS8gF3rk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774446149/83218d1c/ODa7W3fVa8HsogC0ASSKbC7dzuA_/STD_1440x810'],
'price': 3400.0,
'price_includes_vat': False,
'registration_date': '2015-05-13',
'seats_number': None,
'seller_name': 'Jaguar Stockport',
'title': 'Jaguar XF SPORTBRAKE SPECIAL EDITIONS',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'SAJAC01KXFDU81745',
'year': 2015}
2026-03-27 08:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fabaa59-130d-5160-b95a-1b80b871e0b3 with identifier: 562145
2026-03-27 08:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fabaa59-130d-5160-b95a-1b80b871e0b3 with scrape type 2
2026-03-27 08:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fabaa59-130d-5160-b95a-1b80b871e0b3 with scrape type 2
2026-03-27 08:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 8fabaa59-130d-5160-b95a-1b80b871e0b3, identifier: 562145
2026-03-27 08:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 8fabaa59-130d-5160-b95a-1b80b871e0b3 with identifier: 562145
2026-03-27 08:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 8fabaa59-130d-5160-b95a-1b80b871e0b3 with identifier: 562145
2026-03-27 08:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 8fabaa59-130d-5160-b95a-1b80b871e0b3 with identifier: 562145 to the API
2026-03-27 08:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:29 [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-27 08:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562145>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.2L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T16:35:03Z',
'fuel_type': 'Diesel',
'id': '8fabaa59-130d-5160-b95a-1b80b871e0b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SM15AAY',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562145',
'listing': 'auction',
'location': None,
'make': 'Jaguar',
'model': 'XF',
'odometer': 108279,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3400.0,
'price_includes_vat': False,
'registration_date': '2015-05-13',
'seats_number': None,
'seller_name': 'Jaguar Stockport',
'title': 'Jaguar XF SPORTBRAKE SPECIAL EDITIONS',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'SAJAC01KXFDU81745',
'year': 2015}
2026-03-27 08:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562145%27 HTTP/1.1" 200 None
2026-03-27 08:31:29 [sytner.gb] INFO: Saving data for 562145: {'auction_closing_time': 1774715703.0, 'created_time': 1774506721.1316, 'last_price_update_time': 1774600289.163564}
2026-03-27 08:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562145') HTTP/1.1" 204 0
2026-03-27 08:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562127> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:29 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T17:16:53Z',
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP69OAV',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562127',
'listing': 'auction',
'location': None,
'make': 'Mercedes-Benz',
'model': 'C Class',
'odometer': 67000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774365087/9d77da2b/4jcJdBdCouSmdnRuHcj92JlVc6g_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365088/8e3c3fbf/XWj5uDqpk_i11OC593kgn9qP3Qk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365088/e58d50f5/rDWmMmr6_RC2V3RL4ozAiEQb1h8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365089/2ff01d3f/8vqOhFyG4L2qQQjOJn0bY_vq5cY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365090/74c6701a/BjTmaI82JifRftaR6PA6T6azyew_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365090/28a41eac/AoTDCUBSdbbJlC6EcbFx23ucMdQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365092/f1d10f58/zErXIA_w4YaGwfuEdvfrsSKdq8k_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365093/c50f2583/z8BsPDoWZj5MzKeW49ITI9Bfht4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365093/ebe17230/BTOa6y4C_7JBkOafcA63ACUK6hA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365094/5784c60a/MbH_aXvR_K4PPOk2BzqfY_V04Eo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365095/00f9dc34/920p_b2l8YChRol4Ff1SmGgr1_Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365096/375a8f25/ERrc9IDFfiIOw6okEiWAJ8VK9Tw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365096/a489c7d1/M_RjnH2anlZwBiJ9rZCNAbvR_pA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365097/86d31eb4/a_8Sv7W_2PyGqKRcE60gGqOiqLI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365098/21761b7f/Ka7e8Shk4gMu4ZPpEZh_tQ1VG7s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365098/28f1d434/aZ8YKsajfZ6x6ljEFPWSrCKPSaA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365099/58c78e0e/0L6UZ2uwxIqCcCrbe_dGbeQtdmY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365100/743409b3/eSXLS_wqyQ_7ZBUh0iEk0f_nFa0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365101/4147515a/nKitlWDMurkLH4pUKTxFU2jaEMM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365104/a5f3599f/VFCxeC8iGjV1GJx_ZBYk3obVAWI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365104/8f32c17a/leYZyjGVU_WGhF472HnkxSaC6EY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365106/f01468b4/sQSy8TG7N0jsys8g4RWdD74IzlQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365107/cbb0dde5/XecAdVpceU4GWPKgBZtm1mW8AnY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365108/372cf174/HOYGMMsOeYU30D2P1eNAii_IsWo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365110/76473c77/1hAUbI6YwEv_pTib9qBN2XCaYtA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365110/7c3ffeb7/Elmp0aiOwKDMqc8yzDmYfCyYb10_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365111/efa46348/tJ3Lv__jzgwZ60yv9rHifvnC9_A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365112/acc6d711/RkSs9BlLCArBa_vs4boukGkFFUg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365113/8303278e/NlsLxHorhXjARTzSAv0P2Ynq2U8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365113/f3da785e/vZtHHqKQCKrka47rfZzd4BK_u3s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365114/3b1627eb/B2Yg92rbbtwX2_TSsl_zQ2tUJ_I_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365116/b1f547ca/tYm5rtvgLewKc40lbLPcXOfKENs_/STD_1440x810'],
'price': 3650.0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Mercedes-Benz C CLASS DIESEL ESTATE',
'transmission': 'manual',
'trim': 'Estate',
'vin': 'WDD2052012F958847',
'year': 2019}
2026-03-27 08:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with identifier: 562127
2026-03-27 08:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with scrape type 2
2026-03-27 08:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with scrape type 2
2026-03-27 08:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: e1e8443c-4f13-5d88-984c-ff49c2a18ac3, identifier: 562127
2026-03-27 08:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with identifier: 562127
2026-03-27 08:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with identifier: 562127
2026-03-27 08:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: e1e8443c-4f13-5d88-984c-ff49c2a18ac3 with identifier: 562127 to the API
2026-03-27 08:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:29 [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-27 08:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562127>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T17:16:53Z',
'fuel_type': 'Diesel',
'id': 'e1e8443c-4f13-5d88-984c-ff49c2a18ac3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SP69OAV',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562127',
'listing': 'auction',
'location': None,
'make': 'Mercedes-Benz',
'model': 'C Class',
'odometer': 67000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3650.0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Mercedes-Benz C CLASS DIESEL ESTATE',
'transmission': 'manual',
'trim': 'Estate',
'vin': 'WDD2052012F958847',
'year': 2019}
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562127%27 HTTP/1.1" 200 None
2026-03-27 08:31:30 [sytner.gb] INFO: Saving data for 562127: {'auction_closing_time': 1774631813.0, 'created_time': 1774384474.889378, 'last_price_update_time': 1774600290.1141}
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562127') HTTP/1.1" 204 0
2026-03-27 08:31:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562106> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:30 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '4.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T18:30:36Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC17TWD',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562106',
'listing': 'auction',
'location': None,
'make': 'Bentley',
'model': 'Continental GTC',
'odometer': 30005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1773856883/9273b0c9/uFDKgaIAZoLJG14iGFFK9IYE3wM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856884/e2ba3ae3/12Lt5xceXLKSS3CcPoLY1QHGVr8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856884/fda2513b/GQq_1vr3LBkujubGheaPXZqLqDQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856885/c3c9e9b1/HUEG632Ncx4pJp6UM16bxMb6l5o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856885/3b611a33/tpROVqgJSHGyobbbV5_lDWHhLuU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856885/e2a9dffa/GfdpRft5m4NeHWqbqqgy8N57ozE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856886/bbe45cbf/qQBipHExwU0EisJxTTjKHjUD21M_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856886/f98c27b8/x3IJXQuEEePNB1k_HQi_0yAYsUg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856887/1df11ed5/GiQyqU5TbIKf0i3MckH4XavfX_U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856887/2eefd337/3UXuB3fh5_OdipLjvlbHdCYxq88_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856888/f6053041/LuIDySR8LPyRcKEtpwSj7s4PwHA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856888/d7e8daba/C3v6IdwhbNEzK3N8p3KfkfCh91E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856889/8d202448/sm8lA5nxjhF4UrQ8vPjm1FOQO4s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856889/1445f7c6/sSsspoLZ12_CpmCPNznDNvCS02o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856889/2cd4a3bf/kX0P0rsTEcUVU7sl5mlGiDgvmxo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856890/8bd5d7a1/8D2aB8wM2JHXnKNWhXnAv7uPBo8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856890/03851794/hqQoMn4ysjFhvPsn6bJLzaBGulA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856891/9f68e2f9/ns9yqc8j2CYuLuofVxctqDQwdi4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856891/70af7a9a/BnznqqGjDB5eo4d_9QLGyVRWvaE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856893/f6ca3068/bhlAPy8AJmpgMzUY6qXFbRqSHUM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856893/a62fbf71/zwsN3d64mQnSR_Z4azeMsFmHCCQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856894/1c82b605/CmPx60PzcEyrcOYUtpO3rCbHn_I_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856894/cd8ba2e4/RK7GZGJzN1OAjwVlyHQ4P1_wUpU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856895/bdb83908/KCWfXRg5M3baNm0jHUN8awko2_8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856896/947c77c2/9_7H3QfHT6ApGn2VWYcvUDyg_i4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856897/1462b173/3KMnXR75GFelhaBa7o1GfiHuwRE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856897/5e357139/m5iKMG914x5WopQ4HdlrZ3m_sWM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856898/3973010b/Ovf72zQ8TP82o83FGORgq4CcHXc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856899/9633cc59/5UGN_DhtMEvUNZ202C5rPPeqQEg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856899/a5496e09/sY_l8OVtyB42mG8sd_vxI3VgQWI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856900/c83c0d3e/33dyaUmU0PLL3wD_MMbiiOFyKh4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856901/7d3f3b40/W3IMo5oExGHTHik2uFPFVJ0LyF8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856901/6754b879/RjztOmKOFgnb6RfruMjEKnrEI5I_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856902/34290c33/gh_8JIYJxBA87XZigBZPFaAy_R8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856907/557fb164/ohDarmJClXyA_2mSP3N3cpjkskk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856907/72186533/uadGZ_9cvAyEE56K3E0lUZaSAt4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856908/56f5e870/ihYvA_eKyls_TOnuYz_dHLN78Ks_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856908/0e95405e/vxNPRqIux6_xf9wpGLPOCW6_EgA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856909/57b8d5df/a1kZ65b_uR8NV5WZWS0cctE3adg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856909/32ffbe11/bC9rfiHCTYZ05JWSpsOR8s9GmoQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856909/aaa01107/7TIRr8Csp6zJTzPyuWGk9T_luuI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856910/3739f32c/XEsyyn2_pM1ulRAc58YnH6N8ouk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856910/19a74b93/0sUDP3fMeMI_O_FBHOVJ_uNYQAM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856914/56bb33be/DVuqzpY3wg1FLsnhgKiv35dwLp4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773856916/0c7ff1ff/8i4ep6j4UW4rhQyUuAkpZviLt1w_/STD_1440x810'],
'price': 47660.0,
'price_includes_vat': False,
'registration_date': '2017-05-04',
'seats_number': None,
'seller_name': 'Bentley Manchester',
'title': 'Bentley CONTINENTAL GTC CONVERTIBLE',
'transmission': 'automatic',
'trim': 'Convertible',
'vin': 'SCBGE23W4HC063966',
'year': 2017}
2026-03-27 08:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with identifier: 562106
2026-03-27 08:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with scrape type 2
2026-03-27 08:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with scrape type 2
2026-03-27 08:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6, identifier: 562106
2026-03-27 08:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with identifier: 562106
2026-03-27 08:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with identifier: 562106
2026-03-27 08:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 69f2d050-f174-5cc5-9ace-1ecaa33ef6b6 with identifier: 562106 to the API
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31: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-27 08:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562106>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Black',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '4.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T18:30:36Z',
'fuel_type': 'Petrol',
'id': '69f2d050-f174-5cc5-9ace-1ecaa33ef6b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MC17TWD',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562106',
'listing': 'auction',
'location': None,
'make': 'Bentley',
'model': 'Continental GTC',
'odometer': 30005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 47660.0,
'price_includes_vat': False,
'registration_date': '2017-05-04',
'seats_number': None,
'seller_name': 'Bentley Manchester',
'title': 'Bentley CONTINENTAL GTC CONVERTIBLE',
'transmission': 'automatic',
'trim': 'Convertible',
'vin': 'SCBGE23W4HC063966',
'year': 2017}
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562106%27 HTTP/1.1" 200 None
2026-03-27 08:31:30 [sytner.gb] INFO: Saving data for 562106: {'auction_closing_time': 1774636236.0, 'created_time': 1774384464.546715, 'last_price_update_time': 1774600290.644086}
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562106') HTTP/1.1" 204 0
2026-03-27 08:31:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562120> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:31 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T15:22:24Z',
'fuel_type': 'Diesel',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ66XMM',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562120',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '4 Series',
'odometer': 87000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774360584/32adf734/khKk_seSJBcE4Of2lWb1xETuC04_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360584/435fd4a9/72vrZzTNVSyle9t_nybIDmxcov4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360585/f79d7dd4/0qmZzm482bHXHnCUGUP00sqZnJ8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360585/8d0e8d82/3ibi_SLTWfcwbUFrfdAFXRNEJ_A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360586/884f7a8b/82hcM_5oL1enW3iaSR_NH011VRI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360587/acf02f75/zGnJF4OJMw7XCmtzU2gBcoe_fSI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360587/dee76667/bSN5pST8VB_STSxTd1iMozEcZso_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360587/5a172460/GkK02TzXoiIHlWKYzoK7zOQgXlE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360588/edf85e04/Ws_PUjLZ_Xy9GlnWMIvvI1ZDHgk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360588/6e591659/hIHuXS5cji5ZDS8_JD48NepuzSQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360588/dd823a53/FqxoStFV3KgbOTKO_DECzwzhYpI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360589/2240f4ac/Wf1X8xgvdF8RDUXWz4sVgsm4m1A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360589/ba34bdaa/kY35KxVf5P0qjH6FEK8xsT_PLTs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360590/bbea557d/dYm_Sb3RK8wwPAkEemGSUe4ZGe0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774360590/941debe8/rBFMnVLqCfg8mfvwrxNiJltf0Pk_/STD_1440x810'],
'price': 3150.0,
'price_includes_vat': False,
'registration_date': '2016-09-02',
'seats_number': None,
'seller_name': 'BMW Leicester',
'title': 'BMW 4 SERIES DIESEL COUPE',
'transmission': 'manual',
'trim': 'Coupe',
'vin': 'WBA4P72060K784656',
'year': 2016}
2026-03-27 08:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with identifier: 562120
2026-03-27 08:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with scrape type 2
2026-03-27 08:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with scrape type 2
2026-03-27 08:31:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf, identifier: 562120
2026-03-27 08:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with identifier: 562120
2026-03-27 08:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with identifier: 562120
2026-03-27 08:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 38e73704-f5bc-5855-8e1b-6d05ec5fbcaf with identifier: 562120 to the API
2026-03-27 08:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31: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-27 08:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562120>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T15:22:24Z',
'fuel_type': 'Diesel',
'id': '38e73704-f5bc-5855-8e1b-6d05ec5fbcaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FJ66XMM',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562120',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '4 Series',
'odometer': 87000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 3150.0,
'price_includes_vat': False,
'registration_date': '2016-09-02',
'seats_number': None,
'seller_name': 'BMW Leicester',
'title': 'BMW 4 SERIES DIESEL COUPE',
'transmission': 'manual',
'trim': 'Coupe',
'vin': 'WBA4P72060K784656',
'year': 2016}
2026-03-27 08:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562120%27 HTTP/1.1" 200 None
2026-03-27 08:31:32 [sytner.gb] INFO: Saving data for 562120: {'auction_closing_time': 1774624944.0, 'created_time': 1774384480.815769, 'last_price_update_time': 1774600292.353444}
2026-03-27 08:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562120') HTTP/1.1" 204 0
2026-03-27 08:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562144> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:34 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:34:21Z',
'fuel_type': 'Unknown',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV72SUH',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562144',
'listing': 'auction',
'location': None,
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 40217,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774273341/cfc4f643/F_zYTA90NuxpHUNvOosqd9_1soE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273341/df670525/7imMM_b2N7G3LfeBYfCAhF68SM8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273341/08413845/myh9CNJ3rpMYlH7Ob0tOBmYGhDI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273342/6adea422/Ke0MLiR1NcgbnWIS9aqLbPLpilQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273343/2d1b6078/NnNABTPIpYMZZ_myQsf8Wf0JKiI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273343/aa42a55b/4NN1X1IjdjaaqmtysastR0goGAw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273344/3ef3244a/DQWurS57CVps7j2nNUkQJ1EQ7Jo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273345/1607d809/EDwabwS_9DQ7L0K7LIY7K5t6nRU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273345/61eaf06f/WADhPY2G4bu3sQ4YXGntFoehJbE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273346/4eff1136/9wgZJx_MsIHASjl5BmcldNKZHtc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273347/9bce05b9/N0JJf4UGM2_cC0vytOrXyapl2A0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273347/9538ea43/T1iFDWTJrCziY0tnKcC5HFR_ipw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273348/5fe8cd82/623GanFq4YbIs_oVCLeqvjKiTpg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273349/d34c88b2/l52ec7CWSVUVnkVVxbSCGPx16O4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273349/8cad6064/I64uuaZLOxeC9bd_HsfH_cQ_qTE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273349/a7eabf88/LUhJNUQZCmUMxnkDZU78GaZcRHo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273350/1efabf49/SYf3xyxKcudA4OU8QIA971M_amY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273353/e13bc2ca/tP8It8z09C0EiBBA_tLtUqnlKAo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273353/24f5aa48/5CyUb4ea9_TKKmxIOWiMTRefj9s_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273354/189dfb99/PajoXvYnTv_VMTzCVhOEPq2cvFs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273354/95c3560e/34h08u0kYxnBJaRUhzjouX3sqw4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273354/4eecbfd9/ZlA3IWhNSNCeOo60ZCnUFYqi_k4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273355/b92d73ac/qZT3diKUyHufxalTitKRN6lXi3A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273356/33019be5/BNbjwfFmuMhBJmWt3R8JkzgjIqQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774273356/7271382b/i8bvV2Xd3VFkz6poOifepk1s_9c_/STD_1440x810'],
'price': 20757.0,
'price_includes_vat': False,
'registration_date': '2022-09-27',
'seats_number': None,
'seller_name': 'Sytner Select Warrington',
'title': 'Porsche CAYENNE ESTATE SPECIAL EDITIONS',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'WP1ZZZ9Y8PDA06186',
'year': 2022}
2026-03-27 08:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54a931cc-fd28-5cbb-b236-e7d679c95bae with identifier: 562144
2026-03-27 08:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a931cc-fd28-5cbb-b236-e7d679c95bae with scrape type 2
2026-03-27 08:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54a931cc-fd28-5cbb-b236-e7d679c95bae with scrape type 2
2026-03-27 08:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 54a931cc-fd28-5cbb-b236-e7d679c95bae, identifier: 562144
2026-03-27 08:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 54a931cc-fd28-5cbb-b236-e7d679c95bae with identifier: 562144
2026-03-27 08:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 54a931cc-fd28-5cbb-b236-e7d679c95bae with identifier: 562144
2026-03-27 08:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 54a931cc-fd28-5cbb-b236-e7d679c95bae with identifier: 562144 to the API
2026-03-27 08:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:34 [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-27 08:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562144>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Blue',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T16:34:21Z',
'fuel_type': 'Unknown',
'id': '54a931cc-fd28-5cbb-b236-e7d679c95bae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MV72SUH',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562144',
'listing': 'auction',
'location': None,
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 40217,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 20757.0,
'price_includes_vat': False,
'registration_date': '2022-09-27',
'seats_number': None,
'seller_name': 'Sytner Select Warrington',
'title': 'Porsche CAYENNE ESTATE SPECIAL EDITIONS',
'transmission': 'automatic',
'trim': 'Estate',
'vin': 'WP1ZZZ9Y8PDA06186',
'year': 2022}
2026-03-27 08:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562144%27 HTTP/1.1" 200 None
2026-03-27 08:31:34 [sytner.gb] INFO: Saving data for 562144: {'auction_closing_time': 1774629261.0, 'created_time': 1774506728.539668, 'last_price_update_time': 1774600294.501481}
2026-03-27 08:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562144') HTTP/1.1" 204 0
2026-03-27 08:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562128> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:34 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T17:24:21Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT20CCX',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562128',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 67814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774365800/d7174cf6/9XFL2968esrnkOqDHpbwmBK5ZHM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365801/000a90a0/0j_KYQBkpZeRlHDsbymgwMRpGqE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365802/896e43be/MZSM00opi8SBSYfynB9Sf1IWuxo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365803/95c8b7ec/6XgwxaQc9ySqIVHiiXv9O6RKgMg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365804/b8b146cd/HxGe2cV_XhfNNFVywkm62qEcbm4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365805/0c4c4c2f/aXVT3AwR52qhi0x0GyVRIb8D4Aw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365805/e44e05a6/FOdOR17TGnqbpd10n3WdfgJKFZ0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365812/38c9d88c/XgeQ9FFZmvdNhdZK3EvXvpeE3cc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365813/e5e16ec2/JSB_Un9Sl7AzbVk_7pyxFOYPRBQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365814/2916bfaf/i3EVXxfbBZnd_chu2KFcV9GuWy0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365817/ad9f4bbd/9FzLxU93RJ5LxyBxWtBfmTMbiwk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365817/4d9c6564/L3rRV5twJHJZDfebKA2hRH86178_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365818/44e2b283/I8JO2fjhonhsyQTxiQcziODLwbw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365819/8b3b3e01/MqS7aCVeAKrMj1FvnBNv08Nw12g_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365820/48b19643/_3OGqIGV9yW9K4lj0EHDAkz5kZI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365820/1c105888/uWjwP1JIiaY3a9JJur824qe1rPI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365823/b15ba024/l58uh9xMMsnE6qH22JE0y_hFuJw_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365824/149a9901/DEq1NALifr2w0gXPS_0e3xTJTys_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365826/9dd9cabc/vr_O02UXwMdIEPeYiEpFMs6Q6uQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365827/4ec8df74/hrHdu_GFP_v6HckDUCyKTd7rEKM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365829/79bab898/3hLSEnG40lzdGm37OSvEuUUps_k_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365830/9aeb40b3/1c2M8FQ7X7vYQCYbUtrMm3gim4o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365831/d13be7c3/fDVr4LRQxuBXclnQ_U9dBbbzEj8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365832/58e4c799/e57tlMOv5WmNX9hbncyT1IDtD2o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365833/72b75ada/tFBYSi8ZkmI0_RWdE4AUDXJerR8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365834/4fa2e001/kQs1JHHeJzuN2KuFo0F5BOYc8vE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365835/950a25ad/IpFR7WeN09Q9ZhNq8awSHvkGy8w_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365836/c9ca74b5/IIVTjpQo3Lnkqf2d4BwydjbB3Cg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365837/24d82615/C9YZb_v_pI5DGfImkejIJCMipWE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365838/7126e19d/rFp6pDYt_qbFEL2bA1AW4rm89no_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774365839/b7772d6e/SInZvUb73pWalvpyLCpORiqohS4_/STD_1440x810'],
'price': 4333.0,
'price_includes_vat': False,
'registration_date': '2020-03-20',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'SEAT IBIZA HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'VSSZZZKJZLR058395',
'year': 2020}
2026-03-27 08:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with identifier: 562128
2026-03-27 08:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with scrape type 2
2026-03-27 08:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with scrape type 2
2026-03-27 08:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: de5f58c6-6887-559f-9931-1cb0ec9ef9f5, identifier: 562128
2026-03-27 08:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with identifier: 562128
2026-03-27 08:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with identifier: 562128
2026-03-27 08:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: de5f58c6-6887-559f-9931-1cb0ec9ef9f5 with identifier: 562128 to the API
2026-03-27 08:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:35 [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-27 08:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562128>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-27T17:24:21Z',
'fuel_type': 'Petrol',
'id': 'de5f58c6-6887-559f-9931-1cb0ec9ef9f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YT20CCX',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562128',
'listing': 'auction',
'location': None,
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 67814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4333.0,
'price_includes_vat': False,
'registration_date': '2020-03-20',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'SEAT IBIZA HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'VSSZZZKJZLR058395',
'year': 2020}
2026-03-27 08:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562128%27 HTTP/1.1" 200 None
2026-03-27 08:31:35 [sytner.gb] INFO: Saving data for 562128: {'auction_closing_time': 1774632261.0, 'created_time': 1774384463.407458, 'last_price_update_time': 1774600295.342401}
2026-03-27 08:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562128') HTTP/1.1" 204 0
2026-03-27 08:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562146> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:31:49 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Silver',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T17:09:01Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ18DWO',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562146',
'listing': 'auction',
'location': None,
'make': 'Ford',
'model': 'Focus',
'odometer': 65273,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1773318382/81926180/2kcIMzRNSTB152edpqsq0wBpSRs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318383/9f5e54cc/Pw_zXm3qWhGskclvf4v7B6Ojk9M_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318384/220352f4/y1JYZj8IkGJiY3k_P58EdAT4Y20_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318384/f1ea7970/YDmkGZpNTz93hOhovM2_2A3HZnc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318385/156b4d75/WhDJjmhlntYxBZhtIR8JhPcG7_Y_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318386/63a735cc/54PhxHXbT0ZD7l_nfYb8nZx2nag_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318386/39fcee17/UpteJWkTnvLXCUdrtWZJcFRcux4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318387/8cdee55d/mZ8lr_HwHAnmZaq7srrgQtMmrvk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318387/19d9786e/CaZwt_keVtHM0ggN1lvwcGzqiIY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318388/d9e986fb/Xv0z7cmY9e7nZigPhE3hOW7rdmI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318388/5a4ee515/pf0EC4DYPZVa7CjhkkORt22rSwk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318390/537d74a4/rpKl_GwBZYhx_QcJovHOwFFWrj8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318390/bd9642e1/uF2h5B7d5Vsh2oQ13KURETa0VYk_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318391/01bbe5dd/HgdmP4XN1pIMFqsFMQwWfifGU2c_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318392/e376b7eb/TSnPd6Zu5piK6cI4kRqaNNcIBqg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318392/86d23804/4mSMFeCTKvCcOU7RxC6rZMMNmUI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318393/4eb3b09f/efr7IhpbUda73sumC1IDFM_pylE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318393/99676cb1/5IQkuvpNS4b0tjBQ32nccMDJ8T8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318395/d21b1e9c/al2MmZSqDppGNkE_yhmGgO0FZ5A_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318396/be68713f/Cz_4jhRIUykIoL8qWEi8uYqdOp8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318396/8f521804/MesmOVK_8WJwG54imRrWshotHA4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318397/2c6d304a/Ku731XsnAp5Xs6luvMtx4NXBp54_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318398/be69b314/l0Wvy8lqZpWjOJGT70Ut_oBYL3U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318400/c3a58cca/QjaFUUqyoD_e4fWGma6EuaKyoek_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318400/0b76c55c/YiWu2aLoECgsAVe5kF63YTPmV_8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318401/2a9d1815/B3jROtUL6KpaLzjFp3FGs7jKp5U_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318402/9e074739/w488NZ6DlTWC_sOJR0CpTYtWfxo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318403/0e848e05/o1qVgvl8wqeWlt8W77Wko_LZJKs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318404/2103b15d/Rbp7KEmwQoAS9jL7ZXSqHsGB9l0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318405/31fa32f5/hCeBZszWDLBQtjhBNZMihEngOD4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318405/3cbbb1d2/aIR10bTQFjtvhBPxcsAdGEou2Y0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1773318406/ef80c108/fovLAbGO901ERPHXx2nXxEigAc4_/STD_1440x810'],
'price': 50.0,
'price_includes_vat': False,
'registration_date': '2018-03-25',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Ford FOCUS HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WF05XXGCC5JY42333',
'year': 2018}
2026-03-27 08:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3515c2a-095c-56b2-8f48-227ca7bc6f3e with identifier: 562146
2026-03-27 08:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3515c2a-095c-56b2-8f48-227ca7bc6f3e with scrape type 2
2026-03-27 08:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3515c2a-095c-56b2-8f48-227ca7bc6f3e with scrape type 2
2026-03-27 08:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: c3515c2a-095c-56b2-8f48-227ca7bc6f3e, identifier: 562146
2026-03-27 08:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: c3515c2a-095c-56b2-8f48-227ca7bc6f3e with identifier: 562146
2026-03-27 08:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: c3515c2a-095c-56b2-8f48-227ca7bc6f3e with identifier: 562146
2026-03-27 08:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: c3515c2a-095c-56b2-8f48-227ca7bc6f3e with identifier: 562146 to the API
2026-03-27 08:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:31:50 [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-27 08:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562146>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'Silver',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T17:09:01Z',
'fuel_type': 'Petrol',
'id': 'c3515c2a-095c-56b2-8f48-227ca7bc6f3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BJ18DWO',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562146',
'listing': 'auction',
'location': None,
'make': 'Ford',
'model': 'Focus',
'odometer': 65273,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 50.0,
'price_includes_vat': False,
'registration_date': '2018-03-25',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'Ford FOCUS HATCHBACK',
'transmission': 'manual',
'trim': 'Hatchback',
'vin': 'WF05XXGCC5JY42333',
'year': 2018}
2026-03-27 08:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562146%27 HTTP/1.1" 200 None
2026-03-27 08:31:51 [sytner.gb] INFO: Saving data for 562146: {'auction_closing_time': 1774717741.0, 'created_time': 1774506749.976615, 'last_price_update_time': 1774600311.017629}
2026-03-27 08:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562146') HTTP/1.1" 204 0
2026-03-27 08:31:58 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://auction.sytner.co.uk/)
2026-03-27 08:32:00 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-27 08:32:05 [scrapy.extensions.logstats] INFO: Crawled 17 pages (at 9 pages/min), scraped 16 items (at 9 items/min)
2026-03-27 08:32:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-27 08:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://auction.sytner.co.uk/Listing/Detail/562147> (referer: https://auction.sytner.co.uk/Listing/Search?Type=Basic&Manufacturers=Manufacturer+%28Any%29&Min_Category_PriceID=0&Max_Category_PriceID=999999999) ['zyte-api']
2026-03-27 08:32:16 [sytner.gb] INFO: dbgg item {'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T17:33:36Z',
'fuel_type': 'Petrol',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG18LXM',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562147',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 Series',
'odometer': 61000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'photo_urls': ['https://imagecdn.sytner.co.uk:443/1774457241/868d1dd9/Bd6xavltt1imxhyjr3aLgF9YoDE_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457244/3e8392dc/FHvubqnDfMRrMVRkZ4zQqvaDptY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457245/fad5d21c/5u1qLBEreoghAvyA_j_CwOMeWCc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457247/70304183/Naedoxfl8FDW5R1v57NEetNDgSo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457247/1fac039d/rhkCRBAZwtQIlWyLpRG60b_y_T8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457250/6dd5227c/LYyvhzK_SyZY18oRYRpj1G50HpI_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457251/29ea7bdd/xXTu5EsGCh_XDJ8weVroJb_hbsc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457252/5aea28ce/3sL3sxejdpPJngb_W5wPpEds1q0_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457252/95703772/qY77lWGlJwa7_5kRxs2SU9OgU_o_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457255/59372f41/_34UzRS4F2__DxTg3ZneLL2fIHs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457256/ae4035bd/pWVzukQjVbxljhwO771WVteprig_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457257/ef483812/5_GCAt01FCuYgpD2kHz2Mswm_WY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457258/ed261c33/k4HvLLr4IgWIkV0a9DGcR4fi2WU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457260/ac98f311/ynv1shyQlnLKI1bEZXhaJAVMAyU_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457261/b278ec45/KPfhsRZjRPLzdjZmmVgyVq_qQtQ_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457262/ba5df48b/kxxFzxivUaVL44ded7z8VuWgXCA_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457263/8192e9fd/2mx2UKGBrwUXWDv3Y_nxn1KCF8E_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457263/3efb1c3d/w_6fDhG8KslVaUNm_xdOT4TuAtg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457264/2500b009/tIihhObxqMkN50sABXlkB8jpxdc_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457265/46d2a0a5/bouRRKkH9V6baYK4A6wCUA5LinM_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457266/bfb3bf23/LkJ_95ck_fx0T1_uJdpOTWCWyLs_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457268/90e5a8b6/Wu9Ipf3WN7JpS46LSAstZaKr1Bo_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457269/dedc6b75/N6JSoPekOS_pnRDiI0tHlmDZMGY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457271/8f8a49a7/5fF2F7x5iqeZUaWVbmJlR7waRe8_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457272/e50f4c44/0szC424UZqSQsC72Yq0GMnYcm4k_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457272/e6e4323e/TvN2kXbePaS7e0Yzht20X_4iKT4_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457273/114afc02/DZ49eJTEpBTq3NfWnq2EC4M3Hbg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457274/1ccc9acc/tyJIhl7QSJVmzH8HXGjCW6OWIqg_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457274/0a4c4210/0rIyud4ZllzoxAyT6LAOajvf1LY_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457275/fa873425/x8bePKrYpO0AP_0GbeP_IkkS164_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457276/d34361a9/eKTQry3fiseLZmKVVtS2iwtzy1Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457277/cea35701/UY9o9qArn72_3wNVL3d_DqBZh7Q_/STD_1440x810',
'https://imagecdn.sytner.co.uk:443/1774457280/7dc9fa6a/Lmkb0JtrjZkfpZgebTGr6bR6ArE_/STD_1440x810'],
'price': 4450.0,
'price_includes_vat': False,
'registration_date': '2018-03-21',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'BMW 3 SERIES SALOON',
'transmission': 'automatic',
'trim': 'Saloon',
'vin': 'WBA8A12060ED49878',
'year': 2018}
2026-03-27 08:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with identifier: 562147
2026-03-27 08:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with scrape type 2
2026-03-27 08:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with scrape type 2
2026-03-27 08:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: sytner.gb, Processed item id: 1df90713-c10c-5dcb-a7e6-8f44f0bf4429, identifier: 562147
2026-03-27 08:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: sytner.gb, Translating item: 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with identifier: 562147
2026-03-27 08:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: sytner.gb, Applying rules to item: 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with identifier: 562147
2026-03-27 08:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: sytner.gb, Posting item: 1df90713-c10c-5dcb-a7e6-8f44f0bf4429 with identifier: 562147 to the API
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 08:32:17 [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-27 08:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://auction.sytner.co.uk/Listing/Detail/562147>
{'auction_title': '',
'c_o_2_emission_value': None,
'car_expert_report_source_url': None,
'category': None,
'color': 'White',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': None,
'expiration_date': '2026-03-28T17:33:36Z',
'fuel_type': 'Petrol',
'id': '1df90713-c10c-5dcb-a7e6-8f44f0bf4429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YG18LXM',
'link_to_web_offer': 'https://auction.sytner.co.uk/Listing/Detail/562147',
'listing': 'auction',
'location': None,
'make': 'BMW',
'model': '3 Series',
'odometer': 61000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 4450.0,
'price_includes_vat': False,
'registration_date': '2018-03-21',
'seats_number': None,
'seller_name': 'Sytner Select Nottingham',
'title': 'BMW 3 SERIES SALOON',
'transmission': 'automatic',
'trim': 'Saloon',
'vin': 'WBA8A12060ED49878',
'year': 2018}
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20RowKey%20eq%20%27562147%27 HTTP/1.1" 200 None
2026-03-27 08:32:17 [sytner.gb] INFO: Saving data for 562147: {'auction_closing_time': 1774719216.0, 'created_time': 1774506706.372826, 'last_price_update_time': 1774600337.380791}
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='sytner.gb',RowKey='562147') HTTP/1.1" 204 0
2026-03-27 08:32:17 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 08:32:17 [sytner.gb] INFO: sytner.gb Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27sytner.gb%27%20and%20last_price_update_time%20lt%201774168337 HTTP/1.1" 200 None
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='sytner.gb',RowKey='562057') HTTP/1.1" 204 0
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='sytner.gb',RowKey='562064') HTTP/1.1" 204 0
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='sytner.gb',RowKey='562065') HTTP/1.1" 204 0
2026-03-27 08:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='sytner.gb',RowKey='562066') HTTP/1.1" 204 0
2026-03-27 08:32:17 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (17 items) in: file:///var/lib/scrapyd/items/sourcing_v2/sytner.gb/task_11_2026-03-27T08_30_00.jl
2026-03-27 08:32:17 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 26641,
'downloader/request_count': 18,
'downloader/request_method_count/GET': 18,
'downloader/response_bytes': 5854127,
'downloader/response_count': 18,
'downloader/response_status_count/200': 18,
'elapsed_time_seconds': 132.008624,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 8, 32, 17, 618429, tzinfo=datetime.timezone.utc),
'item_scraped_count': 17,
'log_count/DEBUG': 887,
'log_count/INFO': 294,
'log_count/WARNING': 1,
'memusage/max': 214990848,
'memusage/startup': 147701760,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 304,
'playwright/request_count/aborted': 126,
'playwright/request_count/method/GET': 278,
'playwright/request_count/method/POST': 26,
'playwright/request_count/navigation': 5,
'playwright/request_count/resource_type/document': 5,
'playwright/request_count/resource_type/fetch': 7,
'playwright/request_count/resource_type/font': 18,
'playwright/request_count/resource_type/image': 120,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 90,
'playwright/request_count/resource_type/stylesheet': 34,
'playwright/request_count/resource_type/xhr': 28,
'playwright/response_count': 177,
'playwright/response_count/method/GET': 152,
'playwright/response_count/method/POST': 25,
'playwright/response_count/resource_type/document': 5,
'playwright/response_count/resource_type/fetch': 7,
'playwright/response_count/resource_type/font': 18,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 84,
'playwright/response_count/resource_type/stylesheet': 34,
'playwright/response_count/resource_type/xhr': 27,
'request_depth_max': 1,
'response_received_count': 18,
'scheduler/dequeued': 18,
'scheduler/dequeued/memory': 18,
'scheduler/enqueued': 18,
'scheduler/enqueued/memory': 18,
'scrape_type/price_update': 17,
'scrape_type/skipped': 26,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 17,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 29.583929855595617,
'scrapy-zyte-api/mean_response_seconds': 29.71086150615969,
'scrapy-zyte-api/processed': 17,
'scrapy-zyte-api/request_args/actions': 17,
'scrapy-zyte-api/request_args/browserHtml': 17,
'scrapy-zyte-api/request_args/experimental.requestCookies': 17,
'scrapy-zyte-api/request_args/experimental.responseCookies': 17,
'scrapy-zyte-api/request_args/requestHeaders': 17,
'scrapy-zyte-api/request_args/sessionContext': 17,
'scrapy-zyte-api/request_args/url': 17,
'scrapy-zyte-api/status_codes/200': 17,
'scrapy-zyte-api/success': 17,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 8, 30, 5, 609805, tzinfo=datetime.timezone.utc)}
2026-03-27 08:32:17 [scrapy.core.engine] INFO: Spider closed (finished)