VOOZH about

URL: https://apify.com/quarterly_jingo/sbir-sttr-scraper

โ‡ฑ Sbir Sttr Scraper ยท Apify


Pricing

Pay per usage

Go to Apify Store

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Petey Boy

Petey Boy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

SBIR/STTR Awards Scraper

Overview

Scrapes Small Business Innovation Research (SBIR) and Small Business Technology Transfer (STTR) federal awards data. Uses the SBIR. gov API with automatic CSV fallback when API is unavailable.

Features

  • Search by keywords to find specific results
  • Filter results by category or type

Use Cases

  • Track - Track federal government data releases and updates
  • Build - Build datasets for policy research and analysis
  • Monitor - Monitor regulatory changes and compliance requirements
  • Aggregate - Aggregate public government data for transparency projects

Input Parameters

ParameterTypeDescriptionDefault
searchTypestringType of search to performagency
agencystringFederal agency code (e.g., DOD, HHS, NASA, NSF, DOE, USDA, EPA, DOC, ED, DOT,...``
firmstringSearch by company/firm name (partial match supported)
yearintegerFilter by award year (e.g., 2023)
researchInstitutionstringSearch by research institution name
keywordstringSearch awards by keyword in title/abstract
programstringFilter by program type``
phasestringFilter by award phase``
statestringFilter by US state (2-letter code, e.g., CA, NY, TX)
minAwardAmountintegerMinimum award amount in USD
maxAwardAmountintegerMaximum award amount in USD
startDatestringFilter awards from this date (MM/DD/YYYY format)
endDatestringFilter awards until this date (MM/DD/YYYY format)
limitintegerMaximum number of awards to return (0 for all)100
useCSVFallbackbooleanFall back to CSV download if API is unavailable (recommended - the API is oft...true

Output Example

Each result contains structured data like this:

{
"firm":"Smith & Associates",
"award_title":"Sample award_title",
"agency":"Department of Commerce",
"phase":"Sample phase",
"program":"Sample program",
"award_amount":50000,
"award_year":"Sample award_year",
"state":"CA",
"city":"San Francisco",
"pi_name":"SBIR/STTR Awards Sample Item",
"abstract":"Detailed description of the item..."
}

Pricing

This actor uses pay-per-result pricing:

  • $0.0015 per result
  • $1.50 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the SBIR/STTR Awards Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~sbir-sttr-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/sbir-sttr-scraper").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect SBIR/STTR Awards Scraper with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

SBIR/STTR Government Grants & Awards Scraper

compute-edge/sbir-awards-scraper

Extract SBIR and STTR government grant awards data including company names, award amounts, agencies, contacts, and abstracts. Search by agency, year, company name, or keyword across 220,000+ awards.

SBIR Government Grants Scraper

parseforge/sbir-government-grants-scraper

Track SBIR and STTR grant awards from SBIR.gov with company details, award amounts, agencies, phases, dates, topic codes, and business demographics. Ideal for grant consultants, investors, researchers, and business development teams that need structured public funding data fast.