How can scrape all the issue link?

I need scrape all the issue link on the page

Url: https://www.cell.com/cell/issues#

Sitemap:
{"_id":"0Cell","startUrl":["https://www.cell.com/cell/issues#"],"selectors":[{"id":"aaaa","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a[href^="/cell/issue"]","type":"SelectorLink"}]}

Hi,

The Volume tabs have to be clicked first to render all the links, please try the sitemap below:

{"_id":"cell-com","startUrl":["https://www.cell.com/cell/issues"],"selectors":[{"clickActionType":"real","clickElementSelector":"[data-tab=\"issues\"] .list-of-issues__group__wrapper--issues:not(:has(.js--open)) a.list-of-issues__group-expand","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"open-tabs","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"links","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".js--open.list-of-issues__group--issues a","type":"SelectorLink"}]}
1 Like

You are back after many days :heart_eyes:

1 Like