Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Muse Jobs API

Live job openings, searchable by category, level, company, and location.

The Muse Jobs API is one of 2 APIs that The Muse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Jobs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 2 operations across 2 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://www.themuse.com/api/public, https://api-v2.themuse.com.

2 operations 2 paths 10 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://www.themuse.com/api/public
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

The Muse Jobs API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (apiKeyQuery). By default, every request must be authenticated, though some operations may also be called without credentials.

  • apiKeyQuery — Optional API key passed as the apikey query parameter. Registering an application and supplying a key raises the hourly rate limit from 500 to 3,600 requests.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Jobs 2

Live job openings, searchable by category, level, company, and location.

GET
/jobs
Search job openings
listJobs 7 params → 200400403
GET
/jobs/{id}
Retrieve a single job
getJob 2 params → 200403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Job (13 properties), PagedResponse (7 properties), JobCompanyRef (3 properties), Tag (2 properties). Each schema is shown below with its type and property counts.

NamedValue
object
A generic named reference (used for locations and industries).
1 property
Category
object
2 properties
PagedResponse
object
7 properties
Tag
object
2 properties
Job
object
13 properties
Level
object
2 properties
JobCompanyRef
object
The company that posted the job (summary form embedded in a job).
3 properties
JobsResponse
JobRefs
object
1 property
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

themuse-jobs-api-openapi.yml Raw ↑

Other APIs The Muse publishes across the network.

The Muse Companies API