Discover/Morbis API
live

Morbis APImorbis.id

Access Morbis healthcare platform data: job listings, software products, company info, and featured clients via 4 structured endpoints.

This API takes change requests — .
Endpoint health
verified 1h ago
list_careers
list_products
get_company_info
list_clients
4/4 passing latest checkself-healing
Endpoints
4
Updated
2h ago

What is the Morbis API?

The Morbis.id API covers 4 endpoints that expose public data from Indonesia's Morbis healthcare management platform — including job listings with full descriptions and benefits, software product feature sets, company background, and a featured client roster. The list_careers endpoint alone returns fields like employment type, work mode, department, requirements, and benefits for every active opening, giving you a complete snapshot of Morbis hiring in a single call.

This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/a5dc4953-7b32-452a-a144-aad442445b94/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a5dc4953-7b32-452a-a144-aad442445b94/list_careers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

Returns all current career openings at Morbis, including job title, employment type, experience level, work mode, location, department, job description, requirements, required submissions, and benefits. Each listing is extracted from the public careers page in a single request. The result set is the complete list of open positions; there is no pagination.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer count of career listings returned",
    "careers": "array of career listing objects, each containing title, is_urgent, employment_type, experience, work_mode, location, department, job_description, requirements, submissions_required, and benefits"
  },
  "sample": {
    "data": {
      "total": 6,
      "careers": [
        {
          "title": "Programmer",
          "benefits": [
            "Berkembang bersama tim yang supportif",
            "BPJS dan Asuransi kesehatan"
          ],
          "location": "Yogyakarta",
          "is_urgent": true,
          "work_mode": "On-site",
          "department": "Product Department",
          "experience": "1 - 3 Years",
          "requirements": [
            "Memahami Konsep Object Oriented",
            "Menguasai salah satu PHP Framework (Codeigniter / Cake / Laravel / dsb)"
          ],
          "employment_type": "Full Time",
          "job_description": [
            "Memahami Konsep Object Oriented",
            "Menguasai salah satu PHP Framework (Codeigniter / Cake / Laravel / dsb)"
          ],
          "submissions_required": [
            "Portofolio",
            "CV"
          ]
        }
      ]
    },
    "status": "success"
  }
}

About the Morbis API

Career Listings

The list_careers endpoint returns every active job opening from Morbis with no required inputs. Each object in the careers array includes title, is_urgent, employment_type, experience, work_mode, location, and department, plus structured content for job description, requirements, required submissions, and benefits. The total field gives the count of listings in the response. Because there is no filtering or pagination, the full current vacancy list comes back in one request.

Products and Client Data

The list_products endpoint returns all Morbis software modules — such as hospital management, clinic, pharmacy, blood bank, and doctor portal — with each product's name, subtitle, and features list. This is useful for mapping what the platform offers without navigating the product site. The list_clients endpoint returns the names and logo_url values for every featured hospital and clinic displayed on the Morbis homepage, along with a total count.

Company Information

The get_company_info endpoint returns structured content from the Morbis About page. Response fields include a description string, a history array of milestone objects (each with title and description), a values array representing the CETO framework (each entry has name and description), a pillars array of three named organizational pillars, and separate vision and mission statement strings. There are no input parameters; the full company profile is returned in one call.

Reliability & maintenanceVerified

The Morbis API is a managed, monitored endpoint for morbis.id — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when morbis.id changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official morbis.id API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
1h ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Aggregate Indonesian healthcare IT job listings by scraping employment_type and work_mode fields from list_careers.
  • Build a competitive intelligence brief on Morbis software offerings using product name, subtitle, and features from list_products.
  • Display a live Morbis careers widget on a job board filtered by department or is_urgent from the careers array.
  • Populate a vendor profile page with Morbis vision, mission, and CETO values from get_company_info.
  • Track Morbis client growth over time by archiving the clients array and total count from list_clients.
  • Map Morbis's product ecosystem against competitor healthcare platforms using the features lists from list_products.
  • Enrich a healthcare vendor database with Morbis company history milestones and organizational pillars.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Morbis have an official public developer API?+
Morbis does not currently publish an official public developer API or API documentation at morbis.id. This Parse API provides structured access to the public data available on their website.
What details does `list_careers` return beyond job title?+
Each career object includes is_urgent, employment_type, experience, work_mode, location, department, a job description, requirements, required submissions, and benefits. No filtering parameters are accepted — every current opening is returned in the same response.
Can I retrieve individual career or product detail pages through this API?+
Not currently. The API returns full data for all listings in a single response per endpoint — list_careers covers job details and list_products covers feature lists — but there are no single-item detail endpoints with unique IDs. You can fork this API on Parse and revise it to add a dedicated detail endpoint if deeper per-item data is needed.
Does the API return contact details or application URLs for job listings?+
Not currently. The careers response includes job description, requirements, and required submissions but does not expose application links or recruiter contact details. You can fork this API on Parse and revise it to add an endpoint that extracts application URLs if they appear on individual listing pages.
How fresh is the data returned by these endpoints?+
Each endpoint pulls from the corresponding public Morbis web page at request time, so the data reflects whatever is currently published there. There is no historical archive or changelog — if a job listing or product is removed from the Morbis site, it will no longer appear in the response.
Page content last updated . Spec covers 4 endpoints from morbis.id.
Related APIs in HealthcareSee all →
karirlink.id API
Browse job openings from Karirlink.id, Indonesia's leading platform for fresh graduates and entry-level positions, with customizable filters to find roles that match your experience level. View complete job details including requirements, responsibilities, and application information for each listing.
emploi.ma API
Search and browse job listings from Emploi.ma with detailed information about positions, companies, and available categories across the Moroccan job market. Access company profiles, featured job opportunities, and full job details including requirements, salary, and employment type.
chirojobs.com API
Search and browse chiropractic job listings with detailed information, explore job categories, and access ChiroJobs blog content and pricing—all in one place. Find related positions, compare opportunities, and stay informed with the latest industry insights.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
cvshealth.com API
Search and apply for CVS Health job openings across multiple categories, locations, and roles. Filter positions by keyword, category, or location to find relevant opportunities and get direct links to submit your application.
web3.career API
Search and explore Web3 job listings with detailed information including salary data, remote opportunities, and company intelligence across the ecosystem. Filter positions by tags, view comprehensive job details, and access industry salary reports to make informed career decisions in the Web3 space.
hubmub.com API
Search and discover job opportunities on HubMub by filtering results based on your preferred search terms, job type, category, industry, and location. Retrieve detailed information about specific job listings to help you find the right position that matches your career goals.
group.bnpparibas API
Search and browse current job and internship opportunities at BNP Paribas by filtering across contract types, countries, business domains, and keywords. Access detailed information about specific positions to help you find the right career opportunity at the organization.