Scrapes data from websites that do load their data by javascript . Till now ,it extracts from two online marketting websites - amazon and flipkart .
#Contributors
#Dependencies
- Python
- Webscraping(http://docs.webscraping.com/index.html)
- csv
#Installation/Usage
- Fork and clone the repository.
- Move the files
extract.pyandwebpage_xpathto your app directory . - Pass the function
extract(url)to get the data and use as per your wish. - For extracting more data from other websites , just add the xpaths in webpage_xpath.csv .
#License
python-web-extractor is licensed under the [MIT license.]