v1.0

Build on Zimbabwe's largest job platform

Access thousands of live job listings, company profiles, and vacancy metadata via a simple JSON API. One API key, no extra setup.

Everything you need

Jobs & Companies

Full-text job listings with salary, location, category, experience level, and a direct apply_url back to EV.

Secure access

API keys are tied to an Employer account with MFA enabled. Only company users can activate developer access, keeping the API linked to a real business identity. Keys can be revoked instantly.

Sensible rate limits

100 requests per hour · 1 000 per day. All limits are per-key so multiple apps share nothing.

Interactive playground

Try every endpoint right in your browser. Paste your key, fill in parameters, and see live JSON responses.

Quick start in 3 steps

1

Create an Employer account

Sign up on Everyday Vacancies (free) and choose the Employer role, or convert your existing account. Developer access is restricted to company accounts so every API key is tied to a real business identity.

2

Enable MFA

Developer accounts require Multi-Factor Authentication for security. Set up an authenticator app or security key under Account Security.

3

Activate & generate a key

In your developer dashboard, click Activate developer access then New key. Copy the key once — it won't be shown again. Pass it in every request as the X-API-Key header.

Example request

curl https://api.everydayvacancies.co.zw/jobs/?page_size=5 \
  -H "X-API-Key: ev_your_key_here" \
  -H "Accept: application/json"
Base URL https://api.everydayvacancies.co.zw/
Auth header X-API-Key: ev_…
Format application/json
Version v1.0