You can now deeply research 50 million Companies with Seltz. We organize and update every piece of publicly available information on each company including blogs, docs, homepages, and more. All available for your agent to search.
The new Companies scope is now available for all endpoints to preview. Now, requests to these endpoints can specify companies as a scope and receive answers grounded in company profile data.
Like our news and people scopes, you can use Seltz Search to retrieve readable, full-text results from our companies scope that are ready to use as inputs for an LLM. You can also use Seltz Answers to retrieve responses from an LLM that are grounded in readable citations from up-to-date company profiles.
How it works
You can fine-tune Seltz Search or Answers to use the Companies scope:
Set the scope for your request to companies.
Choose whether to return citation URLs or full-text documents.
Using the Companies scope
The following Python snippet makes a request against the Seltz Answer endpoint using the companies domain and prints out the answer along with the URL for each citation.
from seltz import Seltz
client = Seltz()
response = client.search("What is Seltz.ai?", max_results=1, scope="companies")
from seltz import Seltz
client = Seltz()
response = client.search("What is Seltz.ai?", max_results=1, scope="companies")
from seltz import Seltz
client = Seltz()
response = client.search("What is Seltz.ai?", max_results=1, scope="companies")
This request is about a specific company's size and location rather than an individual's career history or general subject knowledge, so we set the scope to companies. The result includes the URL and content for each profile:
{
"documents": [
{
"url": "https://www.linkedin.com/company/seltz",
"content": "# Seltz
**Software Development · Privately Held · San Francisco, United States**
## About
The Web Knowledge Layer for AI Agents.
## Company Details
* Legal name: Seltz, Inc.
* Also known as: seltz, seltz, inc.
* Industry: Software Development
* Type: Privately Held
* Status: active
* Business model: B2B
* Size: 1-10 employees
* Headquarters: 71 Stevenson St, Suite 400, San Francisco, CA 94195, US
* Region: Americas, Northern America, AMER
* Website: https:
* LinkedIn: https:
* LinkedIn followers: 1373
* Crunchbase: https:
* Email: hello@seltz.ai
## Financials
Total funding raised: $12500000
- Seed Round ·
- Seed Round · 2026-06-01 · 12500000 USD
## Workforce
* Employees: 18
## Headcount by Country
Germany: 3 • United States: 9 • Italy: 3"
}
]
}{
"documents": [
{
"url": "https://www.linkedin.com/company/seltz",
"content": "# Seltz
**Software Development · Privately Held · San Francisco, United States**
## About
The Web Knowledge Layer for AI Agents.
## Company Details
* Legal name: Seltz, Inc.
* Also known as: seltz, seltz, inc.
* Industry: Software Development
* Type: Privately Held
* Status: active
* Business model: B2B
* Size: 1-10 employees
* Headquarters: 71 Stevenson St, Suite 400, San Francisco, CA 94195, US
* Region: Americas, Northern America, AMER
* Website: https:
* LinkedIn: https:
* LinkedIn followers: 1373
* Crunchbase: https:
* Email: hello@seltz.ai
## Financials
Total funding raised: $12500000
- Seed Round ·
- Seed Round · 2026-06-01 · 12500000 USD
## Workforce
* Employees: 18
## Headcount by Country
Germany: 3 • United States: 9 • Italy: 3"
}
]
}{
"documents": [
{
"url": "https://www.linkedin.com/company/seltz",
"content": "# Seltz
**Software Development · Privately Held · San Francisco, United States**
## About
The Web Knowledge Layer for AI Agents.
## Company Details
* Legal name: Seltz, Inc.
* Also known as: seltz, seltz, inc.
* Industry: Software Development
* Type: Privately Held
* Status: active
* Business model: B2B
* Size: 1-10 employees
* Headquarters: 71 Stevenson St, Suite 400, San Francisco, CA 94195, US
* Region: Americas, Northern America, AMER
* Website: https:
* LinkedIn: https:
* LinkedIn followers: 1373
* Crunchbase: https:
* Email: hello@seltz.ai
## Financials
Total funding raised: $12500000
- Seed Round ·
- Seed Round · 2026-06-01 · 12500000 USD
## Workforce
* Employees: 18
## Headcount by Country
Germany: 3 • United States: 9 • Italy: 3"
}
]
}Use cases for the Companies scope
Sales intelligence tools can use the Seltz Companies scope to ground account research in accurate firmographic data, such as industry, size, headquarters, and growth signals, with citations rendered in-line so that reps can find relevant information without leaving the conversation.
Investment and diligence tools can set the scope of their Answer request to companies to ground research in funding history, competitors, and workforce trends, drawing on consistently structured data rather than scattered public sources.
Try Seltz Companies scope today
Seltz Companies scope is available to use. Try it out in our playground or grab an API key at console.seltz.ai/api-keys and read the API reference for this parameter.