Various Web Scrapers

I've built several different web scrapers, all using the Selenium web driver. One scrapes LinkedIn premium insights, another computes a gender breakdown estimate of a company through the employees on LinkedIn, and the last gets a list of real estate agents from a conference website. These were written when I was trying to get leads for a startup idea I had.

  • Scraping LinkedIn Premium Insights: GitHub
  • Get Gender Breakdown of Companies: GitHub
  • Scrape Real Estate Agents: GitHub