How to select all profile and scrape mail , Department and phone

Need to scrape name , mail , department and phone

Url: https://www.akademiasztuki.eu/Filter/o-nas-akademia

Sitemap:
{"_id":"new","startUrl":["https://www.akademiasztuki.eu/Filter/o-nas-akademia"],"selectors":[{"id":"profile","linkType":"linkFromAttributes","multiple":true,"parentSelectors":["_root"],"selector":"div.slick-active:nth-of-type(n+4) .wykladowcy img.lozad","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["profile"],"regex":"","selector":"div.title","type":"SelectorText"},{"id":"dep","multiple":false,"parentSelectors":["profile"],"regex":"","selector":"strong:nth-of-type(1)","type":"SelectorText"},{"id":"mail","multiple":false,"parentSelectors":["profile"],"regex":"","selector":"strong:nth-of-type(2)","type":"SelectorText"}]}

Hi,

See reference sitemap below:

{"_id":"new","startUrl":["https://www.akademiasztuki.eu/Filter/o-nas-akademia"],"selectors":[{"id":"profile","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"#wykladowcy + div .box_content a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["profile"],"regex":"","selector":"div.title","type":"SelectorText"},{"id":"dep","multiple":false,"parentSelectors":["profile"],"regex":"","selector":".wykladowca_opis div strong","type":"SelectorText"},{"id":"mail","multiple":false,"parentSelectors":["profile"],"regex":"","selector":"strong:contains('@')","type":"SelectorText"}]}

Could not locate a page with a phone nr., thus it is not included in the sitemap.

1 Like

Thank your for your response @JanAp