ToolAssay

Drug and device industry payments to a named US physician

Drug and device industry payments to a named US physician: who paid, how much, what for, and for which product.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
173 msmedian answer time
$0.03listed price per call
$0.03price 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://loonie-toll.onrender.com/payments

CategoryCommerce and shopping
Provider hostloonie-toll.onrender.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 173 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "firstName": "Andrew",
    "lastName": "Smith",
    "state": "KS"
  },
  "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"
        },
        "queryParams": {
          "properties": {
            "firstName": {
              "description": "Physician first name \u2014 strongly recommended",
              "type": "string"
            },
            "lastName": {
              "description": "Physician last name",
              "type": "string"
            },
            "limit": {
              "description": "Max payment records to return, default 50",
              "type": "integer"
            },
            "npi": {
              "description": "10-digit NPI, the only exact identifier",
              "type": "string"
            },
            "state": {
              "description": "Two-letter state code of the recipient",
              "type": "string"
            }
          },
          "required": [
            "lastName"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "disclaimer": {
              "type": "string"
            },
            "payments": {
              "items": {
                "properties": {
                  "amountUsd": {
                    "type": "number"
                  },
                  "form": {
                    "type": "string"
                  },
                  "location": {
                    "type": "string"
                  },
                  "nature": {
                    "type": "string"
                  },
                  "npi": {
                    "type": "string"
                  },
                  "paidOn": {
                    "type": "string"
                  },
                  "payer": {
                    "type": "string"
                  },
                  "recipient": {
                    "type": "string"
                  },
                  "relatedProduct": {
                    "type": "string"
                  },
                  "specialty": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "programYear": {
              "type": "integer"
            },
            "query": {
              "properties": {
                "firstName": {
                  "type": "string"
                },
                "lastName": {
                  "type": "string"
                },
                "npi": {
                  "type": "null"
                },
                "state": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "reasons": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "recordCount": {
              "type": "integer"
            },
            "retrievedAt": {
              "type": "string"
            },
            "returnedRecords": {
              "type": "integer"
            },
            "returnedTotalUsd": {
              "type": "number"
            },
            "source": {
              "type": "string"
            },
            "topPayers": {
              "items": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "usd": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "topProducts": {
              "items": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "usd": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "verdict": {
              "type": "string"
            },
            "viewIsComplete": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON