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