SpyFu · Schema
SpyFu Account API Schemas
JSON Schema definitions for SpyFu Account API API responses
SEOPPCCompetitive IntelligenceKeyword ResearchAd HistoryBacklinksDomain AnalyticsSERP
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SpyFu Account API Schemas",
"description": "JSON Schema definitions for SpyFu Account API API responses",
"definitions": {
"AccountApi_GetApiUsageForMonth_GET": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API monthly usage",
"description": "Returns stats for API usage.",
"type": "array",
"items": {
"type": "object",
"properties": {
"month": {
"type": "string",
"format": "date-time"
},
"serviceLevelName": {
"type": [
"string",
"null"
]
},
"requestCount": {
"type": "integer",
"format": "int32"
},
"rowsReturned": {
"type": "integer",
"format": "int32"
},
"baseUnits": {
"type": "integer",
"format": "int32"
},
"unitsUsed": {
"type": "integer",
"format": "int32"
},
"finalCost": {
"type": "number",
"format": "double"
},
"isPaid": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"AccountApi_GetApiUsageForMonthByDay_GET": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API daily usage",
"description": "Returns stats for API usage.",
"type": "array",
"items": {
"type": "object",
"properties": {
"month": {
"type": "string",
"format": "date-time"
},
"serviceLevelName": {
"type": [
"string",
"null"
]
},
"requestCount": {
"type": "integer",
"format": "int32"
},
"rowsReturned": {
"type": "integer",
"format": "int32"
},
"baseUnits": {
"type": "integer",
"format": "int32"
},
"unitsUsed": {
"type": "integer",
"format": "int32"
},
"finalCost": {
"type": "number",
"format": "double"
},
"isPaid": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"AccountApi_GetApiUsageForMonthByMethod_GET": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API monthly usage by method",
"description": "Returns stats for API usage.",
"type": "array",
"items": {
"type": "object",
"properties": {
"day": {
"type": "string",
"format": "date-time"
},
"requestCount": {
"type": "integer",
"format": "int32"
},
"rowsReturned": {
"type": "integer",
"format": "int32"
},
"unitsPerRow": {
"type": "integer",
"format": "int32"
},
"unitsUsed": {
"type": "integer",
"format": "int32"
},
"apiMethod": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/spyfu-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.