Fpds Contract Data Api
Pricing
$2.00 / 1,000 results
Go to Apify Store
Pricing
$2.00 / 1,000 results
Rating
0.0
(0)
Developer
Alexander Abernathy
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Fetches federal contract award data from the FPDS (Federal Procurement Data System) public ATOM feed.
Example input
{"queries": ["cybersecurity", "cloud services"],"limit": 10}
Example output
{"source": "fpds_contracts","query": "cybersecurity","recordType": "contract","title": "FSS 47QTCA21D003W (PS0006) awarded to MAX CYBERSECURITY LLC, was modified...","identifier": "PS0006","date": "2021-03-12","url": "https://www.fpds.gov/ezsearch/search.do?s=FPDS&q=...","summary": "Amount: $75000 | Agency: DEPT OF DEFENSE"}
Pricing
This actor is charged per dataset item at $0.002/item.
| Items returned | Estimated cost |
|---|---|
| 100 items | ~$0.20 |
| 1,000 items | ~$2.00 |
| 5,000 items | ~$10.00 |
Limitations
- API Rate Limits: Query rates may be restricted by upstream agency APIs
- Data Freshness: Information is refreshed on agency schedules; check source for update frequency
- Historical Depth: Available records depend on agency archive policies
Notes
- Public FPDS ATOM feed, no auth required.
- Returns 10 entries per page; actor fetches up to
limitentries across pages. - XML is parsed via regex (no external XML library dependency).
- Over 70 million contract records in FPDS.
Best for
- Teams needing fpds contract data api data in normalized JSON format.
Input
See .actor/input_schema.json for full input fields.
Output
Returns normalized dataset items with source/query/title/date/url/summary fields.