City feed
Austin's tech ecosystem in one stable API. Direct from employer career pages — startups, scale-ups, and relocated tech companies all posting on Greenhouse, Lever, Ashby, and Workable.
Austin is a distinct market from the rest of Texas, but most APIs lump it into a state-level feed without the city-level precision a Silicon Hills board actually needs.
We maintain a dedicated Austin feed with precise company and location data — built for niche Austin boards, not tacked onto a generic Texas query.
When you are ready for every filter, validation rule, and response field, use the Jobs API reference.
1,079,300
Total Jobs Indexed
+1,192
Added Past 24h
+524,862
Added Past 30 Days
20,108
Employers
Same query as the playground, as cURL. Use your real key on the server only.
curl -X GET "https://api.cleanjobdata.com/jobs?city_id=111668" \ -H "Authorization: Bearer YOUR_API_KEY"
Sign up for CleanJobData, open the dashboard, and create or copy your API key. Send it as Authorization: Bearer <token> on every request (server-side only in production—never expose keys in mobile apps or public repos).
Start from city_id 111668 (Austin), then add title or remote filters as needed.
Use a modest limit while prototyping, default to sort_by=published for recency, then follow pagination.next_page for large imports. Back off with exponential retry if you hit rate limits.
Choose which fields you render in job cards versus what you index for search. On list endpoints, trim payloads with fields, include_fields, or exclude_fields, and only request description when you truly need full text on list views.