Skip to main content

Overview

Web Augment is an augmentation method that enriches your Corvic Tables with information gathered from web searches. Instead of manually researching and adding data, describe what you need in natural language and Corvic will search the web, extract relevant information, and add it to your table — all automatically. This is ideal for enriching datasets with external context such as company information, market data, product details, competitor analysis, or any publicly available information.

Method Selection

In the Augment action, select Web Augment from the Method dropdown. The Augment action supports three methods:
  • AI Augment — Use LLMs to transform and enrich data
  • Web Augment Beta — Enrich data using web search results
  • Code Augment — Use code-based transformations
Augment method dropdown showing AI Augment, Web Augment, and Code Augment

Configuration

Web Processor

Choose a web processor tier based on your needs:
  • base — Basic web search and extraction
  • core — Enhanced processing with better extraction quality
  • pro — Advanced processing with highest quality results (Enterprise only)

Instruction

Provide a natural language instruction describing what information you want to extract from the web for each row in your table. Be specific about what data points you need — the more precise your instruction, the better the results. The Sanitized Prompt section shows a preview of the processed instruction that will be sent to the web search agent.
Web Augment configuration with instruction field and sanitized prompt preview

Processor Selection

Expand the Web Processor dropdown to select your preferred tier. The table preview on the right shows the properties, native types, and feature types of your input Corvic Table so you can reference the correct columns in your instruction.
Web Augment processor selection showing base, core, and pro tiers

Parameters

ParameterTypeRequiredDescription
inputCorvic TableYesThe Corvic Table to enrich with web data.
web_processorstringYesThe processing tier: base, core, or pro (Enterprise only).
instructionstringYesNatural language description of what web information to search for and add to each row. Up to 5,000 characters.
input_columnsarrayAuto-generatedInput columns from the Corvic Table that will be used as context for the web search. Automatically determined based on your instruction.
output_columnsarrayAuto-generatedOutput columns that will be added to the result table. Automatically generated based on your instruction — each column includes a name and description of the data it will contain.

Usage Example

To use Web Augment in a Data App:
  1. Add your Corvic Table to the Data App canvas
  2. Click the ”+” button next to the Corvic Table
  3. Select “Augment” from the actions menu
  4. Choose Web Augment from the Method dropdown
  5. Select a Web Processor tier (base, core, or pro)
  6. Write an instruction describing what information to search for
  7. Review the sanitized prompt
  8. Click Apply and run the Data App

LLM Augment

Augment data using LLM-based transformations.

Code Augment

Augment data using code-based transformations.

Data Apps

Learn how to build workflows using Data Apps.

Corvic Tables

Understand how Corvic Tables work.