# Feed your AI with visibility data from all AI search engines

**Use case:** Track search rankings

Track your brand's AI visibility across Google AI Mode, AI Overviews, Gemini, Perplexity, ChatGPT, Copilot. Feed real-time data straight into your AI workflows.

## Input

```json
{
  "queries": "What are the top 5 CRM tools",
  "maxPagesPerQuery": 5,
  "disableGoogleSearchResults": false,
  "aiModeSearch": {
    "enableAiMode": true
  },
  "geminiSearch": {
    "enableGemini": true
  },
  "perplexitySearch": {
    "enablePerplexity": true,
    "returnImages": true,
    "returnRelatedQuestions": true
  },
  "chatGptSearch": {
    "enableChatGpt": true
  },
  "copilotSearch": {
    "copilotSearchMode": "chat",
    "enableCopilot": true
  },
  "maximumLeadsEnrichmentRecords": 5,
  "leadsEnrichmentDepartments": [
    "marketing",
    "sales"
  ],
  "verifyLeadsEnrichmentEmails": true,
  "focusOnPaidAds": true,
  "countryCode": "us",
  "searchLanguage": "en",
  "languageCode": "en",
  "locationUule": "w+CAIQICIhVW5pdGVkIFN0YXRlcyx1c2E=",
  "forceExactMatch": true,
  "site": "example.com",
  "relatedToSite": "example.com",
  "wordsInTitle": [
    "easy",
    "tutorial"
  ],
  "wordsInText": [
    "artificial intelligence"
  ],
  "wordsInUrl": [
    "blog"
  ],
  "quickDateRange": "m6",
  "beforeDate": "2024-12-31",
  "afterDate": "2024-01-01",
  "fileTypes": [
    "pdf",
    "doc"
  ],
  "mobileResults": true,
  "includeUnfilteredResults": true,
  "saveHtml": true,
  "saveHtmlToKeyValueStore": false,
  "includeIcons": true
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "resultsTotal": {
    "label": "Results total"
  },
  "relatedQueries": {
    "label": "Related queries",
    "format": "array"
  },
  "aiOverview": {
    "label": "AI Overview",
    "format": "object"
  },
  "paidResults": {
    "label": "Paid results",
    "format": "array"
  },
  "paidProducts": {
    "label": "Paid products",
    "format": "array"
  },
  "organicResults": {
    "label": "Organic results",
    "format": "array"
  },
  "peopleAlsoAsk": {
    "label": "People also ask",
    "format": "array"
  },
  "aiModeResult": {
    "label": "AI Mode results",
    "format": "object"
  },
  "perplexitySearchResult": {
    "label": "Perplexity AI search results",
    "format": "object"
  },
  "chatGptSearchResult": {
    "label": "ChatGPT search results",
    "format": "object"
  },
  "copilotSearchResult": {
    "label": "Copilot search results",
    "format": "object"
  },
  "geminiSearchResult": {
    "label": "Gemini search result"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Results Scraper](https://apify.com/apify/google-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/google-search-scraper) to learn more, explore other use cases, and run it yourself.