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

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.
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.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
input | Corvic Table | Yes | The Corvic Table to enrich with web data. |
web_processor | string | Yes | The processing tier: base, core, or pro (Enterprise only). |
instruction | string | Yes | Natural language description of what web information to search for and add to each row. Up to 5,000 characters. |
input_columns | array | Auto-generated | Input columns from the Corvic Table that will be used as context for the web search. Automatically determined based on your instruction. |
output_columns | array | Auto-generated | Output 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:- Add your Corvic Table to the Data App canvas
- Click the ”+” button next to the Corvic Table
- Select “Augment” from the actions menu
- Choose Web Augment from the Method dropdown
- Select a Web Processor tier (base, core, or pro)
- Write an instruction describing what information to search for
- Review the sanitized prompt
- Click Apply and run the Data App
Related Documentation
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.

