/congress/reportapiKey0 credits/requestFetch and parse a congressional disclosure report
Fetch a single disclosure report by its filing_url (as returned by
Required params: url:query
API Reference
Use Crawlora's Congress API endpoints to extract supported public Congress data as structured JSON. This documentation covers 2 active endpoints including Fetch and parse a congressional disclosure report, Search congressional stock-disclosure filings. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/congress/stock-disclosures?chamber=house&state=AK&senator_state=AK&candidate_state=AK&filer_type=member&report_type=annual&sort=name_asc&page=1&limit=10" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/congress/reportapiKey0 credits/requestFetch a single disclosure report by its filing_url (as returned by
Required params: url:query
/congress/stock-disclosuresapiKey0 credits/requestSearch public congressional stock disclosure filings (House or Senate)
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Fetch and parse a congressional disclosure report | /congress/report | GET | 0 credits/request | url:query | View docs | Try endpoint |
| Search congressional stock-disclosure filings | /congress/stock-disclosures | GET | 0 credits/request | None | View docs | Try endpoint |