https://github.com/melihs/web-scraper
Web Scrapping example project with node js api
https://github.com/melihs/web-scraper
cheerio-node webscraping-javascript webscrapping
Last synced: 9 months ago
JSON representation
Web Scrapping example project with node js api
- Host: GitHub
- URL: https://github.com/melihs/web-scraper
- Owner: melihs
- Created: 2022-07-21T11:44:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T14:12:57.000Z (over 3 years ago)
- Last Synced: 2025-03-27T20:17:23.526Z (about 1 year ago)
- Topics: cheerio-node, webscraping-javascript, webscrapping
- Language: JavaScript
- Homepage: https://web-scraper-one.vercel.app
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB SCRAPPING EXAMPLE PROJECT WITH NODE JS API
### Description
⚠️
This work has been developed personally only. There is no financial interest.
### Demo
https://web-scraper-one.vercel.app
### Installation (Manual)
``` bash
$ git clone https://github.com/melihs/web-scraper.git
$ cd web-scraper
$ npm install
$ npm start
```
##### API RESPONSE
```
[
{
"image": "*****",
"title": "*****",
"description": "*****",
"url": "*****",
"author": "*****"
},
...
]
```