Reed

API

Aggregates UK job listings from Reed.co.uk for integration

Visit Website

Overview

The Reed Jobs API aggregates job listings from Reed.co.uk, offering RESTful endpoints for searching jobs by keyword, location, salary range, and category. It returns JSON-formatted responses with details like job title, company name, location, salary, job summary, and application URL. Key endpoints include /jobs (search with filters), /jobs/{id} (detailed job info), and /employers/{id} (employer profiles). Ideal for integrating job boards into career portals, building personalized job search tools, or embedding listings into company sites. Authentication requires an API key, with rate limits to maintain service stability.

Example Integration (JavaScript)

script.js JS

fetch('https://www.reed.co.uk/developers')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • Advanced job filters
  • Job detail endpoints
  • Employer profile access
  • API key authentication

Frequently Asked Questions

? Is Reed Jobs API free to use?

It offers a freemium model—free tier for limited requests, paid tiers for higher usage volumes.

? Does it require an API Key?

Yes, you need to register on Reed’s developer portal to obtain an API key for authentication.

? What is the response format?

All responses are in JSON format, which is widely supported for easy integration with most applications.

Top Alternatives

Indeed Jobs API Search Google
Monster API Search Google
Adzuna API Search Google

People Also Ask about Reed

Reed vs Indeed Jobs APIReed vs Monster APIReed vs Adzuna API Reed 2025 review

Tool Info

Pricing Freemium
Category Jobs
Platform Public API

Pros

  • Trusted UK job listings
  • Rich filtering options
  • Well-documented
  • Easy to parse JSON data

Cons

  • Requires API key registration
  • Rate limits apply
  • Limited to UK-based jobs
  • Freemium tier restrictions

More Jobs Tools