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/serpapiyarn add @deepagent/serpapipnpm add @deepagent/serpapiUsage
import { SerpAPIClient } from '@deepagent/serpapi'
const serpapi = new SerpAPIClient()
const res = await serpapi.search('latest news')