How to make this site map more smooth to faster?

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

Sitemap:
{"_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"},{"clickActionType":"real","clickElementSelector":"a.to-authors-affiliations","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"viewall","multiple":true,"parentSelectors":["article"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"button.collateral-contributors-control","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"view_all","multiple":true,"parentSelectors":["viewall"],"selector":"section#tab-contributors","type":"SelectorElementClick"},{"id":"Wrap_name_id_mail","multiple":true,"parentSelectors":["view_all"],"selector":"div[property='author']:nth-of-type(n+2)","type":"SelectorElement"},{"id":"Name","multiple":false,"parentSelectors":["Wrap_name_id_mail"],"regex":"","selector":"h4","type":"SelectorText"},{"id":"ORCID","multiple":false,"parentSelectors":["Wrap_name_id_mail"],"regex":"","selector":"a.orcid-id","type":"SelectorText"},{"id":"Mail","multiple":false,"parentSelectors":["Wrap_name_id_mail"],"regex":"","selector":".core-email a","type":"SelectorText"}]}

@JanAp is there any way?

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"}]}