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!
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"}]}