Install necessary dependencies with npm i
- Run
npm run start
to start the server. - URL for making requests
http://localhost:3000/api/v1/sponsored-links?pages={AMOUNT OF PAGES TO CRAWL}&keywords={LIST OF KEYWORDS SEPARATED WITH COMMA}
.
You'll get the results as [{"keyword":string, "sponsoredLinks":[string]}].
Notice that response time depends on the Internet connection and PC configuration