pmlfaria

Scrape Batch — Development skill for Claude Code

Development community

Scrape many Google Maps queries at once (batch) from a list of keywords.

How to install Scrape Batch

Installs to ~/.claude/commands/pmlfaria-claude-skills-scrape-batch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pmlfaria/Claude-skills/HEAD/.claude/commands/scrape-batch.md -o ~/.claude/commands/pmlfaria-claude-skills-scrape-batch.md

Restart Claude Code, or start a new session, for it to be picked up.

What Scrape Batch does


description: Scrape many Google Maps queries at once (batch) from a list of keywords argument-hint: [--city "City, ST"]

The user wants a **batch** Google Maps scrape. Input: **$ARGUMENTS** (a keywords file, optionally a city).

Use the `google-maps-scraper` skill. The API scrapes **many keywords in ONE job** (the `keywords` array), so batch = one job with all terms.

  1. Ensure the scraper is up (curl -s http://localhost:8080/api/v1/jobs; docker compose up -d if not).

Alternatives in Development

  • Ars Abstract — ARS academic-paper abstract-only mode — bilingual abstract + keywords 4.5k ★
  • Agentic Stack — One brain, many harnesses 2.2k ★
  • Skill.Color Expert — Agent skill for color science expertise 426 ★

Full documentation available on GitHub

View Source Repository