Skip to content

Commit 9c60b86

Browse files
committed
Update smartscraper_infinite_scroll_example.py
1 parent 7549ec4 commit 9c60b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/examples/sync/smartscraper_infinite_scroll_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CompaniesResponse(BaseModel):
1515
companies: List[Company]
1616

1717
# Initialize the client with explicit API key
18-
sgai_client = Client(api_key="sgai-4cf4a4f5-87f7-457a-8c58-0790ecaf323e")
18+
sgai_client = Client(api_key="sgai-api-key")
1919

2020
try:
2121
# SmartScraper request with infinite scroll

0 commit comments

Comments
 (0)