Skip to main content
Intuned home page
Search...
⌘K
Documentation
Browser SDKs
Client APIs
Introduction
Overview
Typescript SDK
@intuned/browser
extractStructuredData
isPageLoaded
extractMarkdown
sanitizeHtml
resolveUrl
downloadFile
uploadFileToS3
saveFileToS3
filterEmptyValues
goToUrl
scrollToLoadContent
clickUntilExhausted
processDate
validateDataUsingSchema
waitForDomSettled
withNetworkSettledWait
Type References
Optimized extractors (Deprecated)
extractArrayFromPage
extractArrayFromLocator
extractObjectFromPage
extractObjectFromLocator
Type References
SimpleArrayItemSchema
SimpleArrayStringSchema
SimpleObjectSchema
SimpleObjectStringSchema
Python SDK
intuned_browser
extract_structured_data
is_page_loaded
extract_markdown
sanitize_html
resolve_url
download_file
upload_file_to_s3
save_file_to_s3
filter_empty_values
go_to_url
scroll_to_load_content
click_until_exhausted
process_date
validate_data_using_schema
wait_for_dom_settled
wait_for_network_settled
Type References
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Type References
SimpleObjectStringSchema
Type References
SimpleObjectStringSchema
Copy page
Copy page
A simple object schema with string properties.
Copy
Ask AI
export
interface
SimpleObjectStringSchema
extends
BasicSchema
{
type
:
"string"
;
}
Properties
type
'string'
Previous
intuned_browser
Next
⌘I
On this page
Properties