Get the real user interface results, with organic results, people also ask, related searches and AI overview, in markdown or other formats, at any scale.
curl -X POST https://api.cloro.dev/v1/monitor/google-search \
-H "Authorization: Bearer sk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"query": "best coffee shops",
"city": "New York",
"country": "US",
"pages": 1,
"include": {
"html": true,
"aioverview": true
}
}' {
"success": true,
"result": {
"organicResults": [],
"peopleAlsoAsk": [],
"relatedSearches": [],
"aioverview": {
"text": "...",
"sources": []
}
}
}
Currently supporting the major SEO and AI SEO providers.
Ready for any scale, across multiple regions.
Direct LLM API integration has hidden costs and difficult scalability.
Google Search API responses are nothing like the UI.
Google Search API doesn't give the tools to influence SEO.
Each AI provider requires separate API integration, creating technical overhead.
Token-based pricing varies by model and provider, making costs unpredictable.
Easily extract markdown, text or HTML. We parse the relevant objects of each response, such sources, citations, query fan-out, shopping and others.
import requests
response = requests.post(
"https://api.cloro.dev/v1/monitor/google-search",
headers={
"Authorization": "Bearer sk_live_your_api_key_here",
"Content-Type": "application/json"
},
json={
"query": "best coffee shops",
"city": "New York",
"country": "US",
"pages": 1,
"include": {
"html": True,
"aioverview": True
}
}
)
print(response.json()) {
"success": true,
"result": {
"organicResults": [
{
"position": 1,
"title": "15 Best Coffee Shops in NYC (2024) - Local's Guide",
"link": "https://nycguides.com/best-coffee-shops-2024",
"displayedLink": "nycguides.com",
"snippet": "A comprehensive guide to...",
"page": 1
}
],
"peopleAlsoAsk": [
{
"question": "What is the most famous coffee shop in NYC?",
"type": "LINK",
"title": "The 10 Most Iconic NYC Coffee Shops of All Time",
"link": "https://nytimes.com/nyc-iconic-coffee-shops",
"snippet": "From historic institutions..."
}
],
"relatedSearches": [
{
"query": "best coffee shops brooklyn",
"link": "https://google.com/search?q=best+coffee+shops+brooklyn"
}
],
"aioverview": {
"text": "New York City has some of the best...",
"sources": [
{
"position": 1,
"url": "https://sprudge.com/nyc-coffee-guide",
"label": "Sprudge NYC Coffee Guide",
"description": "Comprehensive guide to specialty..."
}
]
}
}
}
All plans allow overages when credits are exceeded,
with extra
credits paid in the following invoice.
Each LLM provider requires different credit amounts per request:
Monitor your brand and your competitors, at global scale and with the best performance.
No credit card required.