Make & Sell APIs: A Simple Web Scraping Guide 💰 Part 2

1 year ago
13

In this tutorial I show you how to create an API from scratch, how you can host it for free on Back4App and then sell it on RapidAPI! Our API will be a Web Scraping tool that picks out articles about cryptocurrency from different websites that contain the word "crypto". Unleash your creativity and create new APIs that scrape the web for different topics that provide a lot of value to your users! 😀

Oh, you want to buy me a coffee? How sweet! ❤️ ☕
https://ko-fi.com/bellacapilla
https://www.buymeacoffee.com/bellacapilla

Final Code:
https://github.com/bellacapilla/crypto-news-api

Links:
VS Code Studio - https://code.visualstudio.com/
NodeJS - https://nodejs.org/en/

Packages:
Nodemon -
Cheerio - https://www.npmjs.com/package/cheerio
ExpressJs - https://www.npmjs.com/package/express
Axios - https://www.npmjs.com/package/axios

Loading comments...