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

# competitors

> Find a company's direct competitors and return a sourced markdown list.

Finds the direct competitors of a company and returns a sourced markdown list. For each
competitor it includes the name, domain, and a one-line differentiation.

<ParamField path="company" type="string" required>
  The company to map competitors for. A name or domain both work.
</ParamField>

**Type:** synchronous · **Returns:** markdown list with inline source citations

## Example call

```json theme={null}
{
  "name": "competitors",
  "arguments": { "company": "notion.so" }
}
```

## Returns

```markdown theme={null}
# Competitors of Notion

- **Coda** (coda.io) — docs-as-apps with a deeper formula/automation layer. [coda.io]
- **Confluence** (atlassian.com) — enterprise wiki tied to the Atlassian suite. [atlassian.com]
- ...
```

## Notes

* Uses **public data only**.
* Best with a recognizable company name or its primary domain.
* For broader context on a single company, use [`research`](/tools/research).
