How to build API and sell on Rapid API

 

Photo by Fahim Muntashir on Unsplash
  1. Get the product details.

Find any one product on Amazon, you can see the link. Such as https://www.amazon.com/2021-Apple-iPad-Mini-Wi-Fi/dp/B09G91LXFP/ref=sr_1_6?crid=GX5BYWEIU2CM&keywords=apple&qid=1642867703&sprefix=appl%2Caps%2C215&sr=8-6

$ heroku login

Clone the repository

$ heroku git:clone -a amazon-scraper-test
$ cd amazon-scraper-test

Deploy your changes

$ git add .
$ git commit -am "make it better"
$ git push heroku master
  1. add a base Url
create rest endpoint
query for the API key
set response code
response body

Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

Thoughts about Progressive Web App

Meet Mantine: A TS-Based Open-Source React Components Library