Input options for the ‘extract’ mutation.

Definition

input ExtractOptions {
  selector: String
  domSettleTimeout: Int
}

Fields

selector: String

A CSS selector for a root element within which to perform the extraction. If not provided, extraction is performed on the entire page. Example: "#product-details"

domSettleTimeout: Int

Timeout in milliseconds to wait for the DOM to settle before attempting extraction. Helps with dynamically loaded content. Default is implementation-specific.