Checks whether ChatGPT would search the web for one prompt and whether its first
Checks whether ChatGPT would search the web for one prompt and whether its first search query names any of your supplied brand or product terms (whole-word match). Use it to gate a prompt before spending on citation_tracker_check. Paid, $0.20/call; read-only and safe to retry.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
486 msmedian answer time
$0.2listed price per call
$0.2price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://citation-tracker.pixelcove.co/v1/shortlist-gate
| Category | Commerce and shopping |
|---|---|
| Provider host | citation-tracker.pixelcove.co |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.2 | 486 ms |
Example input (from the provider)
{
"body": {
"brand_terms": [
"example.com"
],
"prompt": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"brand_terms": {
"description": "1 to 20 brand terms to look for in the first search query.",
"items": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"maxItems": 20,
"minItems": 1,
"type": "array"
},
"product_terms": {
"default": [],
"description": "0 to 50 product terms to look for in the first search query.",
"items": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"maxItems": 50,
"minItems": 0,
"type": "array"
},
"prompt": {
"description": "The prompt to send to the search assistant(s), verbatim. 1 to 4000 characters.",
"maxLength": 4000,
"minLength": 1,
"type": "string"
}
},
"required": [
"prompt",
"brand_terms"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}