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 Companies API

Employer company profiles that back the job listings.

The Muse Companies 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 Companies. 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 8 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 8 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 Companies 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.

Companies 2

Employer company profiles that back the job listings.

GET
/companies
Search employer company profiles
listCompanies 6 params → 200400403
GET
/companies/{id}
Retrieve a single company
getCompany 2 params → 200403404

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Company (12 properties), PagedResponse (7 properties), CompanyRefs (4 properties), CompanySize (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
PagedResponse
object
7 properties
Tag
object
2 properties
Company
object
12 properties
Error
object
2 properties
CompanySize
object
2 properties
CompanyRefs
object
4 properties
CompaniesResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

themuse-companies-api-openapi.yml Raw ↑

Other APIs The Muse publishes across the network.

The Muse Jobs API