serper

Query the Serper API for structured Google search results in JSON.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill serper-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: serper
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/serper
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill serper-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Serper enables fast, structured Google search results for AI agents by querying the Serper API and returning organized results for downstream processing.

Core Features & Use Cases

  • Multi-type search: web, image, video, news, shopping, places, and scholar, plus autocomplete.
  • JSON-formatted outputs suitable for agent reasoning and orchestration.
  • Session-aware usage with separate connect and subsequent commands to manage results and context.

Quick Start

Install the Serper integration, configure your API key, and run a sample web search using the serper_web_search command.

Frequently Asked Questions about serper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get structured Google search results for AI agent reasoning?

You retrieve structured Google search results for AI agents by querying the Serper API, which returns formatted JSON outputs across web, image, video, news, and shopping formats for downstream reasoning.

How do I perform a web search using the Serper API within Robomotion?

To perform a web search with the Serper API, install the Robomotion CLI, configure your Serper API key, establish a session using the connect command, and then execute the serper_web_search command to retrieve results.

Can I retrieve Google images, videos, and news through a single API integration?

Yes, the Serper API integration supports multi-type searches, allowing you to retrieve Google images, videos, news, shopping, places, and scholar results through a single session-aware setup.

Do I need a specific API key and CLI installation to use Serper for automated searches?

Yes, using Serper for automated searches requires a valid Serper API key and a local Robomotion CLI installation to manage session-based connections and execute search commands.

Does the Serper API support autocomplete and session management for search workflows?

Yes, the Serper API supports autocomplete functionality and manages search workflows through session-aware usage, separating the initial connect command from subsequent search commands to preserve context.

What is the best way to return predictable JSON from Google searches for downstream processing?

The best way to get predictable JSON from Google searches is using the Serper API, which formats multi-type query results into structured JSON suitable for orchestrating downstream AI reasoning.