Job Positions API

SharpAPI

1000 atoms
Base tier
About
The Job Positions API provides structured access to a vast database of job positions across industries. This API allows you to search for job roles by name, retrieve paginated lists, and explore related job positions with relevancy weights. It's a powerful tool for HR platforms, job boards, AI-driven career matching, and workforce analytics.
Key Features and Capabilities
Structured Data Access:
The API offers detailed information on job positions, including related roles with weighted relevancy scores. This means you can quickly identify connections between roles, helping you streamline career matching or expand your job listings with confidence.
The API offers detailed information on job positions, including related roles with weighted relevancy scores. This means you can quickly identify connections between roles, helping you streamline career matching or expand your job listings with confidence.
Targeted Search and Filtering:
Utilize parameters to filter job roles by name, allowing you to narrow down your queries and retrieve precise results. With paginated data retrieval, managing large datasets becomes a breeze.
Utilize parameters to filter job roles by name, allowing you to narrow down your queries and retrieve precise results. With paginated data retrieval, managing large datasets becomes a breeze.
Integration Ready:
Designed to integrate seamlessly with your existing systems, the Job Positions API serves as a powerful tool for:
Designed to integrate seamlessly with your existing systems, the Job Positions API serves as a powerful tool for:
- HR Platforms & Job Boards: Enhance user experience by providing accurate, up-to-date job information.
- AI-Powered Career Matching: Leverage structured data for advanced algorithms to match candidates with suitable roles.
- Workforce Analytics: Gain insights into market trends and job role relationships, aiding strategic HR decisions.
API Playground
API Documentation
list-job positions
GET
https://api.apyhub.com/sharpapi/api/v1/utilities/job_positions_list
Request example
Accessing the Job Positions API is straightforward. Use the following endpoint with a simple GET request:
Method:
GET
Content Type:
application/json
Query Parameter(s)
Attribute | Type | Mandatory | Description |
---|---|---|---|
include_related | Boolean | No | If true, includes related skills with their relevancy weights. Default is false. |
per_page | Integer | No | Specifies the page number for paginated results. Default is 1. |
name | String | No | Filters skills by name (partial match allowed). |
The API responds with structured JSON data, clearly organizing job roles and their related positions for seamless integration.
Sample Response
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|---|
200 | The request was successful |
401 | Required authentication information is either missing or not valid for the resource. |
400 | Invalid input - if the file is invalid or corrupted |
500 | If any unexpected error occurs while submitting the request. |
Authentication
All API requests to ApyHub services need to be authenticated. Currently we support
tokens
or basic authentication
mechanisms.
You can generate and view your existing credentials from your workspace settings (on the left side of the navbar) and go to “API Keys".Points to note:
- Credential secrets are generated on the fly and are not stored in plain text, so on generating a credential please save the secrets somewhere safe.
- Use the
apy-token
as the header parameter to pass the token. - Use the
Authorization
header to send the basic authentication credentials.
Error codes
To search for a specific error code, enter the code in the search box below. Alternatively, you can click on the button to view a complete list of all error codes.
Table of contents