Finding Portfolio Companies on a VC Fund Page
hey, i am trying to get the list of portfolio companies off a VC fund page. they would typically hav these under a separate 'portfolio' page (or similar), or sometimes as logos, often on home page. I can set up claygent to find the portfolio page but now way can i scrape the names of the companies / or their logos / or their web page urls. I sometimes get a few names but not the whole list. here is an example vc page http://www.speedupgroup.com/portfolio and dozens of logos on it. my query returns only two: salesbook-app.com/pl, grafikoptymalny.pl my query looks like this: --- visit the website here: {Website} this is the website of a venture fund. now execute these steps in a sequence. please find the section of the website like 'portfolio' or 'our companies' or 'our investments' or 'our startups' or 'our clients' or similar. this can be a section of the homepage but can be under a a website menu. Follow the link to this menu item and visit the portfolio page. if you can't find such link to portfolio page, return "NO PORTFOLIO" and stop execution. scroll to the bottom of the page as some information may only show when you see the whole page. if there are subpages to visit then iterate through all subpages. scrape all domains from URLs referenced in the portfolio page and return them in a comma separated list. return only URLs. don't return anything else. If you can't find any URLs referenced on portfolio page, return "NO LOGOS". --- anyone has solved this challenge before PLEASE ๐ hepl.