I have successfully scraped this list before and have the pagination working properly. However, there are several links on each listing page that I can't get to scrape properly. I also have a selector set up to scrape the description, but it only works on some of the pages. I've included a screenshot of the elements I'm having issues scraping.
Sitemap:
{"_id":"ListenNotes","startUrl":["https://www.listennotes.com/playlists/active-romance-book-podcasts-K9Ee-PbgOzR/podcasts/?sort_type=oldest_added_first"],"selectors":[{"id":"Pagination","parentSelectors":["_root","Pagination"],"paginationType":"auto","type":"SelectorPagination","selector":".ln-page-card.flex button"},{"id":"Name","parentSelectors":["TitleBox"],"type":"SelectorText","selector":"a.align-middle","multiple":false,"regex":""},{"id":"TitleBox","parentSelectors":["PodLink"],"type":"SelectorElement","selector":".lg\:col-span-6.grid div.w-full","multiple":false},{"id":"Author","parentSelectors":["TitleBox"],"type":"SelectorText","selector":"a.text-black.font-semibold","multiple":false,"regex":""},{"id":"DescriptionBox","parentSelectors":["PodLink"],"type":"SelectorElement","selector":"div.ln-page-card:nth-of-type(3)","multiple":false},{"id":"Description","parentSelectors":["DescriptionBox"],"type":"SelectorText","selector":"div.ln-text-links","multiple":false,"regex":""},{"id":"ListenScore","parentSelectors":["PodLink"],"type":"SelectorText","selector":"div.text-center:nth-of-type(1) div.ln-listen-score-number","multiple":false,"regex":""},{"id":"GlobalRank","parentSelectors":["PodLink"],"type":"SelectorText","selector":"div.text-center:nth-of-type(2) div.ln-listen-score-number","multiple":false,"regex":""},{"id":"Episodes","parentSelectors":["DescriptionBox"],"type":"SelectorText","selector":"div.flex:nth-of-type(3) div:nth-of-type(5) div:nth-of-type(3)","multiple":false,"regex":""},{"id":"AvgLength","parentSelectors":["DescriptionBox"],"type":"SelectorText","selector":"div.flex:nth-of-type(3) div.font-semibold","multiple":false,"regex":""},{"id":"PodLink","parentSelectors":["Pagination"],"type":"SelectorLink","selector":"a.text-lg","multiple":true,"linkType":"linkFromHref"},{"id":"StartDate","parentSelectors":["DescriptionBox"],"type":"SelectorText","selector":".whitespace-nowrap div:nth-of-type(3)","multiple":false,"regex":""},{"id":"AppleLink","parentSelectors":["TitleBox"],"type":"SelectorLink","selector":"a[title='Apple Podcasts (iTunes) url of Big Gay Fiction Podcast']","multiple":false,"linkType":"linkFromHref"},{"id":"RSS","parentSelectors":["TitleBox"],"type":"SelectorLink","selector":"a[title='RSS feed of Big Gay Fiction Podcast']","multiple":false,"linkType":"linkFromHref"},{"id":"Website","parentSelectors":["TitleBox"],"type":"SelectorLink","selector":".text-helper-color a","multiple":false,"linkType":"linkFromHref"},{"id":"ImageLink","parentSelectors":["TitleBox"],"type":"SelectorLink","selector":".mt-4 .flex-none a","multiple":false,"linkType":"linkFromHref"},{"id":"LastUpdated","parentSelectors":["TitleBox"],"type":"SelectorText","selector":"a time","multiple":false,"regex":""},{"id":"Spotify","parentSelectors":["PodLink"],"type":"SelectorLink","selector":"a[title='Spotify url']","multiple":false,"linkType":"linkFromHref"}]}