Hi there,
I want to scrape a list of these companies with their website link:
What would be the best way to get to each website link?
I tried, but I just can't get it done. Thanks a lot!
Hi there,
I want to scrape a list of these companies with their website link:
What would be the best way to get to each website link?
I tried, but I just can't get it done. Thanks a lot!
Hi @don2010, thanks a lot for the data. Could you tell me how you did it? Which kind of selector did you use?
First of all I found the link for each company on https://www.riversidecompany.com/.
Then I followed each link and grabbed the name and website URL by selecting:
<a href="http://www.aticareertraining.edu/" class="button text-blue wide interstitial-prompt" rel="nofollow" target="_blank">Visit Website</a>
a:contains("Visit website")
That's it....
Hi @don2010, did you do it with Web Scraper or with a different tool? I'm not experienced with programming, so I would like to use selectors from the chrome extension.
I only used WebScraper extension.... Nothing additionally