Skip to main content
Intuned home page
Search...
⌘K
Documentation
Documentation (New)
Browser SDKs
Client APIs
Get started
Overview
playwright
Typescript SDK
AI
Optimized extractors (Deprecated)
extractArrayFromPage
extractArrayFromLocator
extractObjectFromPage
extractObjectFromLocator
Interfaces
SimpleArrayItemSchema
SimpleArrayStringSchema
SimpleObjectSchema
SimpleObjectStringSchema
extractMarkdown
sanitizeHtml
resolveUrl
downloadFile
saveFileToS3
uploadFileToS3
filterEmptyValues
goToUrl
scrollToLoadContent
clickUntilExhausted
processDate
validateDataUsingSchema
waitForDomSettled
withNetworkSettledWait
Interfaces
Type aliases
Python
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Interfaces
SimpleObjectStringSchema
Interfaces
SimpleObjectStringSchema
Copy page
Copy page
Copy
Ask AI
export
interface
SimpleObjectStringSchema
extends
BasicSchema
{
type
:
"string"
;
}
A simple object schema with string properties.
Previous
extractMarkdown
Next
⌘I