City feed
Junior and entry-level roles from companies actively investing in early-career talent. Reliable seniority filtering — so your users don't wade through senior roles labeled 'entry level' by optimistic recruiters.
Entry-level job seekers lose hours to mislabeled listings. Most APIs don't reliably filter seniority — you get senior roles that mention 'no experience required' and entry-level listings that somehow require 5 years of experience.
We use ATS metadata and title parsing to isolate true entry-level and junior roles. Internships and new-grad positions are included where the ATS data confirms them.
When you are ready for every filter, validation rule, and response field, use the Jobs API reference.
1,303,015
Total Jobs Indexed
+1,231
Added Past 24h
+268,086
Added Past 30 Days
16,683
Employers
Same query as the playground, as cURL. Use your real key on the server only.
curl -X GET "https://api.cleanjobdata.com/jobs?experience_level=EN" \ -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).
Use the filters configured for Entry Level Jobs on this page, then extend with any supported Jobs list parameters.
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.
This is a Free Preview: we only load the first page of results. Next-page and cursor parameters are not supported here. Choose a plan for full pagination and API access.