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 7549ec4 commit 9c60b86Copy full SHA for 9c60b86
scrapegraph-py/examples/sync/smartscraper_infinite_scroll_example.py
@@ -15,7 +15,7 @@ class CompaniesResponse(BaseModel):
15
companies: List[Company]
16
17
# Initialize the client with explicit API key
18
-sgai_client = Client(api_key="sgai-4cf4a4f5-87f7-457a-8c58-0790ecaf323e")
+sgai_client = Client(api_key="sgai-api-key")
19
20
try:
21
# SmartScraper request with infinite scroll
0 commit comments