Skip to content

v0.1.7

Latest

Choose a tag to compare

@meirk-brd meirk-brd released this 05 Apr 08:30
· 3 commits to main since this release

🔥 New: brightdata discover command

AI-powered web discovery - find, rank, and extract web content directly from your terminal.

Highlights:

  • Search the web with natural language queries
  • Rank results by AI intent (e.g. "Prioritize institutional reports for VC research")
  • Extract full page content as markdown with --include-content
  • Geo-target by country and city
  • Filter by keywords and date ranges
  • Pipe-friendly: redirected stdout automatically outputs JSON

Usage:

# Basic discovery
brightdata discover "AI trends"

# With intent and content extraction
brightdata discover "AI trends" \
  --intent "Find research papers" \
  --include-content --num-results 5

# Pipe to file
brightdata discover "AI trends" --include-content > results.json