City feed
Real-time NYC job feed covering Manhattan, Brooklyn, and the greater metro. Tech, fintech, and media roles sourced directly from employer career pages — not re-scraped from other boards.
NYC's tech roles get buried in a mix of finance, media, and general hiring. Most feeds don't give you the filtering precision to build a focused, developer-centric NYC product.
We normalize NYC listings with precise title and seniority parsing, so you can filter to a specific tech role or stack without pulling irrelevant results.
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?city_id=122795" \ -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 122795 (New York City), 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.