ToolAssay

Search 100 packaged federal government contract awards from USAspending.gov with

Search 100 packaged federal government contract awards from USAspending.gov with a live source link for every award ID.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
292 msmedian answer time
$0.01listed price per call
$0.01price 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://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/contracts

CategorySearch and research
Provider hostai-data-marketplace-1042299154756.us-central1.run.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 292 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "agency": "Department of Defense",
    "vendor_name": "Space Exploration Technologies"
  },
  "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": {
          "additionalProperties": true,
          "properties": {
            "agency": {
              "description": "Federal agency name.",
              "type": "string"
            },
            "vendor_name": {
              "description": "Name of the winning vendor.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "count": {
              "type": "integer"
            },
            "data": {
              "items": {
                "additionalProperties": true,
                "properties": {
                  "agency": {
                    "type": "string"
                  },
                  "award_id": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  },
                  "recipient": {
                    "type": "string"
                  },
                  "source_url": {
                    "type": "string"
                  }
                },
                "required": [
                  "award_id",
                  "recipient",
                  "description",
                  "agency",
                  "source_url"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "marketplace_metadata": {
              "additionalProperties": true,
              "properties": {
                "availability": {
                  "type": "string"
                },
                "billable": {
                  "type": "boolean"
                },
                "data_mode": {
                  "type": "string"
                },
                "source": {
                  "type": "string"
                }
              },
              "required": [
                "data_mode",
                "billable",
                "availability",
                "source"
              ],
              "type": "object"
            },
            "source": {
              "type": "string"
            },
            "source_verified_count": {
              "type": "integer"
            },
            "success": {
              "type": "boolean"
            }
          },
          "required": [
            "success",
            "source",
            "source_verified_count",
            "count",
            "data",
            "marketplace_metadata"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON