makegov / procurement-tools

Python tools for navigating federal contracting
https://pypi.org/project/procurement-tools/
Apache License 2.0
10 stars 2 forks source link

Add SBIR API #14

Closed vdavez closed 10 months ago

vdavez commented 10 months ago

The SBIR program has an API: https://www.sbir.gov/api/awards

It would be cool to be able to (1) get the data, and (2) convert the XML into something less XML-y.

Note that JSON endpoints do exist (e.g., https://www.sbir.gov/api/solicitations.json?keyword=sbir)

vdavez commented 10 months ago

Done per #17