Professional search (news, places, maps, reviews, scholar, patents) and bulk scraping via Serper API.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill serper-search-bulk-scraping-api --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Serper Search Bulk Scraping Api?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-serper-search-bulk-scraping-api)More formats (shields.io, HTML) on the badges page.
---
name: serper-search-bulk-scraping-api
description: "Professional search (news, places, maps, reviews, scholar, patents) and bulk scraping via Serper API."
category: "Development"
author: community
version: "2.0.1"
icon: code
---
# Serper Search
## Usage
```bash
serperV search -q "Apple Inc" -t search --tbs qdr:h --page 3
serperV scrape -u "https://site1.com, https://site2.com"
```
- **All Types**: `search`, `places`, `maps`, `news`, `shopping`, `scholar`, `patents`.
- **Date Range (`--tbs`)**: `qdr:h` (hour), `qdr:d` (day), `qdr:w` (week), `qdr:m` (month), `qdr:y` (year).
- **Flags**:
- `-q` / `--query`: Search query (autocorrect enabled by default).
- `-u` / `--url`: One or more URLs (comma-separated).
- `-t` / `--type`: Endpoint (Default: `search`).
- `-l` / `--limit`: Number of results.
- `-g` / `--gl`: Country code.
- `-h` / `--hl`: Language code.
- `-p` / `--page`: Specific result page.
## Setup
1. `npm install -g @vinitngr/serper-v --force`
2. `serperV auth <api_key>`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!