Skip to main content
cloro provides tools for monitoring AI platforms and search engines with structured data extraction.

Setup

Install the langchain-cloro package:
Get your API key from the cloro dashboard and set it as an environment variable:

Google Search scraper

Extract structured data from Google Search results, including organic results, People Also Ask questions, related searches, and optional AI Overview.

Include AI Overview

Custom parameters

ChatGPT scraper

Extract structured data from ChatGPT with shopping cards, entity extraction, and advanced features for monitoring products, prices, and brand mentions.

Include raw response and search queries

Gemini scraper

Extract structured data from Google’s Gemini AI with source citations and confidence levels.

Include markdown response

Perplexity scraper

Extract comprehensive structured data from Perplexity AI with real-time web sources, shopping products, media content, and travel information.

Grok scraper

Extract comprehensive structured data from Grok with real-time web sources and enhanced source metadata including preview text, creator details, and images.

Copilot scraper

Extract structured data from Microsoft Copilot with source citations.

Use with agents

All cloro tools can be used with LangChain agents:

Response format

All cloro tools return JSON-formatted responses with structured data:

API reference

  • CloroGoogleSearch: Google Search with AI Overview support
  • CloroChatGPT: ChatGPT monitoring with shopping cards
  • CloroGemini: Google Gemini AI with citations
  • CloroPerplexity: Perplexity AI with sources and media
  • CloroGrok: Grok with enhanced metadata
  • CloroCopilot: Microsoft Copilot monitoring
For more details, visit the cloro documentation.