ToolAssay

Paid JSON for one Substack-backed newsletter, blog, or podcast post

Paid JSON for one Substack-backed newsletter, blog, or podcast post: synthesized summary (`synthesizedSummary`), metadata, and identifiers for financial analysis. Path params are `publicationSlug` and `postSlug`. Returns 503 until summary exists. USDC `exact` x402 on Base or Solana; USD amount is per-post when set on the post, otherwise the server default.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1178 msmedian answer time
$0.7listed price per call
$0.7price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://dripstack.com/api/v1/publications/:publicationSlug/:postSlug

CategoryMarket data
Provider hostdripstack.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days12 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.7 1178 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "postSlug": "keep-digging-says-shovel-salesman",
    "publicationSlug": "quoththeraven.substack.com"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "additionalProperties": false,
          "properties": {
            "postSlug": {
              "description": "Post slug within the publication.",
              "type": "string"
            },
            "publicationSlug": {
              "description": "Publication slug (normalized host), e.g. tokenized.simplecast.com.",
              "type": "string"
            }
          },
          "required": [
            "publicationSlug",
            "postSlug"
          ],
          "type": "object"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "author": {
              "type": [
                "string",
                "null"
              ]
            },
            "createdAt": {
              "type": "string"
            },
            "description": {
              "type": [
                "string",
                "null"
              ]
            },
            "guid": {
              "type": "string"
            },
            "id": {
              "type": "string"
            },
            "imageUrl": {
              "type": [
                "string",
                "null"
              ]
            },
            "publicationId": {
              "type": "string"
            },
            "publicationSlug": {
              "type": "string"
            },
            "publishedAt": {
              "type": [
                "string",
                "null"
              ]
            },
            "slug": {
              "type": "string"
            },
            "subtitle": {
              "type": [
                "string",
                "null"
              ]
            },
            "synthesizedSummary": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "updatedAt": {
              "type": "string"
            },
            "url": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "id",
            "publicationId",
            "publicationSlug",
            "guid",
            "slug",
            "title",
            "subtitle",
            "description",
            "url",
            "author",
            "imageUrl",
            "publishedAt",
            "synthesizedSummary",
            "createdAt",
            "updatedAt"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON