AnyAPI instagram.post_comments (Instagram Post Comments)
https://api.getanyapi.com/v1/run/instagram.post_commentsOverview
AnyAPI instagram.post_comments (Instagram Post Comments)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
getanyapi
Source
bazaar
Indexed
2026-07-09 21:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cursor": {
"description": "Pagination cursor from a previous response's nextCursor.",
"type": "string"
},
"url": {
"description": "Full Instagram post or reel URL.",
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"comments": {
"description": "Populated whenever the provider has data for the entity.",
"items": {
"properties": {
"author": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"createdUtc": {
"description": "UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.",
"type": "number",
"x-anyapi-must-populate": true
},
"id": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"likes": {
"type": "integer"
},
"text": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"verified": {
"type": "boolean"
}
},
"required": [
"id",
"text",
"author",
"verified",
"likes",
"createdUtc"
],
"type": "object"
},
"type": "array",
"x-anyapi-must-populate": true
}
},
"required": [
"comments"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Instagram post comments output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}