DevITjobs UK
APIGraphQL & XML Job Listings API for UK Tech Roles
Overview
DevITjobs UK API provides GraphQL endpoints and an XML feed to access curated tech job listings across the UK. GraphQL enables flexible queries for details like job title, company, location, salary range, tech stack, and application links. The XML feed offers syndication-ready data for quick integration. Ideal use cases include building job search apps, embedding tech roles in career portals, or creating personalized alerts for developers. GraphQL responses are JSON-formatted, while the feed uses XML, ensuring compatibility with modern and legacy applications.
Example Integration (JavaScript)
fetch('https://devitjobs.uk/job_feed.xml')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- GraphQL support
- XML feed available
- UK tech job focus
- Flexible querying
- JSON/XML formats
- No auth required
Frequently Asked Questions
? Is DevITjobs UK API free to use?
Yes, the API and XML feed are publicly available for free without subscription fees.
? Does it require an API Key?
No, authentication is not required to access the GraphQL endpoints or XML feed.
? What is the response format?
GraphQL queries return JSON; the syndication feed is provided in XML format.
Top Alternatives
People Also Ask about DevITjobs UK
Tool Info
Pros
- ⊕ Flexible GraphQL queries (fetch only needed data)
- ⊕ Targeted UK tech roles
- ⊕ Dual format support
- ⊕ Easy integration
- ⊕ Up-to-date listings
Cons
- ⊖ Limited to UK market
- ⊖ Potential rate limits for high volume
- ⊖ XML feed lacks GraphQL flexibility
- ⊖ No advanced filtering in free tier