
Dashboard
- Implemented Serp Overlap Tool to compare search engine results across different providers.

- Implemented Sitemap Tree Tool to visualize website structure and hierarchy.

- Implemented AI Search Tool to search across multiple AI engines (ChatGPT, Perplexity, Gemini, AI Mode, AI Overview) from a single interface.

API
- New AI Search Category: Introduced a dedicated AI Search category under Browser Network, consolidating all AI search endpoints with unified response structure.
- New AiSearchEntity: Implemented a unified entity for all AI search responses, providing consistent structure with text, markdown, sources, citations, and paragraphs across all AI search providers.
-
Added AI Mode to Browser Network:
- Google AI Mode integration for AI-generated answers.
- Citations from web search results used to generate answers.
- Structured paragraphs with associated citations.
-
Added AI Overview to Browser Network:
- Google AI Overview extraction from search results.
- AI-generated summaries displayed at the top of search results.
- Citations and structured paragraphs with source references.
-
Added ChatGPT Search to Browser Network:
- ChatGPT-generated answers with real-time web search capabilities.
- Inline citations embedded within the response text.
- Optional web search toggle for up-to-date information retrieval.
-
Added Perplexity to Browser Network:
- Perplexity-generated answers with real-time web search capabilities.
- Source list with URLs, titles, and favicons.
- Structured paragraphs with associated citations.
-
Added Gemini Search to Browser Network:
- Google Gemini-generated answers with AI capabilities.
- Source list with URLs, titles, favicons, and descriptions.
- Structured paragraphs with associated citations.
-
Added Grok to Browser Network:
- xAI’s Grok AI assistant with real-time information access.
- Inline citations embedded within the response text.
- Structured paragraphs with associated citations.
-
Added Microsoft Copilot to Browser Network:
- Microsoft’s AI assistant powered by GPT with web search capabilities.
- Inline citations embedded within the response text.
- Structured paragraphs with associated citations.
- Source list with URLs, titles, and descriptions.
- Breaking Changes:
- Parameter Renamed: The
queryparameter has been renamed topromptacross all AI search endpoints. - Screenshots Deprecated: The
screenshotsfield has been removed from all AI search endpoints for performance reasons.