Foreclosure Auction Scraper avatar

Foreclosure Auction Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Foreclosure Auction Scraper

Foreclosure Auction Scraper

Fetches U.S. federal procurement contract award records from the official USASpending API. Supports keyword, date-range, and agency filters, covering major contract award types. Results are sorted by award amount, largest first.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Government Procurement Award Scraper

Fetches US federal procurement contract award records from the official USASpending API (POST /api/v2/search/spending_by_award/). Filters by keywords, award action date range, and top-tier awarding agency; covers contract award types A (BPA call), B (purchase order), C (delivery order), and D (definitive contract). Results are sorted by award amount, largest first.

Input

FieldDefaultDescription
keywords""Comma-separated search keywords (e.g. software, cloud). Empty = no keyword filter.
awarded_after""Award action date range start, YYYY-MM-DD. Empty = 2007-10-01.
awarded_before""Award action date range end, YYYY-MM-DD. Empty = today.
agency""Exact top-tier awarding agency name (e.g. Department of Defense).
limit100Max records to fetch (max 10000, 100 per API page).

Output example

{
"recipient_name": "DELL FEDERAL SYSTEMS L.P",
"award_amount": 1590136261.87,
"awarding_agency": "Department of Veterans Affairs",
"awarding_sub_agency": "Department of Veterans Affairs",
"award_date": "2022-04-01",
"end_date": "2026-03-31",
"award_id": "36C10B22F0089",
"award_type": "DELIVERY ORDER",
"description": "VA MICROSOFT ENTERPRISE LICENSE AGREEMENT.",
"usaspending_url": "https://www.usaspending.gov/award/CONT_AWD_36C10B22F0089_3600_47QTCA22D003G_4732",
"raw": { "...full original API payload..." }
}