There was an error while loading. Please reload this page.
1 parent 6ffacf1 commit 59bcf80Copy full SHA for 59bcf80
1 file changed
README.md
@@ -194,7 +194,7 @@ async with BrightDataClient() as client:
194
num_results=10,
195
)
196
for item in result.data:
197
- print(f"[{item['relevance_score']:.2f}] {item['title']} {item['url']}")
+ print(f"[{item['relevance_score']:.2f}] {item['title']} {item['link']}")
198
```
199
200
For long-running discoveries, trigger and poll separately:
0 commit comments