Is there any way make this site map more smooth to faster . In which way I can scrape email from profile on the article.
Url: https://journals.sagepub.com/articles/ADE?startPage=63&pageSize=100
Is there any way make this site map more smooth to faster . In which way I can scrape email from profile on the article.
Url: https://journals.sagepub.com/articles/ADE?startPage=63&pageSize=100
Hi,
The data is hardcoded in the HTML so no clicks are necessary:
{"_id":"TestAdvances_in_Mechanical_Engineering_20oct","startUrl":["https://journals.sagepub.com/articles/ADE?startPage=63&pageSize=100","https://journals.sagepub.com/articles/ADE?startPage=62&pageSize=100"],"selectors":[{"id":"article","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.sage-search-title","type":"SelectorLink"},{"id":"Name","multiple":false,"parentSelectors":["author-wrapper"],"regex":"","selector":"h4","type":"SelectorText"},{"id":"ORCID","multiple":false,"parentSelectors":["author-wrapper"],"regex":"","selector":"a.orcid-id","type":"SelectorText"},{"id":"Mail","multiple":false,"parentSelectors":["author-wrapper"],"regex":"","selector":".core-email a","type":"SelectorText"},{"id":"author-wrapper","multiple":true,"parentSelectors":["article"],"selector":".core-authors [property=\"author\"]:has([property=\"email\"])","type":"SelectorElement"}]}