Skip to main content
Intuned home page
Search...
⌘K
Documentation
Documentation (New)
Browser SDKs
Client APIs
Get started
Overview
playwright
Typescript SDK
Python
AI
extract_structured_data
is_page_loaded
Interfaces
ImageBufferContentItem
ImageUrlContentItem
TextContentItem
Type aliases
extract_markdown
sanitize_html
download_file
filter_empty_values
go_to_url
scroll_to_load_content
click_until_exhausted
process_date
resolve_url
upload_file_to_s3
save_file_to_s3
validate_data_using_schema
wait_for_dom_settled
wait_for_network_settled
Interfaces
Type aliases
Need help?
Dashboard
Intuned home page
Search...
⌘K
Need help?
Dashboard
Dashboard
Search...
Navigation
Interfaces
TextContentItem
Interfaces
TextContentItem
Copy page
Copy page
Copy
Ask AI
class
TextContentItem
(
TypedDict
)
Text content item for content-based extraction.
Parameters
type
str
The type of the content item, which is always “text”.
data
str
The text data.
Previous
ContentItem
Next
⌘I
On this page
Parameters