SerpAPI
Lightweight wrapper around SerpAPI for Google search.
- package:
@deepagent/serpapi
- exports:
class SerpAPIClient
,namespace serpapi
- env vars:
SERPAPI_API_KEY
- source
- serpapi api docs
Install
npm install @deepagent/serpapi
yarn add @deepagent/serpapi
pnpm add @deepagent/serpapi
Usage
import { SerpAPIClient } from '@deepagent/serpapi'
const serpapi = new SerpAPIClient()
const res = await serpapi.search('latest news')