The AI extract step allows you to pull textual information from the page in a structured format. You can then reference that information in later steps using variables.

If you would like our AI agent to interpret the page results instead of simply returning data that already exists on the page, you should explicitly instruct the AI to do so by using the keywords “interpret and then […]” or “analyze”

Inputs

description
string
required

A description of the data you’d like to extract. You should try to include a location or section of the page that the data should be extracted from. For example, “the pricing data in dollars from the plans table”.

schema
object

An optional JSON schema for the format the data should be returned in. The schema should follow the official JSON schema specification.