# Search engines we support

This page outlines the engines we currently support, what they do, and which **bot user-agents** we detect via your server-side integration.

#### **ChatGPT (OpenAI)**

* #### **Bot(s) Tracked:**
  * `Mozilla/5.0 (compatible; GPTBot/1.0)`
  * `ChatGPT-User`
  * `OpenAI-User`
  * `Mozilla/5.0 AppleWebKit (OpenAI)`

#### **Perplexity.ai**

* **Bot(s) Tracked:**
  * `PerplexityBot`
  * `Mozilla/5.0 (compatible; PerplexityBot/1.0)`
  * `Perplexity/1.0`

#### **Gemini (Google)**

* **Bot(s) Tracked:**
  * `Google-Extended`
  * `Gemini-Crawler`
  * `GoogleOther`
  * `GoogleAI-ContentFetcher`

#### **AI Overviews (Google Search)**

* **Bot(s) Tracked:**
  * `Google-SGE-Crawler`
  * `Google-Extended`
  * `GoogleOther`
  * `AIOverviewBot`

#### 5. **AI Mode (Bing Copilot)**

* **Bot(s) Tracked:**
  * `Bingbot`
  * `EdgeGPT`
  * `Microsoft Copilot`
  * `BingAI-Reader`

#### 6. **Claude (Anthropic)**

* **Bot(s) Tracked:**
  * `ClaudeBot`
  * `AnthropicBot`
  * `Mozilla/5.0 (compatible; Claude/1.0)`

#### 7. **Grok (xAI)**

* **Bot(s) Tracked:**
  * `xAI-GrokBot`
  * `GrokCrawler`
  * `TwitterAI-Previewer`

***

We use a combination of:

* **Bot detection** (user-agent parsing + IP reputation)
* **Prompt-response mapping**
* **LLM-based mention scanning**
* **Custom headers and CDN-based fingerprinting**
* **Inference from click-throughs and traffic behavior**

***

### Coming Soon

We’re actively expanding support for:

* Meta AI (Facebook, Instagram)
* Apple Spotlight AI
* Brave Summarizer
* Kagi AI
* Amazon Rufus

***

By monitoring bot traffic, AI prompt behavior, and visibility signals, Limy helps you understand how your brand is discovered, cited, or recommended in these AI systems.


---

# 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://docs.getlimy.ai/limy-pixel/tracking/search-engines-we-support.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.
