# Adzuna API **Provider:** Adzuna **Category:** developer **Base URL:** `https://developer.adzuna.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.adzuna.com/overview ## Description Job board aggregator ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.adzuna.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.adzuna.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/month for job search data. Paid plans for higher volume. --- *Source: [API Map](https://apimap.dev/apis/adzuna/) — CC BY 4.0*