api.socialfetch.dev
https://api.socialfetch.dev/v1/instagram/postsShares a payout wallet with 136 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Get a single Instagram post or Reel by URL.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
0.0% avgResponse time
Data table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/14/2026, 5:00:00 PM | 0% | 1 | — |
| 8/15/2026, 5:00:00 PM | 0% | 1 | — |
| 8/16/2026, 5:00:00 PM | 0% | 1 | — |
| 8/17/2026, 6:00:00 PM | 0% | 1 | — |
| 8/18/2026, 6:00:00 PM | 0% | 1 | — |
| 8/19/2026, 6:00:00 PM | 0% | 1 | — |
| 8/20/2026, 6:00:00 PM | 0% | 1 | — |
- Availability
- 21
- Latency
- not yet measured
- Security
- 100
- Transparency
- 61
- Activity
- 1
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Namecheap Inc.
- Domain registered
- 2026-03-30
- Hosting network
- VERCEL-08
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/23/2026 | 6 | 0.1 | 2 |
| 7/24/2026 | 18 | 0.25 | 1 |
| 7/25/2026 | 13 | 0.2 | 1 |
| 7/26/2026 | 1 | 0.01 | 1 |
| 7/27/2026 | 4 | 0.1 | 1 |
| 7/28/2026 | 10 | 0.14 | 3 |
| 7/29/2026 | 4 | 0.06 | 1 |
| 7/30/2026 | 79 | 1.29 | 4 |
| 8/1/2026 | 3 | 0.04 | 2 |
| 8/2/2026 | 4 | 0.06 | 2 |
| 8/3/2026 | 24 | 0.34 | 2 |
| 8/4/2026 | 28 | 0.5 | 3 |
| 8/5/2026 | 1 | 0.01 | 1 |
| 8/6/2026 | 4 | 0.08 | 2 |
| 8/7/2026 | 2 | 0.03 | 1 |
| 8/8/2026 | 4 | 0.08 | 1 |
| 8/9/2026 | 4 | 0.06 | 2 |
| 8/10/2026 | 3 | 0.07 | 2 |
| 8/11/2026 | 13 | 0.18 | 2 |
| 8/12/2026 | 5 | 0.07 | 2 |
| 8/13/2026 | 4 | 0.06 | 2 |
| 8/14/2026 | 4 | 0.06 | 2 |
| 8/15/2026 | 3 | 0.04 | 2 |
| 8/16/2026 | 162 | 2.28 | 3 |
| 8/17/2026 | 8 | 0.15 | 5 |
| 8/18/2026 | 1 | 0.01 | 1 |
| 8/19/2026 | 3 | 0.04 | 2 |
| 8/20/2026 | 4 | 0.08 | 2 |
This payout wallet is shared: figures cover all 137 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"description": "Standard success response envelope.",
"properties": {
"data": {
"description": "Endpoint-specific response payload.",
"properties": {
"coauthors": {
"items": {
"properties": {
"avatarUrl": {
"nullable": true,
"type": "string"
},
"handle": {
"minLength": 1,
"type": "string"
},
"platformUserId": {
"type": "string"
},
"verified": {
"type": "boolean"
}
},
"required": [
"handle"
],
"type": "object"
},
"type": "array"
},
"downloads": {
"description": "Permanent CDN URLs when `downloadMedia` was true and media assets are available.",
"items": {
"description": "A downloaded media file.",
"properties": {
"cdnUrl": {
"description": "Permanent hosted URL when download succeeded.",
"type": "string"
},
"originalUrl": {
"description": "Original Instagram CDN URL.",
"type": "string"
},
"postId": {
"description": "Post or media id when present.",
"type": "string"
},
"type": {
"description": "Asset type.",
"enum": [
"image",
"video"
],
"type": "string"
}
},
"required": [
"originalUrl",
"cdnUrl",
"type"
],
"type": "object"
},
"type": "array"
},
"lookupStatus": {
"description": "Whether the post or reel was resolved. Restricted covers age-gated or otherwise non-scrapable content.",
"enum": [
"found",
"not_found",
"restricted"
],
"type": "string"
},
"media": {
"description": "Primary media payload for the post.",
"nullable": true,
"properties": {
"carouselChildren": {
"description": "Sidecar children when this is a carousel.",
"items": {
"description": "One child item in a carousel (sidecar) post.",
"properties": {
"displayUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"isVideo": {
"type": "boolean"
},
"shortcode": {
"type": "string"
},
"videoUrl": {
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"dimensions": {
"description": "Dimensions for a media item.",
"properties": {
"height": {
"description": "Media height in pixels.",
"minimum": 0,
"type": "integer"
},
"width": {
"description": "Media width in pixels.",
"minimum": 0,
"type": "integer"
}
},
"required": [
"width",
"height"
],
"type": "object"
},
"displayUrl": {
"nullable": true,
"type": "string"
},
"mediaType": {
"description": "Normalized media type.",
"enum": [
"image",
"video",
"sidecar",
"unknown"
],
"type": "string"
},
"productType": {
"description": "Product type when present.",
"nullable": true,
"type": "string"
},
"thumbnailUrl": {
"nullable": true,
"type": "string"
},
"videoDurationSec": {
"minimum": 0,
"nullable": true,
"type": "number"
},
"videoUrl": {
"nullable": true,
"type": "string"
}
},
"required": [
"mediaType"
],
"type": "object"
},
"metrics": {
"description": "Engagement metrics for the media.",
"nullable": true,
"properties": {
"comments": {
"description": "Comment count when Instagram exposes it.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"likes": {
"description": "Like count when Instagram exposes it.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"playCount": {
"description": "Play or view count for video/reel content when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
}
},
"type": "object"
},
"owner": {
"description": "Author when found.",
"nullable": true,
"properties": {
"avatarUrl": {
"description": "Profile picture URL.",
"nullable": true,
"type": "string"
},
"fullName": {
"description": "Display name when available.",
"nullable": true,
"type": "string"
},
"handle": {
"description": "Instagram username without a leading @.",
"minLength": 1,
"type": "string"
},
"platformUserId": {
"description": "Instagram numeric user id.",
"type": "string"
},
"privateAccount": {
"description": "Whether the account is private.",
"type": "boolean"
},
"verified": {
"description": "Whether the account is verified.",
"type": "boolean"
}
},
"required": [
"handle",
"verified"
],
"type": "object"
},
"post": {
"description": "Post details when found.",
"nullable": true,
"properties": {
"accessibilityCaption": {
"nullable": true,
"type": "string"
},
"caption": {
"description": "Caption text.",
"nullable": true,
"type": "string"
},
"id": {
"description": "Instagram media id.",
"minLength": 1,
"type": "string"
},
"isAd": {
"type": "boolean"
},
"isAffiliate": {
"type": "boolean"
},
"isPaidPartnership": {
"type": "boolean"
},
"shortcode": {
"description": "Public shortcode.",
"minLength": 1,
"type": "string"
},
"takenAt": {
"description": "Unix timestamp when the media was taken or posted.",
"type": "integer"
},
"url": {
"description": "Canonical public Instagram URL for this media.",
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"shortcode",
"url",
"caption",
"takenAt"
],
"type": "object"
},
"taggedUsers": {
"items": {
"description": "A user tagged in the media.",
"properties": {
"handle": {
"description": "Tagged username.",
"minLength": 1,
"type": "string"
},
"platformUserId": {
"type": "string"
}
},
"required": [
"handle"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"lookupStatus",
"post",
"owner",
"metrics",
"media",
"downloads"
],
"type": "object"
},
"meta": {
"description": "Metadata describing the request and billing outcome.",
"properties": {
"cached": {
"description": "True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.",
"type": "boolean"
},
"creditsCharged": {
"description": "Credits charged for this request.",
"minimum": 0,
"type": "integer"
},
"requestId": {
"description": "Unique request identifier for tracing this API call.",
"minLength": 1,
"type": "string"
},
"version": {
"description": "Public API version that served the response.",
"enum": [
"v1"
],
"type": "string"
}
},
"required": [
"requestId",
"creditsCharged",
"version"
],
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
}