Subspace Data
Company signals API
The diligence datapoints over one REST call — live postings, closures, days-open, reposts — for any covered company. Measured from the company's own careers site, never inferred.
What you get
- — GET /api/v1/companies/{domain}/signals — one call, one company
- — Verified coverage only: a domain we don't monitor returns 404 not_covered, never a guess
- — Free tier returns the public signals; paid tiers add closures, median days open and reposts
- — Monthly credits per key, 1 credit per row returned, 402 when used up — no surprise bills
- — Returns the measured per-company fields the storefront cards render — not a separate dataset
Example — free tier
GET /api/v1/companies/amazon.com/signals
x-api-key: <your key>
{
"data": {
"company_domain": "amazon.com",
"company_name": "Amazon",
"ats_provider": "amazon",
"monitored_since": "2026-05-12T02:46:11.210754+02:00",
"live_postings": 54351,
"live_postings_60d_plus": 33501,
"oldest_live_first_seen_at": "2026-03-19T07:27:15.168+01:00",
"computed_at": "2026-09-16T06:42:14.362179+02:00"
},
"meta": {
"gated": [
"closures_90d",
"median_days_open_90d",
"reposts_90d"
]
}
}Plans
FreeOpen Access
100 rows/mo · 60 req/min · public signals only · 90 days history
StarterOn request
1,000 rows/mo · 60 req/min · all signals · 1 year history
GrowthOn request
10,000 rows/mo · 60 req/min · all signals · Full archive history
EnterpriseOn request
100,000 rows/mo · 100 req/min · all signals · Full archive history
1 credit per row returned.
TIER STATUS: EARLY ACCESS — keys issued by request, invoiced monthly
Launch pricingOn request · invoiced
Tell us the domains you need and roughly how many lookups a month. We issue the key and invoice monthly.