https://github.com/caioreis29974/news-scraper-api
A powerful REST API built with Node.js and Express to scrape, unify, and deliver real-time news from sources like G1, UOL, CNN, and more. Fast and efficient scraping, ready to integrate with any application.
https://github.com/caioreis29974/news-scraper-api
axios cheerio express news nodejs rest-api-test scraper web-scraping
Last synced: 3 months ago
JSON representation
A powerful REST API built with Node.js and Express to scrape, unify, and deliver real-time news from sources like G1, UOL, CNN, and more. Fast and efficient scraping, ready to integrate with any application.
- Host: GitHub
- URL: https://github.com/caioreis29974/news-scraper-api
- Owner: caioreis29974
- License: mit
- Created: 2025-04-06T21:29:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:58:17.000Z (about 1 year ago)
- Last Synced: 2025-04-09T23:04:03.852Z (about 1 year ago)
- Topics: axios, cheerio, express, news, nodejs, rest-api-test, scraper, web-scraping
- Language: JavaScript
- Homepage: https://news-scraper-api-ten.vercel.app
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News Scraper API
A powerful REST API built with **Node.js** and **Express** to scrape, unify, and deliver real-time news from major sources like **G1**, **UOL**, **CNN**, and more.
## ๐ Technologies
- Node.js
- Express.js
- Axios
- Cheerio
## ๐ฆ Installation
```bash
git clone https://github.com/caioreis29974/news-scraper-api.git
cd news-scraper-api
npm install
```
## โถ๏ธ Usage
```bash
npm start
```
The API will be available at: [New Scraper API](https://news-scraper-api-thm8.onrender.com)
## ๐ Endpoints
- `GET /news/bbc`
- `GET /news/uol`
- `GET /news/cnn`
*(More sources coming soon!)*
## ๐ Structure
```
news-scraper-api/
โโโ routes/
โโโ package.json
โโโ package-lock.json
โโโ index.js
โโโ README.md
```
## ๐งพ License
Licensed under the [MIT License](https://opensource.org/licenses/MIT)