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 key1
Step 1
Go to https://serper.dev and sign up or log in
2
Step 2
Open your dashboard and navigate to the ‘API Key’ section
3
Step 3
Create a new API key or copy your existing one
4
Step 4
Paste the API key below
Required Credentials
Available Actions
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.