search

search

brightdata 234 ↓ 7.3k MIT updated 1mo ago
Claude Code
View source ↗

What it does

  • bdata search — classic keyword SERP (Google/Bing/Yandex). Best when you want "what ranks for keyword X."
  • bdata discover — AI intent-ranked discovery with optional page content. Best when you want "pages about topic Y that match intent Z."
  • search: results live at .organic[]; each has title + link
  • discover: results live at .results[]; each has title + link; if --include-content, also content
  • Access Denied
  • Just a moment
  • Attention Required

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

search

Source

Repository: https://github.com/brightdata/skills

search FAQ

What does the search skill do?

Search the web via the Bright Data CLI — `bdata search` for Google/Bing/Yandex SERP, `bdata discover` for intent-ranked semantic results. Use when the user wants SERP results, needs URLs to feed into scraping, or wants semantic web discovery with optional page content. Hands off to `scrape` once target URLs are chosen, and to `data-feeds` when the user wants structured data from a known platform. Requires the Bright Data CLI; proactively guides install + login if missing. bdata search — classic keyword SERP (Google/Bing/Yandex). Best when you want "what ranks for keyword X." bdata discover — AI intent-ranked discovery with optional page content. Best when you want "pages about topic Y that match intent Z."

How do I install search?

Run: npx -y skills add https://github.com/brightdata/skills --skill search --agent claude-code — the source lives at github.com/brightdata/skills.

Maintain search?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

search on getagentictools
[![search on getagentictools](https://getagentictools.com/badge/skills/brightdata-skills-search.svg)](https://getagentictools.com/skills/brightdata-skills-search?ref=badge)
npx agentictools info skills/brightdata-skills-search

The second line is the CLI lookup for this page — handy in READMEs and docs.