Webscraper working in preview but not final scrape

I am having a problem extracting one item (scraping it in both text or html formats). When I use "Data Preview" (individually or both together), the expected results are displayed properly. I have created and recreated these repeatedly with the same result when actually scraped (=null). I have successfully scraped many other items on the same page...so I am not sure if I am missing something or there is a bug.

Here is the section of HTML I am trying to extract:

Here is a sample sitemap (which does not work):
{"_id":"citations","startUrl":["https://journals.sagepub.com/doi/full/10.1177/87564793221112987"],"selectors":[{"id":"citation-text","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.csl-right-inline","type":"SelectorText"},{"id":"citation-html","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.csl-right-inline","type":"SelectorHTML"}]}

I welcome any assistance - THANKS!

1 Like