Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimnathperera/web-scraping-riyasewana.lk

Web scraping script written in python using scrapy library in order to scrape product data from popular Sri Lankan vehicle selling web sites.
https://github.com/gimnathperera/web-scraping-riyasewana.lk

crawler python scrapy spider webscraping

Last synced: 4 days ago
JSON representation

Web scraping script written in python using scrapy library in order to scrape product data from popular Sri Lankan vehicle selling web sites.

Awesome Lists containing this project

README

        

# web-scraping-Riyasewana.lk
Web scraping script written in python using scrapy library in order to scrape product data from popular Sri Lankan vehicle selling web sites.

You can scrape the data by executing following commands

```python
scrapy crawl riyasewana -o riyasewana.json
```

Make sure you have installed scrapy in your virtual enviornment along with python 3.7

```bash
pip install scrapy
```