Overview

Production workspace · acme-corp

API Calls today
8,421
↑ 12% vs yesterday
Success Rate
99.8%
Last 24 hours
Credits used
3,240
65% of 5,000/mo
Avg Latency
0.84s
↓ 4ms faster
Recent API Requests
Live
MethodEndpointStatusLatencyCredits
GET /v1/serp 200 OK 0.42s 1
GET /v1/page-analysis 200 OK 1.18s 2
POST /v1/pipeline/run 201 0.09s 0
GET /v1/googlebot-fetch 200 OK 2.04s 3
GET /v1/serp 200 OK 0.38s 1
GET /v1/page-analysis 200 OK 0.97s 2
GET /v1/serp 200 OK 0.51s 1
GET /v1/googlebot-fetch 429 0.02s 0
Pipelines
serp-monitor-daily
Active
competitor-pages
Active
backlink-crawler
Paused
Quick Actions

SERP API — Query Builder

# GET /v1/serp
curl https://api.cloudenci.com/v1/serp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G \
  -d "keyword=best vpn" \
  -d "country=us" \
  -d "num=10"

Page Analysis API

curl https://api.cloudenci.com/v1/page-analysis \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G -d "url=https://example.com/page"

Googlebot Fetch API

Returns the fully rendered HTML as Googlebot sees it — JavaScript executed, all resources resolved.

curl https://api.cloudenci.com/v1/googlebot-fetch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G \
  -d "url=https://example.com" \
  -d "device=smartphone"
Response structure
{
  "url": "https://example.com",
  "device": "smartphone",
  "status_code": 200,
  "rendered_html": "<!DOCTYPE html>...",
  "js_executed": true,
  "resources_loaded": 42,
  "render_time_ms": 2040,
  "googlebot_version": "2.1"
}

Automation Pipelines

Scheduled data collection workflows

PipelineScheduleLast runStatusActions
serp-monitor-daily
SERP tracking · 48 keywords
0 6 * * * 2 hours ago Active
competitor-pages
Page extraction · 12 URLs
0 */6 * * * 4 hours ago Active
backlink-crawler
Page scraping · 200 pages/run
0 0 * * 1 6 days ago Paused
ai-training-feed
Structured extraction · webhook
0 12 * * * 14 hours ago Active
Webhook Endpoint Verified

SERP Analysis Tool

Page Structure Analysis

Title tag
Best VPN 2025: Top Picks Tested and Reviewed
Word count
3,847
H1 / H2 / H3
1 / 14 / 22
Schema markup
Article, FAQ, Review
Heading Structure
H1 — Best VPN 2025: Top Picks Tested and Reviewed
H2 — Why You Need a VPN
H2 — How We Tested These VPNs
H2 — The Best VPN Services of 2025
H3 — ExpressVPN: Best Overall
H3 — NordVPN: Best for Security

Googlebot View

Rendered HTML (as Googlebot sees it)
200 OK 2.04s · JS executed
<!-- Rendered by Googlebot 2.1 · smartphone · 2.04s -->
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Best VPN 2025 — Reviewed & Ranked</title>
  <meta name="description" content="Our experts tested 40+ VPNs...">
  <!-- JS-rendered meta tags resolved -->
  <link rel="canonical" href="https://example.com/best-vpn">
</head>
<body>
  <!-- React app fully rendered -->
  <main id="root">
    <h1>Best VPN 2025</h1>
    <article itemscope itemtype="Article">
      ...
    </article>
  </main>
</body></html>

API Keys

Manage keys for production and development

NameKeyLast usedStatusActions
Production
Created Mar 1, 2025
cle_prod_••••••••3f2a
2 hours ago Active
Development
Created Feb 12, 2025
cle_dev_••••••••9c1b
3 days ago Active
Usage in requests
# Include your key in the Authorization header
Authorization: Bearer cle_prod_8x9zA1bQk3f2a

Usage & Quotas

Resets April 1, 2025 · Pro plan · 5,000 credits/mo

SERP API 1,820 / 5,000
36% used · 3,180 remaining
Page API 940 / 2,000
47% used · 1,060 remaining
Googlebot API 420 / 500
84% used — running low
Pipelines 4 / 10
4 active pipelines
API calls — last 7 days Total: 41,240
Mon
Tue
Wed
Thu
Fri
Sat
Sun

Billing

Pro Plan Current
$79/mo

Next billing: April 1, 2025 · Visa ••••6411

SERP requests
5,000/mo
Page analyses
2,000/mo
Pipelines
10 active
Invoices
March 2025 $79.00 Paid
February 2025 $79.00 Paid
January 2025 $29.00 Paid

Settings

Profile
Notifications
Danger Zone
Delete workspace
This will permanently delete all data and pipelines
Copied!