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 23075f4 commit d9c5cdaCopy full SHA for d9c5cda
supadata/automate.py
@@ -1,5 +1,5 @@
1
from supadata.client import Supadata
2
-supadata = Supadata(api_key="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjEifQ.eyJpc3MiOiJuYWRsZXMiLCJpYXQiOiIxNzQ5MTExNTQzIiwicHVycG9zZSI6ImFwaV9hdXRoZW50aWNhdGlvbiIsInN1YiI6IjM1NTliZGY3ZjZjNTQzNWI5YzQ1NzFlMDRjNDQ4YzUyIn0.LMdb4g6efiZalUsjh2u01cD5b57zdB7VDGfopHeeOAI")
+supadata = Supadata(api_key="your_api_key_here")
3
4
web_content = supadata.web.scrape("https://openai.com/index/introducing-deep-research/")
5
0 commit comments