Risetive
Spot AI opportunities and growth stack: traffic, growth, SEO and AI visibility on 30000+ AI products
Should I use this
Quality & Safety
Findings (2)
- LOWin risetive_search_jev
- LOWin risetive_home_rankings
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mcp": {
"url": "https://risetive.com/mcp"
}
}
}Remote endpoints
https://risetive.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (14)
🟢risetive_search_jev(need)
Match one concise need to up to five current Jev projects and return their public details.
Input Schema
{
"type": "object",
"properties": {
"need": {
"type": "string",
"minLength": 1,
"maxLength": 280
}
},
"required": [
"need"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"need": {
"type": "string"
},
"catalogPublishedAt": {
"type": "string"
},
"matches": {
"maxItems": 5,
"type": "array",
"items": {
"type": "object",
"properties": {
"resourceId": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"use": {
"type": "string"
},
"category": {
"type": "string"
},
"projectUrl": {
"type": "string",
"format": "uri"
},
"sourceUrl": {
"type": "string",
"format": "uri"
},
"score": {
"anyOf": [
{
"type": "number",
"minimum": 0,
"maximum": 1
},
{
"type": "null"
}
]
},
"firstAdmissionAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"admissionMeaning": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"license": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"resourceId",
"name",
"description",
"use",
"category",
"projectUrl",
"sourceUrl",
"score",
"firstAdmissionAt",
"admissionMeaning",
"license"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"need",
"catalogPublishedAt",
"matches",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_jev_whats_new
Return up to ten Jev projects with a confirmed first catalog-admission record, newest first.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"catalogPublishedAt": {
"type": "string"
},
"ordering": {
"type": "string"
},
"projects": {
"maxItems": 10,
"type": "array",
"items": {
"type": "object",
"properties": {
"resourceId": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"use": {
"type": "string"
},
"category": {
"type": "string"
},
"projectUrl": {
"type": "string",
"format": "uri"
},
"sourceUrl": {
"type": "string",
"format": "uri"
},
"score": {
"anyOf": [
{
"type": "number",
"minimum": 0,
"maximum": 1
},
{
"type": "null"
}
]
},
"firstAdmissionAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"admissionMeaning": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"license": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"resourceId",
"name",
"description",
"use",
"category",
"projectUrl",
"sourceUrl",
"score",
"firstAdmissionAt",
"admissionMeaning",
"license"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"catalogPublishedAt",
"ordering",
"projects",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_find_market(query)
Find up to five current public markets matching a product description or idea, with bounded market evidence.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 160
}
},
"required": [
"query"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"matches": {
"maxItems": 5,
"type": "array",
"items": {
"type": "object",
"properties": {
"market": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"definition": {
"type": "string"
}
},
"required": [
"slug",
"name",
"definition"
],
"additionalProperties": false
},
"match": {
"type": "string",
"enum": [
"exact",
"prefix",
"substring",
"approximate"
]
},
"metrics": {
"type": "object",
"properties": {
"publicProducts": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"monthlyOrganicTrafficTotal": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"monthlyOrganicTrafficMedian": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"organicTrafficTopThreeShare": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"chargingShare": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"domainRankMedian": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
}
},
"required": [
"publicProducts",
"monthlyOrganicTrafficTotal",
"monthlyOrganicTrafficMedian",
"organicTrafficTopThreeShare",
"chargingShare",
"domainRankMedian"
],
"additionalProperties": false
},
"growth": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"cohortSize": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"startMonth": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"endMonth": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"startTraffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"endTraffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"changePercent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean",
"const": true
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"cohortSize",
"startMonth",
"endMonth",
"startTraffic",
"endTraffic",
"changePercent",
"estimated",
"observedAt",
"reason"
],
"additionalProperties": false
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"market",
"match",
"metrics",
"growth",
"source"
],
"additionalProperties": false
}
}
},
"required": [
"query",
"matches"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_market_players(market)
Return up to eight representative public products for one market; no pagination or full-corpus export.
Input Schema
{
"type": "object",
"properties": {
"market": {
"type": "string",
"minLength": 1,
"maxLength": 160
}
},
"required": [
"market"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"market": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"definition": {
"type": "string"
}
},
"required": [
"slug",
"name",
"definition"
],
"additionalProperties": false
},
"ordering": {
"type": "string"
},
"players": {
"maxItems": 8,
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"summary": {
"type": "string"
},
"group": {
"type": "string",
"enum": [
"top",
"reg"
]
},
"admittedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"admissionMeaning": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"monthlyOrganicTraffic": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"domainRank": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"referringDomains": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"pricing": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"status": {
"type": "string",
"enum": [
"paid",
"gated",
"free",
"unknown"
]
},
"startingPriceUsdMonthly": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"model": {
"anyOf": [
{
"type": "string",
"enum": [
"subscription",
"one-time",
"usage",
"mixed"
]
},
{
"type": "null"
}
]
},
"checkedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"status",
"startingPriceUsdMonthly",
"model",
"checkedAt",
"sourceUrl",
"reason"
],
"additionalProperties": false
},
"sourceUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"id",
"name",
"domain",
"summary",
"group",
"admittedAt",
"admissionMeaning",
"dataAsOf",
"monthlyOrganicTraffic",
"domainRank",
"referringDomains",
"pricing",
"sourceUrl"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"market",
"ordering",
"players",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_product_profile(domain)
Read one public product identity, primary market, Standard Data metrics, pricing evidence and market position by domain.
Input Schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"minLength": 1,
"maxLength": 253
}
},
"required": [
"domain"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"product": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"type": "string"
},
"group": {
"type": "string",
"enum": [
"top",
"reg"
]
},
"websiteRegistrationDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"id",
"name",
"domain",
"description",
"status",
"group",
"websiteRegistrationDate"
],
"additionalProperties": false
},
"market": {
"anyOf": [
{
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"definition": {
"type": "string"
}
},
"required": [
"slug",
"name",
"definition"
],
"additionalProperties": false
},
{
"type": "null"
}
]
},
"marketPosition": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"topPlayerRank": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"topPlayerRank",
"reason"
],
"additionalProperties": false
},
"metrics": {
"type": "object",
"properties": {
"monthlyOrganicTrafficGlobal": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"monthlyOrganicTrafficUs": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"domainRank": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"backlinks": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"referringDomains": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
}
},
"required": [
"monthlyOrganicTrafficGlobal",
"monthlyOrganicTrafficUs",
"domainRank",
"backlinks",
"referringDomains"
],
"additionalProperties": false
},
"pricing": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"status": {
"type": "string",
"enum": [
"paid",
"gated",
"free",
"unknown"
]
},
"startingPriceUsdMonthly": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"model": {
"anyOf": [
{
"type": "string",
"enum": [
"subscription",
"one-time",
"usage",
"mixed"
]
},
{
"type": "null"
}
]
},
"checkedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"status",
"startingPriceUsdMonthly",
"model",
"checkedAt",
"sourceUrl",
"reason"
],
"additionalProperties": false
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"product",
"market",
"marketPosition",
"metrics",
"pricing",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_new_entrants(market)
Return up to ten public products most recently admitted to Risetive in one market; admission is not a launch date.
Input Schema
{
"type": "object",
"properties": {
"market": {
"type": "string",
"minLength": 1,
"maxLength": 160
}
},
"required": [
"market"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"market": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"definition": {
"type": "string"
}
},
"required": [
"slug",
"name",
"definition"
],
"additionalProperties": false
},
"ordering": {
"type": "string"
},
"admissionMeaning": {
"type": "string"
},
"entrants": {
"maxItems": 10,
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"summary": {
"type": "string"
},
"group": {
"type": "string",
"enum": [
"top",
"reg"
]
},
"admittedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"admissionMeaning": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"monthlyOrganicTraffic": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"domainRank": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"referringDomains": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"unit": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean"
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"value",
"unit",
"estimated",
"observedAt",
"readAt",
"reason"
],
"additionalProperties": false
},
"pricing": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"available",
"unknown",
"not-collected",
"failed",
"confirmed-empty"
]
},
"status": {
"type": "string",
"enum": [
"paid",
"gated",
"free",
"unknown"
]
},
"startingPriceUsdMonthly": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"model": {
"anyOf": [
{
"type": "string",
"enum": [
"subscription",
"one-time",
"usage",
"mixed"
]
},
{
"type": "null"
}
]
},
"checkedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"state",
"status",
"startingPriceUsdMonthly",
"model",
"checkedAt",
"sourceUrl",
"reason"
],
"additionalProperties": false
},
"sourceUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"id",
"name",
"domain",
"summary",
"group",
"admittedAt",
"admissionMeaning",
"dataAsOf",
"monthlyOrganicTraffic",
"domainRank",
"referringDomains",
"pricing",
"sourceUrl"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"market",
"ordering",
"admissionMeaning",
"entrants",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_keyword_research
Search the public keyword ranking, inspect one keyword, or read saved keyword evidence for one public product. Search page 1 is anonymous; later search pages require Clerk OAuth.
Input Schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "search"
},
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"sort": {
"default": "cpc",
"type": "string",
"enum": [
"cpc",
"volume",
"sites"
]
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
}
},
"required": [
"mode"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "detail"
},
"keyword": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
},
"required": [
"mode",
"keyword"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "product"
},
"domain": {
"type": "string",
"minLength": 1,
"maxLength": 253
},
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"sort": {
"default": "traffic",
"type": "string",
"enum": [
"traffic",
"position",
"volume",
"cpc"
]
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
}
},
"required": [
"mode",
"domain"
],
"additionalProperties": false
}
]
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"oneOf": [
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "search"
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sort": {
"type": "string",
"enum": [
"cpc",
"volume",
"sites"
]
},
"page": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"pageSize": {
"type": "number",
"const": 50
},
"total": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"totalPages": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"keywords": {
"maxItems": 50,
"type": "array",
"items": {
"type": "object",
"properties": {
"keyword": {
"type": "string"
},
"volume": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"cpc": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"competition": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"siteCount": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"sourceUrl": {
"type": "string",
"format": "uri"
},
"sampleDomains": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"productUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
}
},
"required": [
"domain",
"productUrl"
],
"additionalProperties": false
}
}
},
"required": [
"keyword",
"volume",
"cpc",
"competition",
"siteCount",
"sourceUrl",
"sampleDomains"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"mode",
"query",
"sort",
"page",
"pageSize",
"total",
"totalPages",
"keywords",
"source"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "detail"
},
"keyword": {
"type": "string"
},
"volume": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"cpc": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"competition": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"siteCount": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"competitors": {
"maxItems": 50,
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"productUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"position": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"trafficGlobal": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"changePct": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"registeredAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"domain",
"productUrl",
"position",
"trafficGlobal",
"category",
"description",
"changePct",
"registeredAt"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"mode",
"keyword",
"volume",
"cpc",
"competition",
"siteCount",
"competitors",
"source"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"product": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
}
},
"required": [
"id",
"name",
"domain"
],
"additionalProperties": false
},
"coverageStatus": {
"type": "string",
"enum": [
"not-collected",
"available",
"empty",
"incomplete",
"failed",
"query-error"
]
},
"sampleScope": {
"type": "string"
},
"owners": {
"type": "array",
"items": {
"type": "object",
"properties": {
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"marketRank": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"status": {
"type": "string",
"enum": [
"not-collected",
"available",
"empty",
"incomplete",
"failed"
]
},
"savedRows": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"evidenceObservedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"evidenceCollectedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"latestObservedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"usingEarlierEvidence": {
"type": "boolean"
}
},
"required": [
"productId",
"name",
"domain",
"marketRank",
"status",
"savedRows",
"evidenceObservedAt",
"evidenceCollectedAt",
"latestObservedAt",
"usingEarlierEvidence"
],
"additionalProperties": false
}
},
"page": {
"type": "object",
"properties": {
"page": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"pageSize": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"totalRows": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"totalPages": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"from": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"to": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"page",
"pageSize",
"totalRows",
"totalPages",
"from",
"to"
],
"additionalProperties": false
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
},
"mode": {
"type": "string",
"const": "product"
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sort": {
"type": "string",
"enum": [
"traffic",
"position",
"volume",
"cpc"
]
},
"rows": {
"maxItems": 20,
"type": "array",
"items": {
"type": "object",
"properties": {
"owner": {
"type": "object",
"properties": {
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"marketRank": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
}
},
"required": [
"productId",
"name",
"domain",
"marketRank"
],
"additionalProperties": false
},
"keyword": {
"type": "string"
},
"position": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"searchVolume": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"cpcUsd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"estimatedTraffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"rankingUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"evidence": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"collectedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"geography": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sample": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"source",
"sourceUrl",
"observedAt",
"collectedAt",
"readAt",
"geography",
"language",
"sample"
],
"additionalProperties": false
}
},
"required": [
"owner",
"keyword",
"position",
"searchVolume",
"cpcUsd",
"estimatedTraffic",
"rankingUrl",
"evidence"
],
"additionalProperties": false
}
}
},
"required": [
"product",
"coverageStatus",
"sampleScope",
"owners",
"page",
"source",
"mode",
"query",
"sort",
"rows"
],
"additionalProperties": false
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_backlink_research
Search public backlink channels, inspect one channel, or read saved backlink evidence for one public product. Search page 1 is anonymous; later search pages require Clerk OAuth.
Input Schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "search"
},
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"sort": {
"default": "links",
"type": "string",
"enum": [
"links",
"rank",
"traffic",
"dofollow"
]
},
"submission": {
"type": "string",
"enum": [
"open",
"paid",
"editorial",
"unknown"
]
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
}
},
"required": [
"mode"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "detail"
},
"domain": {
"type": "string",
"minLength": 1,
"maxLength": 253
}
},
"required": [
"mode",
"domain"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "product"
},
"domain": {
"type": "string",
"minLength": 1,
"maxLength": 253
},
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"sort": {
"default": "sample",
"type": "string",
"enum": [
"sample",
"rank",
"recent"
]
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
}
},
"required": [
"mode",
"domain"
],
"additionalProperties": false
}
]
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"oneOf": [
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "search"
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sort": {
"type": "string",
"enum": [
"links",
"rank",
"traffic",
"dofollow"
]
},
"submission": {
"anyOf": [
{
"type": "string",
"enum": [
"open",
"paid",
"editorial",
"unknown"
]
},
{
"type": "null"
}
]
},
"page": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"pageSize": {
"type": "number",
"const": 50
},
"total": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"totalPages": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"backlinks": {
"maxItems": 50,
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"linksTo": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"rank": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"traffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"dofollow": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"submissionType": {
"type": "string"
},
"submitUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"organicShare": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"sourceUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"domain",
"linksTo",
"rank",
"traffic",
"dofollow",
"submissionType",
"submitUrl",
"organicShare",
"sourceUrl"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"mode",
"query",
"sort",
"submission",
"page",
"pageSize",
"total",
"totalPages",
"backlinks",
"source"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"const": "detail"
},
"domain": {
"type": "string"
},
"rank": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"linksTo": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"submissionType": {
"type": "string"
},
"submitUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"submissionSourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"targets": {
"maxItems": 50,
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": {
"type": "string"
},
"productUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dofollow": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"domain",
"productUrl",
"category",
"dofollow"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"mode",
"domain",
"rank",
"linksTo",
"submissionType",
"submitUrl",
"submissionSourceUrl",
"targets",
"source"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"product": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
}
},
"required": [
"id",
"name",
"domain"
],
"additionalProperties": false
},
"coverageStatus": {
"type": "string",
"enum": [
"not-collected",
"available",
"empty",
"incomplete",
"failed",
"query-error"
]
},
"sampleScope": {
"type": "string"
},
"owners": {
"type": "array",
"items": {
"type": "object",
"properties": {
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"marketRank": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"status": {
"type": "string",
"enum": [
"not-collected",
"available",
"empty",
"incomplete",
"failed"
]
},
"savedRows": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"evidenceObservedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"evidenceCollectedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"latestObservedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"usingEarlierEvidence": {
"type": "boolean"
}
},
"required": [
"productId",
"name",
"domain",
"marketRank",
"status",
"savedRows",
"evidenceObservedAt",
"evidenceCollectedAt",
"latestObservedAt",
"usingEarlierEvidence"
],
"additionalProperties": false
}
},
"page": {
"type": "object",
"properties": {
"page": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"pageSize": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"totalRows": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"totalPages": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"from": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"to": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"page",
"pageSize",
"totalRows",
"totalPages",
"from",
"to"
],
"additionalProperties": false
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
},
"mode": {
"type": "string",
"const": "product"
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sort": {
"type": "string",
"enum": [
"sample",
"rank",
"recent"
]
},
"rows": {
"maxItems": 20,
"type": "array",
"items": {
"type": "object",
"properties": {
"owner": {
"type": "object",
"properties": {
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"marketRank": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
}
},
"required": [
"productId",
"name",
"domain",
"marketRank"
],
"additionalProperties": false
},
"sourceDomain": {
"type": "string"
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"targetUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"samplePosition": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"backlinks": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"domainRank": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"pageRank": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"anchor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"itemType": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"attributes": {
"type": "array",
"items": {
"type": "string"
}
},
"isDofollow": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
},
"firstSeen": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"lastSeen": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"evidence": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"sourceUrl": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "null"
}
]
},
"observedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"collectedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"geography": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sample": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"source",
"sourceUrl",
"observedAt",
"collectedAt",
"readAt",
"geography",
"language",
"sample"
],
"additionalProperties": false
}
},
"required": [
"owner",
"sourceDomain",
"sourceUrl",
"targetUrl",
"samplePosition",
"backlinks",
"domainRank",
"pageRank",
"anchor",
"itemType",
"attributes",
"isDofollow",
"firstSeen",
"lastSeen",
"evidence"
],
"additionalProperties": false
}
}
},
"required": [
"product",
"coverageStatus",
"sampleScope",
"owners",
"page",
"source",
"mode",
"query",
"sort",
"rows"
],
"additionalProperties": false
}
]
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_published_insights
Return up to twelve latest published product and market insight cards with their full public content. Drafts and review previews are excluded.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"cards": {
"maxItems": 12,
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"insightDate": {
"type": "string"
},
"publishedAt": {
"type": "string"
},
"sourceUrl": {
"type": "string",
"format": "uri"
},
"card": {
"type": "object",
"properties": {
"schemaVersion": {
"type": "number",
"const": 1
},
"kind": {
"type": "string",
"enum": [
"market",
"product"
]
},
"signalType": {
"type": "string",
"enum": [
"market_movement",
"market_concentration",
"product_breakout"
]
},
"title": {
"type": "string",
"minLength": 1
},
"summary": {
"type": "string",
"minLength": 1
},
"metric": {
"type": "object",
"properties": {
"value": {
"type": "string",
"minLength": 1
},
"label": {
"type": "string",
"minLength": 1
}
},
"required": [
"value",
"label"
],
"additionalProperties": false
},
"takeaway": {
"anyOf": [
{
"type": "string",
"minLength": 1
},
{
"type": "object",
"properties": {
"productLesson": {
"type": "string",
"minLength": 80,
"maxLength": 520
},
"growthLesson": {
"type": "string",
"minLength": 80,
"maxLength": 520
},
"competitionAssessment": {
"type": "string",
"minLength": 80,
"maxLength": 520
}
},
"required": [
"productLesson",
"growthLesson",
"competitionAssessment"
],
"additionalProperties": false
}
]
},
"examples": {
"minItems": 1,
"maxItems": 3,
"type": "array",
"items": {
"type": "object",
"properties": {
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"domain": {
"type": "string",
"minLength": 1
},
"name": {
"type": "string",
"minLength": 1
},
"purpose": {
"type": "string",
"minLength": 1
}
},
"required": [
"productId",
"domain",
"name",
"purpose"
],
"additionalProperties": false
}
},
"href": {
"type": "string",
"pattern": "^\\/.*"
},
"comparison": {
"type": "object",
"properties": {
"currentMonth": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"previousMonth": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"observedAt": {
"anyOf": [
{
"type": "string",
"format": "date-time",
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
},
{
"type": "null"
}
]
}
},
"required": [
"currentMonth",
"previousMonth",
"observedAt"
],
"additionalProperties": false
},
"sourceNote": {
"type": "string",
"minLength": 1
},
"researchFinding": {
"type": "string",
"minLength": 1,
"maxLength": 360
},
"sources": {
"maxItems": 3,
"type": "array",
"items": {
"type": "object",
"properties": {
"label": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"url": {
"type": "string",
"format": "uri"
}
},
"required": [
"label",
"url"
],
"additionalProperties": false
}
}
},
"required": [
"schemaVersion",
"kind",
"signalType",
"title",
"summary",
"metric",
"takeaway",
"examples",
"href",
"comparison",
"sourceNote"
],
"additionalProperties": false
}
},
"required": [
"id",
"insightDate",
"publishedAt",
"sourceUrl",
"card"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"cards",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_home_rankings
Return the current homepage product-growth and market-opportunity rankings with their actual comparison window and public detail links.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"productGrowth": {
"oneOf": [
{
"type": "object",
"properties": {
"status": {
"type": "string",
"const": "available"
},
"currentWeek": {
"type": "string"
},
"previousWeek": {
"type": "string"
},
"collectedAt": {
"type": "string"
},
"isCurrentWeek": {
"type": "boolean"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"rank": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"productId": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"domain": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"marketSlug": {
"type": "string"
},
"marketName": {
"type": "string"
},
"currentTraffic": {
"type": "number"
},
"previousTraffic": {
"type": "number"
},
"absoluteGrowth": {
"type": "number"
},
"growthPercent": {
"type": "number"
},
"estimated": {
"type": "boolean",
"const": true
},
"productUrl": {
"type": "string",
"format": "uri"
},
"marketUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"rank",
"productId",
"domain",
"name",
"description",
"marketSlug",
"marketName",
"currentTraffic",
"previousTraffic",
"absoluteGrowth",
"growthPercent",
"estimated",
"productUrl",
"marketUrl"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
},
"cache": {
"type": "object",
"properties": {
"computedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stale": {
"type": "boolean"
},
"lastRefreshStatus": {
"anyOf": [
{
"type": "string",
"enum": [
"success",
"failed",
"skipped"
]
},
{
"type": "null"
}
]
}
},
"required": [
"computedAt",
"sourceAsOf",
"stale",
"lastRefreshStatus"
],
"additionalProperties": false
}
},
"required": [
"status",
"currentWeek",
"previousWeek",
"collectedAt",
"isCurrentWeek",
"rows",
"source",
"cache"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"no-window",
"failed"
]
},
"message": {
"type": "string"
},
"rows": {
"type": "array",
"prefixItems": []
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
},
"cache": {
"type": "object",
"properties": {
"computedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stale": {
"type": "boolean"
},
"lastRefreshStatus": {
"anyOf": [
{
"type": "string",
"enum": [
"success",
"failed",
"skipped"
]
},
{
"type": "null"
}
]
}
},
"required": [
"computedAt",
"sourceAsOf",
"stale",
"lastRefreshStatus"
],
"additionalProperties": false
}
},
"required": [
"status",
"message",
"rows",
"source",
"cache"
],
"additionalProperties": false
}
]
},
"marketOpportunities": {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"available",
"empty",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"total": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"rows": {
"maxItems": 20,
"type": "array",
"items": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"rank": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"totalTraffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"topThreeTraffic": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"opennessRatio": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"topThreeShare": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"estimated": {
"type": "boolean",
"const": true
},
"marketUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"slug",
"name",
"rank",
"totalTraffic",
"topThreeTraffic",
"opennessRatio",
"topThreeShare",
"estimated",
"marketUrl"
],
"additionalProperties": false
}
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
},
"cache": {
"type": "object",
"properties": {
"computedAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"sourceAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"stale": {
"type": "boolean"
},
"lastRefreshStatus": {
"anyOf": [
{
"type": "string",
"enum": [
"success",
"failed",
"skipped"
]
},
{
"type": "null"
}
]
}
},
"required": [
"computedAt",
"sourceAsOf",
"stale",
"lastRefreshStatus"
],
"additionalProperties": false
}
},
"required": [
"status",
"message",
"total",
"rows",
"source",
"cache"
],
"additionalProperties": false
}
},
"required": [
"productGrowth",
"marketOpportunities"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_growth_tools(group, query, page, tool)
List current growth-task categories and return a bounded page of matching public tools, with optional category, text, and exact-tool selection.
Input Schema
{
"type": "object",
"properties": {
"group": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"query": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"page": {
"default": 1,
"type": "integer",
"minimum": 1,
"maximum": 1000
},
"tool": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"confirmed-empty",
"rate-limited",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"retryAfterSeconds": {
"anyOf": [
{
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"total": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"sourceUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"slug",
"name",
"total",
"sourceUrl"
],
"additionalProperties": false
}
},
"allTotal": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"scopeTotal": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"total": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"page": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"pageSize": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"group": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"homepageUrl": {
"type": "string",
"format": "uri"
},
"summary": {
"type": "string"
},
"groupSlug": {
"type": "string"
},
"groupName": {
"type": "string"
},
"marketSlug": {
"type": "string"
},
"marketName": {
"type": "string"
},
"pricingStatus": {
"type": "string",
"enum": [
"paid",
"gated",
"free",
"unknown"
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"pricingModel": {
"anyOf": [
{
"type": "string",
"enum": [
"subscription",
"one-time",
"usage",
"mixed"
]
},
{
"type": "null"
}
]
},
"trafficGlobal": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productUrl": {
"type": "string",
"format": "uri"
},
"marketUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"id",
"name",
"domain",
"homepageUrl",
"summary",
"groupSlug",
"groupName",
"marketSlug",
"marketName",
"pricingStatus",
"price",
"pricingModel",
"trafficGlobal",
"productUrl",
"marketUrl"
],
"additionalProperties": false
}
},
"selected": {
"anyOf": [
{
"type": "object",
"properties": {
"id": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"homepageUrl": {
"type": "string",
"format": "uri"
},
"summary": {
"type": "string"
},
"groupSlug": {
"type": "string"
},
"groupName": {
"type": "string"
},
"marketSlug": {
"type": "string"
},
"marketName": {
"type": "string"
},
"pricingStatus": {
"type": "string",
"enum": [
"paid",
"gated",
"free",
"unknown"
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"pricingModel": {
"anyOf": [
{
"type": "string",
"enum": [
"subscription",
"one-time",
"usage",
"mixed"
]
},
{
"type": "null"
}
]
},
"trafficGlobal": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"productUrl": {
"type": "string",
"format": "uri"
},
"marketUrl": {
"type": "string",
"format": "uri"
}
},
"required": [
"id",
"name",
"domain",
"homepageUrl",
"summary",
"groupSlug",
"groupName",
"marketSlug",
"marketName",
"pricingStatus",
"price",
"pricingModel",
"trafficGlobal",
"productUrl",
"marketUrl"
],
"additionalProperties": false
},
{
"type": "null"
}
]
},
"source": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"dataAsOf": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"readAt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"period": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"url",
"dataAsOf",
"readAt",
"period"
],
"additionalProperties": false
}
},
"required": [
"groups",
"allTotal",
"scopeTotal",
"total",
"page",
"pageSize",
"group",
"query",
"items",
"selected",
"source"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"retryAfterSeconds",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟡risetive_save_item
Save one current public item for the authenticated Clerk user. Use a market slug, a product id from a Risetive product tool, or a Jev resourceId as key.
Input Schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "market"
},
"key": {
"type": "string",
"minLength": 1,
"maxLength": 256,
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
}
},
"required": [
"kind",
"key"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "product"
},
"key": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
}
},
"required": [
"kind",
"key"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "jev-project"
},
"key": {
"type": "string",
"minLength": 1,
"maxLength": 256
}
},
"required": [
"kind",
"key"
],
"additionalProperties": false
}
]
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
}
},
"required": [
"id"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🟢risetive_list_saved_items
List the authenticated Clerk user's saved markets, products, and Jev projects.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"oneOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"kind": {
"type": "string",
"enum": [
"market",
"product",
"jev-project"
]
},
"state": {
"type": "string",
"const": "available"
},
"name": {
"type": "string"
},
"href": {
"type": "string"
}
},
"required": [
"id",
"kind",
"state",
"name",
"href"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
},
"kind": {
"type": "string",
"enum": [
"market",
"product",
"jev-project"
]
},
"state": {
"type": "string",
"const": "unavailable"
}
},
"required": [
"id",
"kind",
"state"
],
"additionalProperties": false
}
]
}
}
},
"required": [
"items"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}🔴risetive_remove_saved_item(savedItemId)
Remove one saved-item relation owned by the authenticated Clerk user.
Input Schema
{
"type": "object",
"properties": {
"savedItemId": {
"type": "string",
"pattern": "^[1-9][0-9]{0,18}$"
}
},
"required": [
"savedItemId"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"ok",
"not-found",
"timeout",
"failed"
]
},
"message": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"data": {
"anyOf": [
{
"type": "object",
"properties": {
"removed": {
"type": "boolean"
}
},
"required": [
"removed"
],
"additionalProperties": false
},
{
"type": "null"
}
]
}
},
"required": [
"status",
"message",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false
}Community
Evidence