legiscan.com API: search_bills
legiscan.com via Parse · government_public
Full-text search over US legislative bills, filterable by state and session year. Returns paginated bill summaries including state, bill number, status, title, last action date, and links to detail and text pages. Pagination is 0-based. An empty result set is valid when no bills match the query. Search and retrieve US legislative bills, bill details, and bill text from LegiScan. Fulfilled by Parse from legiscan.com.
- b2b-directory
- government-public
- legiscan-com
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c4d58c4e-fbfb-4514-9812-71912e9a0c3d/search_bills
- Interface artifact
- sha256:dd29f9122018dac24c0e283810a806304798fe0c05f14054bd484a9dc1362f59
- Manifest digest
- sha256:3325a0c88bc3152e30150c402a922b842259793ae292d84cc09780aebf1c4c82
Request fields
- page (integer): Page number for pagination (0-based)
- year (string): Filter by session year (e.g., 2025). Omitting returns current session results.
- query (string): Search keyword for full text search of bills
- state (string): Two-letter US state code (e.g., CA, NY, TX) or ALL for national search
Example queries
- {"page":"0","year":"2025","query":"minimum wage","state":"CA"}