VOOZH about

URL: https://apify.com/fortuitous_pirate/nsf-awards-scraper/api/python

โ‡ฑ NSF Awards & Grants Scraper API in Python ยท Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

NSF Awards & Grants Scraper

Scrape National Science Foundation awards and grants data. Access research funding details, principal investigators, institutions, award amounts, and project abstracts from the NSF database.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

Share

You might also like

NSF Award Search Scraper

crawlerbros/nsf-award-search-scraper

Search and extract NSF (National Science Foundation) research award data including funding amounts, principal investigators, awardee organizations, and project abstracts. Filter by keyword, date range, and US state.

NSF Award Search Scraper

crawlergang/nsf-award-search-scraper

Search and extract NSF (National Science Foundation) research award data including funding amounts, principal investigators, awardee organizations, and project abstracts. Filter by keyword, date range, and US state.

1

5.0

NSF Research Grants Scraper

parseforge/nsf-awards-scraper

Scrape NSF research grant awards with 62 fields per record. Get award titles, abstracts, funding amounts, PI contact info, institution details, program info, and dates. Filter by keyword, agency, state, program, and date range.

NIH RePORTER Scraper

parseforge/nih-reporter-scraper

Scrape NIH research grant awards with 40+ fields per project. Get funding amounts, principal investigators, institutions, abstracts, spending categories, and geo coordinates. Filter by keyword, fiscal year, agency, and active status.

NSF Awards Scraper - Research Grants, PIs & Funding Data

jungle_synthesizer/nsf-awards-research-funding-scraper

Scrape NSF awards from the research.gov API. Returns title, abstract, awardee, PI name/email, program officer name/email/phone, funds obligated, estimated total, directorate, division, program codes, CFDA, dates, and performance location. Filter by keyword, PI, org, state, date range, or CFDA.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

You can access the NSF Awards & Grants Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={}
9
10# Run the Actor and wait for it to finish
11run = client.actor("fortuitous_pirate/nsf-awards-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

NSF Awards & Grants Scraper API in Python

The Apify API client for Python is the official library that allows you to use NSF Awards & Grants Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

NSF Awards & Grants Scraper API in JavaScript

NSF Awards & Grants Scraper API through CLI

NSF Awards & Grants Scraper OpenAPI definition

NSF Awards & Grants Scraper API