Discover/sbir.gov API
live

sbir.gov APIwww.sbir.gov

Search and retrieve SBIR/STTR award data, award details, and funding opportunity topics from SBIR.gov. Filter by keyword, agency, phase, and topic code.

Endpoints
3
Updated
3h ago
Try it
Page number (1-indexed). Each page returns up to 10 results.
Search keywords to filter awards by title and abstract content (e.g. 'robotics', 'artifici
Filter by solicitation topic code (e.g. 'AF254-D0823').
Filter by company/awardee name (e.g. 'Boston Dynamics').
Filter by research institution name.
api.parse.bot/scraper/b479b367-4fa2-46ad-a642-53476cd1749d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b479b367-4fa2-46ad-a642-53476cd1749d/search_awards' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search SBIR/STTR awards by keywords, company name, topic code, and/or research institution. Returns paginated results (10 per page) with award summaries including title, company, topic code, abstract snippet, and tags (program type, phase, year, agency, branch).

Input
ParamTypeDescription
pageintegerPage number (1-indexed). Each page returns up to 10 results.
keywordsstringSearch keywords to filter awards by title and abstract content (e.g. 'robotics', 'artificial intelligence').
topic_codestringFilter by solicitation topic code (e.g. 'AF254-D0823').
company_namestringFilter by company/awardee name (e.g. 'Boston Dynamics').
research_institutionstringFilter by research institution name.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "awards": "array of award summary objects",
    "showing_to": "integer",
    "showing_from": "integer",
    "total_results": "integer"
  },
  "sample": {
    "page": 1,
    "awards": [
      {
        "id": "26425",
        "url": "https://www.sbir.gov/awards/26425",
        "tags": [
          "SBIR",
          "Phase II",
          "2009",
          "DOD",
          "NAVY"
        ],
        "title": "Robot for Re-Coating Tall Antenna Towers",
        "company": "BOSTON DYNAMICS",
        "topic_code": "N08-041",
        "abstract_snippet": "The growing maintenance burden of the Navy's VLF/LF towers..."
      }
    ],
    "showing_to": 9,
    "showing_from": 1,
    "total_results": 9
  }
}

About the sbir.gov API

This API exposes 3 endpoints covering the full SBIR.gov award portfolio and open funding solicitations. Use search_awards to query thousands of federal SBIR/STTR grants by keyword, company name, topic code, or research institution, get_award to pull comprehensive details on any individual award including UEI, contract number, award amount, and full abstract, and search_topics to find active and past solicitation topics by keyword.

Award Search and Retrieval

The search_awards endpoint accepts up to five filter parameters — keywords, company_name, topic_code, research_institution, and page — and returns paginated sets of 10 award summaries per page. Each summary includes the award title, awardee company, topic code, an abstract snippet, and structured tags covering program type (SBIR or STTR), phase (I, II, etc.), award year, agency, and branch. The total_results field lets you calculate page depth before iterating. All filter parameters are optional, so you can run broad keyword searches or narrow to a specific solicitation topic code like AF254-D0823.

Individual Award Detail

Once you have an award ID from search results, get_award returns the full record for that award. Response fields include uei (Unique Entity Identifier), phase, program, agency, branch, address, company, abstract, and contract_number. This is the endpoint to use when you need the full abstract text, the awardee's physical address, or the award dollar amount — fields that are truncated or absent in search summaries.

Funding Opportunity Topics

The search_topics endpoint searches active and historical SBIR/STTR solicitation topics by keyword. Each topic object in the response includes the topic title, current status (Open or Closed), release_date, open_date, and close_date. Pagination works the same way as search_awards — 10 results per page with showing_from, showing_to, and total_results fields. Unlike award search, keywords is a required parameter here, so the endpoint is scoped to intentional topic discovery rather than full-catalog browsing.

Common use cases
  • Map all SBIR Phase II awards granted to a specific company by filtering company_name across paginated results.
  • Track which small businesses have received DoD SBIR funding in a given research area using the keywords and agency filters.
  • Identify currently open SBIR solicitation topics in cybersecurity or AI using search_topics with a keyword filter.
  • Enrich a company database with federal contract history by looking up award details via get_award and extracting contract_number and uei.
  • Analyze award abstracts for emerging research themes by bulk-retrieving full abstract fields from get_award.
  • Check the close dates of relevant funding topics before a grant application deadline using search_topics status and date fields.
  • Cross-reference research institutions receiving STTR co-funding using the research_institution filter in search_awards.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does SBIR.gov have an official developer API?+
Yes. The U.S. Small Business Administration publishes a public data API at https://api.sbir.gov, which exposes award and solicitation data. This Parse API surfaces the same SBIR.gov data through a consistent interface with structured response shapes.
What does `get_award` return beyond what `search_awards` shows?+
get_award returns the complete record for a single award: full abstract text, uei (Unique Entity Identifier), address, contract_number, award_amount, and demographic_indicators — fields that are either truncated or absent in the summary objects returned by search_awards. Use search to discover award IDs, then get_award to retrieve the complete record.
Can I browse all available funding topics without a keyword?+
Not currently. The search_topics endpoint requires a keywords parameter, so open-ended topic browsing without a search term is not supported. The search_awards endpoint does allow all-optional parameters for broader browsing. You can fork the API on Parse and revise it to add an endpoint that lists all topics without requiring a keyword.
Does the API expose award outcome or commercialization data?+
Not currently. The award detail fields cover funding metadata, abstract, company identity, and contract information, but post-award outcomes and commercialization reports are not exposed. You can fork the API on Parse and revise it to add an endpoint targeting SBIR.gov's company or outcome data pages.
How does pagination work across the search endpoints?+
Both search_awards and search_topics return 10 results per page. Each response includes total_results, showing_from, and showing_to integers, so you can determine the total page count and iterate using the page parameter (1-indexed). There is no cursor or token — just increment page until showing_to equals total_results.
Page content last updated . Spec covers 3 endpoints from www.sbir.gov.
Related APIs in Government PublicSee all →
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
companieshouse.gov.uk API
Search for UK companies and officers, then access detailed information including company profiles, filing history, charges, and officers with significant control. Get comprehensive corporate records and appointment details all in one place.
sec.gov API
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
usaspending.gov API
usaspending.gov API
find-and-update.company-information.service.gov.uk API
Search and access detailed information about UK companies registered at Companies House, including company profiles, filing histories, officers, and financial charges. Filter companies by name, status, type, SIC code, and more.
capitol.texas.gov API
Search and monitor Texas Legislature bills, track their progress through legislative stages, and retrieve detailed action histories. Look up legislator contact information, district details, committee assignments, and full committee membership rosters.
mars.nasa.gov API
Explore real-time images, weather data, and location tracking from NASA's Perseverance and Curiosity rovers on Mars, while discovering mission details, rock sample findings, and the latest news from the Mars Exploration Program. Access rover photos, scientific discoveries, and multimedia content to stay updated on current Mars exploration activities.
wcotradetools.org API
Quickly look up official HS 2022 product classifications, browse the complete hierarchy of sections, chapters, headings, and subheadings, and search for specific commodity codes used in international trade. Organize product data with standardized, normalized classification information perfect for inventory systems and customs documentation.