Government Contract Awards Scraper avatar

Government Contract Awards Scraper

Pricing

from $11.99 / 1,000 result items

Go to Apify Store
Government Contract Awards Scraper

Government Contract Awards Scraper

Scrapes federal contract awards from SAM.gov with filters for keyword, agency, NAICS code, amount, and date. Returns each award as a flat row with optional detail-page enrichment.

Pricing

from $11.99 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

7 days ago

Last modified

Share

ParseForge

Government Contract Awards Scraper

Scrape federal contract awards from SAM.gov by keyword, agency, NAICS code, or date range. Every award comes with recipient, amount, place of performance, and full detail-page fields. No login or API key. Export to CSV, JSON, Excel, or XML.

SAM.gov's official API needs registration, API keys, and rate limits that slow you down. This Actor reads the public contract award feeds directly, filtered by keyword, agency, NAICS code, award type, amount, or date, and returns each match in one fixed schema. It also fetches full detail pages for recipient address, pricing type, and set-aside details.

Who uses itWhat they scrape SAM.gov for
Market researchersWhich agencies are spending on a given product or service this quarter
Sales teams at government contractorsFind recent awards to similar companies to build a prospect list
Competitive intelligence analystsTrack which competitors are winning contracts and at what prices
Procurement consultantsAnalyze spending patterns by agency, NAICS code, or place of performance
Journalists and watchdogsMonitor federal spending for stories on contracts and recipients

What it does

This Actor collects federal contract awards from SAM.gov by keyword, agency, NAICS code, award type, amount, or date range, and returns each award as a flat row with optional detail-page enrichment.

  • ๐Ÿ” Keyword search: find awards by words in the description or title, like "cybersecurity" or "cloud services".
  • ๐Ÿ›๏ธ Agency filter: narrow to a specific awarding agency, such as Department of Defense or Department of Homeland Security.
  • ๐Ÿ“Š Amount range: set minimum and maximum award amounts to focus on deals of a certain size.
  • ๐Ÿ“… Date range: filter by action date to get only recent awards or a specific period.
  • ๐Ÿ“‹ Award types: choose BPA Call, Purchase Order, Delivery Order, or Definitive Contract.
  • ๐Ÿท๏ธ NAICS codes: filter by industry codes like 541512 for computer services.
  • ๐Ÿ“ Place of performance: limit to a 2-letter US state code where the work happens.
  • ๐Ÿ“„ Detail pages: fetch full award pages for recipient address, pricing type, and set-aside details.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with SAM.gov data

๐Ÿ“ˆ Track agency spending.

A market researcher runs the Actor weekly with a keyword like "cloud services" and a date range to see which agencies are buying and how much they spend.

๐ŸŽฏ Build a prospect list.

A sales team filters by NAICS code and minimum award amount to find companies that recently won contracts, then uses recipient names for outreach.

๐Ÿ” Monitor competitors.

A competitive analyst sets recipientName to a rival company and gets every award they won, with amounts and agencies, to understand their pipeline.

๐Ÿ“Š Analyze procurement trends.

A consultant pulls all awards for a state and NAICS code over a year, then exports to Excel to chart spending by agency and contractor.

๐Ÿ“ฐ Investigate federal spending.

A journalist searches for a specific agency and high award amounts to find notable contracts and recipients for a story.

Why choose this scraper

What you get
No API keyPublic SAM.gov feeds, no registration or rate limits
Complete dataDetail-page enrichment adds recipient address, NAICS, pricing type, set-aside
Flexible filtersCombine keyword, agency, NAICS, amount, date, and more
ScalableUp to 1,000,000 awards per run for paid users
Structured outputFlat rows ready for CSV, JSON, Excel, or XML

How it compares

This Actor focuses on contract awards from SAM.gov, while the competitors below cover opportunities, bids, or multiple tender sources.

FeatureParseForgeGovernment Contract Data & Federal Bids - SAM.gov ScraperSAM.gov Federal Contracts ScraperGovernment Tender Scraper
Contract awards (past contracts)YesNot listedNot listedNot listed
Contract opportunities and bidsNoYesYesNot listed
Filter by NAICS codeYesYesYesNot listed
Filter by award amountYesNot listedNot listedNot listed
Fetch detail pages for extra fieldsYesNot listedNot listedNot listed
Multiple country tender sourcesNoNot listedNot listedYes

Configure the run

Drive the Actor from keywords, agencies, NAICS codes, award types, amounts, and dates, alone or together, and filters run as each award is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"keywords": "cybersecurity",
"maxItems": 10,
"awardTypes": [
"A",
"B",
"C",
"D"
],
"startDate": "2024-01-01",
"endDate": "2024-12-31"
}

A larger pull:

{
"keywords": "cybersecurity",
"maxItems": 200,
"awardTypes": [
"A",
"B",
"C",
"D"
],
"startDate": "2024-01-01",
"endDate": "2024-12-31"
}

Pricing

Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.60
1,000 results$15.99
10,000 results$159.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Government Contract Awards Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to SAM.gov through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/government-contract-awards-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your filters. If you set a keyword, agency, NAICS code, or date range that is too narrow, no awards may match. Try removing filters one by one to see which one is blocking results.

Why is the run slow?

Fetching detail pages for every award adds time. If you do not need the extra fields, set fetchDetailPages to false. You can also increase maxConcurrency to speed up detail fetching, but watch for rate limits.

I got a rate limit error.

Reduce maxConcurrency to 1 or 2 and increase requestDelayMs to 1000 or more. This slows down requests and avoids hitting SAM.gov's rate limits.

Some awards are missing detail fields.

Make sure fetchDetailPages is set to true. If it is, some awards may not have detail pages or the fields may be empty on SAM.gov. Check the raw data for those awards.

The output has duplicate awards.

SAM.gov may list the same award under multiple entries. Use a unique field like award ID to deduplicate in your downstream processing.

FAQ

QuestionAnswer
What is SAM.gov?SAM.gov is the U.S. government's System for Award Management, the official source for federal contract awards, opportunities, and entity registrations.
Do I need an API key or login?No. This Actor reads the public SAM.gov award feeds directly, so no registration or API key is required.
What data does each award include?Each row includes award title, description, recipient name, awarding agency, award amount, action date, NAICS code, place of performance, and more. If you enable detail pages, you also get recipient address, pricing type, and set-aside details.
Can I filter by specific agencies?Yes, use the awardingAgencyName field to filter by agency name, such as "Department of Defense" or "Department of Homeland Security".
How do I search by industry?Use the naicsCodes field to filter by NAICS industry codes. For example, ["541512"] for computer systems design services.
Can I limit results by award amount?Yes, set minAwardAmount and maxAwardAmount to only return contracts within a dollar range.
What are award types A, B, C, and D?A is BPA Call, B is Purchase Order, C is Delivery Order, and D is Definitive Contract. You can select one or more in the awardTypes field.
How many awards can I get in one run?Free users are limited to 100 awards. Paid users can set maxItems up to 1,000,000.
Can I sort the results?Yes, use sortBy to sort by Award Amount, Period of Performance Start Date, Period of Performance Current End Date, or Base Obligation Date, and sortOrder for ascending or descending.
What if I get rate-limited?Lower maxConcurrency and increase requestDelayMs to slow down requests and avoid rate limits.
What export formats are supported?You can export the dataset to CSV, JSON, Excel, or XML from the Apify platform.
Is this the same as the SAM.gov opportunities scraper?No, this Actor focuses on contract awards (past contracts). For opportunities and bids, use a SAM.gov opportunities scraper.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by U.S. General Services Administration. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.