2026-02-26 02:18:11 [INFO] [scrapy.utils.log] Scrapy 2.13.3 started (bot: price_scraper)
2026-02-26 02:18:11 [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-26 02:18:11 [INFO] [scrapy.addons] Enabled addons:
[]
2026-02-26 02:18:11 [DEBUG] [asyncio] Using selector: EpollSelector
2026-02-26 02:18:11 [DEBUG] [scrapy.utils.log] Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-02-26 02:18:11 [DEBUG] [scrapy.utils.log] Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-02-26 02:18:11 [INFO] [scrapy.middleware] Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'price_scraper.utils.per_spider_logger.PerSpiderFileLogger']
2026-02-26 02:18:11 [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/dfcb1d4412b611f18dfebd92ec2c210c.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-26 02:18:13 [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-26 02:18:13 [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-26 02:18:13 [INFO] [scrapy.middleware] Enabled item pipelines:
['price_scraper.pipelines.SheetsWriterPipeline']
2026-02-26 02:18:13 [INFO] [scrapy.core.engine] Spider opened
2026-02-26 02:18:13 [INFO] [ps.kingstore] File logging: /root/price-scraper/kingstore/kingstore_2026-02-26_021813.log
2026-02-26 02:18:13 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/dfcb1d4412b611f18dfebd92ec2c210c.log
2026-02-26 02:18:13 [INFO] [ps.kingstore] Job logging: /Users/rodionulanov/projects/price-scraper/logs/price_scraper/kingstore/dfcb1d4412b611f18dfebd92ec2c210c.log
2026-02-26 02:18:13 [INFO] [scrapy-playwright] Starting download handler
2026-02-26 02:18:13 [INFO] [scrapy-playwright] Starting download handler
2026-02-26 02:18:29 [INFO] [scrapy-playwright] Launching browser chromium
2026-02-26 02:18:29 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-02-26 02:18:29 [INFO] [ps.kingstore] Start crawl: 1 URL(s) (accepted=1, total_input=1)
2026-02-26 02:18:31 [INFO] [scrapy-playwright] Browser chromium launched
2026-02-26 02:18:31 [DEBUG] [scrapy-playwright] Browser context started: 'default' (persistent=False, remote=False)
2026-02-26 02:18:33 [DEBUG] [scrapy-playwright] [Context=default] New page created, page count is 1 (1 for all contexts)
2026-02-26 02:18:34 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document)
2026-02-26 02:18:35 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/>
2026-02-26 02:18:39 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:39 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:39 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:39 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18: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-128gb-blue/)
2026-02-26 02:18:40 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18: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-128gb-blue/)
2026-02-26 02:18: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-128gb-blue/)
2026-02-26 02:18:41 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18: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-128gb-blue/)
2026-02-26 02:18:42 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:48 [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-26 02:18:50 [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-26 02:18:50 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js>
2026-02-26 02:18:50 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css>
2026-02-26 02:18:50 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js>
2026-02-26 02:18:50 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://unpkg.com/infinite-scroll@4.0.1/dist/infinite-scroll.pkgd.min.js>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/jquery.maskedinput.js>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.css>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/swiper/swiper-bundle.min.js>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/normalize.css>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315>
2026-02-26 02:18:51 [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-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/api/openapi.6ed04a4cc80655f4384429e1d969f6ff.js?169>
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:51 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:52 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:53 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:54 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:55 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:56 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: font, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu-close.svg>
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-tel-grey.svg>
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: document, referrer: https://saratov.kingstore.io/)
2026-02-26 02:18:57 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/bitrix/templates/kingstore/css/style.css?time=1772072315)
2026-02-26 02:18:58 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', '.page-product-card-info-price-and-buttons__price', {'timeout': 15000}): expected PageMethod, got
2026-02-26 02:18:58 [WARNING] [scrapy-playwright] Ignoring ('wait_for_selector', "script[type='application/ld+json']", {'timeout': 5000}): expected PageMethod, got
2026-02-26 02:19:01 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-menu.svg>
2026-02-26 02:19:01 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo.svg>
2026-02-26 02:19:01 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-compare3.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/js/scripts.js?time=1772072315>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites-link.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-basket.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-search.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-modal-city-change-first-address.svg>
2026-02-26 02:19:02 [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-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/db1/400_400_1/6fpwmwmd2nwf7sztpzirva7350gfhlw7.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/50e/400_400_1/ww98qzlasj02skrxs6bf5izmgy161ybh.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/36f/400_400_1/i8y9azu41gtx3lbyrkuuzn6ngmln8qnu.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-vk.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-social-grey-telegram.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/eea/300_300_1/ny50uh1wt0tt8ycuxq18nfx9ui50db01.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/f54/300_300_1/j9jee7jxsthxb1ek96rgtbjlytz8wowr.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cc/300_300_1/2ihgxz49rpdpsuvltbt25nk2u947j2sf.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/5bf/300_300_1/1zd9wtyyidhhxpzx5c021931lpy905pb.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one2.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one3.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one4.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one5.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one6.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one7.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one8.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one9.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/services/one10.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/29c/50_50_1/paxktxh4fmbxadlkq8af10f66zyiwm1a.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/14b/50_50_1/9bs4yp7ykdhbryav9p7aq7lm6pucp9hv.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/549/50_50_1/tbx8rypeg263co2dm1x17gagnkheg2yl.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d54/50_50_1/zna01l5yzho00j1v3dfwdzj8xgu439hx.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/865/50_50_1/jp8jig8ej4btmlsd4yne515q91dkq90d.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/35f/50_50_1/vgypp7z532k15ucv9xeg7e6e01edu3pe.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/67f/50_50_1/pvhdoag1abvlnparjnopd5vlzad4oaqc.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-telegram.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-whatsapp.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-grey.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/vk.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/logo-et.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/9cd/350_350_1/hemw5tkm8v1w9y7xn2ys00oa8yk9omgy.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/36b/350_350_1/8gw9b4qhhiw2k4b8e2lr3oq6d61dmbf6.webp>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://bitrix.info/ba.js>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/widget/hG8fB3kKVy>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-black-down.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/e43/40_40_1/2yk3xsjrlpx38zampjzqmuba6xyg74vn.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d5d/40_40_1/3s477u3vzg07uv39sgyeh6hqhccoy253.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/385/40_40_1/o81qragnz2kq28wc32aja8m2obnrdwsg.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/d2c/40_40_1/s1ozbqzlzjzq4n6a676jv9nva6aoobo8.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/upload/resize_cache/iblock/795/40_40_1/hxvk2p0ea1d67x3x5x31ac8xzuqb04k4.png>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/info.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/ico-favorites.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-grey-right.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow-brown-right.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Medium.woff2>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Regular.woff2>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Bold.woff2>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/fonts/SFPro/SFProDisplay-Semibold.woff2>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/spoiler-active.svg>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/images/upload.gif>
2026-02-26 02:19: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-02-26 02:19:02 [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-128gb-blue%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%20128gb%20Blue%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%20...&19c97bdc9a8>
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:02 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://saratov.kingstore.io/bitrix/templates/kingstore/images/arrow_bottom.svg>
2026-02-26 02:19:03 [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-128gb-blue%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%20128gb%20Blue%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%20...&19c97bdc9a8)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-26 02:19:03 [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-128gb-blue%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%20128gb%20Blue%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%20...&19c97bdc9a8)
2026-02-26 02:19:03 [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-128gb-blue%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%20128gb%20Blue%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%20...&19c97bdc9a8)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://vk.com/)
2026-02-26 02:19:03 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://vk.com/)
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: image, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://mc.yandex.ru/metrika/tag.js?id=105068379>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: fetch, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [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-128gb-blue%2F>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: stylesheet, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [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-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://code.jivo.ru/script/widget/config/hG8fB3kKVy>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: xhr, referrer: https://saratov.kingstore.io/)
2026-02-26 02:19:05 [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-26 02:19:05 [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-26 02:19:05 [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-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/lite.af2ea385.css>
2026-02-26 02:19:05 [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-26 02:19:05 [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-128gb-blue%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%20128gb%20Blue%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%20...&19c97bdc9a8)
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/loader_nav21481281859_3.js>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/dist/public/al/lite.f7b0faf190d0f9e7c6612d1c3eda2d5a.js?110>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://vk.com/js/lang3_2.js?29534538>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/vkui.f9180587.css>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/polyfills.97373766.js>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/widget_contactus.b954f2d4.css>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/css/al/base.ce5ac853.css>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/xdm.js?10>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/js/api/widgets/al_contactus.js?1>
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Response: <200 https://st1-25.vk.com/dist/api/widgets/performance_observers.b6fc4a22.js>
2026-02-26 02:19:05 [DEBUG] [scrapy.core.engine] Crawled (200) (referer: None) ['playwright']
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] [Context=default] Request: (resource type: script)
2026-02-26 02:19:05 [INFO] [ps.kingstore] Got price: 55990 | https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/
2026-02-26 02:19:05 [INFO] [ps.kingstore] Got price: 55990 | https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/
2026-02-26 02:19:05 [INFO] [ps.pipeline] Item: row=124 price=55990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/
2026-02-26 02:19:05 [INFO] [ps.pipeline] Item: row=124 price=55990 status=✅ Успешно url=https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/
2026-02-26 02:19:05 [DEBUG] [scrapy.core.scraper] Scraped from <200 https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/>
{'title': 'Смартфон Apple iPhone 15 Plus 128gb Blue', 'price': '55990', 'url': 'https://saratov.kingstore.io/catalog/iphone/iphone-15-plus/smartfon-apple-iphone-15-plus-128gb-blue/', 'status': '✅ Успешно', 'row': '124', 'price_column': 'K', 'errors_column': 'L'}
2026-02-26 02:19:05 [INFO] [scrapy.core.engine] Closing spider (finished)
2026-02-26 02:19:05 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-02-26 02:19:05 [INFO] [ps.pipeline] Pipeline: 1 result(s) -> results.json
2026-02-26 02:19:05 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-02-26 02:19:05 [INFO] [ps.kingstore] Spider closed: reason=finished
2026-02-26 02:19:05 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-02-26 02:19:05 [INFO] [ps.kingstore] Spider closed (signal): reason=finished
2026-02-26 02:19:05 [INFO] [scrapy.statscollectors] Dumping Scrapy stats:
{'downloader/request_bytes': 292,
'downloader/request_count': 1,
'downloader/request_method_count/GET': 1,
'downloader/response_bytes': 362448,
'downloader/response_count': 1,
'downloader/response_status_count/200': 1,
'elapsed_time_seconds': 52.07753,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 2, 26, 2, 19, 5, 666855, tzinfo=datetime.timezone.utc),
'item_scraped_count': 1,
'log_count/DEBUG': 216,
'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': 108,
'playwright/request_count/method/GET': 108,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'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': 25,
'playwright/request_count/resource_type/stylesheet': 11,
'playwright/request_count/resource_type/xhr': 2,
'playwright/response_count': 101,
'playwright/response_count/method/GET': 101,
'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': 23,
'playwright/response_count/resource_type/stylesheet': 10,
'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, 26, 2, 18, 13, 589325, tzinfo=datetime.timezone.utc)}
2026-02-26 02:19:05 [INFO] [scrapy.core.engine] Spider closed (finished)
2026-02-26 02:19:05 [INFO] [scrapy-playwright] Closing download handler
2026-02-26 02:19:05 [INFO] [scrapy-playwright] Closing download handler
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] Browser context closed: 'default' (persistent=False, remote=False)
2026-02-26 02:19:05 [INFO] [scrapy-playwright] Closing browser
2026-02-26 02:19:05 [DEBUG] [scrapy-playwright] Browser disconnected