Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search Google via Bright Data SERP API. Returns structured JSON results with title, link, and description. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE environment variables.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -72% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -48% | 0% |
Search Google and get structured JSON results using Bright Data's SERP API.
1. Get your API Key: Get a key from Bright Data Dashboard.
2. Create a Web Unlocker zone: Create a zone at brightdata.com/cp by clicking "Add" (top-right), selecting "Unlocker zone".
3. Set environment variables:
bashexport BRIGHTDATA_API_KEY="your-api-key" export BRIGHTDATA_UNLOCKER_ZONE="your-zone-name"
bashbash scripts/search.sh "query" [cursor]
Parameters:
query (required): Search termcursor (optional): Page number for pagination (0-indexed, default: 0)Examples:
bash# Basic search bash scripts/search.sh "climate change" # Get page 2 of results bash scripts/search.sh "climate change" 1
Returns JSON with structured organic array:
json{ "organic": [ { "link": "https://example.com/article", "title": "Article Title", "description": "Brief description of the page..." } ] }
curl - For API requestsjq - For JSON processingOther measured skills in the registry, with their headline benchmark lift.