Search live Lobbying Disclosure Act filings from the U
Search live Lobbying Disclosure Act filings from the U.S. Senate LDA database by filing year, client, or registrant. Returns filing type, period, reported income and expenses, registrant, client, and the official document link. This covers Senate LDA filings, not House-only records.
10000 (raw units)
price
2
calls / 30d
1
unique payers
2026-08-28
updated
Provider
ai-data-marketplace-1042299154756.us-central1.run.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"client_name": "Meta Platforms",
"filing_year": 2026,
"limit": 5
},
"type": "http"
},
"output": {
"example": {
"fetched_at": "2026-08-07T07:32:37.870Z",
"filings": "[array; full example in /openapi.json]",
"marketplace_metadata": "[object with keys: data_mode, billable, availability, source; full example in /openapi.json]",
"query": "[object with keys: filing_year, client, registrant; full example in /openapi.json]",
"returned": 5,
"source": "U.S. Senate Lobbying Disclosure Act database",
"source_url": "https://lda.senate.gov/api/v1/filings/",
"success": true,
"total_matching_filings": 47
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"client_name": {
"description": "Name of the entity paying for lobbying.",
"type": "string"
},
"filing_year": {
"description": "Filing year to search. Defaults to the current year.",
"type": "integer"
},
"limit": {
"description": "Maximum filings to return, 1 to 25. Defaults to 10.",
"type": "integer"
},
"registrant_name": {
"description": "Name of the lobbying firm that filed.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"fetched_at": {
"type": "string"
},
"filings": {
"type": "string"
},
"marketplace_metadata": {
"type": "string"
},
"query": {
"type": "string"
},
"returned": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"success": {
"type": "boolean"
},
"total_matching_filings": {
"type": "integer"
}
},
"required": [
"success",
"source",
"source_url",
"fetched_at",
"query",
"total_matching_filings",
"returned",
"filings",
"marketplace_metadata"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/lobbying_reports" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/lobbying_reports");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/lobbying_reports")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3228.json, and this resource appears in /discovery/resources and /discovery/search.