Search live Lobbying Disclosure Act filings from the U.S
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.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice 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/lobbying_reports
| Category | Search and research |
|---|---|
| Provider host | ai-data-marketplace-1042299154756.us-central1.run.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"client_name": "Meta Platforms",
"filing_year": 2026,
"limit": 5
},
"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": {
"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"
}