Skip to content

Commit 6e8c0ad

Browse files
authored
Update search_example.py
1 parent a81cbd8 commit 6e8c0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/search_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
from brightdata import bdclient
77

8-
client = bdclient(auto_create_zones=False) #can also be taken from .env file
8+
client = bdclient(api_token="your-api-token") #can also be taken from .env file
99

1010
query = ["iphone 16", "coffee maker", "portable projector", "sony headphones",
1111
"laptop stand", "power bank", "running shoes", "android tablet",
1212
"hiking backpack", "dash cam"]
1313

1414
results = client.search(query, search_engine="bing", max_workers=10)
1515

16-
print(results)
16+
print(results)

0 commit comments

Comments
 (0)