Overview
Add Serper to any ModuleX agent or workflow. Search the web with the Serper Google Search API. A singlesearch tool returns structured Google SERP data — web, news, places, and image results — over the google.serper.dev REST endpoint.
Categories: Web Search & Scraping · Search · Seo · Auth: API Key · Actions: 1
Authentication
API Key Authentication
Authenticate using your Serper API keyStep 1
Go to https://serper.dev and sign up or log in
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Serper API Key | Your Serper API key from serper.dev | Yes | - |
Available Actions
search — A powerful web search tool that provides access to Google search results through the Serper API. Supports different types of searches including regular web search, news, places, and images. Returns comprehensive results including organic results, knowledge graph, answer box, people also ask, related searches, and top stories.
search — A powerful web search tool that provides access to Google search results through the Serper API. Supports different types of searches including regular web search, news, places, and images. Returns comprehensive results including organic results, knowledge graph, answer box, people also ask, related searches, and top stories.
Limits & Quotas
- Rate limit: ~100 requests/minute (per the standard tier).
- Result count: control with
num(e.g. 10, 20, 50, 100); larger result counts consume more credits. - Error model: non-2xx responses and timeouts are caught and
returned as
success=False+errorrather than raising. Plan for retries on the agent side based on the error string.