Public Procurement Intelligence Hub avatar

Public Procurement Intelligence Hub

Pricing

from $2.00 / 1,000 scraped results

Go to Apify Store
Public Procurement Intelligence Hub

Public Procurement Intelligence Hub

Search USASpending.gov for federal procurement contracts by keyword. Extract award ID, contract title, agency, vendor, UEI, contract value, NAICS, PSC, performance dates, location, set-aside type, offers received, and award details. Supports Apify Residential Proxy.

Pricing

from $2.00 / 1,000 scraped results

Rating

0.0

(0)

Developer

Data Pilot

Data Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

πŸ›οΈ Public Procurement Intelligence Hub is a powerful Apify Actor designed to discover, analyze, and monitor Public Procurement Intelligence opportunities from USASpending.gov. This tool provides comprehensive Public Procurement Intelligence including government contracts, awards, vendors, values, timelines, and detailed procurement classifications. Whether you're bidding for government contracts, tracking procurement trends, or conducting competitive intelligence, the Public Procurement Intelligence Hub delivers actionable Public Procurement Intelligence opportunities efficiently.

With USASpending.gov API integration, multi-source data enrichment, comprehensive classification codes (NAICS, PSC), detailed award tracking, vendor intelligence, and data deduplication, the Public Procurement Intelligence Hub ensures complete Public Procurement Intelligence discovery and analysis. It focuses on key Public Procurement Intelligence signals including contract values, agency details, vendor information, and procurement classifications, making it an essential tool for Public Procurement Intelligence research and government contracting.


πŸ“‹ Table of Contents


πŸ”₯ Features

  • USASpending.gov Integration – Direct API access to official U.S. government spending database for Public Procurement Intelligence.
  • Keyword Search – Search Public Procurement Intelligence by contract keyword, topic, or product/service.
  • Contract Discovery – Discovers government contracts and awards matching search criteria.
  • Multiple Award Types – Searches across A, B, C, D award type codes (contracts, grants, loans, direct payments).
  • Time Period Support – Configurable date range for historical and current procurement data.
  • Detailed Award Information – Fetches comprehensive details for each contract from award detail API.
  • Buyer Identification – Identifies awarding agency and sub-agency for each contract.
  • Vendor Information – Captures winning vendor name and UEI (Unique Entity Identifier).
  • Contract Values – Extracts award amounts, total obligations, and base+options values.
  • Performance Timeline – Records contract start and end dates.
  • Location Tracking – Captures place of performance (city, state, country).
  • NAICS Classification – Includes industry classification codes (NAICS).
  • PSC Classification – Includes product/service classification codes (PSC).
  • Set-Aside Programs – Identifies small business set-asides and other set-aside programs.
  • Competition Metrics – Tracks number of offers received for contract.
  • URL Generation – Provides direct links to contract details on USASpending.
  • Deduplication – Removes duplicate contracts from results.
  • Sorting – Results sorted by award amount (highest first).
  • Summary Generation – Generates procurement intelligence summary.
  • Multi-Field Extraction – Intelligently pulls data from search results and detail API.
  • PPE Billing Integration – Pay-per-event billing (batch processing, not per-contract charged).
  • Proxy Support – Apify residential proxy support for reliability.
  • Real-Time Dataset Push – Pushes results to Apify Dataset with metadata.
  • Detailed Logging – Comprehensive logging of search and processing.
  • Asyncio-Friendly – Non-blocking async/await architecture.

πŸ“Š Data Source

USASpending.gov

  • Authority: Official U.S. Government spending transparency database (DATA Act compliant)
  • Coverage: All federal contracts, grants, loans, and direct payments
  • Data: Comprehensive procurement information from all federal agencies
  • Updates: Near real-time updates as contracts are awarded
  • APIs: Official REST API with extensive data fields
  • Historical Data: Multiple years of historical contract data
  • Scope: Over $6 trillion in federal spending tracked

βš™οΈ How It Works

The Public Procurement Intelligence Hub accepts a keyword to search for government contracts. It queries the USASpending.gov API with the keyword across all major award types (A, B, C, D) and configurable time period. For each contract found, it fetches detailed award information to enrich the dataset with additional fields not in the search results. It extracts comprehensive data including buyer, vendor, value, timeline, location, and classifications. Results are deduplicated by award ID and pushed to the dataset in batch. A summary of findings is logged.

Key Processing Steps:

  1. Input Parsing – Accept keyword and search parameters
  2. Proxy Setup – Configure Apify residential proxy
  3. Payload Building – Build search query with filters
  4. API Search – Query USASpending.gov awards search API
  5. Result Parsing – Parse initial search results
  6. Detail Fetching – Fetch full details for each contract
  7. Field Extraction – Extract all relevant fields from search + detail
  8. Data Enrichment – Intelligently merge search and detail data
  9. Formatting – Format amounts, dates, and text fields
  10. Location Compilation – Build location strings
  11. Deduplication – Remove duplicates by award ID
  12. Dataset Push – Push unique leads in batch
  13. Summary Reporting – Log statistics

Key Benefits:

  • Discover government contracts matching your expertise
  • Understand procurement trends and opportunities
  • Identify agencies and spending patterns
  • Research competitor contract wins
  • Build target company lists for business development
  • Monitor procurement market segments

πŸ“₯ Input

The Actor accepts the following input parameters:

FieldTypeDefaultDescription
keywordstringrequiredSearch keyword for Public Procurement Intelligence (e.g., "software", "IT services")
limitinteger25Maximum contracts to return (1-100)
useApifyProxybooleantrueEnable Apify residential proxies
apifyProxyGroupsarray["RESIDENTIAL"]Proxy group configuration

Example Input:

{
"keyword": "cloud computing",
"limit": 50,
"useApifyProxy": true
}

Search for IT Contracts:

{
"keyword": "information technology",
"limit": 75
}

Search for Specific Services:

{
"keyword": "consulting services",
"limit": 100
}

πŸ“€ Output

The Actor pushes Public Procurement Intelligence lead records with the following structure:

Procurement Lead Record:

FieldTypeDescription
titlestringContract title/description
award_idstringUnique award identifier
award_typestringAward type (Contract, Grant, Loan, etc.)
buyerstringAwarding agency (top-tier)
sub_agencystringAwarding sub-agency
vendorstringWinning vendor/contractor name
vendor_ueistringVendor Unique Entity Identifier
valuestringContract award amount (formatted)
start_datestringPerformance start date (YYYY-MM-DD)
end_datestringPerformance end date (YYYY-MM-DD)
locationstringPlace of performance (city, state, country)
naics_codestringIndustry classification code
naics_descstringNAICS description
psc_codestringProduct/Service classification code
psc_descstringPSC description
set_asidestringSet-aside program (e.g., small business)
offersstringNumber of competing offers
detail_urlstringDirect link to USASpending contract details
sourcestringData source (USASpending.gov)
keywordstringSearch keyword used
scraped_atstringISO 8601 scrape timestamp

Example Procurement Lead Record:

{
"title": "Cloud Infrastructure Services Platform Implementation and Operations",
"award_id": "9023847592834",
"award_type": "Contract",
"buyer": "General Services Administration",
"sub_agency": "Federal Acquisition Service",
"vendor": "Amazon Web Services, Inc.",
"vendor_uei": "1234567890AB",
"value": "$250,000,000",
"start_date": "2024-01-15",
"end_date": "2029-01-14",
"location": "Arlington, VA, USA",
"naics_code": "541511",
"naics_desc": "Custom Computer Programming Services",
"psc_code": "D310",
"psc_desc": "Information Technology and Telecommunications",
"set_aside": "None",
"offers": "8",
"detail_url": "https://www.usaspending.gov/award/9023847592834",
"source": "USASpending.gov",
"keyword": "cloud computing",
"scraped_at": "2025-02-14T12:00:00"
}

Example Multiple Leads (Batch):

[
{
"title": "Software Development and Integration Services",
"award_id": "9012345678901",
"award_type": "Contract",
"buyer": "Department of Defense",
"sub_agency": "Air Force",
"vendor": "Raytheon Technologies Corp",
"vendor_uei": "0987654321XY",
"value": "$150,000,000",
"start_date": "2023-03-01",
"end_date": "2027-02-28",
"location": "Fort Worth, TX, USA",
"naics_code": "541512",
"naics_desc": "Computer Systems Design Services",
"psc_code": "D301",
"psc_desc": "Automatic Data Processing and Office Automation",
"set_aside": "None",
"offers": "5",
"detail_url": "https://www.usaspending.gov/award/9012345678901",
"source": "USASpending.gov",
"keyword": "defense technology",
"scraped_at": "2025-02-14T12:00:00"
}
]

🧰 Technical Stack

  • API Source: USASpending.gov REST API
  • HTTP Client: httpx for async HTTP requests
  • Data Parsing: JSON and regex for text processing
  • Async: asyncio for non-blocking operations
  • Rate Limiting: Polite delays between detail API calls (300ms)
  • Deduplication: Set-based tracking by award ID
  • Proxy: Apify Proxy with RESIDENTIAL configuration
  • Logging: Apify Actor logging system
  • Platform: Apify Actor serverless environment
  • Billing: Batch push (not per-contract PPE)

πŸ“Š Data Fields Explained

Contract Identification

  • award_id: Unique contract identifier
  • title: Contract description/scope
  • award_type: Contract, grant, loan, or direct payment

Procurement Parties

  • buyer: Awarding federal agency
  • sub_agency: Specific sub-agency within buyer
  • vendor: Winning contractor/vendor
  • vendor_uei: Unique Entity Identifier for vendor

Financial Details

  • value: Contract award value (formatted)

Timeline

  • start_date: Performance start
  • end_date: Performance completion

Classification

  • naics_code: Industry classification
  • psc_code: Product/service classification
  • set_aside: Small business or special program

Competitive Intelligence

  • offers: Number of companies that competed
  • location: Work location

πŸ›οΈ Classification Codes

NAICS (North American Industry Classification System)

Examples relevant to procurement:

  • 541511: Custom Computer Programming Services
  • 541512: Computer Systems Design Services
  • 541519: Other Computer Related Services
  • 336411: Aircraft Manufacturing
  • 334613: Magnetic and Optical Recording Media Manufacturing

PSC (Product/Service Code)

Examples:

  • D301: Automatic Data Processing (ADP)
  • D310: Information Technology and Telecommunications
  • J006: Maintenance, Repair and Renovation of Real Property
  • R299: Consultant and Professional Services, Other
  • S799: Other Supplies and Services

πŸ† Award Types

The Actor searches across all award types:

  • Type A: IDV (Indefinite Delivery) contracts
  • Type B: Federal Agency contracts
  • Type C: Grants and cooperative agreements
  • Type D: Loans and other financial assistance

🎯 Use Cases

  • Business Development – Identify Public Procurement Intelligence contract opportunities
  • Competitive Intelligence – Track competitor contract wins
  • Market Research – Analyze government spending trends
  • Target Identification – Build list of federal agencies for business development
  • Proposal Planning – Research similar contracts before bidding
  • Vendor Analysis – Understand competitor wins and contracts
  • Compliance Tracking – Monitor regulatory and compliance contracts
  • Industry Analysis – Understand government spending by industry
  • Contract Intelligence – Research contract values and scopes
  • Opportunity Pipeline – Build pipeline of upcoming/active contracts
  • Pricing Benchmarking – Compare contract values across similar scopes
  • Agency Intelligence – Understand which agencies buy specific services
  • Capability Matching – Find contracts matching your capabilities
  • Timeline Analysis – Understand contract durations and schedules
  • Geographic Analysis – Identify geographic procurement hotspots

πŸš€ Quick Start

1. Prepare Input

Go to Apify Console and enter:

{
"keyword": "cybersecurity",
"limit": 50,
"useApifyProxy": true
}

2. Run the Actor

Click Start button. The Actor will:

  • Connect to USASpending.gov API
  • Search for contracts matching keyword
  • Fetch detailed information for each contract
  • Extract comprehensive procurement data
  • Deduplicate and push to Dataset

3. Monitor Progress

Console shows:

[USASpending.gov] Searching for procurement leads matching: 'cybersecurity'
Apify Proxy string built and integrated successfully.
Found 48 raw matching contract listings.
Fetching deeper nested award details...
Successfully processed and stored 45 unique procurement leads!

4. View & Download Results

  • Results Tab: All procurement contracts with full details
  • Export: JSON, CSV, Excel
  • Filter: By agency, value, or date
  • Sort: By contract value or date

βš™οΈ Configuration

Search Scope

Specific service:

{
"keyword": "managed IT services"
}

Broader category:

{
"keyword": "professional services"
}

Result Limits

Quick scan:

{
"limit": 25
}

Comprehensive:

{
"limit": 100
}

πŸ“ˆ Performance

Processing Speed

  • ~2-3 seconds per contract detail fetch
  • ~25-100 contracts per search
  • Detail fetching dominates processing time
  • Rate-limited to 300ms between API calls

