Hi guys. I'm a newbie. I need to scratch data about Estonian startups from this page https://startupestonia.ee/startup-database. The list of companies is dynamic. The necessary data contained on the Company page (example https://startupestonia.ee/startup-database/profile/?startup=TransferWise). How to build a scraping process?
My way doesn't work:
{"_id":"startapestonia","startUrl":["https://startupestonia.ee/startup-database"],"selectors":[{"id":"paginator","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"a.navigateToStartup","multiple":true,"delay":"5000","clickElementSelector":"a.next","clickType":"clickMore","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.navigateToStartup","multiple":true,"delay":0},{"id":"company name","type":"SelectorText","parentSelectors":["Link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorText","parentSelectors":["Link"],"selector":".website a","multiple":false,"regex":"","delay":0}]}