/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 to start · 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 — 250 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

Legal API for SaaS — Jurisdiction Data, Document Generators, Compliance

30 endpoints covering 22+ jurisdictions: business entity types, minimum wage, GD

Read guide

Property & Mortgage Calculator API — Amortization, Affordability, Stamp Duty

20 endpoints for real estate: loan amortization schedules, mortgage affordabilit

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →