Instantly verify contractor eligibility, SAM.gov registration status, size standards, and exclusions with our advanced ML-driven API. Built for the future of federal contracting.
Leveraging machine learning and real-time data integration to provide comprehensive contractor eligibility assessments
Real-time verification of entity registrations, exclusions, and compliance status directly from official SAM.gov databases
Automated NAICS-based size determination using SBA thresholds with intelligent classification algorithms
Process thousands of contractors simultaneously with webhook callbacks and real-time progress tracking
RESTful API with comprehensive documentation and SDKs for major languages
Single eligibility verification
Bulk async processing with webhooks
Retrieve NAICS size standards
Check bulk job status
{
"identifier": {
"uei": "ZQGGHJH74DM7",
"cage": "8PRW9",
"legal_name": "ACME TECHNOLOGIES INC"
},
"naics": "541511",
"size_basis": {
"kind": "receipts",
"value": 25000000
},
"require_active_sam": true,
"include_evidence": true
}{
"eligible": true,
"summary": "No exclusions; active SAM; size SMALL",
"sam": {
"uei": "ZQGGHJH74DM7",
"active": true
},
"size": {
"status": "small",
"threshold": 34500000
}
}API Calls/Month
Avg Response Time
Uptime SLA
Enterprise Clients
Transparent pricing that grows with your business
Perfect for testing and small-scale applications
WHAT'S INCLUDED:
LIMITATIONS:
For growing businesses and regular API usage
WHAT'S INCLUDED:
LIMITATIONS:
For teams and high-volume applications
WHAT'S INCLUDED:
Choose your preferred language and see how easy it is to integrate TideIQ's powerful eligibility checking into your application
Simple and intuitive Python integration
from tideiq import Client
# Initialize client
client = Client(api_key="your_api_key")
# Check eligibility
result = client.eligibility.check(
uei="ABC123DEF456",
naics="541511",
size_basis="receipts"
)
print(f"Eligible: {result.eligible}")
print(f"Reasons: {result.reasons}")Real-time API response with eligibility data and evidence
|Sub-second response times with intelligent caching and optimized data pipelines
Comprehensive SDKs, detailed docs, and interactive examples for every use case
Enterprise-grade reliability with 99.9% uptime and comprehensive error handling
Join hundreds of organizations using TideIQ to streamline their government contracting eligibility verification