Hi, I am trying to scrape this page :
https://sloanreview.mit.edu/culture500/industry/Ind14?cv=customer
I want to extract the name, frequency score and sentiment score of each company listed here but unable to get the data.
When I click on data preview, it just moves the element without extracting anything. Please help and tell if it is possible to extract the data of each company from this website.
{"_id":"sample_aerospace","startUrl":["https://sloanreview.mit.edu/culture500/industry/Ind14?cv=customer"],"selectors":[{"id":"frequency","type":"SelectorText","parentSelectors":["new"],"selector":"div.iHZvIS","multiple":false,"regex":"","delay":0},{"id":"sentiment","type":"SelectorText","parentSelectors":["new"],"selector":"div.rWHCm","multiple":false,"regex":"","delay":0},{"id":"name","type":"SelectorText","parentSelectors":["new"],"selector":"a.BubbleTooltip__LinkTo-sc-1c588tc-0","multiple":false,"regex":"","delay":0},{"id":"new","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.bubble-tooltip, .bubble-company-item.active circle","multiple":true,"delay":"100","clickElementSelector":"g.bubble-company-item","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}