grov: Instagram Likes
grov: Instagram Likes. ⌚️ Start Time: 0-6h⚠️ The post and its account must be public, or the order will not start.🔗 Link Example: https://www.instagram.com/p/Cxxxxxxxxxx/
25000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-02
updated
Provider
grov.fun · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DxnVaGNqTm1yX4Bm5YqtRzfUytF5ZiZ7N2eVXZpVPPP3",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "25000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"amount": 10,
"url": "https://www.instagram.com/p/Cxxxxxxxxxx/"
},
"bodyType": "json",
"method": "POST",
"pathParams": {},
"type": "http"
},
"output": {
"example": {
"ok": true,
"orderId": "ORDER_ID",
"paid": true,
"secret": "SAVE_THIS_SECRET",
"statusUrl": "https://grov.fun/api/solana/instalikes?action=view&secret={secret}"
},
"type": "json"
}
},
"routeTemplate": ":var1",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"amount": {
"maximum": 10000000,
"minimum": 10,
"type": "integer"
},
"url": {
"description": "Direct link to the post on instagram.com.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"ok": {
"type": "boolean"
},
"orderId": {
"type": "string"
},
"paid": {
"type": "boolean"
},
"secret": {
"type": "string"
},
"statusUrl": {
"format": "uri",
"type": "string"
}
},
"required": [
"ok",
"paid",
"orderId",
"secret",
"statusUrl"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://grov.fun/api/solana/instalikes" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://grov.fun/api/solana/instalikes");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://grov.fun/api/solana/instalikes")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7298.json, and this resource appears in /discovery/resources and /discovery/search.