Method
fetchWebPage POST
Copy POST

Scrapes the content of a web page and returns it as a string.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes url str The url of the web page to scrape.
No convertToMarkdown bool Whether content should be converted to markdown.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result WebPageResponse
KEY TYPE Description
content str The content of the web page.
Language: