HigherGov Federal Contracts Scraper
Pricing
from $18.75 / 1,000 results
HigherGov Federal Contracts Scraper
Search live US federal contract opportunities by keyword, NAICS code, set-aside type and agency. No login required.
Pricing
from $18.75 / 1,000 results
Rating
0.0
(0)
Developer
Alonso Garcia
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🏛️ HigherGov Federal Contract Opportunities Scraper
Search live US federal contract opportunities by keyword, NAICS code, agency and set-aside — no login required.
What it does
Queries HigherGov's public contract opportunity search (the same data behind highergov.com/contract-opportunity/)
and returns structured records: title, agency, solicitation number, set-aside type, NAICS/PSC codes, posted date,
response deadline, place of performance and description.
- Server-side search:
keywords(full-text, optionally title-only) is sent directly to HigherGov's search. - Client-side filters:
naicsCode,setAsideCode,agencyKeyword,postedAfter/postedBeforeandactiveOnlyare applied on top of the fetched results (HigherGov's other server-side filter parameters either error out or are silently ignored for anonymous requests — seeSCRAPER.mdfor what was tested). For best coverage, pair them withkeywordsso the underlying search is already narrow. - No login, no proxy, no browser — plain HTTP requests to the public search endpoint.
Limits
HigherGov caps anonymous (non-logged-in) search results at roughly 1000 rows per keyword search. Very broad
searches (no keywords) will only ever surface the same ~1000 most recent opportunities regardless of maxItems.
Input
| Field | Description |
|---|---|
maxItems | Max results to return. Free users limited to 10. |
keywords | Full-text search (server-side). |
searchTitleOnly | Restrict keywords matching to the title only. |
naicsCode | Exact 6-digit NAICS code (client-side filter). |
setAsideCode | Small-business set-aside type (client-side filter). |
agencyKeyword | Substring match on awarding agency name (client-side filter). |
postedAfter / postedBefore | Date range on posted date (client-side filter). |
activeOnly | Only opportunities with an open response deadline. |
sortBy / sortDirection | Order results by posted date, deadline or relevance. |
Output fields
title, opportunityType, agency, solicitationNumber, setAside, isActive, postedDate,
responseDeadline, naicsCode, pscCode, placeOfPerformanceCountry, description, opportunityUrl,
scrapedAt, error.
Disclaimer
This actor collects publicly available data from HigherGov.com. It is not affiliated with, endorsed by, or sponsored by HigherGov. Use of the collected data must comply with HigherGov's Terms of Service and applicable law.