State feed
Washington state's tech ecosystem in one feed. Covers Seattle, Bellevue, Redmond, and beyond — the full Puget Sound tech corridor normalized and ready to query.
Washington state's tech hiring is concentrated in the Puget Sound area but spread across multiple cities. Regional data is often inconsistent or lumped into a single 'Seattle' bucket that misses Bellevue, Redmond, and Kirkland.
We normalize Washington roles at the city level across the full Puget Sound corridor — run a state-wide query or filter to a specific city without imprecise results.
When you are ready for every filter, validation rule, and response field, use the Jobs API reference.
1,079,058
Total Jobs Indexed
+1,089
Added Past 24h
+524,804
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?state_id=1462" \ -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 state_id 1462 (Washington), then add city_id, 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.