Hi there I faced with the issue
-
that can't scroll down more than one time on the page, after scroll down appers new content https://www.f6s.com/jobs?keywords[]=remote&keywords[]=react&sort=newest&sort_dir=desc
-
i need to click on the Company name (https://www.f6s.com/replikasoftware)
Url: https://www.f6s.com/jobs?keywords[]=remote&keywords[]=react&sort=newest&sort_dir=desc -
from this page i need to collect Multiple(can be more than 2):
Company linkedin, Founder name, Founder position
-
go to next page of each founders https://www.f6s.com/coreygottlieb
Collect linkedin account of each page of founders(can be multiple
Sitemap:
{"_id":"f6s","startUrl":["https://www.f6s.com/jobs?keywords[]=remote&keywords[]=react&sort=newest&sort_dir=desc"],"selectors":[{"id":"scroll","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.main-content","multiple":true,"delay":"1000"},{"id":"row","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.bordered-list-item:nth-of-type(1)","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["row"],"selector":".title a","multiple":false,"regex":"","delay":0},{"id":"company","type":"SelectorText","parentSelectors":["row"],"selector":"span a","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["row"],"selector":".subtitle span","multiple":false,"regex":"","delay":0},{"id":"www","type":"SelectorText","parentSelectors":["row"],"selector":".result-extra > span","multiple":false,"regex":"","delay":0},{"id":"page","type":"SelectorLink","parentSelectors":["row"],"selector":"span a","multiple":false,"delay":0},{"id":"cat","type":"SelectorText","parentSelectors":["page"],"selector":".cover-skills div.cover-skills","multiple":false,"regex":"","delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["page"],"selector":"a.link-linkedin","multiple":false,"delay":0},{"id":"founders","type":"SelectorElement","parentSelectors":["page"],"selector":".connection-template.sidebar-block-item div.flex-wrapper","multiple":true,"delay":0},{"id":"fffd","type":"SelectorLink","parentSelectors":["founders"],"selector":"a.main","multiple":false,"delay":0},{"id":"flink","type":"SelectorLink","parentSelectors":["fffd"],"selector":"a.link-linkedin","multiple":false,"delay":0},{"id":"type","type":"SelectorText","parentSelectors":["fffd"],"selector":".profile-types-wrapper span","multiple":false,"regex":"","delay":0}]}


