api.socialfetch.dev
https://api.socialfetch.dev/v1/instagram/search/hashtagsShares a payout wallet with 136 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Search public Instagram posts and Reels by hashtag.
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, 12:00:00 PM | 0% | 1 | — |
| 8/15/2026, 12:00:00 PM | 0% | 1 | — |
| 8/16/2026, 12:00:00 PM | 0% | 1 | — |
| 8/17/2026, 12:00:00 PM | 0% | 1 | — |
| 8/18/2026, 1:00:00 PM | 0% | 1 | — |
| 8/19/2026, 1:00:00 PM | 0% | 1 | — |
| 8/20/2026, 1:00:00 PM | 0% | 1 | — |
- Availability
- 43
- Latency
- not yet measured
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
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 60% — 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-09
- 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/22/2026 | 16 | 0.24 | 2 |
| 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 | 1 | 0.03 | 1 |
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": {
"hashtag": {
"description": "Hashtag evaluated for this response, without a leading #.",
"type": "string"
},
"mediaType": {
"description": "Content filter applied for this response.",
"enum": [
"all",
"reels"
],
"type": "string"
},
"page": {
"description": "Pagination state for the current response.",
"properties": {
"hasMore": {
"description": "Whether another page of results is available.",
"type": "boolean"
},
"nextCursor": {
"description": "Cursor to pass in the next request when another page exists.",
"nullable": true,
"type": "string"
}
},
"required": [
"nextCursor",
"hasMore"
],
"type": "object"
},
"posts": {
"description": "Instagram posts matching the hashtag for the requested page. Empty when no posts match.",
"items": {
"description": "A single Instagram post in a hashtag search results page.",
"properties": {
"accessibilityCaption": {
"description": "Accessibility caption when Instagram provides one.",
"nullable": true,
"type": "string"
},
"audio": {
"description": "Audio attribution when Instagram exposes it.",
"nullable": true,
"properties": {
"artistName": {
"description": "Attributed artist name when available.",
"nullable": true,
"type": "string"
},
"audioId": {
"description": "Audio track id when Instagram provides one.",
"nullable": true,
"type": "string"
},
"shouldMuteAudio": {
"description": "Whether Instagram indicates the audio should be muted.",
"type": "boolean"
},
"shouldMuteAudioReason": {
"description": "Reason for muting audio when Instagram provides one.",
"nullable": true,
"type": "string"
},
"songName": {
"description": "Attributed song or audio title when available.",
"nullable": true,
"type": "string"
},
"usesOriginalAudio": {
"description": "Whether the post uses original audio.",
"type": "boolean"
}
},
"type": "object"
},
"caption": {
"description": "Caption text when Instagram provides one.",
"nullable": true,
"type": "string"
},
"displayUrl": {
"description": "Primary display image URL when available.",
"type": "string"
},
"hasAudio": {
"description": "Whether the post includes audio.",
"type": "boolean"
},
"id": {
"description": "Instagram media id for this post.",
"minLength": 1,
"type": "string"
},
"isAd": {
"description": "Whether Instagram marks the post as an ad.",
"type": "boolean"
},
"isAffiliate": {
"description": "Whether Instagram marks the post as affiliate content.",
"type": "boolean"
},
"isPaidPartnership": {
"description": "Whether Instagram marks the post as a paid partnership.",
"type": "boolean"
},
"isVideo": {
"description": "Whether this media item is a video or Reel.",
"type": "boolean"
},
"location": {
"description": "Tagged location when Instagram exposes it.",
"nullable": true,
"properties": {
"addressJson": {
"description": "Serialized address metadata when Instagram provides it.",
"nullable": true,
"type": "string"
},
"id": {
"description": "Location id when Instagram provides one.",
"type": "string"
},
"name": {
"description": "Location name when Instagram provides one.",
"nullable": true,
"type": "string"
},
"slug": {
"description": "Location slug when Instagram provides one.",
"nullable": true,
"type": "string"
}
},
"type": "object"
},
"metrics": {
"description": "Engagement metrics when Instagram exposes them.",
"properties": {
"comments": {
"description": "Comment count when Instagram exposes it.",
"minimum": 0,
"type": "integer"
},
"likes": {
"description": "Like count when Instagram exposes it.",
"minimum": 0,
"type": "integer"
},
"plays": {
"description": "Play count when Instagram exposes it.",
"minimum": 0,
"type": "integer"
},
"views": {
"description": "View count when Instagram exposes it.",
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"owner": {
"description": "Post owner metadata when Instagram exposes it.",
"properties": {
"avatarUrl": {
"description": "Profile image URL for the post owner when present.",
"type": "string"
},
"displayName": {
"description": "Display name for the post owner when present.",
"type": "string"
},
"followerCount": {
"description": "Follower count when Instagram exposes it on the owner.",
"minimum": 0,
"type": "integer"
},
"handle": {
"description": "Instagram username for the post owner when present.",
"type": "string"
},
"platformUserId": {
"description": "Instagram numeric user id for the post owner when present.",
"type": "string"
},
"postCount": {
"description": "Post count when Instagram exposes it on the owner.",
"minimum": 0,
"type": "integer"
},
"privateAccount": {
"description": "Whether the post owner account is private.",
"type": "boolean"
},
"verified": {
"description": "Whether Instagram marks the post owner as verified.",
"type": "boolean"
}
},
"type": "object"
},
"shortcode": {
"description": "Public shortcode used in the Instagram post URL.",
"minLength": 1,
"type": "string"
},
"takenAt": {
"description": "When the post was taken or posted (Unix epoch seconds).",
"type": "integer"
},
"thumbnailUrl": {
"description": "Thumbnail or cover image URL when available.",
"type": "string"
},
"url": {
"description": "Canonical public Instagram URL for this post.",
"minLength": 1,
"type": "string"
},
"videoDurationSec": {
"description": "Video duration in seconds when available.",
"minimum": 0,
"type": "number"
},
"videoUrl": {
"description": "Direct video URL when a playable URL is available.",
"type": "string"
}
},
"required": [
"id",
"shortcode",
"url",
"caption",
"takenAt",
"isVideo"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"hashtag",
"mediaType",
"posts",
"page"
],
"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"
}