Trouble Opening Search Result Pages

Hello! Very new to this, so my apologies if I've overlooked an easy fix. I've looked through similar topics but haven't been able to successfully apply the fixes to mine.

From a search results page I would like to have the scraper open each article page and scrape the title, date, and full article text. I've tried multiple ways and can get the title and date from the results page, but can't get the articles to open for the full text. I've used both link selector and pop-up link selector but neither has worked. I manually scrolled to get all results, so that's not an issue. Any help is appreciated, thank you in advance!

Url: Поиск ∙ Президент России

Sitemap:
{"_id":"krem","startUrl":["http://kremlin.ru/search?query=карабах*&utm_contentview=/search%3Fquery%3D%D0%BA%D0%B0%D1%80%D0%B0%D0%B1%D0%B0%D1%85%2A%26page%3D4"],"selectors":[{"delay":0,"id":"link","multiple":true,"parentSelectors":["pagination-effort"],"selector":".hentry__title a","type":"SelectorPopupLink"},{"delay":0,"id":"name","multiple":true,"parentSelectors":["link"],"regex":"","selector":".hentry__title a","type":"SelectorText"},{"delay":0,"id":"date","multiple":true,"parentSelectors":["link"],"regex":"","selector":"time[itemprop='datePublished']","type":"SelectorText"},{"delay":0,"id":"text","multiple":true,"parentSelectors":["link"],"regex":"","selector":"[itemprop='articleBody']","type":"SelectorText"},{"id":"pagination-effort","paginationType":"linkFromInlineScript","parentSelectors":["_root","pagination-effort"],"selector":".hentry__title a","type":"SelectorPagination"}]}

@ghf73jf Hello, it seems there are several structural errors in the way you have configured your sitemap.

For the pagination you can use either the 'Element scroll' or 'Link' selector.

Example:

{"_id":"krem","startUrl":["http://kremlin.ru/search?query=%D0%BA%D0%B0%D1%80%D0%B0%D0%B1%D0%B0%D1%85*&utm_contentview=/search%3Fquery%3D%D0%BA%D0%B0%D1%80%D0%B0%D0%B1%D0%B0%D1%85%2A%26page%3D4"],"selectors":[{"delay":0,"id":"link","multiple":false,"parentSelectors":["wrapper"],"selector":".hentry__title a","type":"SelectorLink"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["page-wrapper"],"regex":"","selector":".hentry__title a","type":"SelectorText"},{"delay":0,"id":"date","multiple":false,"parentSelectors":["page-wrapper"],"regex":"","selector":"time[itemprop='datePublished']","type":"SelectorText"},{"delay":0,"id":"text","multiple":false,"parentSelectors":["page-wrapper"],"regex":"","selector":"[itemprop='articleBody']","type":"SelectorText"},{"id":"pagination","paginationType":"auto","parentSelectors":["_root","pagination"],"selector":"a[rel=\"next\"]","type":"SelectorPagination"},{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["pagination"],"selector":".entry-content div.hentry","type":"SelectorElement"},{"delay":0,"id":"page-wrapper","multiple":true,"parentSelectors":["link"],"selector":"body:has(h1[itemprop=\"name\"])","type":"SelectorElement"}]}