x402 List

x402 Protocol Service Directory

ApiToll Reddit Scraper

Data imported

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it

Reddit data API paid per call over x402. Four endpoints at /tmp/claude-1000/-home-mkkksm/3f6c399f-4272-45e5-813e-469c1162ffb0/scratchpad/apply-approves.sh.03 each: subreddit feeds, keyword search sitewide or scoped to a subreddit, comment threads for a post URL, and a user's post and comment history. Returns structured JSON, scraped live via Apify, no Reddit login or API key.

Pay from $0.03 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://reddit.apitoll.cloud ENDPOINTS 4 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-21 MONITORED SINCE 2026-07-21

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
138ms
avg response
138ms
total checks
1
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.03 (p81 in Data)
price (min)
$0.03
category percentile (min)
p81 in Data
endpoints / prices
4 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

This service provides API access to scrape Reddit data including comments, search results, subreddit posts, and user history.

category
reddit-scraper
in
query params
redditscrapercommentssearchsubreddituser-history

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /v1/reddit/comments $0.03 Base/Solana USDC
GET /v1/reddit/search $0.03 Base/Solana USDC
GET /v1/reddit/subreddit $0.03 Base/Solana USDC
GET /v1/reddit/user $0.03 Base/Solana USDC
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/reddit/comments returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://reddit.apitoll.cloud/v1/reddit/comments'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x667cc5A90ffA911279a5FBE377c1018DDF45373B",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 150
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
        },
        "payTo": "8ce9pCUe913hpaP4oheeMPJt2uRkWAq5FsuNU6zSvTkw",
        "amount": "30000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 150
      }
    ],
    "resource": {
      "url": "https://reddit.apitoll.cloud/v1/reddit/user",
      "tags": [
        "reddit",
        "reddit-scraper",
        "user-profile",
        "social-media",
        "user-history",
        "author-research",
        "social-data",
        "apitoll"
      ],
      "mimeType": "application/json",
      "description": "Reddit user-profile scraper — a Reddit user’s recent posts and comments for AI agents. Pass a username and get their public history: for each item its type (post or comment), subreddit, title or body text, score, permalink, and timestamp, sorted by new, hot, top, or controversial. No login, no Reddit API key. Research users, track activity, and profile authors or influencers.",
      "serviceName": "ApiToll Reddit User Profile"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "sort": "new",
              "user": "spez"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "asOf": "2026-07-15T12:00:00Z",
              "sort": "new",
              "user": "spez",
              "count": 25,
              "items": [
                {
                  "id": "x9y8z7",
                  "url": "https://www.reddit.com/r/announcements/comments/qrs789/update/x9y8z7/",
                  "body": "Thanks for the feedback — we’re rolling this out gradually.",
                  "score": 3120,
                  "author": "spez",
                  "fullId": "t1_x9y8z7",
                  "postId": "t3_qrs789",
                  "scrapedAt": "2026-07-15T12:00:00Z",
                  "subreddit": "announcements",
                  "recordType": "comment"
                }
              ],
              "source": {
                "via": "Apify",
                "name": "Reddit"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "user"
                  ],
                  "properties": {
                    "sort": {
                      "enum": [
                        "new",
                        "hot",
                        "top",
                        "controversial"
                      ],
                      "type": "string",
                      "description": "History sort order."
                    },
                    "time": {
                      "enum": [
                        "hour",
                        "day",
                        "week",
                        "month",
                        "year",
                        "all"
                      ],
                      "type": "string",
                      "description": "Time window — applies to top/controversial."
                    },
                    "user": {
                      "type": "string",
                      "description": "Reddit username (with or without the u/ prefix). Defaults to a demo user if omitted."
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max items to return (1-100)."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "asOf": {
                      "type": "string"
                    },
                    "sort": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "body": {
                            "type": "string"
                          },
                          "score": {
                            "type": "number"
                          },
                          "author": {
                            "type": "string"
                          },
                          "fullId": {
                            "type": "string"
                          },
                          "postId": {
                            "type": "string"
                          },
                          "scrapedAt": {
                            "type": "string"
                          },
                          "subreddit": {
                            "type": "string"
                          },
                          "recordType": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "source": {
                      "type": "object",
                      "properties": {
                        "via": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x667cc5A90ffA911279a5FBE377c1018DDF45373B",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 150
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
        },
        "payTo": "8ce9pCUe913hpaP4oheeMPJt2uRkWAq5FsuNU6zSvTkw",
        "amount": "30000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 150
      }
    ],
    "resource": {
      "url": "https://reddit.apitoll.cloud/v1/reddit/comments",
      "tags": [
        "reddit",
        "reddit-scraper",
        "comments",
        "social-media",
        "sentiment",
        "discussion",
        "social-data",
        "apitoll"
      ],
      "mimeType": "application/json",
      "description": "Reddit comment-thread scraper — the comment tree of any Reddit post for AI agents. Pass a post URL and get the post plus its nested comments (depth- and limit-controlled): for each comment the author, body, score, nesting depth, parent id, permalink, OP flag, and timestamp; a truncated flag plus totalComments show when a thread has more than returned. No login, no Reddit API key. Analyze discussion, sentiment, and community reaction on any thread.",
      "serviceName": "ApiToll Reddit Comments"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://www.reddit.com/r/programming/comments/1tlh5aj/announcement_weve_updated_the_rules_and_april_is/"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "asOf": "2026-07-15T12:00:00Z",
              "post": {
                "id": "abc123",
                "url": "https://www.reddit.com/r/programming/comments/abc123/show_hn/",
                "score": 1842,
                "title": "Show HN: I built a type-safe API framework",
                "author": "some_dev",
                "fullId": "t3_abc123",
                "isSelf": true,
                "selfText": "After a month of nights and weekends…",
                "scrapedAt": "2026-07-15T12:00:00Z",
                "subreddit": "programming",
                "recordType": "post",
                "numComments": 231
              },
              "count": 50,
              "depth": 10,
              "source": {
                "via": "Apify",
                "name": "Reddit"
              },
              "postUrl": "https://www.reddit.com/r/programming/comments/abc123/show_hn/",
              "comments": [
                {
                  "id": "c1a2b3",
                  "url": "https://www.reddit.com/r/programming/comments/abc123/show_hn/c1a2b3/",
                  "body": "This is exactly what I needed — how does it handle streaming?",
                  "depth": 1,
                  "score": 214,
                  "author": "commenter1",
                  "fullId": "t1_c1a2b3",
                  "postId": "t3_abc123",
                  "parentId": "t3_abc123",
                  "scrapedAt": "2026-07-15T12:00:00Z",
                  "subreddit": "programming",
                  "recordType": "comment",
                  "isSubmitter": false
                }
              ],
              "truncated": true,
              "totalComments": 231
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Full Reddit post URL or permalink. Defaults to a demo post if omitted."
                    },
                    "depth": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 0,
                      "description": "How deep to follow nested comment chains (0 = post only)."
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max comments to return (1-100)."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "asOf": {
                      "type": "string"
                    },
                    "post": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        },
                        "score": {
                          "type": "number"
                        },
                        "title": {
                          "type": "string"
                        },
                        "author": {
                          "type": "string"
                        },
                        "fullId": {
                          "type": "string"
                        },
                        "isSelf": {
                          "type": "boolean"
                        },
                        "selfText": {
                          "type": "string"
                        },
                        "scrapedAt": {
                          "type": "string"
                        },
                        "subreddit": {
                          "type": "string"
                        },
                        "recordType": {
                          "type": "string"
                        },
                        "numComments": {
                          "type": "number"
                        }
                      }
                    },
                    "count": {
                      "type": "number"
                    },
                    "depth": {
                      "type": "number"
                    },
                    "source": {
                      "type": "object",
                      "properties": {
                        "via": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "postUrl": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "body": {
                            "type": "string"
                          },
                          "depth": {
                            "type": "number"
                          },
                          "score": {
                            "type": "number"
                          },
                          "author": {
                            "type": "string"
                          },
                          "fullId": {
                            "type": "string"
                          },
                          "postId": {
                            "type": "string"
                          },
                          "parentId": {
                            "type": "string"
                          },
                          "scrapedAt": {
                            "type": "string"
                          },
                          "subreddit": {
                            "type": "string"
                          },
                          "recordType": {
                            "type": "string"
                          },
                          "isSubmitter": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "truncated": {
                      "type": "boolean"
                    },
                    "totalComments": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x667cc5A90ffA911279a5FBE377c1018DDF45373B",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 150
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
        },
        "payTo": "8ce9pCUe913hpaP4oheeMPJt2uRkWAq5FsuNU6zSvTkw",
        "amount": "30000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 150
      }
    ],
    "resource": {
      "url": "https://reddit.apitoll.cloud/v1/reddit/search",
      "tags": [
        "reddit",
        "reddit-scraper",
        "search",
        "social-media",
        "social-listening",
        "brand-monitoring",
        "posts",
        "apitoll"
      ],
      "mimeType": "application/json",
      "description": "Reddit search scraper — keyword-search all of Reddit, or scope to one subreddit, for AI agents. Find posts matching any query, sorted by relevance, top, new, hot, or comments, with an optional time window. Returns each post’s title, author, subreddit, score, comment count, permalink, external link + domain, flair, and timestamp. No login, no API key. Track brand mentions, monitor topics, and surface Reddit discussion for agents.",
      "serviceName": "ApiToll Reddit Search"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "rust language",
              "sort": "relevance"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "asOf": "2026-07-15T12:00:00Z",
              "sort": "relevance",
              "count": 25,
              "posts": [
                {
                  "id": "def456",
                  "url": "https://www.reddit.com/r/rust/comments/def456/why_rusts_ownership/",
                  "score": 934,
                  "title": "Why Rust’s ownership model clicks after a month",
                  "author": "rustacean",
                  "fullId": "t3_def456",
                  "isNsfw": false,
                  "isSelf": true,
                  "createdAt": "2026-07-14T18:02:00Z",
                  "scrapedAt": "2026-07-15T12:00:00Z",
                  "subreddit": "rust",
                  "recordType": "post",
                  "numComments": 118
                }
              ],
              "query": {
                "q": "rust language",
                "scoped": false
              },
              "source": {
                "via": "Apify",
                "name": "Reddit"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "q"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "description": "Keyword or phrase to search. Wrap a multi-word phrase in double quotes for exact-match. Defaults to a demo query if omitted."
                    },
                    "sort": {
                      "enum": [
                        "relevance",
                        "top",
                        "new",
                        "hot",
                        "comments"
                      ],
                      "type": "string",
                      "description": "Result ranking. Use relevance or top for precision."
                    },
                    "time": {
                      "enum": [
                        "hour",
                        "day",
                        "week",
                        "month",
                        "year",
                        "all"
                      ],
                      "type": "string",
                      "description": "Time window — applies to top."
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max posts to return (1-100)."
                    },
                    "subreddit": {
                      "type": "string",
                      "description": "Optional — scope the search to this subreddit (r/ prefix optional). Omit for a sitewide search."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "asOf": {
                      "type": "string"
                    },
                    "sort": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "posts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "score": {
                            "type": "number"
                          },
                          "title": {
                            "type": "string"
                          },
                          "author": {
                            "type": "string"
                          },
                          "fullId": {
                            "type": "string"
                          },
                          "isNsfw": {
                            "type": "boolean"
                          },
                          "isSelf": {
                            "type": "boolean"
                          },
                          "createdAt": {
                            "type": "string"
                          },
                          "scrapedAt": {
                            "type": "string"
                          },
                          "subreddit": {
                            "type": "string"
                          },
                          "recordType": {
                            "type": "string"
                          },
                          "numComments": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "query": {
                      "type": "object",
                      "properties": {
                        "q": {
                          "type": "string"
                        },
                        "scoped": {
                          "type": "boolean"
                        }
                      }
                    },
                    "source": {
                      "type": "object",
                      "properties": {
                        "via": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x667cc5A90ffA911279a5FBE377c1018DDF45373B",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 150
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
        },
        "payTo": "8ce9pCUe913hpaP4oheeMPJt2uRkWAq5FsuNU6zSvTkw",
        "amount": "30000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 150
      }
    ],
    "resource": {
      "url": "https://reddit.apitoll.cloud/v1/reddit/subreddit",
      "tags": [
        "reddit",
        "reddit-scraper",
        "subreddit",
        "social-media",
        "posts",
        "social-data",
        "community",
        "apitoll"
      ],
      "mimeType": "application/json",
      "description": "Reddit subreddit feed scraper — the latest posts from any subreddit (r/<name>) for AI agents, sorted by hot, new, top, rising, or controversial with an optional time window. Returns each post’s title, author, score, comment count, permalink, external link + domain, flair, NSFW flag, and timestamp. No login, no Reddit API key. Monitor communities, track trending posts, and feed social signals to agents.",
      "serviceName": "ApiToll Reddit Subreddit Feed"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "sort": "hot",
              "subreddit": "programming"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "asOf": "2026-07-15T12:00:00Z",
              "sort": "hot",
              "count": 25,
              "posts": [
                {
                  "id": "abc123",
                  "url": "https://www.reddit.com/r/programming/comments/abc123/show_hn_i_built/",
                  "flair": "Show & Tell",
                  "score": 1842,
                  "title": "Show HN: I built a type-safe API framework",
                  "author": "some_dev",
                  "domain": "github.com",
                  "fullId": "t3_abc123",
                  "isNsfw": false,
                  "isSelf": false,
                  "createdAt": "2026-07-15T09:14:00Z",
                  "scrapedAt": "2026-07-15T12:00:00Z",
                  "subreddit": "programming",
                  "recordType": "post",
                  "externalUrl": "https://github.com/some/repo",
                  "numComments": 231
                }
              ],
              "source": {
                "via": "Apify",
                "name": "Reddit"
              },
              "subreddit": "programming"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "subreddit"
                  ],
                  "properties": {
                    "sort": {
                      "enum": [
                        "hot",
                        "new",
                        "top",
                        "rising",
                        "controversial"
                      ],
                      "type": "string",
                      "description": "Feed sort order."
                    },
                    "time": {
                      "enum": [
                        "hour",
                        "day",
                        "week",
                        "month",
                        "year",
                        "all"
                      ],
                      "type": "string",
                      "description": "Time window — only applies to top/controversial."
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max posts to return (1-100)."
                    },
                    "subreddit": {
                      "type": "string",
                      "description": "Subreddit name (with or without the r/ prefix), e.g. programming, wallstreetbets, technology. Case-sensitive — use the exact casing from the subreddit’s URL (AskReddit, not askreddit). Defaults to a demo subreddit if omitted."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "asOf": {
                      "type": "string"
                    },
                    "sort": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "posts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "flair": {
                            "type": "string"
                          },
                          "score": {
                            "type": "number"
                          },
                          "title": {
                            "type": "string"
                          },
                          "author": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "fullId": {
                            "type": "string"
                          },
                          "isNsfw": {
                            "type": "boolean"
                          },
                          "isSelf": {
                            "type": "boolean"
                          },
                          "createdAt": {
                            "type": "string"
                          },
                          "scrapedAt": {
                            "type": "string"
                          },
                          "subreddit": {
                            "type": "string"
                          },
                          "recordType": {
                            "type": "string"
                          },
                          "externalUrl": {
                            "type": "string"
                          },
                          "numComments": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "source": {
                      "type": "object",
                      "properties": {
                        "via": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "subreddit": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-21 · uptime 100.0% · 156ms avg07-2107-21
RESPONSE TIME
07-21 · 156ms avg07-21 · 156ms avg07-2107-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 151ms
TOTAL CHECKS 17

RECENT CHECKS

TIME STATUS RESP
● OK 71ms
● OK 206ms
● OK 148ms
● OK 156ms
● OK 118ms
● SLOW 266ms
● OK 97ms
● OK 75ms
● SLOW 655ms
● OK 98ms
● OK 52ms
● OK 64ms
● OK 186ms
● OK 93ms
● OK 67ms
● OK 75ms
● OK 138ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/apitoll-reddit-scraper/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

PRICE (captured 402, USD)
building price history ($0.03)

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
07-17 · $0.1507-18 · $0.1207-20 · $0.0307-21 · $0.03peak $0.1507-1707-21
DISTINCT BUYERS
07-17 · 2 buyers07-18 · 1 buyer07-20 · 1 buyer07-21 · 1 buyerpeak 2 buyers07-1707-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that ApiToll Reddit Scraper is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

ApiToll Reddit Scraper listed on x402-list
status
ApiToll Reddit Scraper uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/apitoll-reddit-scraper?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/apitoll-reddit-scraper.svg" alt="ApiToll Reddit Scraper listed on x402-list" height="28">
</a>
// Markdown
[![ApiToll Reddit Scraper on x402-list](https://x402-list.com/badge/apitoll-reddit-scraper.svg)](https://x402-list.com/services/apitoll-reddit-scraper?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/apitoll-reddit-scraper?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/apitoll-reddit-scraper.svg?data=uptime" alt="ApiToll Reddit Scraper uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]