Skip to main content
Dataset Building agents create structured datasets from data scattered across the web. Describe what you’re looking for, define the row shape, and the agent discovers, verifies, and structures the results — no scraper to build, no site list to maintain, no deduplication pipeline. Every cell arrives cited.

Example Request

The business-discovery template is tuned for local-business datasets — verified addresses, phone numbers, and ratings:

Example Response

The result is type: "json" — an array of rows matching the template’s schema, each with a cited source:
Each value carries a per-path claim in the trust report:
The dataset gets a deterministic overall grade — the lower of its cell fill rate and its per-claim trust ratio — stated in the run’s trust reasoning: “High confidence - cells fill rate is 96% and trust per claim ratio is 91%”. A verifiably empty cell (a business with no website) comes back as a cited null graded high: verified absence.

Custom output schema

Define your own row shape on the agent or per run. Filters in the input are treated as hard constraints — the company-discovery template’s first goal is “Treat user filters (location, vertical, size, funding) as hard constraints — never dilute to inflate volume.”

Run it on a schedule

A dataset run produces a snapshot. To turn it into a recurring feed, point a Job at the same agent with a list of inputs — one per market, category, or account — and Nimble runs it on a schedule and delivers results to S3, Databricks, or your warehouse.

Templates

Web Search Agents overview

Research, Enrichment, and Dataset Building side by side