
Full Cycle Recruitment Expert on the GPT Store
By Remote Staff Pty LtdShow 2+ GPTs by Remote Staff Pty Ltd
Introduction to Full Cycle Recruitment Expert
With its deep understanding of recruitment best practices,
Designed to cater to the needs of HR professionals, recruiters, and hiring managers,
GPT Description
Expert in full cycle recruitment, focusing on detailed client needs
Welcome Message
Hello! Let's find the perfect candidates for your team.
GPT Prompt Starters
- Can you describe your business model?
- What specific results is this role responsible for?
- What are the essential skills for this role?
- Could you explain a typical day for this position?
- Who will this role be reporting to?
GPT Action OpenAPI Spec
{
"openapi": "3.0.0",
"info": {
"title": "Remote Staff Candidates",
"description": "This is an API to candidates information from remotestaff.",
"version": "1.0.0"
},
"servers": [
{
"url": "https://talk.remotestaff.com",
"description": "RS server"
}
],
"paths": {
"/api/asl-candidate/candidates-by-role": {
"post": {
"summary": "Returns a list of staff/candidate by role",
"operationId": "candidates_by_role",
"requestBody": {
"description": "The role payload refers to available-roles API",
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/categoryPayload"
}
}
}
},
"responses": {
"200": {
"description": "A JSON array of data",
"content": {
"application/json": {
"schema": {
"type": "array",
"data": {
"$ref": "#/components/schemas/categoryResp"
}
}
}
}
}
}
}
},
"/api/asl-candidate/candidates-by-skill": {
"post": {
"summary": "Returns a list of staff/candidate by skill",
"operationId": "candidates_by_skill",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/skillPayload"
}
}
}
},
"responses": {
"200": {
"description": "A JSON array of data",
"content": {
"application/json": {
"schema": {
"type": "array",
"data": {
"$ref": "#/components/schemas/skillResp"
}
}
}
}
}
}
}
},
"/api/asl-candidate/available-roles": {
"get": {
"summary": "Returns a list of available roles",
"operationId": "aavailable_roles",
"responses": {
"200": {
"description": "A JSON array of data",
"content": {
"application/json": {
"schema": {
"type": "array",
"data": {
"$ref": "#/components/schemas/rolesResp"
}
}
}
}
}
}
}
},
"/api/asl-candidate/rates-by-role": {
"post": {
"summary": "Returns rates by role,",
"operationId": "rates_by_role",
"requestBody": {
"description": "The role payload refers to available-roles API",
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ratesPayload"
}
}
}
},
"responses": {
"200": {
"description": "A JSON data",
"content": {
"application/json": {
"schema": {
"type": "array",
"data": {
"$ref": "#/components/schemas/ratesResp"
}
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"categoryPayload": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"format": "int64"
},
"role": {
"type": "string"
}
}
},
"categoryResp": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"required": [],
"items": {
"type": "object"
},
"type": "array"
}
}
},
"skillPayload": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"format": "int64"
},
"skill": {
"type": "string"
}
}
},
"skillResp": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"required": [],
"items": {
"type": "object"
},
"type": "array"
}
}
},
"rolesResp": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"required": [],
"type": "object",
"properties": {
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"specialties": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
},
"ratesPayload": {
"type": "object",
"properties": {
"role": {
"type": "string"
}
}
},
"ratesResp": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"required": [],
"type": "object"
}
}
}
}
}
}
Full Cycle Recruitment Expert GPT FAQs
Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Full Cycle Recruitment Expert", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

