# Providers

Limy tracks your brand's visibility across these AI search providers.

## AI Search Providers

Used for visibility, citation, sentiment, and prompt analytics:

| Value                | Description                             |
| -------------------- | --------------------------------------- |
| `OPENAI`             | ChatGPT and OpenAI's search features    |
| `GEMINI`             | Google Gemini                           |
| `PERPLEXITY`         | Perplexity AI                           |
| `ANTHROPIC`          | Claude by Anthropic                     |
| `GROK`               | Grok by xAI                             |
| `GOOGLE_AI_MODE`     | Google AI Mode (search integration)     |
| `GOOGLE_AI_OVERVIEW` | Google AI Overviews (featured snippets) |

## Bot/Crawler Providers

Used for traffic analytics — includes AI providers plus web crawlers:

| Value          | Description                      |
| -------------- | -------------------------------- |
| `OPENAI`       | OpenAI's GPTBot crawler          |
| `GEMINI`       | Google's Gemini crawler          |
| `PERPLEXITY`   | Perplexity's PerplexityBot       |
| `ANTHROPIC`    | Anthropic's ClaudeBot            |
| `CLAUDE`       | Alias for Anthropic's Claude bot |
| `GROK`         | xAI's crawler                    |
| `BING`         | Microsoft Bing crawler           |
| `AMAZON`       | Amazon's crawler                 |
| `APPLE`        | Apple's Applebot                 |
| `META`         | Meta's crawler                   |
| `LINKEDIN`     | LinkedIn's crawler               |
| `BYTEDANCE`    | ByteDance/TikTok crawler         |
| `DUCKDUCKGO`   | DuckDuckGo's crawler             |
| `COHERE`       | Cohere's crawler                 |
| `MISTRAL`      | Mistral AI's crawler             |
| `YOU_COM`      | You.com's crawler                |
| `COMMON_CRAWL` | Common Crawl                     |
| `DIFFBOT`      | Diffbot's crawler                |

## Usage in Filters

Pass provider values as the `providers` query parameter:

```
# Single provider
?providers=OPENAI

# Multiple providers
?providers=OPENAI&providers=GEMINI&providers=PERPLEXITY
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-reference.limy.ai/reference/providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
