https://github.com/mortezasabihi/mrtehran.com-scraper
mrtehran.com node js scrapper with api
https://github.com/mortezasabihi/mrtehran.com-scraper
cheerio cheerio-js cheeriojs nodejs-scraping scraper scraper-api
Last synced: 3 months ago
JSON representation
mrtehran.com node js scrapper with api
- Host: GitHub
- URL: https://github.com/mortezasabihi/mrtehran.com-scraper
- Owner: mortezasabihi
- License: mit
- Created: 2020-06-12T12:05:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T20:55:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T16:17:47.388Z (over 2 years ago)
- Topics: cheerio, cheerio-js, cheeriojs, nodejs-scraping, scraper, scraper-api
- Language: JavaScript
- Homepage: https://mrtehran-scraper.herokuapp.com/
- Size: 411 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mrtehran.com node js scraper

[](https://github.com/mortezasabihi/mrtehran.com-scraper/issues)
[](https://github.com/mortezasabihi/mrtehran.com-scraper/network)
[](https://github.com/mortezasabihi/mrtehran.com-scraper/stargazers)
[](https://github.com/mortezasabihi/mrtehran.com-scraper/blob/master/LICENSE)mrtehran.com node js scrapper with api
[Demo](https://mrtehran-scraper.herokuapp.com/)
[Api Documentation](https://github.com/mortezasabihi/mrtehran.com-scraper/wiki/Api-documentation)
## Features
- Scrape all songs on https://mrtehran.com/browse/featured page
- Scrape single song by song url
- Scrape all artists on https://mrtehran.com/browse/artists page
- Scrape single artist by id
- Scrape single artist songs
- Scrape single artist albums## Project setup
```
npm install
```## Start project
```
npm run start
```## Start project in development mode
```
npm run dev
```## Generate code documentation
```
npm run doc
```## Author
- [Morteza Sabihi](https://github.com/mortezasabihi)
[](https://github.com/mortezasabihi/)
## License
This project is open source and available under the [MIT License](https://github.com/mortezasabihi/mrtehran.com-scraper/blob/master/LICENSE).