cloro

The scraper for Perplexity

Get the real user interface responses, with sources, shopping cards, query fan-out and citations, in markdown or other formats, at any scale.

Perplexity API example
Live

Example Request

POST
curl -X POST https://api.cloro.dev/v1/monitor/perplexity \
  -H "Authorization: Bearer sk_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "What are the latest developments in renewable energy?",
    "country": "US",
    "include": {
      "markdown": true,
      "sources": true
    }
  }'

Response

22.1s
{
  "success": true,
  "result": {
    "text": "...",
    "sources": [],
    "html": "...",
    "markdown": "...",
    "searchQueries": [],
    "shoppingCards": []
  }
}
Trusted by top SEO & AI SEO companies
99.9% uptime
100M+ monthly API calls

Structured data with a single API

Currently supporting the major SEO and AI SEO providers.
Ready for any scale, across multiple regions.

Why cloro is your best option

Direct LLM API integration has hidden costs and difficult scalability.

No sources / citations

No sources / citations

APIs don't give the tools to influence SEO.

Multiple API integrations

Multiple API integrations

Each provider requires separate API integration, creating technical overhead.

Unpredictable cost

Unpredictable cost

Token-based pricing varies by model and provider, making costs unpredictable.

How the cloro integration works

Easily extract markdown, text or HTML. We parse the relevant objects of each response, such sources, citations, query fan-out, shopping and others.

Request example

python
import requests

response = requests.post(
  "https://api.cloro.dev/v1/monitor/perplexity",
  headers={
    "Authorization": "Bearer sk_live_your_api_key_here",
    "Content-Type": "application/json"
  },
  json={
    "prompt": "What are the latest developments in renewable energy?",
    "country": "US",
    "include": {
      "markdown": true,
      "sources": true
    }
  }
)

print(response.json())

Response example

200 OK application/json
{
  "success": true,
  "result": {
    "text": "Based on recent developments, Tesla's...",
    "sources": [
      {
        "position": 1,
        "url": "https://tesla.com/blog/fsd-beta-v12",
        "label": "Tesla FSD Beta v12 Update",
        "description": "Latest improvements in Tesla's autonomous...",
        "snippet": "Tesla's FSD Beta v12..."
      }
    ],
    "html": "<div class=\"markdown\"><h2>Tesla Recent Developments</h2><p>Based on...</p></div>",
    "markdown": "## Tesla Recent Developments\n\nBased on recent developments...",
    "searchQueries": [
      "Tesla FSD Beta v12 release notes"
    ],
    "shoppingCards": [
      {
        "position": 1,
        "product": {
          "name": "Model Y",
          "brand": "Tesla",
          "price": "$43,990",
          "currency": "USD",
          "rating": 4.5,
          "reviewCount": 2847,
          "imageUrl": "https://example.com/tesla-model-y.jpg",
          "productUrl": "https://tesla.com/modely",
          "description": "All-electric compact SUV with enhanced range and performance"
        }
      }
    ]
  }
}

Simple, transparent pricing

All plans allow overages when credits are exceeded,
with extra credits paid in the following invoice.

Hobby
$100/mo
250,000 credits
  • $0.40 per 1000 credits
  • 10 concurrent jobs
  • Email support
Starter
$250/mo
694,444 credits
  • $0.36 per 1000 credits
  • 25 concurrent jobs
  • Priority email support
Most Popular
Growth
$500/mo
1,562,500 credits
  • $0.32 per 1000 credits
  • 50 concurrent jobs
  • Slack support
Business
$1,000/mo
3,333,333 credits
  • $0.30 per 1000 credits
  • 100 concurrent jobs
  • Slack support
Enterprise
Custom
Tailored plan
  • Discounted pricing
  • Any concurrency
  • Slack support

Each LLM provider requires different credit amounts per request:

ChatGPT (query fan-out) 7 credits
ChatGPT (web search) 5 credits
ChatGPT (basic) 3 credits
Perplexity 3 credits
Copilot 3 credits
AI Mode 4 credits
AI Overview 3 credits
Google Search 3 credits
Gemini 4 credits

Frequently Asked Questions

Try the best SEO and AI SEO scraper

Monitor your brand and your competitors, at global scale and with the best performance.

Try 500 credits for free

No credit card required.