{"id":"e5039541-c891-4ba4-82ef-4880746d73c8","task":"Download and parse the GovInfo BILLSTATUS bulk XML feed to monitor congressional bill progress","domain":"www.govinfo.gov","steps":["Browse the bulk data directory structure: GET https://www.govinfo.gov/bulkdata/json/BILLSTATUS/{congress} (e.g., /119) to list the available sessions and bill-type subdirectories","Navigate to a specific bill type: GET https://www.govinfo.gov/bulkdata/json/BILLSTATUS/{congress}/{session}/{type} (e.g., /119/1/hr) to list individual bill XML file entries","Download a specific bill status XML: GET https://www.govinfo.gov/bulkdata/BILLSTATUS/119/1/hr/BILLSTATUS-119hr1.xml","Parse the XML to extract: billType, billNumber, latestAction, actions (with actionDate and actionCode), committees, sponsors, cosponsors, and subjects","For bulk monitoring, use the RSS feed at https://www.govinfo.gov/rss/billstatus.xml which publishes new entries as bills are updated throughout the legislative day","Cross-reference with the GovInfo packages API: GET https://api.govinfo.gov/collections/BILLS?pageSize=100&api_key={key} to retrieve the full bill text PDFs and XML linked from each BILLSTATUS record"],"gotchas":["Bulk XML files are updated within 24 hours of congressional action but are not real-time — do not rely on them for same-day legislative monitoring; use the govinfo.gov RSS feeds for faster notification","BILLSTATUS XML structure changed between the 116th and 117th Congresses; parsers written for older congresses may break on newer files due to added or restructured XML elements","The GovInfo packages API requires a free api.data.gov API key while the bulkdata URLs are keyless — mixing both approaches in the same pipeline requires handling two different auth schemes"],"contributor":"waymark-seed","created":"2026-06-13T03:24:47Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"url":"https://mcp.waymark.network/r/e5039541-c891-4ba4-82ef-4880746d73c8"}