2026-03-08 02:19:27 [INFO] [scrapy.utils.log] Scrapy 2.13.3 started (bot: price_scraper)
2026-03-08 02:19:28 [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-03-08 02:19:28 [INFO] [scrapy.addons] Enabled addons:
[]
2026-03-08 02:19:28 [DEBUG] [asyncio] Using selector: EpollSelector
2026-03-08 02:19:28 [DEBUG] [scrapy.utils.log] Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-08 02:19:28 [DEBUG] [scrapy.utils.log] Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-08 02:19:28 [INFO] [scrapy.middleware] Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'price_scraper.utils.per_spider_logger.PerSpiderFileLogger']
2026-03-08 02:19:28 [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/87ce1d6a1a9211f18dfebd92ec2c210c.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-03-08 02:19:30 [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-03-08 02:19:30 [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-03-08 02:19:30 [INFO] [scrapy.middleware] Enabled item pipelines:
['price_scraper.pipelines.SheetsWriterPipeline']
2026-03-08 02:19:30 [INFO] [scrapy.core.engine] Spider opened
2026-03-08 02:19:30 [INFO] [ps.kingstore] File logging: /root/price-scraper/kingstore/kingstore_2026-03-08_021930.log
2026-03-08 02:19:30 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/87ce1d6a1a9211f18dfebd92ec2c210c.log
2026-03-08 02:19:30 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/87ce1d6a1a9211f18dfebd92ec2c210c.log
2026-03-08 02:19:30 [INFO] [scrapy-playwright] Starting download handler
2026-03-08 02:19:30 [INFO] [scrapy-playwright] Starting download handler
2026-03-08 02:19:37 [INFO] [scrapy-playwright] Launching browser chromium
2026-03-08 02:19:37 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-03-08 02:19:37 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-03-08 02:19:37 [INFO] [scrapy-playwright] Browser chromium launched
2026-03-08 02:19:38 [DEBUG] [scrapy-playwright] Browser context started: 'default' (persistent=False, remote=False)
2026-03-08 02:19:38 [DEBUG] [scrapy-playwright] [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-08 02:19:38 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document)
2026-03-08 02:19:39 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/>
2026-03-08 02:19:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:42 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/cache/css/s1/kingstore/page_a401b43570d1f3501347354bf03df01d/page_a401b43570d1f3501347354bf03df01d_v1.css?17413635741491>
2026-03-08 02:19:42 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/cache/css/s1/kingstore/template_bc3f08097615c7e35988fe298689a1c2/template_bc3f08097615c7e35988fe298689a1c2_v1.css?1735117572386>
2026-03-08 02:19:42 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/jquery.maskedinput.js>
2026-03-08 02:19:43 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js>
2026-03-08 02:19:43 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.css>
2026-03-08 02:19:44 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css>
2026-03-08 02:19:44 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.js>
2026-03-08 02:19:45 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js>
2026-03-08 02:19:45 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/normalize.css>
2026-03-08 02:19:46 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379>
2026-03-08 02:19:46 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu-close.svg>
2026-03-08 02:19:46 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://unpkg.com/infinite-scroll@4.0.1/dist/infinite-scroll.pkgd.min.js>
2026-03-08 02:19:46 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-tel-grey.svg>
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://vk.com/js/api/openapi.js?169> (location: /dist/public/api/openapi.6ed04a4cc80655f4384429e1d969f6ff.js?169)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU>
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/api/openapi.6ed04a4cc80655f4384429e1d969f6ff.js?169>
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:47 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:48 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:49 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:50 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772936379)
2026-03-08 02:19:52 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', '.page-product-card-info-price-and-buttons__price', {'timeout': 15000}): expected PageMethod, got
2026-03-08 02:19:52 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', "script[type='application/ld+json']", {'timeout': 5000}): expected PageMethod, got
2026-03-08 02:19:56 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu.svg>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo.svg>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-compare3.svg>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/scripts.js?time=1772936379>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites-link.svg>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-basket.svg>
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:58 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-search.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-modal-city-change-first-address.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-modal-city-change-first-arrow-back.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9b4/400_400_1/3spo8v5t66y9srwgaetayukiz7a2wj0o.webp>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/24f/400_400_1/5qz68s5qyvlk6p6o0ev3klhgrp4s7xrt.webp>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/a89/400_400_1/h6a8wij3or8ls83zc3y9t2xy4tyipmpe.webp>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-vk.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-telegram.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/eea/300_300_1/ny50uh1wt0tt8ycuxq18nfx9ui50db01.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/f54/300_300_1/j9jee7jxsthxb1ek96rgtbjlytz8wowr.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cc/300_300_1/2ihgxz49rpdpsuvltbt25nk2u947j2sf.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/5bf/300_300_1/1zd9wtyyidhhxpzx5c021931lpy905pb.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one2.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one3.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one4.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one5.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one6.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one7.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one8.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one9.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one10.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/426/50_50_1/s4sbl0jdedbz6ildrocdlhohrmudmq4k.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/3e9/50_50_1/skh64233lq6ms57nq6qjmbre3065o599.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/c29/50_50_1/nyovcgkvnhhmnk6iccz3eotn3dkhb0ug.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/61a/50_50_1/hovm000fbqstsw2accwcve6u4tcnlhhq.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/2fd/50_50_1/011cypl3095e71bez63tlpyalyxei075.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/638/50_50_1/04icph5m732w2jkwqrarz442ne3exkxd.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/782/50_50_1/whrue44lo3lrsmwiyappjfrrrszth32i.png>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-telegram.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-whatsapp.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-grey.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/vk.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-et.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cd/350_350_1/hemw5tkm8v1w9y7xn2ys00oa8yk9omgy.webp>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/36b/350_350_1/8gw9b4qhhiw2k4b8e2lr3oq6d61dmbf6.webp>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://bitrix.info/ba.js>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-black-down.svg>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Regular.woff2>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/widget/hG8fB3kKVy>
2026-03-08 02:19:59 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/e43/40_40_1/2yk3xsjrlpx38zampjzqmuba6xyg74vn.png>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Medium.woff2>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d5d/40_40_1/3s477u3vzg07uv39sgyeh6hqhccoy253.png>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/385/40_40_1/o81qragnz2kq28wc32aja8m2obnrdwsg.png>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d2c/40_40_1/s1ozbqzlzjzq4n6a676jv9nva6aoobo8.png>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/795/40_40_1/hxvk2p0ea1d67x3x5x31ac8xzuqb04k4.png>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/info.svg>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites.svg>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-grey-right.svg>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-brown-right.svg>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Bold.woff2>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Semibold.woff2>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler.svg>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler-active.svg>
2026-03-08 02:20:00 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%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%2015%20Plus%20256gb%20Green%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...&19ccb3e4948>
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/images/upload.gif>
2026-03-08 02:20:00 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%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%2015%20Plus%20256gb%20Green%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...&19ccb3e4948)
2026-03-08 02:20:00 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-03-08 02:20:01 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%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%2015%20Plus%20256gb%20Green%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...&19ccb3e4948)
2026-03-08 02:20:01 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%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%2015%20Plus%20256gb%20Green%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...&19ccb3e4948)
2026-03-08 02:20:01 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-03-08 02:20:01 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-03-08 02:20:01 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow_bottom.svg>
2026-03-08 02:20:02 [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-03-08 02:20:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:07 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%2F>
2026-03-08 02:20:07 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:07 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:07 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js?id=105068379>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/script/widget/config/hG8fB3kKVy>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document, referrer: https://saratov.kingstore.io/)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/lite.af2ea385.css>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/loader_nav21486248224_3.js>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <302 https://vk.com/js/al/lite.js?110> (location: /dist/public/al/lite.f7b0faf190d0f9e7c6612d1c3eda2d5a.js?110)
2026-03-08 02:20:08 [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-15-plus%2Fsmartfon-apple-iphone-15-plus-256gb-green%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%2015%20Plus%20256gb%20Green%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...&19ccb3e4948)
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/vkui.f9180587.css>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/al/lite.f7b0faf190d0f9e7c6612d1c3eda2d5a.js?110>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/polyfills.97373766.js>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/lang3_2.js?29548939>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/widget_contactus.b954f2d4.css>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/base.ce5ac853.css>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/xdm.js?10>
2026-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/widgets/al_contactus.js?1>
2026-03-08 02:20:08 [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-03-08 02:20:08 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/performance_observers.b6fc4a22.js>
2026-03-08 02:20:08 [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-03-08 02:20:08 [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-03-08 02:20:09 [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-03-08 02:20:09 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-03-08 02:20:10 [DEBUG] [scrapy.core.engine] Crawled (200) (referer: None) ['playwright']
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://neiros.cloud/cdn/v1/js/f_v2.min.js?ver=2809202128.02.1772936399>
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr)
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script)
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://neiros.cloud/cdn/v1/css/f.min.css?ver=28.02.1772936399>
2026-03-08 02:20:10 [INFO] [ps.kingstore] Got price: 66990 | https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/
2026-03-08 02:20:10 [INFO] [ps.kingstore] Got price: 66990 | https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/
2026-03-08 02:20:10 [INFO] [ps.pipeline] Item: row=131 price=66990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/
2026-03-08 02:20:10 [INFO] [ps.pipeline] Item: row=131 price=66990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/
2026-03-08 02:20:10 [DEBUG] [scrapy.core.scraper] Scraped from <200 https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/>
{'title': 'Смартфон Apple iPhone 15 Plus 256gb Green', 'price': '66990', 'url': 'https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-256gb-green/', 'status': '✅ Успешно', 'row': '131', 'price_column': 'K', 'errors_column': 'L'}
2026-03-08 02:20:10 [INFO] [scrapy.core.engine] Closing spider (finished)
2026-03-08 02:20:10 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-03-08 02:20:10 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-03-08 02:20:10 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-03-08 02:20:10 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-03-08 02:20:10 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-03-08 02:20:10 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-03-08 02:20:10 [INFO] [scrapy.statscollectors] Dumping Scrapy stats:
{'downloader/request_bytes': 293,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'downloader/response_bytes': 362001,
'downloader/response_count': 1,
'downloader/response_status_count/200': 1,
'elapsed_time_seconds': 39.732719,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 8, 2, 20, 10, 424980, tzinfo=datetime.timezone.utc),
'item_scraped_count': 1,
'log_count/DEBUG': 221,
'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': 111,
'playwright/request_count/method/GET': 111,
'playwright/request_count/navigation': 3,
'playwright/request_count/resource_type/document': 3,
'playwright/request_count/resource_type/fetch': 2,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 62,
'playwright/request_count/resource_type/script': 26,
'playwright/request_count/resource_type/stylesheet': 11,
'playwright/request_count/resource_type/xhr': 3,
'playwright/response_count': 103,
'playwright/response_count/method/GET': 103,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 61,
'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, 3, 8, 2, 19, 30, 692261, tzinfo=datetime.timezone.utc)}
2026-03-08 02:20:10 [INFO] [scrapy.core.engine] Spider closed (finished)
2026-03-08 02:20:10 [INFO] [scrapy-playwright] Closing download handler
2026-03-08 02:20:10 [INFO] [scrapy-playwright] Closing download handler
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] Browser context closed: 'default' (persistent=False, remote=False)
2026-03-08 02:20:10 [INFO] [scrapy-playwright] Closing browser
2026-03-08 02:20:10 [DEBUG] [scrapy-playwright] Browser disconnected