Skip to content

Commit 59330ab

Browse files
authored
docs: add gif with expected output for google_search example
1 parent 5e16108 commit 59330ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ async def google_search(query: str):
9797
asyncio.run(google_search('pydoll site:github.com'))
9898
```
9999

100+
And this is the expected output:
101+
102+
<img width="1980" height="1114" alt="2026-05-22 18-10-05 (1)" src="https://github.com/user-attachments/assets/ccf22ee9-3a96-4e49-b15e-5049361a0608" />
103+
104+
100105
### 2. Structured Data Extraction
101106

102107
Once you reach the target page, switch to the declarative engine. Define what you want with a model, and Pydoll extracts it, typed, validated, and ready to use.

0 commit comments

Comments
 (0)