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 9c3beaf commit 1f0b2d4Copy full SHA for 1f0b2d4
scrapegraph-py/examples/smartscraper_example.py
@@ -16,8 +16,4 @@
16
print(f"Request ID: {response['request_id']}")
17
print(f"Result: {response['result']}")
18
19
-# Get previous results using get_smartscraper
20
-# result = sgai_client.get_smartscraper(request_id=response['request_id'])
21
-# print(f"\nRetrieved Result: {result}")
22
-
23
sgai_client.close()
0 commit comments