Legiscan: Get Bill Text
Legiscan via Parse · government_public
Retrieve the full legal text of a bill. Identify the bill either by providing the full text URL (from search results) or by providing all three components: state, bill_number, and year. The text URL form is preferred when available from search results. Returns the complete bill text as a string. Search and retrieve US legislative bills, bill details, and bill text from LegiScan. Fulfilled by Parse from legiscan.com.
- b2b-directory
- government-public
- legiscan
- legiscan-com
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 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/get_bill_text
- Interface artifact
- sha256:e9ea76d35837dfebf8617eff6228c29a8addcab0a986a5d285bd5dcaf9f527d9
- Manifest digest
- sha256:c869ca6a73117ae7cf67c46ed0db9a7340bf156a88020a6c83825aa47491ae87
Request fields
- url (string): Full text URL from search results (e.g., https://legiscan.com/CA/text/AB414/2025). Alternative to providing state, bill_number, and year.
- year (string): Session year (e.g., 2025). Required if url is not provided.
- state (string): Two-letter US state code (e.g., CA, NY). Required if url is not provided.
- bill_number (string): Bill number (e.g., AB414, HB202). Required if url is not provided.
Example queries
- {"url":"https://legiscan.com/CA/text/AB244/2025","year":"2025","state":"CA","bill_number":"AB244"}