✓ Verified 💻 Development ✓ Enhanced Data

Skylar Serper

Search Google programmatically using Serper.dev API.

Rating
5 (150 reviews)
Downloads
14,683 downloads
Version
1.0.0

Overview

Search Google programmatically using Serper.dev API.

Complete Documentation

View Source →

Serper.dev Google Search

Search Google via Serper.dev API. Clean, structured results without scraping.

Quick Start

Requires SERPER_API_KEY environment variable.

javascript
serper_search({
  q: "OpenClaw AI agent",
  num: 5,
  gl: "us",
  hl: "en"
})

Parameters

ParamRequiredDefaultDescription
qYesSearch query
numNo5Results count (1-100)
glNoCountry code (us, uk, th)
hlNoLanguage code (en, th)

Setup

  • Get API key: https://serper.dev
  • Set environment: export SERPER_API_KEY=your_key

Tool Location

tools/serper_search.js

Installation

Terminal bash

openclaw install skylar-serper
    
Copied!

💻Code Examples

example.js
serper_search({
  q: "OpenClaw AI agent",
  num: 5,
  gl: "us",
  hl: "en"
})

Tags

#web_and-frontend-development #api

Quick Info

Category Development
Model Gemini 2.0
Complexity One-Click
Author skylar-north
Last Updated 3/10/2026
🚀
Optimized for
Gemini 2.0
💎

Ready to Install?

Get started with this skill in seconds

openclaw install skylar-serper