Search

SerpAPI

standard

SerpAPI is an reliable search provider offering Web Search, Image Search, News Search through Aweb's unified API. It features none streaming support with standard-tier latency.

Try SerpAPIOfficial docs

Specifications

CategorySearch
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://serpapi.com
SDK Package

Capabilities (3)

Web Searchsearch.web
Score: 80
Image Searchsearch.images
Score: 80
News Searchsearch.news
Score: 80

Quick start

Use SerpAPI through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "serpapi",
    "capability": "search.web",
    "input": { "prompt": "Hello from SerpAPI!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'serpapi',
  capability: 'search.web',
  input: { prompt: 'Hello from SerpAPI!' },
});

console.log(result.output);

Related Search providers

Weaviate

standard tier

Perplexity

standard tier

Typesense

economy tier

Semantic Scholar

economy tier

Getting started →API reference →All capabilities →All providers →