Skip to content

floswald/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web scraper for Clark County Court data

This python scraper is used in Li and Oswald (2015) to collect data from Clark County Courts.

Please observe the license file.

this repo has a python webscraper that uses

  • BeautifulSoup to parse the html
  • Selenium for python to navigate the website, which is javascript and AJAX dependent. you need to click on stuff and select radio buttons and dropdown menues.

SO posts I found useful: