Hey Guys!
I'm trying to scrape ADIPEC exhibitors list, but something weird is happening, the links to each exhibitor profile can be opened only if clicked from the list and can't be opened in a new tab. Haven't seen like this before.
Is there any way to actually scrape this?
Url: ADIPEC 2024
Sitemap:
{"_id":"ADIPEC","startUrl":["https://www.adipec.com/exhibitorlist"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"linkFromInlineScript","type":"SelectorPagination","selector":"li:nth-of-type(11) a"},{"id":"Wrapper","parentSelectors":["pagination"],"type":"SelectorLink","selector":"td a","multiple":true,"linkType":"linkFromHref"},{"id":"Exhibitor Name","parentSelectors":["Wrapper"],"type":"SelectorText","selector":"h5.companydecodeclass","multiple":false,"regex":""},{"id":"Website","parentSelectors":["Wrapper"],"type":"SelectorText","selector":".address a","multiple":false,"regex":""},{"id":"Country","parentSelectors":["Wrapper"],"type":"SelectorText","selector":"pre","multiple":false,"regex":""}]}
