Example request
Example response
This is the quickest way to verify your API key is healthy — the call costs no credits and returns
200 on success.Credit costs
See pricing for the full breakdown.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check remaining credits, plan, and job quotas.
GET https://v2-api.scrapegraphai.com/api/credits
curl -X GET https://v2-api.scrapegraphai.com/api/credits \
-H "SGAI-APIKEY: $SGAI_API_KEY"
{
"remaining": 750000,
"used": 287,
"plan": "Pro Plan",
"jobs": {
"crawl": { "used": 0, "limit": 50 },
"monitor": { "used": 0, "limit": 100 }
}
}
| Field | Description |
|---|---|
remaining | Credits available for request-based endpoints (scrape, extract, search, crawl pages). |
used | Credits consumed in the current billing cycle. |
plan | Active subscription plan name. |
jobs.crawl.used / .limit | Concurrent crawl jobs active vs. plan cap. |
jobs.monitor.used / .limit | Active monitors vs. plan cap. |
200 on success.| Endpoint | Cost |
|---|---|
scrape | Per-format base cost + +5 with stealth |
extract | 5 + +5 with stealth |
search | 2/result (no prompt) or 5/result (with prompt), times numResults, + +5 with stealth |
crawl | 2 startup + per-page scrape cost |
monitor | Per-format base cost + +5 on change detected |
Was this page helpful?