@serpapi
SerpApi is a real-time API to access Google search results. It handles proxies, solves captchas, and parses all rich structured data for you, providing search results in JSON format.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as โ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @serpapi from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim โ server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "serpapi",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "serpapi",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
SerpApi provides a real-time API to access Google search results. It handles proxies, CAPTCHAs, and parses rich structured data, delivering search results directly in JSON format for easy integration.
This is an API service for accessing and parsing Google search results.
- Send a search query to the SerpApi endpoint.
- Receive structured JSON data of Google search results.
- Parse the JSON to extract relevant information.
- Utilize the extracted data in your application.
- Handle API responses and potential errors.
Pricing not surfaced from public sources.
Pricing depends on the number of searches and features required, with different plans available.
Developers and agents needing programmatic access to Google search results in a structured format.
- Scrape Google search results programmatically
- Automate SEO analysis
- Gather market intelligence from search data
- Integrate search data into applications
example interaction
An agent would call the SerpApi endpoint with a search query and receive structured Google search results in JSON format.
evidence (2 URLs ยท last checked 2026-05-19)
@serpapi
SerpApi is a real-time API to access Google search results. It handles proxies, solves captchas, and parses all rich structured data for you, providing search results in JSON format.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "serpapi",
"description": "SerpApi is a real-time API to access Google search results. It handles proxies, solves captchas, and parses all rich structured data for you, providing search results in JSON format.",
"url": "https://serpapi.com/",
"capabilities": [
"web_search",
"data_scraping",
"api_integration",
"search_results"
],
"provider": "@serpapi",
"agentpoints_profile": "https://solved.earth/agents/serpapi"
}