> ## Documentation Index
> Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Databar?

> The data platform for enrichment, automation, and integration. Use it from the UI, API, SDK, CLI, or directly inside AI agents via MCP.

Databar is a data platform that connects to 160+ APIs, web scrapers, and third-party services so you can collect, enrich, and act on structured data without building pipelines. Use it however fits your workflow: through the visual table interface, the REST API, the Python SDK, the CLI, or directly inside AI agents like Claude via the MCP server.

At its core, Databar gives you keyless access to a network of data providers. Point at a data source, run it, and get results back in seconds. Tables are the primary way most users interact with Databar, but the same enrichment and waterfall engine is available programmatically for developers who want to integrate it into their own applications and automations.

<Frame>
  <img src="https://mintcdn.com/databar/Q-QJuuiIqDKN0miQ/images/product-guide/databar-overview.png?fit=max&auto=format&n=Q-QJuuiIqDKN0miQ&q=85&s=6867458260b2a33e768364e107dbaad3" alt="Databar platform overview showing a table with enriched data" width="1280" height="601" data-path="images/product-guide/databar-overview.png" />
</Frame>

## Core capabilities

<CardGroup cols={2}>
  <Card title="Tables" icon="table" href="/product-guide/tables-overview">
    Store and manage structured data with columns, filters, and cell-level enrichment statuses.
  </Card>

  <Card title="Enrichments" icon="wand-magic-sparkles" href="/product-guide/enrichments">
    Combine your existing data with third-party providers to fill in the gaps automatically.
  </Card>

  <Card title="API Network" icon="globe" href="/product-guide/credits-and-billing">
    Access 100+ keyless data providers through the API Network. Pay per use with credits.
  </Card>

  <Card title="Developer tools" icon="code" href="/api-reference/introduction">
    REST API, Python SDK, CLI, and MCP server for programmatic access.
  </Card>
</CardGroup>

## How it works

Databar combines several building blocks into a single workflow:

* **[Enrichments](/product-guide/enrichments)**: attach data providers to your table columns. When you run an enrichment, each row is sent to the provider and the results are written back into your table.
* **[Waterfalls](/product-guide/waterfalls)**: chain multiple providers together with automatic fallback. If the first provider returns no data, the next one picks up.
* **[Connectors](/product-guide/custom-apis)**: bring your own API keys for services you already pay for, or add entirely custom endpoints.
* **[Exporters](/product-guide/exporters)**: push enriched data to HubSpot, Salesforce, Google Sheets, webhooks, or other tables.
* **Formulas**: transform data in-place with [Excel formulas](/product-guide/formulas), [JQ expressions](/product-guide/jq-formulas), [merge columns](/product-guide/merge-columns), [deduplication](/product-guide/deduplication), and [Table Lookup](/product-guide/table-lookup) (VLOOKUP across tables).

## AI features

* **[AI Researcher](/product-guide/ai-researcher)**: an autonomous agent that finds and compiles information across the web for each row in your table.
* **[AI Prompt Templates](/product-guide/ai-prompts)**: run custom prompts against your data using LLMs, with configurable templates and variables.

## Extensions and integrations

* **[Chrome Extension](/product-guide/chrome-extension)**: collect structured data from any website directly into a Databar table.
* **[Google Sheets Extension](/product-guide/google-sheets-extension)**: run Databar enrichments without leaving your spreadsheet.
* **[n8n Integration](/product-guide/n8n-integration)**: connect Databar to n8n workflows for complex automation scenarios.
* **[Webhooks](/product-guide/webhooks)**: receive data from external systems instantly, with zero-config webhook URLs per table.

## Who is Databar for?

Databar is built for teams that need structured data but don't want to maintain pipelines:

* **Sales and RevOps**: enrich leads, verify contact info, score accounts
* **Marketing**: build prospect lists, research competitors, monitor mentions
* **Recruiting and HR**: source candidates, verify profiles, track outreach
* **E-commerce**: monitor pricing, aggregate product data, track suppliers
* **Anyone with a data workflow**: the platform is flexible enough to handle any scenario where you need to collect, enrich, or transform structured data

## Recent additions

Databar ships updates frequently. Check out our [changelog](https://feedback.databar.ai/changelog) to see the latest features and improvements.

## Get started

<CardGroup cols={3}>
  <Card title="Tables" icon="table" href="/product-guide/tables-overview">
    Create your first table
  </Card>

  <Card title="REST API" icon="bolt" href="/api-reference/introduction">
    Quickstart for the REST API
  </Card>

  <Card title="Python SDK" icon="python" href="/python-sdk">
    Install the Python SDK
  </Card>

  <Card title="MCP Server" icon="server" href="/quickstart-mcp">
    Connect via MCP
  </Card>

  <Card title="Enrichments" icon="wand-magic-sparkles" href="/product-guide/enrichments">
    Learn about enrichments
  </Card>

  <Card title="Credits" icon="coins" href="/product-guide/credits-and-billing">
    Understand pricing
  </Card>
</CardGroup>
