| CARVIEW |
Select Language
HTTP/2 200
date: Tue, 30 Dec 2025 00:47:37 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
x-download-options: noopen
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
cache-control: max-age=604800, public
etag: W/"fd4bec6e69d5377f947144e82965fb75"
x-request-id: bebf58bc-82e4-4de4-a7a6-f51081b826d9
x-runtime: 0.010101
cf-cache-status: HIT
vary: Accept-Encoding
server: cloudflare
cf-ray: 9b5d86ddff3a741b-BLR
alt-svc: h3=":443"; ma=86400
Account API - SerpApi
Account API
Account API allows you to check the number of searches you made in this month, your plan's monthly limit, your plan's monthly searches left, your account's hourly throughput limit, and if you have an account with no monthly plan then you can also check the remaining credits. Account API is free of charge, and using it will not be counted toward your monthly quota.
You can query https://serpapi.com/account.json using a GET request with these parameters:
API Examples
Account API example
GET
-
https://serpapi.com/account?api_key=SECRET_API_KEY
JSON Example
{
"account_id": "5ac54d6adefb2f1dba1663f5",
"api_key": "SECRET_API_KEY",
"account_email": "demo@serpapi.com",
"plan_id": "bigdata",
"plan_name": "Big Data Plan",
"plan_monthly_price": 250.0,
"searches_per_month": 30000,
"plan_searches_left": 5958,
"extra_credits": 0,
"total_searches_left": 5958,
"this_month_usage": 24042,
"last_hour_searches": 42,
"account_rate_limit_per_hour": 6000
}