BROWSER Extract data with AI function

The BROWSER Extract data with AI function in RPA.

Help CentreBuilding Processes

This article describes the RPA Browser functionality to extract data from a page using AI.

For a full list of available functions, please read BROWSER functions.


Description

The BROWSER Extract data with AI function allows you to use artificial intelligence to extract specific data from the current page based on a natural language description.


Setting it up

To use the BROWSER Extract data with AI function, follow these instructions:

{{popups:rpas/add:action=browser-extract}}

Once on a process map:

  1. Navigate to the process where you would like to add the BROWSER Extract data with AI function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the BROWSER Extract data with AI option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
What to extractYesTextareaNatural language description of what data to extract from the page (e.g. “the order total”, “the customer name”).
VariableNoTextextractVariable name to store the extracted value.

Output variables

VariableTypeDescription
VariableTextThe extracted value (string, number, or null if not found).

Errors

ErrorDescription
Browser not openNo browser session is active.
Extraction failedThe AI could not extract the requested data from the page.

Tips

  • Be as specific as possible in your description to improve extraction accuracy.
  • This function is AI-powered and sends page context to AI to determine the value.

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.