Skip to content

morganwallace/simple_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

simple_scraper

Easy to use website scraper using lxml and xpath

Use this to build larger scripts that scrape from websites. You can also import it like so:

from scraper import scrape

#Get today's New York Times headlines
scrape(url="http://www.nytimes.com/",xpath='//*[@class="story-heading"]/a/text()')

About

Easy to use website scraper using lxml and xpath

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages