How can scrape all the issue link by year wise from ACS?

How can scrape all the issue link by year wise.

Url: https://pubs.acs.org/loi/orgnd7/group/d2020.y2024

Sitemap:
{"_id":"ACS__ALL_Link_scrape","startUrl":["https://pubs.acs.org/loi/orgnd7"],"selectors":[{"clickActionType":"real","clickElementSelector":".loi-tab-1 > div.swipe__wrapper a","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"click","multiple":true,"parentSelectors":["_root"],"selector":".active ul.loi__list","type":"SelectorElementClick"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["click"],"selector":"a","type":"SelectorLink"},{"id":"LINK","linkType":"linkFromHref","multiple":true,"parentSelectors":["link"],"selector":"#pane-06e42bca-3d5c-4f1c-8094-69c2cb0c08e2-d2020-y2024 a:nth-of-type(2)","type":"SelectorLink"}]}

Hi, please try the setup below:

{"_id":"acs-org","startUrl":["https://pubs.acs.org/loi/orgnd7/group/d2020.y2024"],"selectors":[{"id":"pagination1","paginationType":"clickOnce","parentSelectors":["_root","pagination1"],"selector":".loi-tab-1 > div.swipe__wrapper li:nth-of-type(n+2) a","type":"SelectorPagination"},{"id":"pagiantion2","paginationType":"clickOnce","parentSelectors":["pagination1","pagiantion2"],"selector":".active .tab__nav__item a","type":"SelectorPagination"},{"id":"links","linkType":"linkFromHref","multiple":true,"parentSelectors":["pagiantion2"],"selector":".tab__pane.active .tab__pane.active > ul .parent-item a:nth-of-type(1)","type":"SelectorLink"}]}
1 Like

Got it. Thank you so much