Resource Usage

  • Memory: ~100-200MB
  • CPU: ~30-40% during processing
  • Network: ~3-5MB per search
  • API calls: 1 search + N details (where N = # results)

πŸ’° Billing

Batch Billing

  • Billing Model: Batch push (not per-contract PPE)
  • Typical Cost: Single operation per search
  • Efficiency: High efficiency, bulk processing

⚠️ Important Notes

  • Fair Use: Respects USASpending.gov ToS and rate limits
  • Attribution: Public domain government data
  • Accuracy: Data as maintained by federal agencies
  • Verification: Information as of database update time
  • Rate Limiting: Includes delays to respect API

Data Quality

  • Freshness: Near real-time updates from USASpending
  • Completeness: Varies by agency reporting quality
  • Accuracy: As accurate as federal agency data
  • Reliability: Highly reliable, official source
  • Verification: Always verify with agency if needed

Best Practices

  • Use residential proxies
  • Respect API rate limits
  • Verify contract details with agencies
  • Check vendor UEI validity
  • Confirm performance locations
  • Review contract modifications
  • Subscribe to SAM.gov for bidding
  • Register DUNS/UEI before bidding
  • Follow FedBizOpps for RFPs
  • Understand NAICS/PSC codes
  • Comply with small business classifications
  • Maintain current registrations


πŸ“¦ Changelog

Initial Release:

  • USASpending.gov API integration
  • Multi-award-type search (A, B, C, D codes)
  • Configurable time period search (2023-2026)
  • Keyword-based contract search
  • Detail API fetching for field enrichment
  • Intelligent field extraction from search + detail
  • Contract value extraction and formatting
  • Performance timeline extraction
  • Location compilation (city, state, country)
  • NAICS code and description extraction
  • PSC code and description extraction
  • Set-aside program identification
  • Number of offers extraction
  • Vendor information extraction (name, UEI)
  • Buyer agency extraction (top-tier and sub-agency)
  • Award type determination
  • Direct USASpending detail URL generation
  • Deduplication by award ID
  • Results sorted by value (highest first)
  • Rate limiting (300ms between detail calls)
  • Batch dataset push
  • Detailed progress logging
  • Comprehensive error handling
  • Asyncio executor support

πŸ§‘β€πŸ’» Support & Feedback

  • Issues: Submit via Apify console with keyword
  • Documentation: Check Actor details page
  • Community: Apify forum discussions
  • Feature Requests: Suggest improvements
  • Bug Reports: Include keyword and error details

πŸ’Ύ Apify Integration

Automatic Features

Terms of Use:

  • Use for legitimate business and research
  • Respect USASpending.gov ToS
  • Public domain data (no copyright restrictions)
  • Use data ethically and responsibly
  • Comply with federal procurement regulations

Disclaimer: Public Procurement Intelligence Hub is provided as-is for research purposes. Users are responsible for compliance with USASpending.gov ToS and applicable procurement regulations. Always verify contract details with official sources and USASpending.gov database.


πŸŽ‰ Get Started Today

Deploy now for Public Procurement Intelligence research!

Use for:

  • πŸ“Š Opportunity Discovery
  • πŸ” Competitive Intelligence
  • πŸ’‘ Market Research
  • πŸ“ˆ Trend Analysis
  • 🎯 Business Development

Perfect for:

  • Contractors
  • Consultants
  • Business Development
  • Market Researchers
  • Procurement Analysts

Last Updated: February 2025
Version: 1.0.0
Status: Production Ready
Platform: Apify Actor
Architecture: Async/Await
Python: 3.8+
API Source: USASpending.gov


  • Product Recall Monitor
  • SaaS Launch Monitor
  • Grants & Funding Opportunities Harvester
  • News Mention Alert Engine

Your complete Apify-powered Public Procurement Intelligence research solution! πŸš€βœ¨


πŸ›οΈ Procurement Intelligence Excellence

This Actor is optimized for Public Procurement Intelligence research with:

  • βœ… USASpending.gov API integration
  • βœ… Multi-source data enrichment
  • βœ… Comprehensive classification codes
  • βœ… Vendor intelligence extraction
  • βœ… Competitive intelligence tracking
  • βœ… Batch processing efficiency
  • βœ… Real-time Dataset push
  • βœ… Error recovery
  • βœ… Production-ready code

Discover government contracts effortlessly! πŸ’ŽπŸš€