Adzuna API

Track salary trends and job market demand for your role

Pull job listings across 16 countries: titles, salaries, locations, and categories. Build a salary benchmarking tool that tracks market rates over time.

Free for non-commercial use. Apply for API key.

Adzunadocs →

How it works with Loony

Describe it.
Deploy it.
Query it.

Managed database.

Your Adzuna data lives in its own Postgres instance. Zero config. Data accumulates over time.

Scheduled syncs.

Cron jobs run on Loony infra. Every minute on free. Your data stays fresh without you thinking about it.

REST + MCP endpoints.

Query from your agent, your dashboard, or connect BI tools directly. Full OpenAPI spec included.

TerminalSchema
$ "Pull weekly job listing counts and average salaries for my role from Adzuna. Track demand trends by location and technology keyword."

 Schema validated
 Database provisioned
 Scripts deployed
 Schedules registered

Done.

# Your data is now at:
REST  /data/v1/adzuna/query
MCP   /mcp/v1/adzuna/mcp
SQL   psql $DATABASE_URL

What you get

Job markets change quarterly. Loony stores weekly snapshots of listings and salaries, so you can query 'Is demand for Rust developers growing in London?' with actual data over months.

mv_job_market
  week          date        -- ISO week start
  role          text        -- search term
  location      text        -- city / country
  listings      integer     -- open positions
  avg_salary    numeric     -- average offered
  salary_change numeric     -- week-over-week %
  top_company   text        -- most listings

Even better together

Pair Adzuna market data with Remotive for a remote-vs-office comparison. Add HN 'Who is hiring?' threads for startup-specific opportunities.

Stop gluing. Start shipping.

Describe your data. Deploy. Query. Done.

API Library →