Country feed
Remote roles from employers around the world — not 'remote in the US only'. We flag genuinely location-unrestricted postings so your remote board doesn't quietly serve country-gated listings.
Most 'remote' job boards are actually US remote boards. Listings marked remote routinely restrict to a single country or timezone — frustrating international job seekers and undermining niche remote products.
We identify and flag truly global remote roles at the ATS level, before any aggregation happens. Build a worldwide remote-first board with confidence that the filter actually means what it says.
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?workSetting=remote_only" \ -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 Remote Global 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.