Hi there
Can someone help me to scrape data .The problem i am having i dont know how to click inside and scrape the data from every individual company and page because they are inside in the app !
Sitemap:
{id:"sitemap code"}
Hi there
Can someone help me to scrape data .The problem i am having i dont know how to click inside and scrape the data from every individual company and page because they are inside in the app !
Sitemap:
{id:"sitemap code"}
@rodmans Hello, it appears that this data is from a different source and it is embedded into an iframe.
To avoid unnecessary complexity you could start building the sitemap from the source URL instead: Exhibitor list
@ViestursWS
Thanks
But maybe i am doing something wrong ? no idea !
sitemap:{"_id":"logimat","startUrl":["https://exhibitorlist5.fairdesigner.de/v1.4/catalog/?tenantnr=10124&tenant=Euroexpo&eventid=0762022&language=en&page=1&entries_per_page=50&custom_css"],"selectors":[{"id":"app","parentSelectors":["_root"],"type":"SelectorPopupLink","selector":"a.details","multiple":true,"delay":0},{"id":"name","parentSelectors":["app"],"type":"SelectorText","selector":".ci-background-text span","multiple":false,"delay":0,"regex":""},{"id":"email","parentSelectors":["app"],"type":"SelectorText","selector":"div.exhibitorlist-form-group:nth-of-type(2) a","multiple":false,"delay":0,"regex":""},{"id":"website","parentSelectors":["app"],"type":"SelectorText","selector":"span a[target]","multiple":false,"delay":0,"regex":""},{"id":"info","parentSelectors":["app"],"type":"SelectorText","selector":"div.card-action","multiple":false,"delay":0,"regex":""}]}
@rodmans It doesn't look like there's any pop-up happening, therefore the 'Link' selector should be enough.
{"_id":"exhibitors","startUrl":["https://exhibitorlist5.fairdesigner.de/v1.4/catalog/?tenantnr=10124&tenant=Euroexpo&eventid=0762022&language=en&page=1&entries_per_page=50&custom_css"],"selectors":[{"id":"app","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.details","multiple":true,"delay":0},{"id":"name","parentSelectors":["app"],"type":"SelectorText","selector":".ci-background-text span","multiple":false,"delay":0,"regex":""},{"id":"email","parentSelectors":["app"],"type":"SelectorText","selector":"div.exhibitorlist-form-group a[href*=\"mailto:info\"]","multiple":false,"delay":0,"regex":""},{"id":"website","parentSelectors":["app"],"type":"SelectorText","selector":"span a[target]","multiple":false,"delay":0,"regex":""},{"id":"info","parentSelectors":["app"],"type":"SelectorText","selector":"div.card-action","multiple":false,"delay":0,"regex":""}]}