@wzrdteam/search
v1.0.4
Published
Lightweight search results scraper for Node.js
Maintainers
Readme
@wzrdteam/search
This lightweight module simplifies fetching search results and public data from Bing, GitHub users, gists, organizations, and NPM packages — all without needing API keys or complex setup.
It doesn't replace official APIs or SDKs. Instead, it helps you quickly get relevant data with minimal code. You can always build your own scrapers or call APIs directly, but this package offers an easy and consistent interface to save time.
Use this if you want a straightforward way to integrate search and public info queries into your Node.js projects without hassle.
Usage
import { bingSearch } from '@wzrdteam/search';
const results = await bingSearch('nodejs');
console.log(results);