-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
import asyncio
from brightdata import BrightDataClient
token = "xxxxx"
async def brightdata_google_search():
async with BrightDataClient(token=token) as client:
result = await client.search.google(query="homeless", num_results=100, language="en", location="United States")
print(result.to_json())
for item in result.data:
print(item)
(.venv) xxx in ~/Desktop/serp-service on main ● ● ● λ pip show brightdata-sdk
Name: brightdata-sdk
Version: 2.1.1
Metadata
Metadata
Assignees
Labels
No labels