We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4cdd5 commit 0471b55Copy full SHA for 0471b55
examples/second_example.py
@@ -116,6 +116,7 @@ async def main():
116
console.print("\n▶️ [highlight] Extracting[/] first search result")
117
data = await page.extract("extract the first result from the search")
118
console.print("📊 [info]Extracted data:[/]")
119
+ # NOTE: we will not return json from extract but rather pydantic to match local
120
console.print_json(data=data.model_dump())
121
122
# Close the session
0 commit comments