The scraper for SEO and AI SEO
No credit card required.
Example Request
POSTcurl -X POST https://api.cloro.dev/v1/monitor/chatgpt \\
-H "Authorization: Bearer sk_live_your_api_key_here" \\
-H "Content-Type: application/json" \\
-d '{
"prompt": "What do you know about Tesla's latest updates?",
"country": "US",
"include": {
"markdown": true
}
}' Response
22.1s{
"success": true,
"result": {
"text": "...",
"sources": [],
"html": "...",
"markdown": "...",
"searchQueries": [],
"shoppingCards": [],
"entities": []
}
}