Socket
Book a DemoInstallSign in
Socket

searchero

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

searchero

searchero is an npm package that uses 4 different search engines and perplexity AI to search and summarize a given topic

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

#SearcherO - An NPM package for Searching and Summaries.

SearcherO has two APIs: Search API and Summary API

Search API - returns a list of searches from all the search engines

Summary API - returns a list of searches and summaries from all the search engines.

for example, searching "US politics" or "Economic news" will get searches from multiple search engines and then it will summarize all the searches using perplexity's api.

it also gives you a list of websites it searched.

how to use:

1. Get the API key from the SearcherO dashboard (it ): https://searcho-41dad.web.app

2. npm i searchero

3. import SearcherO from 'searchero'

4. comst obj = new SearcherO({api-key: <your api-key from the dashboard>})

list of functions:

1. const searches = await obj.search(<search query>) //this returns a query of all the searches from all of the listed search engines below.

2. const summaries = await obj.summary(<search query>) //same thing except it also returns a summary of all the listed search engines below too.

list of search engines SearcherO uses:

1. Google Search API

2. Brave Search API

3. Ollama Search API 

4. Perplexity Search API 

pricing:

1. search API pricing $0.05 per request

2. summary API pricing $0.10 per request

P.S you get a free $1 credit

Keywords

search

FAQs

Package last updated on 08 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts