/jobs namespace · APlicious

Remote jobs API — search 3,000+ listings by role, category, and keyword

Build remote job boards, career tools, or developer tools that surface live job listings — without paying per-seat for a job aggregator. One APlicious key.

3,000+live remote listings
Get free API key View docs
GET /api/v1/jobs/remote
const res = await fetch(
  'https://aplicious.com/api/v1/jobs/remote' +
  '?category=software-dev&search=react&limit=10',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { total: 284, returned: 10, jobs: [
//   { title: "Senior React Developer", company: "Acme Corp",
//     location: "Worldwide", salary: "$120k–$160k",
//     apply_url: "https://..." }]}

No credit card · Free tier forever · X-API-Key header auth

What's included in /jobs

Keyword search

Full-text search across job title, description, and company name with relevance ranking.

Category filter

25+ categories: software-dev, design, marketing, data-science, devops, product, customer-success.

Company filter

Filter by company name or domain — useful for company career page widgets.

Structured data

Every listing returns title, company, location requirements, salary range (where disclosed), and apply URL.

Categories endpoint

GET /jobs/categories returns all active categories with listing counts — great for navigation UI.

Start using the remote jobs API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /jobs docs

Frequently asked questions

How often are listings updated?

Listings refresh every 4 hours. Expired jobs are automatically removed.

Does this include internships?

Internship listings are tagged with ?type=internship — they're included but off by default.

Can I use this to build a commercial job board?

Yes. Commercial use is permitted on all paid plans. The Starter plan is sufficient for most job board MVPs.

Are salaries always included?

Salary data is only shown when disclosed by the employer — roughly 60% of listings include it.

Related API guides

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

IP Geolocation API — Free, Fast, Country/City/Timezone

Free IP geolocation API returning country, city, region, timezone, ISP, and coor

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →