# The Muse API **Provider:** The Muse **Category:** developer **Base URL:** `https://www.themuse.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3,600 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.themuse.com/developers/api/v2 ## Description Find jobs at the best companies hiring near you and get free career advice. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.themuse.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.themuse.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with The Muse API key. Job listings and company profiles; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/the-muse/) — CC BY 4.0*