I am using a web scraper in a Node.js project to pull results from a website and am trying to get the results from only a specific radius (like a five-block latitude and three-block longitude radius). It does not seem to work with the URL query strings for latitude and longitude as it seems that these are only used for designating a specific point and not a radius.
Is there a way to query my results in a radius that is available in npm? Not sure adding a google maps API will work here since I am scraping results.
Thank you in advance!