City feed
Ireland's tech hub in one stable feed. Dublin jobs from Greenhouse, Lever, Ashby, and Workable — global tech companies with Irish HQs alongside Dublin-native startups.
Dublin's status as a European HQ hub means its job market mixes genuine local tech hiring with relocated roles that look Dublin-based but aren't. That ambiguity makes building a clean Dublin-focused product harder than it should be.
We isolate and normalize Dublin tech roles from direct employer career pages — filtering out the noise and giving you a clean feed built for the Irish market.
When you are ready for every filter, validation rule, and response field, use the Jobs API reference.
1,078,026
Total Jobs Indexed
+1,016
Added Past 24h
+525,356
Added Past 30 Days
20,093
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=1072" \ -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 1072 (Dublin), 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.