-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Web scraping fails for OpenAI documentation URL
Steps to Reproduce
from supadata import Supadata
supadata = Supadata(api_key="MY_API_KEY")
url = "https://platform.openai.com/docs/guides/image-generation"
web_content = supadata.web.scrape(url)Expected Behavior
The scraper should successfully extract and return the content from the OpenAI documentation page.
Actual Behavior
The scraping operation fails with a keyword argument error during initialization.
Error Message
Scrape.init() got an unexpected keyword argument 'type'
SDK Version
1.3.1
Additional Information
This issue also reproduces in the Playground environment.

Metadata
Metadata
Assignees
Labels
No labels