Skip to content

Missing support for noLinks and lang parameters #19

@ndhoanit1112

Description

@ndhoanit1112

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 response
  • lang (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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions