VOOZH about

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

⇱ NSF Awards & Grants Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/fortuitous_pirate~nsf-awards-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

NSF Awards & Grants Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the NSF Awards & Grants Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/fortuitous_pirate~nsf-awards-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/fortuitous_pirate~nsf-awards-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/fortuitous_pirate~nsf-awards-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the NSF Awards & Grants Scraper API programmatically via the Apify API.

You can choose from:

NSF Awards & Grants Scraper API in Python

NSF Awards & Grants Scraper API in JavaScript

NSF Awards & Grants Scraper API through CLI

NSF Awards & Grants Scraper OpenAPI definition

You can start NSF Awards & Grants Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The NSF Awards & Grants Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the NSF Awards & Grants Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.