Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt

Use this file to discover all available pages before exploring further.

May 5, 2026

Search, Web Search, External Search/10 minutes read
One API for premium financial content, the live web, and your own data
From fragmented retrieval to one search layer
Today, we’re introducing Web Search in the Bigdata.com Search API. With a single request, developers can now retrieve live web content alongside Bigdata.com’s premium financial content, using the same API, the same response schema, and the same commercial relationship. This release is about simplifying retrieval for financial AI applications. Most production systems do not rely on one corpus. They pull from a mix of sources: news, filings, transcripts, podcasts, expert interviews, investment research, public web pages, and increasingly, customer-owned documents and feeds. In practice, each source usually comes with a different provider, different request payloads, different tool instructions, different billing, and different output formats. That fragmentation adds cost in more places than one. Engineering teams have to normalize schemas and merge results. Procurement teams have to onboard more vendors. And LLM-powered workflows have to reason across multiple search tools, each with its own instructions and response structure. Unified Web Search moves that complexity behind a single retrieval layer.

Why use Bigdata.com?

Broader coverage in one call

Bigdata.com already provides access to high-quality financial content across news, filings, transcripts, podcasts, expert interviews, investment research, and more. Developers can also bring their own content into the same environment by uploading files such as PDFs or connecting feeds such as email and Sharepoint. Web Search adds live web results to that system. The result is broader coverage across complementary sources in one call, without forcing developers to stitch them together themselves. This release is part of a larger direction for Bigdata.com: one platform that keeps getting broader with all types of content, soon also with live social signals as well.

One schema across sources

Whether content comes from Bigdata.com’s premium corpus, the live web, or customer-provided data, the API returns a consistent structure. That reduces application-side normalization, simplifies ranking and post-processing, and makes it easier to build stable downstream workflows.

Less orchestration, less token waste

Multiple search tools create hidden costs. Each one needs its own request payload, its own tool description, its own response parser, and its own merge logic. In LLM-powered systems, that means extra tokens spent on tool selection and output reconciliation before the model even starts doing the real work. With Bigdata.com, developers can expose one retrieval surface instead of several. That makes downstream applications simpler, more predictable, and more efficient in how they use context. Moreover, when models have to choose across multiple retrieval tools, they can misfire: calling the wrong tool, over-calling several tools, or handling sources inconsistently because each provider behaves differently. A single API surface reduces that operational ambiguity. Developers still get access to multiple underlying sources, but the application and the model interact with one consistent interface.

One commercial relationship

Adding live web coverage through Bigdata.com means teams can expand retrieval without standing up a separate vendor evaluation, new security review, or another billing path. That matters in production just as much as it does in prototyping.

Clear provenance

Bigdata.com Web Search is opt-in. Existing queries stay unchanged unless web is enabled explicitly in the external search. And live web results are returned separately in external_results.web, so applications can preserve strict provenance while still working with a normalized schema.

Complementary coverage matters

Premium financial content and live web search are not interchangeable. They often contribute different kinds of signal. Bigdata.com’s premium corpus is strongest on decision-grade financial content: filings, transcripts, structured disclosures, institutional research, expert interviews, financial events and major news. Live web search is strongest on long-tail coverage: company websites, scientific and technical pages, regional reporting, niche publications, and early-stage company footprints. Especially useful for very early-stage companies with no analyst coverage. Used together, they widen the context available to downstream applications. Premium content explains how the market interprets a company or theme. The web shows what companies are publishing, building, testing, and updating in real time. The examples below show how the two sources work together in practice:
Example: Battery-grade lithium processing supply chain
Example: Companies investing in AI drug discovery
Example: Chinese EV expansion in Southeast Asia
Across these examples, premium content surfaces institutionally visible signals, while live web adds primary-source detail, local execution, and long-tail coverage. Together, they connect market narrative to on-the-ground reality, in one call, with one schema.

Built for real-world financial workflows

This matters beyond search. Financial applications increasingly combine external intelligence with customer-owned context. A team may want to search public market information alongside internal PDFs, research memos, email threads, or other proprietary documents. Bigdata.com already supports that model today: developers can retrieve across premium content, live web content, and customer-provided data in the same environment. That makes it easier to build research assistants, diligence workflows, monitoring systems, and agentic applications that need to reason across both public and private information.

How to use it

Bigdata.com Web Search is designed to be explicit and easy to control. Add web to the external_search payload object, either in ONLY or in INCLUDE mode, to get results only from external search or from inclusive to any other content you selected for the internal search in the payload.
{
  "query": "latest executive changes at Revolut",
  "external_search": {
      "mode": "ONLY",
      "values": ["web"]
    }
}
For strict provenance, live web results are returned separately in external_results.web:
{
  "results": [],
  "external_results": {
    "web": [
      {
        "headline": "Revolut files for US banking licence & names US CEO",
        "timestamp": "2026-03-05T23:29:30+00:00",
        "chunks": [
          {
            "cnum": 1,
            "text": "Cetin Duransoy has been appointed as its US CEO. Duransoy most recently served as the US CEO of Raisin, a FinTech marketplace...",
            "relevance": 0.99338466
          }
        ],
        "src_name": "businesscloud.co.uk",
        "url": "https://businesscloud.co.uk/news/revolut-files-us-bank-charter/"
      },
      {
        "headline": "Revolut recruits ex-Visa exec as new US chief",
        "timestamp": "2026-03-05T12:48:42+00:00",
        "chunks": [
          {
            "cnum": 1,
            "text": "The fintech announced that former Capital One and Visa exec Cetin Duransoy will join Revolut as US CEO...",
            "relevance": 0.9915216
          }
        ],
        "src_name": "sifted.eu",
        "url": "https://sifted.eu/articles/revolut-us-banking-licence/"
      }
    ]
  }
}
That means developers get a unified schema without losing clarity around source origin.

Transparent pricing

Web search is a separately billable capability, tracked separately in the usage dashboard, and is only charged when explicitly invoked.
ComponentExample pricingWhen it applies
Search$0.015 per 10 chunks of internal dataStandard processing fee
External Search, Web+$0.02 per request for up to 20 chunks of dataOnly when external_search.valuesweb is enabled
This keeps existing workloads unchanged while making the cost of live web retrieval explicit and predictable.

What’s next

We’re already working on extending the same enrichment pipeline we use for premium content to open-web results. In upcoming releases, web search documents will be annotated with entity detections, mapped to our universal IDs and additional metadata such as real-time sentiment, making live web content easier to use inside research workflows, analytics pipelines, and LLM applications. We’re also working on live social search, with X and Reddit coming next. Over time, Bigdata.com will continue adding more content APIs and connectors, so developers can access premium financial content, live web coverage, customer-owned data, and live social signals through one platform instead of a growing patchwork of tools.
What's next: More sources, unified enrichment, AI-ready output

Available now

Web Search is available today in the Bigdata.com Search API. Add web inside external_search.values to retrieve live web content alongside Bigdata.com’s financial content and your own data — through one API, one schema, and one growing content layer for financial AI.
Ricard Matas Navarro

Ricard Matas Navarro

Director of Search & Retrieval (SVP)