Monday, 18 May 2020

Asynchronous List Searches using Bing Search API

Just wrote an entry on:Using Bing's Search API clientRun parallel searches for multiple termsA very simplistic "throttle" so you don't go over rate limits (in this case, searches per second)http://dezoito.github.io/2020/05/16/node-asynchronous-list-searches-with-bing-api.htmlNext step is to implement queues as a way to limit concurrency (will update if anyone is interested).I'm not a JS master by any means, so I'm looking forward to constructive criticism and discussion... just presenting how I got this working for now.

Submitted May 18, 2020 at 05:00PM by grudev

No comments:

Post a Comment