api.socialfetch.dev
https://api.socialfetch.dev/v1/facebook/profiles/postsShares a payout wallet with 136 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
List posts from a Facebook profile or Page.
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/13/2026, 4:00:00 PM | 0% | 1 | — |
| 8/14/2026, 4:00:00 PM | 0% | 1 | — |
| 8/15/2026, 4:00:00 PM | 0% | 1 | — |
| 8/16/2026, 4:00:00 PM | 0% | 1 | — |
| 8/17/2026, 4:00:00 PM | 0% | 1 | — |
| 8/18/2026, 5:00:00 PM | 0% | 1 | — |
| 8/19/2026, 5:00:00 PM | 0% | 1 | — |
- Availability
- 24
- 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 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
- —
- 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": {
"page": {
"description": "Pagination state for the current response.",
"properties": {
"hasMore": {
"description": "Whether another page of posts is available.",
"type": "boolean"
},
"nextCursor": {
"description": "Cursor to pass as `cursor` in the next request when more posts are available.",
"nullable": true,
"type": "string"
}
},
"required": [
"nextCursor",
"hasMore"
],
"type": "object"
},
"posts": {
"description": "Facebook posts for the requested input. An empty array can mean no public posts were returned, the profile does not expose posts publicly, or the URL or id could not be resolved—there is no separate lookup status on this route.",
"items": {
"description": "A single Facebook post on a profile feed page.",
"properties": {
"authorDisplayName": {
"description": "Display name for the post author when available.",
"nullable": true,
"type": "string"
},
"authorId": {
"description": "Facebook id for the post author when available.",
"type": "string"
},
"authorShortName": {
"description": "Short display label for the author when Facebook provides one.",
"nullable": true,
"type": "string"
},
"commentCount": {
"description": "Comment count when available.",
"minimum": 0,
"type": "integer"
},
"id": {
"description": "Facebook post id.",
"minLength": 1,
"type": "string"
},
"imageUrl": {
"description": "Primary image URL when the post includes a single primary image.",
"type": "string"
},
"imageUrls": {
"description": "Gallery image URLs when the post includes multiple images.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array"
},
"publishTime": {
"description": "When the post was published (Unix epoch seconds) when available.",
"type": "integer"
},
"reactionCount": {
"description": "Reaction count when available.",
"minimum": 0,
"type": "integer"
},
"text": {
"description": "Post caption or text when present.",
"nullable": true,
"type": "string"
},
"topComments": {
"description": "A small set of top comments when Facebook exposes them for the post.",
"items": {
"description": "A top-level comment surfaced on a Facebook post.",
"properties": {
"authorDisplayName": {
"description": "Display name for the comment author when available.",
"nullable": true,
"type": "string"
},
"authorId": {
"description": "Facebook id for the comment author when available.",
"type": "string"
},
"authorUrl": {
"description": "Public Facebook URL for the comment author when available.",
"nullable": true,
"type": "string"
},
"id": {
"description": "Comment id.",
"minLength": 1,
"type": "string"
},
"publishTime": {
"description": "When the comment was published (Unix epoch seconds) when available.",
"type": "integer"
},
"text": {
"description": "Comment text when available.",
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"text"
],
"type": "object"
},
"type": "array"
},
"url": {
"description": "Public Facebook URL for this post.",
"minLength": 1,
"type": "string"
},
"videoHdUrl": {
"description": "High-definition video URL when this post includes playable video.",
"type": "string"
},
"videoSdUrl": {
"description": "Standard-definition video URL when this post includes playable video.",
"type": "string"
},
"videoThumbnailUrl": {
"description": "Video thumbnail image URL when available.",
"type": "string"
},
"videoViewCount": {
"description": "Video view count when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
}
},
"required": [
"id",
"text",
"url"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"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"
}