2026-02-21 02:23:52 [INFO] [scrapy.utils.log] Scrapy 2.13.3 started (bot: price_scraper)
2026-02-21 02:23:52 [INFO] [scrapy.utils.log] Versions:
{'lxml': '6.0.0',
'libxml2': '2.14.4',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.3.1',
'Twisted': '25.5.0',
'Python': '3.12.11 (main, Jul 1 2025, 18:37:24) [Clang 20.1.4 ]',
'pyOpenSSL': '25.1.0 (OpenSSL 3.5.1 1 Jul 2025)',
'cryptography': '45.0.5',
'Platform': 'Linux-5.15.0-161-generic-x86_64-with-glibc2.35'}
2026-02-21 02:23:52 [INFO] [scrapy.addons] Enabled addons:
[]
2026-02-21 02:23:52 [DEBUG] [asyncio] Using selector: EpollSelector
2026-02-21 02:23:52 [DEBUG] [scrapy.utils.log] Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-02-21 02:23:52 [DEBUG] [scrapy.utils.log] Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-02-21 02:23:52 [INFO] [scrapy.middleware] Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'price_scraper.utils.per_spider_logger.PerSpiderFileLogger']
2026-02-21 02:23:52 [INFO] [scrapy.crawler] Overridden settings:
{'BOT_NAME': 'price_scraper',
'CONCURRENT_REQUESTS_PER_DOMAIN': 1,
'DOWNLOAD_DELAY': 1,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/0c42afb40ec911f18dfebd92ec2c210c.log',
'LOG_FORMAT': '%(asctime)s [%(levelname)s] [%(name)s] %(message)s',
'LOG_STDOUT': True,
'NEWSPIDER_MODULE': 'price_scraper.spiders',
'SPIDER_MODULES': ['price_scraper.spiders']}
2026-02-21 02:23:55 [INFO] [scrapy.middleware] Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'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-02-21 02:23:55 [INFO] [scrapy.middleware] Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware']
2026-02-21 02:23:55 [INFO] [scrapy.middleware] Enabled item pipelines:
['price_scraper.pipelines.SheetsWriterPipeline']
2026-02-21 02:23:55 [INFO] [scrapy.core.engine] Spider opened
2026-02-21 02:23:55 [INFO] [ps.kingstore] File logging: /root/price-scraper/kingstore/kingstore_2026-02-21_022355.log
2026-02-21 02:23:55 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/0c42afb40ec911f18dfebd92ec2c210c.log
2026-02-21 02:23:55 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/0c42afb40ec911f18dfebd92ec2c210c.log
2026-02-21 02:23:55 [INFO] [scrapy-playwright] Starting download handler
2026-02-21 02:23:55 [INFO] [scrapy-playwright] Starting download handler
2026-02-21 02:24:02 [INFO] [scrapy-playwright] Launching browser chromium
2026-02-21 02:24:02 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-02-21 02:24:02 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-02-21 02:24:02 [INFO] [scrapy-playwright] Browser chromium launched
2026-02-21 02:24:02 [DEBUG] [scrapy-playwright] Browser context started: 'default' (persistent=False, remote=False)
2026-02-21 02:24:03 [DEBUG] [scrapy-playwright] [Context=default] New page created, page count is 1 (1 for all contexts)
2026-02-21 02:24:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document)
2026-02-21 02:24:04 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/>
2026-02-21 02:24:04 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:04 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:04 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:09 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/cache/css/s1/kingstore/page_a401b43570d1f3501347354bf03df01d/page_a401b43570d1f3501347354bf03df01d_v1.css?17413635741491>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/cache/css/s1/kingstore/template_bc3f08097615c7e35988fe298689a1c2/template_bc3f08097615c7e35988fe298689a1c2_v1.css?1735117572386>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/jquery.maskedinput.js>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://unpkg.com/infinite-scroll@4.0.1/dist/infinite-scroll.pkgd.min.js>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.css>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.js>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/normalize.css>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu-close.svg>
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://vk.com/js/api/openapi.js?169> (location: /dist/public/api/openapi.6ed04a4cc80655f4384429e1d969f6ff.js?169)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-tel-grey.svg>
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/api/openapi.6ed04a4cc80655f4384429e1d969f6ff.js?169>
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:11 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:12 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:13 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:14 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:15 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:16 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:17 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1771640643)
2026-02-21 02:24:18 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', '.page-product-card-info-price-and-buttons__price', {'timeout': 15000}): expected PageMethod, got
2026-02-21 02:24:18 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', "script[type='application/ld+json']", {'timeout': 5000}): expected PageMethod, got
2026-02-21 02:24:22 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu.svg>
2026-02-21 02:24:22 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo.svg>
2026-02-21 02:24:22 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-compare3.svg>
2026-02-21 02:24:22 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/scripts.js?time=1771640643>
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites-link.svg>
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-basket.svg>
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-search.svg>
2026-02-21 02:24:24 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-modal-city-change-first-address.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-modal-city-change-first-arrow-back.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/iblock/01b/cot0x5dtna01lm54ua6apvwto6fwqdv3.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/iblock/ed8/eopahifpzdwf0hjcj48p0we3t00hr5ko.jpg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/iblock/6f0/dexbfzuqdpynyum1dhkxwcp7bwk0k6z3.jpg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/iblock/249/9aidocn30ejqsu1vfojokiajcshsi2l7.jpg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-vk.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-telegram.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/eea/300_300_1/ny50uh1wt0tt8ycuxq18nfx9ui50db01.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/f54/300_300_1/j9jee7jxsthxb1ek96rgtbjlytz8wowr.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cc/300_300_1/2ihgxz49rpdpsuvltbt25nk2u947j2sf.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/5bf/300_300_1/1zd9wtyyidhhxpzx5c021931lpy905pb.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one2.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one3.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one4.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one5.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one6.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one7.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one8.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one9.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one10.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/29c/50_50_1/paxktxh4fmbxadlkq8af10f66zyiwm1a.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/14b/50_50_1/9bs4yp7ykdhbryav9p7aq7lm6pucp9hv.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/549/50_50_1/tbx8rypeg263co2dm1x17gagnkheg2yl.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d54/50_50_1/zna01l5yzho00j1v3dfwdzj8xgu439hx.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/865/50_50_1/jp8jig8ej4btmlsd4yne515q91dkq90d.webp>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/35f/50_50_1/vgypp7z532k15ucv9xeg7e6e01edu3pe.webp>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/67f/50_50_1/pvhdoag1abvlnparjnopd5vlzad4oaqc.webp>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-telegram.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-whatsapp.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-grey.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/vk.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-et.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cd/350_350_1/hemw5tkm8v1w9y7xn2ys00oa8yk9omgy.webp>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/36b/350_350_1/8gw9b4qhhiw2k4b8e2lr3oq6d61dmbf6.webp>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://bitrix.info/ba.js>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/widget/hG8fB3kKVy>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-black-down.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/200/40_40_1/4r40y4sf8nzqmphlo92cw91jswtyddzl.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/385/40_40_1/o81qragnz2kq28wc32aja8m2obnrdwsg.png>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/info.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-grey-right.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-brown-right.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Regular.woff2>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Medium.woff2>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler-active.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Bold.woff2>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Semibold.woff2>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/widget_contactus.php?app=0&width=100%25&_ver=1&oid=-219278019&height=24&text=&startWidth=215&url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&referrer=&title=%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kin...&19c7e02eab5>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/images/upload.gif>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow_bottom.svg>
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/widget_contactus.php?app=0&width=100%25&_ver=1&oid=-219278019&height=24&text=&startWidth=215&url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&referrer=&title=%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kin...&19c7e02eab5)
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/widget_contactus.php?app=0&width=100%25&_ver=1&oid=-219278019&height=24&text=&startWidth=215&url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&referrer=&title=%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kin...&19c7e02eab5)
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/widget_contactus.php?app=0&width=100%25&_ver=1&oid=-219278019&height=24&text=&startWidth=215&url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&referrer=&title=%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kin...&19c7e02eab5)
2026-02-21 02:24:25 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-21 02:24:26 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-0/17321100/out/src/client/_YMaps.js>
2026-02-21 02:24:27 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:27 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:27 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:28 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js>
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js?id=105068379>
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://neiros.cloud/api/w/542efad47e03f60ca5d49d0b18de076b_2949?ni=null&nv=null&referrer=&URl=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F>
2026-02-21 02:24:29 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/script/widget/config/hG8fB3kKVy>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/lite.af2ea385.css>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://vk.com/js/al/lite.js?110> (location: /dist/public/al/lite.f7b0faf190d0f9e7c6612d1c3eda2d5a.js?110)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/widget_contactus.php?app=0&width=100%25&_ver=1&oid=-219278019&height=24&text=&startWidth=215&url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&referrer=&title=%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kin...&19c7e02eab5)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/loader_nav21472227210_3.js>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/al/lite.f7b0faf190d0f9e7c6612d1c3eda2d5a.js?110>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/lang3_2.js?29527344>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/vkui.f9180587.css>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/xdm.js?10>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/widgets/al_contactus.js?1>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/polyfills.97373766.js>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/widget_contactus.b954f2d4.css>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/base.ce5ac853.css>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/performance_observers.b6fc4a22.js>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-0/17321100/out/src/client/images/ef50ac9e93aaebe3299791c79f277f8e.cur>
2026-02-21 02:24:30 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-0/17321100/out/src/client/images/3ce22e999d54bb9ca8150a59207f9d3e.cur>
2026-02-21 02:24:31 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-0/17321100/out/src/client/images/4965b66fe115b2f2ed500ece66514d86.cur>
2026-02-21 02:24:31 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://yastatic.net/s3/front-maps-static/maps-front-jsapi-v2-0/17321100/out/src/client/images/77492cf358d8b12629399322926c93f2.cur>
2026-02-21 02:24:31 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/advert.gif>
2026-02-21 02:24:31 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://mc.yandex.ru/watch/100744518?wmode=7&page-url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22140%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224%22%2C%22HeadlessChrome%22%3Bv%3D%22140%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A140.0.7339.16%0Achl%0A%22Chromium%22%3Bv%3D%22140.0.7339.16%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224.0.0.0%22%2C%22HeadlessChrome%22%3Bv%3D%22140.0.7339.16%22%0Achm%0A%3F0%0Achp%0AWindows%0Achv%0A10.0&browser-info=pv%3A1%3Avf%3A6g20vg83qd0dsowtsm7bazjiu9mn3%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aru-RU%3Av%3A2380%3Acn%3A1%3Adp%3A0%3Als%3A274308599891%3Ahid%3A316484917%3Az%3A0%3Ai%3A20260221022424%3Aet%3A1771640665%3Ac%3A1%3Arn%3A727681377%3Arqn%3A1%3Au%3A1771640665206176228%3Aw%3A1280x720%3As%3A1280x720x24%3Ask%3A1%3Afp%3A2852%3Awv%3A2%3Ads%3A1%2C62%2C275%2C3%2C0%2C0%2C%2C7434%2C2%2C%2C%2C%2C7897%3Aco%3A0%3Ahdl%3A1%3Antf%3A1%3Ans%3A1771640643525%3Arqnl%3A1%3Ast%3A1771640665%3At%3A%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kingstore%20%D0%B4%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0%2C%20%D0%B2%D1%8B%D0%B3%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%86%D0%B5%D0%BD%D1%8B&t=gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)cdl(na)eco(84476420)ti(1)> (location: /watch/100744518/1?wmode=7&page-url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22140%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224%22%2C%22HeadlessChrome%22%3Bv%3D%22140%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A140.0.7339.16%0Achl%0A%22Chromium%22%3Bv%3D%22140.0.7339.16%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224.0.0.0%22%2C%22HeadlessChrome%22%3Bv%3D%22140.0.7339.16%22%0Achm%0A%3F0%0Achp%0AWindows%0Achv%0A10.0&browser-info=pv%3A1%3Avf%3A6g20vg83qd0dsowtsm7bazjiu9mn3%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aru-RU%3Av%3A2380%3Acn%3A1%3Adp%3A0%3Als%3A274308599891%3Ahid%3A316484917%3Az%3A0%3Ai%3A20260221022424%3Aet%3A1771640665%3Ac%3A1%3Arn%3A727681377%3Arqn%3A1%3Au%3A1771640665206176228%3Aw%3A1280x720%3As%3A1280x720x24%3Ask%3A1%3Afp%3A2852%3Awv%3A2%3Ads%3A1%2C62%2C275%2C3%2C0%2C0%2C%2C7434%2C2%2C%2C%2C%2C7897%3Aco%3A0%3Ahdl%3A1%3Antf%3A1%3Ans%3A1771640643525%3Arqnl%3A1%3Ast%3A1771640665%3At%3A%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kingstore%20%D0%B4%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0%2C%20%D0%B2%D1%8B%D0%B3%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%86%D0%B5%D0%BD%D1%8B&t=gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2884476420%29ti%281%29)
2026-02-21 02:24:31 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-02-21 02:24:32 [DEBUG] [scrapy.core.engine] Crawled (200) (referer: None) ['playwright']
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/watch/100744518/1?wmode=7&page-url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22140%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224%22%2C%22HeadlessChrome%22%3Bv%3D%22140%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A140.0.7339.16%0Achl%0A%22Chromium%22%3Bv%3D%22140.0.7339.16%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224.0.0.0%22%2C%22HeadlessChrome%22%3Bv%3D%22140.0.7339.16%22%0Achm%0A%3F0%0Achp%0AWindows%0Achv%0A10.0&browser-info=pv%3A1%3Avf%3A6g20vg83qd0dsowtsm7bazjiu9mn3%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aru-RU%3Av%3A2380%3Acn%3A1%3Adp%3A0%3Als%3A274308599891%3Ahid%3A316484917%3Az%3A0%3Ai%3A20260221022424%3Aet%3A1771640665%3Ac%3A1%3Arn%3A727681377%3Arqn%3A1%3Au%3A1771640665206176228%3Aw%3A1280x720%3As%3A1280x720x24%3Ask%3A1%3Afp%3A2852%3Awv%3A2%3Ads%3A1%2C62%2C275%2C3%2C0%2C0%2C%2C7434%2C2%2C%2C%2C%2C7897%3Aco%3A0%3Ahdl%3A1%3Antf%3A1%3Ans%3A1771640643525%3Arqnl%3A1%3Ast%3A1771640665%3At%3A%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kingstore%20%D0%B4%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0%2C%20%D0%B2%D1%8B%D0%B3%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%86%D0%B5%D0%BD%D1%8B&t=gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29cdl%28na%29eco%2884476420%29ti%281%29>
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script)
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://mc.yandex.ru/watch/105068379?wmode=7&page-url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22140%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224%22%2C%22HeadlessChrome%22%3Bv%3D%22140%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A140.0.7339.16%0Achl%0A%22Chromium%22%3Bv%3D%22140.0.7339.16%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224.0.0.0%22%2C%22HeadlessChrome%22%3Bv%3D%22140.0.7339.16%22%0Achm%0A%3F0%0Achp%0AWindows%0Achv%0A10.0&browser-info=pv%3A1%3Avf%3A6g20vgra9p0151chtwqycwgwjujfj%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aru-RU%3Av%3A2380%3Acn%3A2%3Adp%3A1%3Als%3A190188166724%3Ahid%3A316484917%3Az%3A0%3Ai%3A20260221022425%3Aet%3A1771640665%3Ac%3A1%3Arn%3A331656366%3Arqn%3A1%3Au%3A1771640665206176228%3Aw%3A1280x720%3As%3A1280x720x24%3Ask%3A1%3Afp%3A2852%3Awv%3A2%3Ads%3A1%2C62%2C275%2C3%2C0%2C0%2C%2C7434%2C2%2C%2C%2C%2C7897%3Aco%3A0%3Ahdl%3A1%3Antf%3A1%3Ans%3A1771640643525%3Arqnl%3A1%3Ast%3A1771640665%3At%3A%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kingstore%20%D0%B4%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0%2C%20%D0%B2%D1%8B%D0%B3%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%86%D0%B5%D0%BD%D1%8B&t=gdpr(14)clc(0-0-0)rqnt(1)aw(1)rcm(1)ecs(0)cdl(na)eco(84476420)ti(1)>
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch)
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/watch/105068379/1?wmode=7&page-url=https%3A%2F%2Fsaratov.kingstore.io%2Fcatalog%2Fiphone%2Fiphone-16e%2Fsmartfon-apple-iphone-16e-256gb-black%2F&charset=utf-8&uah=chu%0A%22Chromium%22%3Bv%3D%22140%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224%22%2C%22HeadlessChrome%22%3Bv%3D%22140%22%0Acha%0Ax86%0Achb%0A64%0Achf%0A140.0.7339.16%0Achl%0A%22Chromium%22%3Bv%3D%22140.0.7339.16%22%2C%22Not%3DA%3FBrand%22%3Bv%3D%2224.0.0.0%22%2C%22HeadlessChrome%22%3Bv%3D%22140.0.7339.16%22%0Achm%0A%3F0%0Achp%0AWindows%0Achv%0A10.0&browser-info=pv%3A1%3Avf%3A6g20vgra9p0151chtwqycwgwjujfj%3Afu%3A0%3Aen%3Autf-8%3Ala%3Aru-RU%3Av%3A2380%3Acn%3A2%3Adp%3A1%3Als%3A190188166724%3Ahid%3A316484917%3Az%3A0%3Ai%3A20260221022425%3Aet%3A1771640665%3Ac%3A1%3Arn%3A331656366%3Arqn%3A1%3Au%3A1771640665206176228%3Aw%3A1280x720%3As%3A1280x720x24%3Ask%3A1%3Afp%3A2852%3Awv%3A2%3Ads%3A1%2C62%2C275%2C3%2C0%2C0%2C%2C7434%2C2%2C%2C%2C%2C7897%3Aco%3A0%3Ahdl%3A1%3Antf%3A1%3Ans%3A1771640643525%3Arqnl%3A1%3Ast%3A1771640665%3At%3A%D0%9A%D1%83%D0%BF%D0%B8%D1%82%D1%8C%20%D0%A1%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD%20Apple%20iPhone%2016e%20256gb%20Black%20%D0%B2%20%D0%B3.%20%D0%A1%D0%B0%D1%80%D0%B0%D1%82%D0%BE%D0%B2%20-%20%D0%98%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82-%D0%BC%D0%B0%D0%B3%D0%B0%D0%B7%D0%B8%D0%BD%20kingstore%20%D0%B4%D0%BE%D1%81%D1%82%D0%B0%D0%B2%D0%BA%D0%B0%2C%20%D0%B2%D1%8B%D0%B3%D0%BE%D0%B4%D0%BD%D1%8B%D0%B5%20%D1%86%D0%B5%D0%BD%D1%8B&t=gdpr%2814%29clc%280-0-0%29rqnt%281%29aw%281%29rcm%281%29ecs%280%29cdl%28na%29eco%2884476420%29ti%281%29>
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script)
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://neiros.cloud/cdn/v1/js/f_v2.min.js?ver=2809202128.02.1771640665>
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr)
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script)
2026-02-21 02:24:32 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://neiros.cloud/cdn/v1/css/f.min.css?ver=28.02.1771640665>
2026-02-21 02:24:33 [INFO] [ps.kingstore] Got price: 54990 | https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/
2026-02-21 02:24:33 [INFO] [ps.kingstore] Got price: 54990 | https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/
2026-02-21 02:24:33 [INFO] [ps.pipeline] Item: row=212 price=54990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/
2026-02-21 02:24:33 [INFO] [ps.pipeline] Item: row=212 price=54990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/
2026-02-21 02:24:33 [DEBUG] [scrapy.core.scraper] Scraped from <200 https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/>
{'title': 'Смартфон Apple iPhone 16e 256gb Black', 'price': '54990', 'url': 'https://saratov.kingstore.io/catalog/iphone/iphone-16e/smartfon-apple-iphone-16e-256gb-black/', 'status': '✅ Успешно', 'row': '212', 'price_column': 'K', 'errors_column': 'L'}
2026-02-21 02:24:33 [INFO] [scrapy.core.engine] Closing spider (finished)
2026-02-21 02:24:33 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-02-21 02:24:33 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-02-21 02:24:33 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-02-21 02:24:33 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-02-21 02:24:33 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-02-21 02:24:33 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-02-21 02:24:33 [INFO] [scrapy.statscollectors] Dumping Scrapy stats:
{'downloader/request_bytes': 285,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'downloader/response_bytes': 356924,
'downloader/response_count': 1,
'downloader/response_status_count/200': 1,
'elapsed_time_seconds': 37.581715,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 2, 21, 2, 24, 33, 209790, tzinfo=datetime.timezone.utc),
'item_scraped_count': 1,
'log_count/DEBUG': 225,
'log_count/INFO': 19,
'log_count/WARNING': 2,
'playwright/browser_count': 1,
'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/closed': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 112,
'playwright/request_count/method/GET': 112,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 4,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 60,
'playwright/request_count/resource_type/script': 28,
'playwright/request_count/resource_type/stylesheet': 11,
'playwright/request_count/resource_type/xhr': 3,
'playwright/response_count': 106,
'playwright/response_count/method/GET': 106,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 4,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 60,
'playwright/response_count/resource_type/script': 24,
'playwright/response_count/resource_type/stylesheet': 11,
'playwright/response_count/resource_type/xhr': 1,
'response_received_count': 1,
'scheduler/dequeued': 1,
'scheduler/dequeued/memory': 1,
'scheduler/enqueued': 1,
'scheduler/enqueued/memory': 1,
'start_time': datetime.datetime(2026, 2, 21, 2, 23, 55, 628075, tzinfo=datetime.timezone.utc)}
2026-02-21 02:24:33 [INFO] [scrapy.core.engine] Spider closed (finished)
2026-02-21 02:24:33 [INFO] [scrapy-playwright] Closing download handler
2026-02-21 02:24:33 [INFO] [scrapy-playwright] Closing download handler
2026-02-21 02:24:33 [DEBUG] [scrapy-playwright] Browser context closed: 'default' (persistent=False, remote=False)
2026-02-21 02:24:33 [INFO] [scrapy-playwright] Closing browser
2026-02-21 02:24:33 [DEBUG] [scrapy-playwright] Browser disconnected