How to get / select the hover info as well?

When hover on the profile there is affiliation showing. I can not select this hover section . I need this info too.

Url: An Overview on the Reliability of Modern Power Electronic Based Power Systems | IEEE Journals & Magazine | IEEE Xplore

Sitemap:
{"_id":"IEEE_Single_Article_v2","startUrl":["https://ieeexplore.ieee.org/document/9109656","https://ieeexplore.ieee.org/document/9075197","https://ieeexplore.ieee.org/document/8944000","https://ieeexplore.ieee.org/document/8999526"],"selectors":[{"id":"Element","multiple":true,"parentSelectors":["_root"],"selector":".authors-info ","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"a span","type":"SelectorText"},{"extractAttribute":"href","id":"orcid","multiple":false,"parentSelectors":["Element"],"selector":"xpl-orcid a","type":"SelectorElementAttribute"}]}

Hi,

The data is only available in a script. See the script selector:

{"_id":"IEEE_Single_Article_v2","startUrl":["https://ieeexplore.ieee.org/document/9109656","https://ieeexplore.ieee.org/document/9075197","https://ieeexplore.ieee.org/document/8944000","https://ieeexplore.ieee.org/document/8999526"],"selectors":[{"id":"Element","multiple":true,"parentSelectors":["_root"],"selector":".authors-info ","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"a span","type":"SelectorText"},{"extractAttribute":"href","id":"orcid","multiple":false,"parentSelectors":["Element"],"selector":"xpl-orcid a","type":"SelectorElementAttribute"},{"id":"script","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"script[type=\"text/javascript\"]:contains('affiliation')","type":"SelectorText"}]}

Post-processing will have to be applied to get the data in a readable format. This can be easily done in Web Scraper Cloud, but will be more complicated locally.

1 Like

Thank you so much. It works