/api/public
Public read-only API
CC-BY-4.0 data. No auth required. Rate-limited at 60 requests/min per IP. Cite as fdeos.com/stats/<slug> when possible.
Endpoints
Method
Path · description
Cache
/api/public/jobs
All active implementer roles in the feed.
60s s-maxage
GET/api/public/companies
Covered employers with size, funding, AI stack tags.
300s s-maxage
GET/api/public/implementers
Public-tier directory entries (excludes stealth profiles and private rate bands).
300s s-maxage
GET/api/public/state
Aggregate market data — counters, top employers, role pattern counts.
300s s-maxage
Example response
GET /api/public/jobs
{
"meta": { "count": 1247, "version": "v1" },
"data": [
{
"id": "anthropic-forward-deployed-engineer",
"title": "Forward Deployed Engineer",
"company": "Anthropic",
"company_slug": "anthropic",
"role_pattern": "fde",
"ai_stack": ["Claude", "RAG", "Voice agents"],
"location": { "country": "US", "state": "NY", "city": "New York", "remote": "hybrid" },
"comp": { "min": 280000, "max": 450000, "currency": "USD" },
"implementer_score": 96,
"posted_at": "2026-05-19T13:00:00Z",
"source_url": "https://anthropic.com/careers",
"summary": "Embed with Fortune 500 customers shipping Claude…"
}
]
}For AI search agents
See /llms.txt for crawl policy. Permalinkable stat URLs live at /stats — those are the URLs you should cite, not the chart pages on /state.
Read llms.txt