serpapi

Official

Scrape search results via SERP API.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables programmatic search engine scraping via SerpApi, simplifying SEO, analytics, and monitoring tasks.

Core Features & Use Cases

  • Scrape Google search results (organic, ads, knowledge graph)
  • Image, News, Shopping, YouTube, and Maps results
  • Local rankings and SERP monitoring for SEO analysis

Quick Start

Basic Google search: bash -c 'curl -s "https://serpapi.com/search?engine=google&q=AI&api_key=${SERPAPI_API_KEY}" | jq .organic_results[0:3]'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: serpapi
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#serpapi

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository