The AutoTechJobs API is a powerful platform that serves two primary purposes:
Integrate AutoTechJobs job listings, employer profiles, and candidate applications into your own applications. Perfect for job boards, recruitment platforms, and career websites that want to showcase AutoTechJobs listings.
Create your own job portal using our API infrastructure. Whether you're a recruitment agency, company, or developer, you can use our API to power your own job listings, applications, and employer profiles.
The API is designed to be flexible and scalable, allowing you to:
For more details about the flexible JSON data structure, see our JSON Data Structure documentation.
Whether you're looking to enhance your existing platform with AutoTechJobs data or build your own job portal from scratch, our API provides the tools and flexibility you need to succeed.
All API requests should be made to:
https://api.autotechjobs.co.uk/v1The API accepts request data in JSON format. Set the Content-Type header to application/json for POST, PUT, and PATCH requests.
All responses are returned in JSON format with the following structure:
{
"data": { ... }, // The response data
"meta": { // Metadata about the response
"pagination": { ... } // Pagination information when applicable
}
}The API uses API keys for authentication. Include your API key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEYLearn more about authentication →
The API implements rate limiting to ensure fair usage. Rate limits vary by endpoint and are included in the response headers.
X-RateLimit-Limit: 100 X-RateLimit-Remaining: 95 X-RateLimit-Reset: 1628723400
Learn more about rate limiting →
The API uses versioning to ensure compatibility. The current version is v1. Future versions will be available at https://api.autotechjobs.co.uk/v2, etc.
If you have any questions or need assistance with the API, please contact our developer support team at [email protected].