Skip to content

serp useless with num_results params #25

@ycq0125

Description

@ycq0125
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions