-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
SDK missing support for noLinks and lang parameters
The web scraping function does not support the noLinks and lang parameters that are documented in the official API.
Missing Parameters
According to the API documentation, the following parameters should be supported:
noLinks(boolean): Whether to include Markdown links in the responselang(string): Language to request content in (ISO 639-1 code, default: en)
Expected Behavior
The SDK should support both noLinks and lang parameters as documented in the API specification.
import supadata
# This should work but parameters are not available in SDK
url = "https://example.com"
web_content = supadata.web.scrape(url, no_links=True, lang="es")SDK Version
1.3.1
API Documentation Reference
https://supadata.ai/documentation/web/scrape
Feature Request
Please add support for the missing noLinks and lang parameters to maintain feature parity with the REST API.
Metadata
Metadata
Assignees
Labels
No labels